*, body {
    font-family:  'Roboto', sans-serif;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body{
    margin: 0;
    padding:0;
    background-color: #ffffff;
}

:root{
    --colorAzul:#338FFF;   
    --colorNegro:#222222;
    --smt : Funcity;
}
h1 {
    font-size: 2.5rem;
}
h3{
    font-size: 17.5px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top: 1px solid #eee;
    border-top-color: rgb(238, 238, 238);
    width: 80%;
}
a{
    text-decoration: none!important;
}
a:hover {
    text-decoration: none!important;
}
button{
    cursor: pointer;
}

/* ---- BOTONES / INPUT / VARIOS ---- */
.splide__arrow{
    width: 48px!important;
    height: 48px!important;
}
/*Inputs*/
.container-mailchimp input,.container-mailchimp textarea{
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: var(--colorAzul);
    line-height: 1.3 !important;
    padding: 10px !important;
    width: 100% ;
    max-width: 100% ;
    box-sizing: border-box !important;
    border: 1px solid var(--colorAzul) !important;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03) ;
    border-radius: 28px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff ;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
}
input:active, input:focus, textarea:active, textarea:focus{
    border: outset 5px var(--colorAzul)!important;
    outline: none!important;
    transition: all .3s ease-in-out!important;
}
*::placeholder{
    color: var(--colorAzul)!important;
}
input, textarea{
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: var(--colorAzul);
    line-height: 1.3;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid var(--colorAzul);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: 28px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
}
input:active, input:focus, textarea:active, textarea:focus{
    border: outset 5px var(--colorAzul);
    outline: none;
    transition: all .3s ease-in-out;
}
*::placeholder{
    color: var(--colorAzul);
}
.hide{
    display:none;
}
.tituloseccion{
    font-weight: 700;
    text-align: center;
    color:var(--colorAzul);
    text-decoration: underline;
    font-size: 2em;
}
.container{
    max-width: 1500px;
    width: 80%;
    margin: 0 auto !important;
}
.row{
    display: flex;
    justify-content: space-between;
}
.col-sm-6{
    max-width: 50%;
}
/* botones */
.boton-azul{
    margin: 30px auto;
    display: flex;
    padding: 15px 57px;
    background: var(--colorAzul);
    color: white;
    border: none;
    border-radius: 28px;
    font-size: 17px;
    justify-content: center;
    border: 1px solid var(--colorAzul);
}
.boton-azul:hover{
    color: black;
    background-color: white;
    border: 1px solid black;
    transition: .3s all ease-in-out;
}
.boton-azul.small{
    padding: 10px 15px;
}
/*Selects*/
.select{
    font-size: 17px;
    text-align: center;
    text-align-last: center;
    font-weight: 600;
    color: var(--colorAzul);
    line-height: 1.3;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid var(--colorAzul);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: 28px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
    border: none!important;
}
.filter-option{
    text-align: center!important;
}
.bootstrap-select .dropdown-menu li a{
    text-align: center!important;
    color: var(--colorAzul);
    font-weight: bold;
}
.dropdown-item.active {
    color: #fff!important;
}
.filter-option-inner-inner {
    color: var(--colorAzul);
}

/*Files*/
input[type="file"]{
    display: none;
}
label.campo-foto, label.campo-banner{
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid var(--colorAzul);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: 28px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--colorAzul);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
    cursor: pointer;
}
label.campo-foto:hover, label.campo-banner:hover{
    border: outset 5px var(--colorAzul);
    transition: all .3s ease-in-out;
}
/*Checkbox Button*/
.checkbox-button {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}
.checkbox-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    text-align: center;
}
.checkmark {
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
    background-color: rgb(179, 174, 174);
    border-radius: 15px;
    margin-left: 2px;
}
.checkbox-button:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkbox-button input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-button input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-button .checkmark:after {
    left: 6.5px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Submit*/
input[type="submit"]{
    text-decoration: none;
    display: inline-block;
    background-color: var(--colorAzul);
    color: white;
    font-weight: bold;
    padding: 20px;
    margin-top: 20px;
    width: auto;
    border-radius: 0;
}
.generar-boton{
    width: 80%!important;
}
/* errores submit */
.error{
    border-color: red;
}

.error:focus{
    border: outset 5px red;
}

label.error:before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f00d";
    color: red;
    margin-right: 5px;
}
input[type="submit"]:disabled {
    background-color: #b9d1ef;
}


/* ----- COOKIES ---- */
#cajacookies {
    box-shadow: 0px 0px 5px 5px #808080;
    background-color: white;
    color: black;
    padding: 10px;
    margin-bottom: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 30;
}
#cajacookies p {
    margin-left: 20px;
    text-align: center;
}

#cajacookies button {
    color: #ffffff;
    background-color: #009ee3;
    border: none;
    border-radius: 50px !important;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
}

/*---- WHATSAPP ----*/

