:root{--colorPrincipal:#0c5adb;--colorSecundario:#2d4977;--colorBotonSecundario:#034778;--grosor:600;--tituloPrincipal:42px;--tituloSecundario:36px;--colorPleca:white;--textoPleca:40px}#divisor{background-image:url(vistas/img/inicio/Division.webp);background-size:cover;background-position:center;color:var(--colorPleca);font-size:var(--textoPleca);font-weight:var(--grosor)}#divisor h2{font-size:var(--tituloSecundario);text-align:center}img.medicoMkt{width:420px}.rotateme{-webkit-animation-name:rotateme;animation-name:rotateme;-webkit-animation-duration:20s;animation-duration:20s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@keyframes rotateme{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotateme{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@media (max-width:991px){.about_area{padding-top:30px!important}.row.flex-column-reverse{justify-content:center}.rotativaMkt{display:none}.rotativaAnaliticos,.rotativaMkt{display:none}img.medicoMkt{margin-bottom:40px}}@media (max-width:991px){.seccionMarketing{padding-top:0!important}.seccionAnaliticos{padding-top:0!important}.imagenMuestra{width:250px}}.botonSecundario{background-color:var(--colorBotonSecundario);padding:14px 35px;font-size:18px;font-weight:500;display:inline-block;transition:.5s;position:relative;overflow:hidden;z-index:44;border-radius:5px;color:#fff;margin-top:25px}.botonSecundario:hover{background-color:var(--colorSecundario);transition-duration:.9s;z-index:-1;-webkit-transition:all .9s ease-out 0s;transition:all .9s ease-out 0s;color:#fff}


/*nuevo*/
h1{
    font-size: 28px;
    font-weight: 700;
}


h2.textoSlide{
    font-size: 22px;
}

@media (max-width:767px){
    h1{
        font-size: 20px!important;
        text-align: center
    }
    img.imagenMovil{
        display: block!important;
    }
    img.imagenEscritorio{
        display: none!important;
    }


}
a.botonEnlace{
    padding: 4px 20px!important;
    background-color: #014577!important;
    margin-top: 0px!important;
    transition: all 0.5s ease-out!important;
}
a.botonEnlace:hover{
    padding: 4px 20px!important;
    background-color: #3e3e3e!important;
    margin-top: 0px!important;
    transition: all 0.5s ease-out!important;
}
@media (max-width:767px){
    a.botonEnlace{
       margin-top: 20px!important;
    }


}
img.imagenMovil{
    display: none;
}



.single_process {
    text-align: center;
	position:relative;
	transition:.5s;
	margin-bottom:30px;
}
.single_process_thumb {
    display: inline-block;
    border-radius: 100%;
    animation: checkAnim 2s infinite;
    height: 230px;
    width: 230px;
    line-height: 230px;
}
.single_process_thumb img {
    border-radius: 100%;
    border: 10px solid #fff;
    width: 100%;
}
.single_process_number {
    position: relative;
}
.single_process_number_inner {
    position: absolute;
    left: 0;
    bottom: -25px;
    margin: auto;
    transition: .5s;
    content: "";
    right: 0;
}
.single_process_number span {
    height: 50px;
    width: 50px;
    background: #0c5adb;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

div.seccionMovil{
    display: none;
}

@media (max-width:768px){
    div.seccionMovil{
        display: block;
    }
    div.seccionEscritorio{
        display: none;
    }
    div.contenedorEspecialidad {

        padding: 5px 0px!important;
    }
}

.card{
    border-color: #014577;
    border: 2px solid #014577;
}

h2{
    color: #014577!important;
}

.ratio>* {

    width: 100%;

}

div.owl-nav{
    display: flex;
    justify-content: space-between;
}
div.owl-nav button span{
    display: none;
}
.item p{
    color: #014577!important;
    margin-bottom: 0px!important;
}
.item p.asistenteWebinar{
    color: #014577!important;
    font-size: 25px!important;
    font-weight: 800;
}
p.textoProceso{
    font-size: 14px!important;
    color: #014577!important;
    transition: ease all 1s;
}




ul.listaSoluciones{
    list-style-image: url('vistas/img/inicio/bulet.png')!important;
}

ul.listaSoluciones li{
    list-style: inherit;
}
ul.listaSoluciones li::marker{
    width: 10px;
}




h3{
    color: #014577;
    font-size: 22px;
}

div.contenedorEspecialidad{
    border-color: #014577;
    border-radius: 20px;
    box-shadow: 3px 5px 8px black;
    padding: 15px 10px;
    border: 2px solid #014577;
    min-height: 310px;
}



div.contenedorEspecialidad span{
    color: white;
    font-size: 50px;
    font-weight: 700;
}

#carouselFormas .item img{
    width: 70%;
    margin: 0 auto;
}
#carouselTerceroMovil .item img{
    width: 70%;
    margin: 0 auto;
}

.carruselPrimeroEscritorio .item img{
    width: 45%;
    margin: 0 auto;
}
.carruselPrimeroMovil .item img{
    width: 40%;
    margin: 0 auto;
}
#carouselQuintoMovil .item img{
    width: 70%;
    margin: 0 auto;
}

#carouselSextoMovil .item img{
    width: 70%!important;
    margin: 0 auto;
}
#carouselCuarto .item img{
    cursor: pointer;
}

.navbar-toggler{
    margin-right: 25px;
}

div.seccionPrincipal{
    background-color: aliceblue;
}

video{
    cursor: pointer;
}
div.contenido h2{
    font-size: 17px!important;
}
div.contenido{
    margin-top: 20px;
}

video::-webkit-media-controls {
    display: none;
}

@media (min-width:992px ) and (max-width: 1399px){
    div.contenedorEspecialidad{
        border-color: #014577;
        border-radius: 20px;
        box-shadow: 3px 5px 8px black;
        padding: 15px 10px;
        border: 2px solid #014577;
        min-height: 360px;
    }

}

div.carusel1{
    background-image: url("vistas/img/inicio/slide2.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 180px 90px;
    margin-top: 50px;

}

div.carusel2{
    background-image: url("vistas/img/inicio/slide1.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 180px 90px;
    margin-top: 50px;

}

div.seccionExtra {
    background-color: rgb(228, 228, 228);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

p.numeroRedes{
    font-weight: 900;
    font-size: 20px!important;
}
p.alcanceRedes{
    font-size: 15px!important;
}

div.caruselMovil1{
    background-image: url("vistas/img/inicio/slide1movil.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 370px 10px;
    margin-top: 0px;
    
}
div.caruselMovil1 .contenido{
    margin-top: -300px;
}
div.caruselMovil1 .contenido h2{
    font-size: 17px!important;
}

div.caruselMovil2{
    background-image: url("vistas/img/inicio/slide2movil.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 370px 10px;
    margin-top: 0px;
    
}
div.caruselMovil2 .contenido{
    margin-top: -300px;
}
div.caruselMovil2 .contenido h2{
    font-size: 17px!important;
}

.tarjetaRedes{
    background-color: white;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    box-shadow: 1px 5px 5px #a1a1a1;
}

p.textoIcono{
    font-size: 15px!important;
}