@font-face {
    font-family: "Lato-Regular";
    src: url(../font/Lato/Lato-Regular.ttf)  format('truetype');
}

@font-face {
    font-family: "Lato-Black";
    src: url(../font/Lato/Lato-Black.ttf)  format('truetype');
}





#preloader{
    background-color: #ffffff; /* change if the mask should have another color then white */
    opacity: 1;
}
/* #status {
    background-image:url(../www.protocolisp.com/wp-content/plugins/bh-custom-preloader/img/preloader23.html); /* path to your loading animation */
/*} */
.miColor{
    background-color:#45fffd;
    background-image: url('../img/banner-2709627_1920.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.et_pb_section{
    margin: 0;
    padding: 0;
}
.imgSlider1{
    width:500px;
    height:500px;
}
.containerSlider1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-1{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1  ;
    color: black;
    background-color: rgba(0, 0, 0, .7);
    transition:opacity 0.25s;
    pointer-events: none;

    animation: modal-1 2s 3s forwards;
    /* animation-fill-mode: forwards; */
    /* animation-delay: 3s; */
    visibility: hidden;
    opacity: 0;

}
.modal-1.active{
    z-index:1000;
    opacity: 1;
    pointer-events: initial;
}
.conten{
    font-size:.6rem;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.Modal{
    width: 100%;
    min-width: 280px;
    max-width: 600px;
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    background-color:#022d9c;
    font-family: 'Lato-Regular';
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.2rem;
    opacity: 0.9;
}.Modal h1{
    color: #fff;
    text-align: center;
}
.logoProtocol{
    margin-top:25px;
   display: flex; 
   justify-content: center;
}
.logoProtocol img{
    display: inline-block;
}
#cerrar{
    display: none;
}
.cerrar{
    width: 30px;
    height: 30px;
    position: fixed;
    top: 160px;
    right: 30px;
    z-index: 10000 !important;
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    border-radius: 25px ;
    background-color:#6c00f8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;

    animation: modal-1 2s 3s forwards;
    /* animation-fill-mode: forwards; */
    /* animation-delay: 3s; */
    visibility: hidden;
    opacity: 0;
}
.cerrar:hover{
    width: 55px;
    height: 55px;
    border:2px solid #fff;

}

.page-container{
    z-index: 100;
}

@keyframes modal-1 {
    100%{
        visibility: visible;
        opacity: 1;
    }
}
#cerrar:checked + label, #cerrar:checked ~ .modal-1{
    display: none;
}

.et_pb_section{
    margin-bottom: 50px;
}
.topHeader{
    background-color:#13293d !important;
}
.logo_container{
    height: 180px;
    /* border: 1px solid #000; */
    padding: 0;
    
    
}
.MiLogo{
   
    padding: 0;
}
.menu-item a{
    font-size: 1.1rem;
}
.et-top-navigation{
    height: 200px;
}


.miSeccion{
    margin-top:60px;
    
}
.medidorContainer{
     /* border: #6c00f8 1px solid;  */
    height: 1000px;
}
.miContainer{
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.miContainer p{
    text-align: justify;
    font-size: 1.1rem;
}

.seccion__iframe{
    width: 100%;
}
.container-seccion{
    width: 100%;
    max-width: 800px;
    margin: auto;
    
   
}
.contenedorIframe{
    position: relative;
    top:0px;
   
}
.iframe{
    border:none;width:100%;height:100%;min-height:360px;border:none;overflow:hidden ;
}
.recomendaciones{
    /* background-color: #99c2e9; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding:0;
    font-family: 'Lato-Black';
    /* border: 1px solid #6c00f8; */
    
}
.recomendaciones h1{
    font-weight: 900;
    font-size: 3rem;
}
.flechaAbajo{

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top:10px;
    z-index: 100;
}
.flechaAbajo img{
    position: relative;

    width:104px;
    height:104px;
}
.flechaDerecha{
    width: 90px;
    height:90px;
    position: relative;
    top:-80px;
    left:-650px;
    z-index:-1;
}

.barra{
    position: relative;
    top:-64px;
    width: 100%;
    height: 10px;
    margin-bottom: 25px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
.mititulo{
    font-size: 2.5rem;
    
}
.servicios{
   margin-bottom: 100px;
}
.logoProtocol{
    text-align: center;
    display: block;
}
.conozcaServicios{
    color: #fff;
    padding: 2px 20px;
    background-color:#091d9c;
    border-radius: 5px;
    line-height:1.5rem;
    transition: .5s;
}
.conozcaServicios:hover{
    background-color: rgba(0,212,255,1);
    font-size: 1.5rem;
}
.mifooter{
    background-color:rgba(0, 0, 0, .7)
}
.mifooterEnd{
     background-color:#13293d; 
}