.whatsapp {
    position:fixed;
    padding: 10px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:24px;
    z-index:100;
    display: flex;
    align-items: center;
    transition: ease-in-out;
}
.whatsapp p{
    margin: 0;
    display: inline-block;
    word-wrap: none;
    white-space:nowrap;
}
.whatsapp-icon {
    font-size:36px;
    width: 36px;
}
.button-url{
    display: flex;
    justify-content: center;
}
.splide__pagination__page.is-active {
    background: var(--colorAzul);
}
.text-center{
    text-align: center;
}

.text-justify{
    text-align: justify;
    text-justify: inter-word;
}

#smtContent{
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    position: relative;
}


/* ---- NAVBAR ---- */

/* HEADER */
.header{
    /* background: #000000 url(../img/Background.png) ;    */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;  
}

.fadeIn{
    transition: all 1s ease-out!important;
    /*transition-duration: 3s;
    -moz-transition-duration: 3s ;
    transition-timing-function:ease-in;
    -moz-transition-timing-function:ease-in ;
    transition-delay: 0.2s ;
    -moz-transition-delay: 0.2s ;
    transition-duration: 3s;
    -webkit-transition-duration: 3s;
    transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;*/
}
/* NAVBAR */
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.menu{
    color: white;
    text-align: center;
    font-size: 25px;
    display:none;
}
.navMobile{
    display: none;
}
.logo img{
    width:230px;
    margin: 15px;
}
.listaNav{
    display: flex;    
    margin-right: 50PX;
    list-style: none;
    font-size: 14px;
    text-align: center;
}
.liNav{
    padding:10px
}
.liNav a{
    color:white !important;
    text-decoration:none;
    font-weight: 700;  
}
.liNav a:hover{
    color: grey;
    transition: all .3s ease;
}
.accesoLink{
    padding:25px
}
.acceso{
    border: 3px solid white;
    border-radius: 28px;   
}
.acceso:hover{
    background-color: grey;
    transition: all .3s ease;
}
.accesoLink:hover{
    color: black !important;
    transition: all .3s ease;
}
.active{
    border-bottom: 1px solid white;
    padding: 10px 0;
}

/* ---- HERO ---- */

.divTitulo{
    display: flex;
    justify-content:center;
    text-align: center;
    align-items:center;
    background-repeat:no-repeat;
    background-size: cover;
    background-blend-mode: darken;
}

.titulo h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color:white;
    font-size:45px;
    
}

.contenedor-logos-index{
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor-logos-index .imagen:nth-child(2) img{
    width:70%;
}

.imagen{
    max-width: 300px;
    width: 100%;
}

.imagen img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ---- MODAL ---- */


.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: none; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}


.modal-contenido {
    background-color: #fefefe;
    margin: 5% auto;  
    border: 1px solid #888;
    width: 80%; 
    height:520px;
    padding: 35px;
}

.modal-contenido h3{
    color:var(--colorAzul);
    font-size: 30px;
}
.cerrarModal {
    color: #aaa;
    position: absolute;
    right: 45px;
    font-size: 20px;
    font-weight: bold;
    top: 45px;
}

.cerrarModal:hover,
.cerrarModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* ---- FOOTER ---- */
/* FOOTER */
.footer{
    background-color: var(--colorNegro);
}
.footer .listaRedes{
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.redes-footer{
    color: white;
    text-align: center;
    padding-top: 20px;
}
.footer .listaRedes li a{
    font-size: 30px;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.footer .listaRedes li a:hover{
    color: rgba(100, 100, 100);
    transition: all .3s ease-in-out;
}
.footer .copy {
    padding: 15px;
}
.footer .copy p {
    margin: 0 0 5px 0;
    text-align: center;
    color: white;
    font-size: 14px;
}
.footer .copy .smt{
    font-family: var(--smt);
    color: #E51B23!important;
    text-align: center;
    display: flex;
    justify-content:center;
}

@media (min-width: 1600px) {
    .titulo h1{
        font-size: 50px;
    }
    .hero{
        max-height: 400px;
    }
}

@media (max-width: 500px) {
    .menu{
        display: block;
    }
    .navDesktop{
        display:none;
    }.navbar{
        display:block; 
        justify-content:center;   
    }
    .logo{
        margin:  auto;
        display: flex;
    }
    .logo img{
        margin: 0;
        max-width: 100%;
        width: 114px!important;
        height: 40px!important;
    }
    .navMobile{
        display:flex;
        justify-content:center;
        padding: 10px;
    }
    .listaNav{
        padding:0;
        margin: 0 auto;
        display: none;  
        text-align:center;
    }
    .acceso{
        width: 150px;
        margin:0 auto;
    }
    h1 {
        font-size: 2.1rem!important;
    }
}

/* ios popup install */

.ios-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    text-align: center;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    display: none;
}

.ios-popup-inner {
    display: inline-block;
    max-width: 90%;
    text-align: left;
}

.ios-popup-icon {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.ios-popup-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    box-shadow: none;

}

.ios-popup-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
}

.ios-popup-text i {
    margin-left: 5px;
}

.ios-popup-text img {
    margin-bottom: -5px;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}

.close-popup:hover {
    cursor: pointer;
}

@media screen and (min-width: 375px) {
    .ios-popup-inner {
        max-width: 320px;
    }
}