/*=============================================
GLOBAL
=============================================*/
@font-face {
    font-family: 'Cairo';
    src: url('../font/Cairo-Regular.ttf') format("truetype");
    font-display: fallback;
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    font-family: 'Cairo','roboto', sans-serif;
    
}
body {
    color: #181b1b;
    font-size: 16px;
}

/* .select-hidden{
    display: none;
} */

.input-width {
    width: 100%;
}

.container-input-checkout {
    height: 30px;
    display: inline-block;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 2px;
    padding: 1px 2px;
}

.container-signal-language {
    background: #f2f2f2;
}

ul,
ol {
    padding: 0px;
}

a:visited,
a:link,
a:focus,
a:hover,
a:active {
    list-style: none;
    text-decoration: none;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.cover-banner{
    background: rgba(0, 0, 0, 0.68);
}

input:focus,
select:focus,
.form-select:focus,
select,
.page-link:focus,
textarea.form-control:focus,
input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.contact-form-bg #send:hover,
.contact-form-bg #send:focus {
    box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.contact-form-bg #send {
    --color: #fff;
    --hover: #7303c0;
}

.contact-form-bg #send {
    color: var(--color);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: #ec38bc;
    border: 2px solid #ec38bc;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: .5em 1em;

}

.location{ background: #f5f5f5;}
.contact-form-bg #send:hover,
.contact-form-bg #send:focus {
    border-color: var(--hover);
    color: #fff;
}
.banner small { font-size: 1rem;}
.card-articles{ margin-top: 40px;}

.card-header, .badge{
    background: #177901;
    color: white;
}
.list-group-item a, .card-body a{
    color: #AC42FF;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    width: 40px;
}

.delete-comment{ cursor: pointer;}
.delete-comment:hover{ color: red;}

.wit{width: 25px;}

.bg-services, .bg-training {
    background: #eee;
}

iframe {width: 100%;}

.modal-header{ background: #7303c0; color: white;}

.terms ul, #privacy-policies ul, .terms ol, #privacy-policies ol{
    margin-left: 20px;
}

.terms ul li, #privacy-policies ul li, .terms ol li, #privacy-policies ol li{
    list-style: disc;
}

/*=============================================
IDIOMAS
=============================================*/

#spanish-language,
#english-language {
    width: 20px;
}

.page-link {
    padding: .375rem .75rem;
    border-radius: 10px;
    margin-right: 5px;
    color: #ec38bc;
}
.page-link:hover {
    color: #AC42FF;
}
.page-item:first-child .page-link {
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
    color: #AC42FF;
}

.page-item:last-child .page-link {
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px;
    color: #AC42FF;
}

.page-item.active .page-link {
    color: white;
    z-index: 3;
    background-color: #AC42FF;
    border-color: #AC42FF;
}

/*=============================================
ERROR 404, VERIFICAR
=============================================*/

.error404,
.verificar {
    color: #333;
}

/*=============================================
MEDIA QUERIES
=============================================*/

@media (min-width: 576px) { 
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .card-articles{ margin-top: 0;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
}


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
   
}

