@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500');

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');

@import url('https://fonts.googleapis.com/css?family=Montserrat');

@font-face {
    font-family: "Pirulen";
    src: url('fonts/pirulen/pirulen.ttf') format("truetype");
}

a {cursor: pointer;}

a:hover, a:visited, a:link, a:active { text-decoration: none; color: #fff;}
a:hover, a:visited, a:link {color: #ff4575;}
p{text-align: justify; font-size: 14px; font-family: 'Open Sans'; font-weight: 300; color:#5f5f5f;}


p{
    text-align: justify; 
    font-size: 20px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-weight: 200;
    color:#707070;
    /*        line-height: 30px;*/
}



/* -- circulos -- */
.wrapper-flex,.wrapper-flex-mobile{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-box;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
    content: normal;
}

.container.grande{
    width: 1430px;
}

.separa-5{
    height: 5px;
}

.separa-10{
    height: 10px;
}

.separa-20{
    height: 20px;
}

.separa-40{
    height: 40px;
}

.separa-30{
    height: 30px;
}

.separa-50{
    height: 50px;
}


.centrar{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.caja{
    overflow: hidden;
}




/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header{
    position: absolute;
    width: 100%;
    top: 0px;
}


/* -- -- -- -- -- -- -- Boton menú acompaña -- -- -- -- -- -- -- */
.menu a img{
    height: 43px;
    transition: all .2s ease-in-out;
}

.menu-abre {
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 400ms linear;
    width: 64px;
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 30;
}


.menu-abre p{
    color: #fff;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.linea-1, 
.linea-2,
.linea-3{
    height: 4px;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: right;
    border-radius: 4px;
}

.linea-1,
.linea-2{
    width: 100%;
}

.linea-3{
    width: 60%;
    float: right;
}

.menu-abre a:hover .linea-3 {
    width: 100%;
}

/* color rosa */
.menu_rosa .linea-1,
.menu_rosa .linea-2,
.menu_rosa .linea-3{
    background-color: #f52189;
}

.menu_rosa p{
    color: #f52189;
}

/* color naranja */
.menu_naranja .linea-1,
.menu_naranja .linea-2,
.menu_naranja .linea-3{
    background-color: #f9574e;
}

.menu_naranja p{
    color: #f9574e;
}

/* color amarillo */
.menu_amarillo .linea-1,
.menu_amarillo .linea-2,
.menu_amarillo .linea-3{
    background-color: #ff9601;
}

.menu_amarillo p{
    color: #ff9601;
}



/* -- -- -- -- -- -- -- menu lateral -- -- -- -- -- -- -- */
#wrapper {
    position: fixed;
    z-index: 1;
    z-index: 10000;
    top: 0;
    right: 0;
    transition: all .5s ease-in-out;
    background: rgba(24, 51, 68, 0.95);
    height: 100vh;
}

#wrapper.toggled {
    right: -426px;
    opacity: 1;
}

#sidebar-wrapper {
    width: 426px;
}


#sidebar-wrapper {
    overflow-y: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.filtro_colorin{
    width: 100%;
    height: 100%;
    position: absolute;

    background-color: #fff;
    top: 0px;
}

.menu_vertical {
    padding: 30px 30px;
    height: 100vh;

    z-index: 2;
}

.cierra-menu  {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
}

.cierra-menu a img {
    height: 24px;
    -webkit-transition-duration: .07s;
    transition-duration: 0.7s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.cierra-menu a:hover img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.logo_menu_lateral{
    height: 148px;    
    margin-bottom: 24px;
}

.linea_separa{
    border-top: 1px solid #eeeeee;
    width: 100%;
}

.centrado{
    display: inline-flex;
    justify-content: flex-end;
    padding-top: 100px;
    width: 100%;
    height: 100%;
}

.centrado>div {
    /*    height: 100%;*/
    width: 100%;
    text-align: center;
}

.logo_lateral {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.logo_menu{
    height: 170px;
}

ul.sidebar-nav {
    list-style-type: none;
    -webkit-padding-start: 0px;
    width: 100%;
    margin-top: 45px;
    position: relative;
}


.sidebar-nav li{
    text-align: center;
    width: max-content;
    margin: 0 auto;
}

.sidebar-nav li a{
    color: #585858;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 25px 15px 15px;
    text-indent: 0px;

}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,156,0,0.9) 0%,rgba(255,156,0,0.9) 21%,rgba(243,11,159,0.9) 89%,rgba(243,11,159,0.9) 100%); ;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, 
.hvr-underline-from-center:focus:before, 
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


.pie_lateral {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}


.sidebar-nav li a:hover{
    color: #585858;
    background-color: transparent;

}

.menu_vertical .boton p {
    text-align: center;
}

.menu_vertical .boton .btn {
    color: #ff9b01;
    border: 2px solid #ff9b01;
    background-color: transparent;
    width: 190px;
    height: 46px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.menu_vertical .hvr-bounce-to-right:before {
    background: #ff9b01;
}
.menu_vertical .hvr-bounce-to-right:hover, 
.menu_vertical .hvr-bounce-to-right:focus,
.menu_vertical .hvr-bounce-to-right:active {
    color: white;
}



/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Oscuridad -- -- -- -- -- -- -- */
.oscuridad {
    width: 100%;
    height: 100vh;
    background: -moz-linear-gradient(to right, #ff9c00 0%,#ff9c00 21%,#f30b9f 89%,#f30b9f 100%); 
    background: -webkit-linear-gradient(to right, #ff9c00 0%,#ff9c00 21%,#f30b9f 89%,#f30b9f 100%); 
    background: linear-gradient(to right, #ff9c00 0%,#ff9c00 21%,#f30b9f 89%,#f30b9f 100%); 
    /*    background-color: red;*/
    position: fixed;
    top: 0px;
    /*    display: none;*/
    opacity: 0;
    /*    opacity: 1;*/
    transition: all 0.5s linear;
    z-index: -10;
    /*    z-index: 10;*/
    right: 0px;
}

.oscuridad .oscuridad_padding{
    width: calc(100% - 426px);
    height: 100%;
    padding: 130px;
    display: inline-flex;
    justify-content: start;
    align-items: center;
}

.todo{
    position: relative;
    right: 0px;
}

.relative{
    position: relative;
}

.oscuridad img{
    height: 173px;
    transform: rotate(-15deg);
}

.caja_bombilla{
    height: 173px;
    width: 173px;
    border: 1px solid red;
    background-color: red;
    /*      transform: rotate(-15deg);*/
}
/*
.oscuridad img{
height: 173px;
transform: rotate(-15deg);
}
*/

.oscuridad h1.rotulo{
    color: #fff; 
    font-size: 72px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-align: left;
    margin: 0;
    line-height: 80px;
}

.oscuridad p.pos-rotulo{
    color: #fff; 
    font-size: 72px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 0;
}


.oscuridad .boton .btn {
    width: 280px;
    height: 68px;
    color: #feae31;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    border: 0px;
    border-radius: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.oscuridad .boton p {
    margin-bottom: 0px;
}


.oscuridad .boton .btn.btn-dinero {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
}


/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #feae31;
    color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.oscuridad .boton .hvr-bounce-to-right:hover, 
.oscuridad .boton .hvr-bounce-to-right:focus,
.oscuridad .boton .hvr-bounce-to-right:active{
    color: #fff;
}

.hvr-bounce-to-right:hover:before, 
.hvr-bounce-to-right:focus:before, 
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.numero{
    color: #fff;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    margin-bottom: 0;
    padding: 0px 28px 0px 18px;
    height: 68px;
}

.numero span{
    font-size: 40px;
}

.red{
    border-left: 2px solid #fff;
    padding-left: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.red a .fa{
    color: #fff;
    font-size: 30px;
    padding: 5px 10px;
    transition: all 300ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
}

.red:last-child .fa{
    color: #fff;
    font-size: 30px;
    padding: 5px 10px;
    transition: all 300ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    cursor: pointer;
}

.red:last-child .fa.fa-facebook {
    font-size: 26px;
}

.red a:hover .fa.fa-facebook{
    color: #3f64b4;
}

.red a:hover .fa.fa-instagram{
    color: #feae31;

}
.todo_whatsapp:hover .fa.fa-whatsapp {
    color: #25D366;
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(-15deg);
    }

    25% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    75% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }

    100% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}


.rotate-center {
    -webkit-animation: rotate-center 1s linear 2;
    animation: rotate-center 1s linear 2;
}


.caja_contenedora_whatsapp{
    width: 292px;
    height: 168px;
    position: absolute;
    left: 103%;
    top: calc(50% - 84px);
    overflow: hidden;
    z-index: -1;
}

.caja_whatsapp {
    width: 280px;
    right: -12px;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(-292px);
    transform: translate(-292px);

    /*
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    */
}

.caja_whatsapp.animacion{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}


.caja_whatsapp .borde {
    border: 2px solid #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}


.fondo_verde{
    background-color: #17b83c;
}

.fondo_verde .padding{
    padding: 20px;
}

.fondo_verde .padding p{
    color: #fff; 
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
    margin: 0;
}

.fondo_verde .padding p span{
    font-weight: 500;
    font-style: italic;
}

.fondo_blanco{
    background-color: rgba(255, 255, 255, 1);
}

.fondo_blanco .padding{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 20px;
    padding: 10px 10px;
}

img.imagen_whatsapp {
    height: 40px;
    transform: rotate(0deg);
    margin-right: 10px;
}

.fondo_blanco .padding p{
    color: #fe613d; 
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
    margin: 0;
    line-height: 20px;
}

.fondo_blanco .padding p.director{
    color: #fe613d;
    font-weight: 500;
}

.triangulo{
    width: 0;
    height: 0px;
    border-top: 12px solid transparent;
    border-right: 12px solid rgba(255, 255, 255, 1);
    border-bottom: 12px solid transparent;
    /*
    position: relative;
    top: -96px;
    right: 12px;
    */

    position: absolute;
    top: 72px;
    left: -12px
}



.triangulo_verde {
    width: 0;
    height: 0px;
    border-top: 0px solid transparent;
    border-left: 10px solid rgb(218, 250, 196);
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0px;
    left: 100%;
    opacity: 0;
    transition: all 300ms linear;
}

img.cerrar_whatsapp{
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(0deg);
    cursor: pointer;
}

/*
.oscuridad .red:last-child:hover .caja_whatsapp{
opacity: 1;
-webkit-transform: translate(0px);
transform: translate(0px);
}
*/

.fondo_blanco a{
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 300ms linear;
}


.fondo_blanco a:hover{
    background-color: #dbf9c5;
    border-radius: 5px;
    border-top-right-radius: 0px;
}

.fondo_blanco a:hover .triangulo_verde{
    opacity: 1;
}




.abrete_whatsapp.modificado .fa.fa-whatsapp{
    color: #17b83c;
}

.caja_contenedora_whatsapp.modificado{
    z-index: 0;
}

.caja_contenedora_whatsapp.modificado .caja_whatsapp{
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}



/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Banner -- -- -- -- -- -- -- */
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.video_banner{
    width: 100%;
    height: 1500px;
    object-fit: cover;
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.filtro_aqua{
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255,156,0,0.8) 0%, rgba(243,11,159,0.8) 82%, rgba(243,11,159,0.8) 100%); 
    background: -webkit-linear-gradient(left, rgba(255,156,0,0.8) 0%,rgba(243,11,159,0.8) 82%,rgba(243,11,159,0.8) 100%); 
    background: linear-gradient(to right, rgba(255,156,0,0.9) 0%,rgba(243,11,159,0.9) 82%,rgba(243,11,159,0.9) 100%); 
    top: 0px;
}

.padre_texto_banner{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;

}

.logo_web img {
    height: 150px;
    position: absolute;
    top: 40px;
    left: 60px;
    z-index: 3;
}

.banner .padre_texto_banner .contenedor{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.texto_banner{
    position: absolute;
    width: 930px;
    left: 130px;
}

.banner h1.rotulo{
    color: #fff; 
    font-size: 72px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 80px;
}

.banner p.post-rotulo{
    color: #ffeed4; 
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.banner h1.rotulo span,
.banner p.post-rotulo span{
    font-weight: 700;
}


.banner .botonera {
    width: 100%;
    display: inline-flex;
}


.botonera .boton .btn {
    width: 280px;
    height: 68px;
    color: #feae31;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border: 0px;
    border-radius: 0px;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}

.botonera>div:last-child .btn {
    color: #fff;

    background-color: transparent;
}

.boton.baja{
    padding-right: 20px;
}

/* Shutter Out Horizontal */
.botonera .boton .hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #feae31;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.botonera .boton .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.botonera .boton.solicita .btn.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.botonera .boton .hvr-shutter-out-horizontal:hover, 
.botonera .boton .hvr-shutter-out-horizontal:focus, 
.botonera .boton .hvr-shutter-out-horizontal:active {
    color: #fff;
}

.botonera .boton.solicita .btn.hvr-shutter-out-horizontal:hover, 
.botonera .boton.solicita .btn.hvr-shutter-out-horizontal:focus, 
.botonera .boton.solicita .btn.hvr-shutter-out-horizontal:active {
    color: #feae31;
}

.botonera .boton .hvr-shutter-out-horizontal:hover:before,
.botonera .boton .hvr-shutter-out-horizontal:focus:before,
.botonera .boton .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.botonera .boton.solicita .hvr-shutter-out-horizontal:hover:before,
.botonera .boton.solicita .hvr-shutter-out-horizontal:focus:before,
.botonera .boton.solicita .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.raton {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.forma_raton {
    width: 26px;
    height: 38px;
    border-radius: 10px;
    border: 2px solid #fff;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.linea_raton{
    height: 8px;
    width: 2px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: 5px;
}

.raton p{
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

/*
.raton a:hover .linea_raton{
transform: translateY(5px);
}
*/



.hearBeat {
    -webkit-animation-name: bounce !important;
    animation-name: bounce !important;
}

.animacionmuerta{
    -webkit-animation-name: none !important;
    animation-name: none !important;
}


.muevemueve {
    -webkit-animation-name: muevemueve;
    animation-name: muevemueve;
}



@-webkit-keyframes muevemueve {
    from {
        transform: translateY(0px);
    }

    to {

        transform: translateY(5px);
    }
}

@keyframes muevemueve {
    from {
        transform: translateY(0px);
    }

    to {

        transform: translateY(5px);
    }
}



@-webkit-keyframes bouncemio {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, 0px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, 5px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0, 0px,0);
    }
}

@keyframes bouncemio {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, 0px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, 5px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0, 0px,0);
    }
}

.bouncemio {
    -webkit-animation-name: bouncemio;
    animation-name: bouncemio;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}





/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Bienvenida -- -- -- -- -- -- -- */
.bienvenida{
    text-align: center;
    background-color: #fff;
}

.fondo {
    width: 100%;
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    -webkit-filter: grayscale(1);
}

.bienvenida .container{
    z-index: 2;    
}

.bienvenida img{
    height: 100px;
}

.bienvenida p.titulo{
    color: #585858;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: right;
    margin: 0;
}

.bienvenida p.titulo span{
    font-weight: 900;
}

.bienvenida p.texto{
    color: #585858;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-align: left;
    margin: 0;
}

.bienvenida .row>div:first-child{
    padding: 0px;
    padding-right: 45px;
    padding-top: 12px;
}

.bienvenida .row>div:last-child{
    /*    border-left: 3px solid #f30b9f;*/
    padding: 20px 0px 18px 45px;
    padding-left: 45px;
}

.linea_rosa {
    width: 3px;
    height: 100%;
    background-color: #f7089f;
    position: absolute;
    top: 0px;
    left: 0px;
}

.gancho{
    color: #ff4575;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 0px;
}

.gancho span{
    font-weight: 700;
}

.gancho strong{
    font-weight: 800;
}




/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Arcoiris -- -- -- -- -- -- -- */
.arcoiris{
    /*    background-color: #ff9903;*/
}

.arcoiris .row>div{
    /*    border: 1px solid red;*/
    padding: 0px;
}

.arcoiris .row>div:first-child{
    background-color: #e6246c;

    /*PASO DE COLOR*/
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.arcoiris.cambio_color .row>div:first-child{
    background-color: #f69500;
}

.arcoiris .row>div:last-child{
    background-color: #f62e78;

    /*PASO DE COLOR*/
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.arcoiris.cambio_color .row>div:last-child{
    background-color: #ff9903;
}


.relleno_pink{
    background-color: #e6246c;
    width: calc((100vw - 1140px)/2);
    height: 100%;
    position: absolute;
    top: 0px;
    right: 100%;

    /*PASO DE COLOR*/
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.arcoiris.cambio_color .relleno_pink{
    background-color: #f69500;
}

.relleno_pink_claro{
    background-color: #f62e78;
    width: calc((100vw - 1140px)/2);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 100%;

    /*PASO DE COLOR*/
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.arcoiris.cambio_color .relleno_pink_claro{
    background-color: #ff9903;
}

.camina {
    z-index: 2;
    position: relative;
}

.camina p{
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
    margin: 0;
    letter-spacing: 2px;
}

.camina p.grande{
    font-size: 80px;
    line-height: 87px;
    font-weight: 200;
}

.camina p span{
    font-weight: 500;
}

.paquetes .padding{
    padding: 50px 100px;
    text-align: center;
}

.paquetes.dos .padding{
    padding: 50px 144px;
}

.paquetes.tres .padding{
    padding: 50px 67px;
}

.paquetes.cuatro .padding{
    padding: 50px 80px;
}

.paquetes img.examen{
    height: 184px;
    padding-right: 30px;
}

.paquetes.dos img{
    height: 200px;
    margin-bottom: 25px;
    padding-right: 0px;
}

.paquetes.tres img{
    height: 165px;
    padding-left: 30px;
}

.paquetes.cuatro img{
    height: 170px;
    padding-right: 40px;
}


.paquetes p{
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-align: left;
    margin: 0;
    letter-spacing: 2px;
}

.paquetes p.grande{
    font-size: 30px;
}

.paquetes.dos p{
    text-align: center;
}

.paquetes.tres p{
    text-align: right;
}


.boton.arco .btn {
    width: 410px;
    height: 80px;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 0px;
    background-color: #ff5594;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.boton.arco p {
    text-align: center;
    margin-bottom: 0px;
}


/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #ffa624;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f69500;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, 
.hvr-shutter-out-horizontal:focus, 
.hvr-shutter-out-horizontal:active {
    color: white;
}
.hvr-shutter-out-horizontal:hover:before, 
.hvr-shutter-out-horizontal:focus:before, 
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.pie_arcoiris{
    position: absolute;
    bottom: 24px;
    right: 34px;
    z-index: 1;
    height: 208px;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.pie_arcoiris_rosa{
    position: absolute;
    bottom: 24px;
    right: 34px;
    z-index: 1;
    height: 208px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.cambio_color .pie_arcoiris_rosa {
    opacity: 0;
}

.cambio_color .pie_arcoiris{
    opacity: 1;
}

.cambio_color .boton.arco .btn  {
    background-color: #ffa624;
}

main{
    overflow: hidden;
}



/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Galeria -- -- -- -- -- -- -- */
.galeria{
    background-color: #fff;
}

.galeria .row>div:first-child{
    /*    border: 1px solid red;*/
    padding: 0px;
    z-index: 2;
}

.galeria .row>div:last-child{
    /*    border: 1px solid red;*/
    padding: 0px;
    background-color: #f8f8f8;
}

.galeria .row>div:first-child div.columna{
    padding-left: 0px;
    padding-right: 30px;
}

/*
.galeria .row>div .columna:last-child{
padding-right: 0px;
}
*/

.galeria .padre_imagen{
    height: 100%;
    width: 100%; 
    overflow: hidden;
}

.galeria .imagen{
    height: 100%;
    width: 100%;
    margin-bottom: 35px;
}

.galeria .reflejo{
    height: 100%;
    width: 100%;
}

.galeria .camina p{
    color: #4b4b4b;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: right;
    margin: 0;
    letter-spacing: 2px;
}

.galeria .camina p.grande{
    font-size: 80px;
    line-height: 87px;
    font-weight: 200;
}

.galeria .camina p span{
    font-weight: 500;
}

.relleno_gris{
    background-color: #f8f8f8;
    width: calc((100vw - 1140px)/2);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 100%;
}

.pie_galeria {
    position: absolute;
    bottom: 24px;
    left: 34px;
    z-index: 1;
    height: 208px;
}


.rectangulo_blanco {
    height: 300px;
    width: 2085px;
    background-color: #ffffff;
    transform: rotate(-12deg);
    position: absolute;
    bottom: -220px;
    right: 101%;
    z-index: 1
}

/* Shine */
.columna .shine {
    position: relative;
}
.columna .shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.columna .shine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}





/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Promocion -- -- -- -- -- -- -- */
.promocion{
    background: rgb(255,156,0);
    background: -moz-linear-gradient(left, rgba(255,156,0,1) 0%, rgba(243,11,159,1) 82%); 
    background: -webkit-linear-gradient(left, rgba(255,156,0,1) 0%,rgba(243,11,159,1) 82%); 
    background: linear-gradient(to right, rgba(255,156,0,1) 0%,rgba(243,11,159,1) 82%);  

}

.promocion .container{
    position: relative;
    z-index: 2;
}

.portatil{
    position: relative;
    z-index: 3;
}

.mac_portatil {
    position: absolute;
    left: -220px;
    top: 130px;
    z-index: 2;
    height: 620px;
}

.padre_web {
    width: 779px;
    height: 487px;
    left: -98px;
    position: absolute;
    top: 166px;
    overflow: hidden;
    z-index: 1;
}

.padre_web .imagen{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.promocion .texto p{
    color: #fff;
    font-size: 54px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: right;
    margin: 0;
    line-height: 59px;
    letter-spacing: 4px;
}

.promocion .texto{
    z-index: 1
}

.promocion .texto p span{
    font-weight: 800;
}

.promocion .linea_separa{
    width: 180px;
    border: 3px solid #fff;
    float: right;
}

.promocion .texto .nombre_web{
    color: #ffc1e3;
    font-size: 67px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: right;
    margin: 0; 
}

.promocion .boton .btn {
    width: 410px;
    height: 80px;
    color: #ffc1e3;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #ffc1e3;
    border-radius: 0px;
    background-color: #ed2480;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    letter-spacing: 0px;
}

.promocion .boton p {
    text-align: right;
    margin-bottom: 0px;
}


/* Shutter Out Horizontal */
.promocion .boton.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #ffa624;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.promocion .boton .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffc1e3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.promocion .boton .hvr-shutter-out-horizontal:hover, 
.promocion .boton .hvr-shutter-out-horizontal:focus, 
.promocion .boton .hvr-shutter-out-horizontal:active {
    color: #ed2480;
}
.promocion .boton .hvr-shutter-out-horizontal:hover:before, 
.promocion .boton .hvr-shutter-out-horizontal:focus:before, 
.promocion .boton .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fondo_promocion{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.05;
}



/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- FOOTER -- -- -- -- -- -- -- */
footer{
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

.footer_superior .container{
    position: relative;
    z-index: 2;
}

.fondo {
    width: 100%;
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    -webkit-filter: grayscale(1);
}

.logo_footer ,
.padre_p{
    overflow: hidden;
}

.logo_footer img{
    height: 190px;
}

.linea_separa_footer{
    width: 544px;
    border-top: 1px solid #e3e3e3;   
    margin: 0 auto;
}

.footer_superior p{
    color: #4b4b4b;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 0; 
}

.footer_superior p span{
    font-weight: 500;
}

footer .boton .btn {
    width: 410px;
    height: 80px;
    color: #fb6938;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    border: 2px solid #fb6938;
    border-radius: 0px;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

footer .boton p {
    text-align: center;
    margin-bottom: 0px;
}


/* Shutter Out Horizontal */
footer .boton.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #ffa624;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
footer .boton .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fb6938;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
footer .boton .hvr-shutter-out-horizontal:hover, 
footer .boton .hvr-shutter-out-horizontal:focus, 
footer .boton .hvr-shutter-out-horizontal:active {
    color: #fff;
}
footer .boton .hvr-shutter-out-horizontal:hover:before, 
footer .boton .hvr-shutter-out-horizontal:focus:before, 
footer .boton .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.footer_inferior .row{
    margin: 0px;
}



.footer_inferior .row>div{
    padding: 0px;
    text-align: left;
    position: relative;
}

.footer_inferior .row>div:first-child{
    background-color: #ff9601;
}

.footer_inferior .row>div:nth-child(2){
    background-color: #f9574e;
}

.footer_inferior .row>div:last-child{
    background-color: #ff0088;
}

.footer_inferior .padding{
    padding: 160px 60px 95px;
}

.footer_inferior p.titulo{
    color: #fff;
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-align: left;
    margin: 0;
    letter-spacing: 2px;
}



.footer_inferior .lista_pie {
    padding: 0px;
    display: inline-grid;
}

.footer_inferior p{
    color: #fff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    text-align: left;
    margin-bottom: 5px;
}

.footer_inferior img{
    height: 95px;
}

.footer_inferior .row>div:first-child p{
    color: #ffe5bf;
}

.footer_inferior .row>div:nth-child(2) p{
    color: #ffdcd5;
}

.footer_inferior .row>div:last-child p,
.footer_inferior .row>div:last-child p a{
    color: #ffe5f1;
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ffe5f1;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, 
.hvr-underline-from-left:focus:before, 
.hvr-underline-from-left:active:before {
    right: 0;
}

.ovalo {
    width: 3000px;
    height: 200px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 95%); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); 
    position: absolute;
    top: -160px;
    left: calc(50% - 1500px);
    z-index: 1;
}














/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Desarrollo Web  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/


/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header.desarollo{
    position: relative;
    width: 100%;
}

header.desarollo .container{
    position: relative;
    z-index: 2;
}

.cabecera_web{
    background: -moz-linear-gradient(to right, rgba(255, 156, 0, 0.95) 0%,rgba(255, 156, 0, 0.95) 21%,rgba(243, 11, 159, 0.95) 89%,rgba(243, 11, 159, 0.95) 100%);
    background: -webkit-linear-gradient(to right, rgba(255, 156, 0, 0.95) 0%,rgba(255, 156, 0, 0.95) 21%,rgba(243, 11, 159, 0.95) 89%,rgba(243, 11, 159, 0.95) 100%);
    background: linear-gradient(to right, 
        rgba(255, 156, 0, 0.95) 0%,
        rgba(255, 156, 0, 0.95) 21%,
        rgba(243, 11, 159, 0.95) 89%,
        rgba(243, 11, 159, 0.95) 100%);
}

.desarollo .logo_web img {
    height: 150px;
    position: relative;
    top: 40px;
    left: 60px;
    z-index: 3;
}

h1{
    color: #fff; 
    font-size: 72px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0;
    line-height: 80px;
}

h1 span{
    font-weight: 800;
}

.desarollo p.post-rotulo{
    color: #ffeed4; 
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 300;
}

.padre_valle{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.padre_valle .valle{
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_noportada{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-attachment: fixed;
    opacity: 1;
    filter: grayscale(1);
    z-index: -1;
}

/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Oscuridad (No Portada)-- -- -- -- -- -- -- */
.no_portada .caja_contenedora_whatsapp {
    top: 0px;
}

.no_portada .triangulo {
    top: 23px;
}


/* -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- Carasteristicas Desarrollo -- -- -- -- -- -- -- */
.carasteristicas_desarrollo{
    background-color: #fff;
}

.carasteristicas_desarrollo p.estrecho{
    text-align: center;
    width: 800px;
    margin: 0 auto;
    line-height: 30px;
}

.carasteristicas_desarrollo .row.opciones {
    margin-right: -32px;
    margin-left: -32px;
}

.carasteristicas_desarrollo .row>div{
    padding: 0px 32px;
}


.caja_gris{
    height: 314px;
    width: 100%;
    background-color: #fbfbfb;
    /*    border: 1px solid red;*/
    border-radius: 40px;
    overflow: hidden;
}

.caja_gris .padding{
    padding: 0px 40px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.caja_gris img{
    height: 100px;
}

.caja_gris .titulo{
    color: #f59600; 
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 32px;
}

.caja_gris .titulo span{
    font-size: 30px;
    font-weight: 500;
}

.caja_gris.naranja .titulo{
    color: #f9574e;
}

.caja_gris.rosa .titulo {
    color: #f62a84;
}

.superpuesto{
    height: 100%;
    width: 100%;
    background-color: #f59600;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
}

.caja_gris.naranja .superpuesto{
    background-color: #f9574e;
}

.caja_gris.rosa .superpuesto{
    background-color: #f62a84;
}

.superpuesto .padding{
    padding: 45px 30px; 
}

.superpuesto .padding>div{
    position: relative;
    z-index: 2;
}

.caja_gris .superpuesto p.titulo{
    color: #fff; 
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0;
    line-height: 25px;
}


.caja_gris .superpuesto p.titulo span{
    font-size: 21px;
    font-weight: 800;
}

.superpuesto p.info{
    color: #fff; 
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 0;
    line-height: inherit;
}

.superpuesto img.fondo_w {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.caja_gris:hover .superpuesto{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/* -- -- -- cualidades -- -- -- */

.carasteristicas_desarrollo .row.cualidades>div {
    padding: 0px 15px;
}

.carasteristicas_desarrollo .row.cualidades>div:first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cualidades .titulo{
    color: #f59600;
    font-size: 33px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
}

.cualidades .titulo span{
    font-weight: 500;
}

.cualidades p{
    text-align: left;
}

img.movil_adapta{
    position: relative;
    float: right;
    right: 5px;
    height: 525px;
    z-index: 2;
}

.esfera_transparente {
    height: 392px;
    width: 608px;
    border-radius: 50%;
    background: rgb(251,0,106);
    background: -moz-linear-gradient(-45deg, rgba(255,156,0,0.1) 0%, rgba(255,156,0,0.1) 21%, rgba(243,11,159,0.1) 89%, rgba(243,11,159,0.1) 100%); 
    background: -webkit-linear-gradient(-45deg, rgba(255,156,0,0.1) 0%,rgba(255,156,0,0.1) 21%,rgba(243,11,159,0.1) 89%,rgba(243,11,159,0.1) 100%); 
    background: linear-gradient(135deg, rgba(255,156,0,0.1) 0%,rgba(255,156,0,0.1) 21%,rgba(243,11,159,0.1) 89%,rgba(243,11,159,0.1) 100%); 
    position: absolute;
    right: -134px;
    bottom: 40px;
}

.esfera_transparente.esfera_transparente_dos {
    position: absolute;
    bottom: 96px;
    right: -294px;
    transform: rotate(15deg);
}


.esfera_transparente.esfera_transparente_tres {
    position: absolute;
    bottom: 22px;
    left: -180px;
    transform: rotate(15deg);
    float: none;
}



.boton.cualidades {
    text-align: center;
}

.boton.cualidades .btn {
    width: 500px;
    height: 96px;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border: 0px solid #f9574e;
    border-radius: 0px;
    background-color: #ff5594;
    /*
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    */
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

    padding: 20px;
}

.boton.cualidades p {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

.boton.cualidades p:last-child {
    color: #ffd1ce;
    font-size: 16px;
}


/* Shutter Out Horizontal */
.boton.cualidades .hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #f9574e;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.boton.cualidades .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d44b43;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.boton.cualidades .hvr-shutter-out-horizontal:hover:before, 
.boton.cualidades .hvr-shutter-out-horizontal:focus:before, 
.boton.cualidades .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



.carasteristicas_desarrollo .row.cualidades.cualidades_dos {
    position: relative;
    z-index: 2;
}

/*
.carasteristicas_desarrollo .row.cualidades.cualidades_dos>div:last-child {
display: inline-flex;
justify-content: center;
align-items: center;
}
*/

.cualidades.cualidades_dos .titulo{
    color: #f59600;
    text-align: right;    
}


.cualidades.cualidades_dos p{
    text-align: right;
}

.alineado_alto {
    display: inline-block;
    position: absolute;
    top: 60px;
}

.seo_buscador {
    position: relative;
    left: -305px;
    top: 0px;
    height: 461px;
    top: -40px;
}

.google_cualidades {
    position: relative;
    top: -35px;
    left: 25px;
    height: 103px;
}

.no_portada .rectangulo_blanco_inclinado {
    background-color: #ffffff;
    transform: rotate(-6deg);
    height: 207px;
    width: calc(100% + 80px);
    position: absolute;
    top: -103px;
    z-index: 0;
    margin-left: -46px;
}


.no_portada .fondo_promocion {
    display: none;
}


.separa-50-extralg {
    height: 0px;
}







/*///// SEO /////*/

/* -- -- -- Menú princiapl SEO -- -- -- */
.menu_principal_seo {
    position: absolute;
    top: 54px;
    width: 100%;
    left: 0px;
    z-index: 4;
}

.menu_principal_seo  .navbar {
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0;
    background-color: transparent;
}


.menu_principal_seo .navbar-nav li a {
    color: #fff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 25px 8px 15px;
    text-indent: 0px;
    margin: 0px 7px;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.menu_principal_seo .navbar-nav li a:hover,
.menu_principal_seo .navbar-nav li a:focus{
    color: #fff;

}

.menu_principal_seo .navbar-nav li a:hover{
    transform: translateY(-10px);
}


.menu_principal_seo .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.menu_principal_seo .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.menu_principal_seo .hvr-underline-from-center:hover:before, 
.menu_principal_seo .hvr-underline-from-center:focus:before, 
.menu_principal_seo .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


/* -- -- -- Banner SEO -- -- -- */
#seo_html .logo_web img {
    height: 56px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 3;
}

#seo_html .banner {
    height: 1070px;
}

#seo_html .banner .padre_texto_banner .contenedor {
    height: 1014px;
}

#seo_html .texto_banner {
    left: 0px;
    top: 235px;
    position: relative;
    z-index: 2;
}


#seo_html .banner h1.rotulo {
    font-size: 48px;
    line-height: 50px;
    text-align: left;
}

#seo_html .banner p.post-rotulo {
    font-size: 36px;
    width: 470px;
}

.container_forma{
    position: relative;
    height: 100%;
}

.forma_seo_banner {
    position: absolute;
    top: -5px;
    right: -1170px;
    z-index: 1;
    height: calc(100% + 10px);
}

.portatil_google {
    position: absolute;
    right: -410px;
    z-index: 1;
    height: 560px;
    top: 240px;
}


/*
#seo_html .boton.solicita img {
height: 28px;
margin-right: 10px;
}
*/

#seo_html .boton.solicita svg{
    height: 28px;
    width: 28px;
    margin-right: 10px;
}

svg path, 
svg rect{ 
    transition: 300ms;
    transition-timing-function: ease-out;
    -webkit-transition: 300ms;
    -webkit-transition-timing-function: ease-out;
}

#seo_html .boton.solicita a:hover svg path,
#seo_html .boton.solicita a:hover svg rect,
#seo_html .boton.solicita a:focus svg path,
#seo_html .boton.solicita a:focus svg rect { 
    fill: #feae31;
}


.posicionamiento .cualidades .titulo{
    color: #f59600;
    font-size: 34px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.posicionamiento .cualidades .titulo span{
    font-weight: 800;
}

.cualidades p.mas_grosor {
    /*
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 46px;
    */
}

.linea-divisoria{height: 10px;width: 100%;
    background: -moz-linear-gradient(to right, #ff9c00 0%,#ff9c00 21%,#f30b9f 89%,#f30b9f 100%);
    background: -webkit-linear-gradient(to right, #ff9c00 0%,#ff9c00 21%,#f30b9f 89%,#f30b9f 100%);
    background: linear-gradient(to right, #ff9c00 0%,#ff9c00 21%,#f30b9f 89%,#f30b9f 100%);
}


/****MARCAS*****/

/* -- -- -- marcas -- -- -- */
.marcas{
    background-color: #fff;
}
.marcas .container-fluid{
    padding: 0px;
}

.marcas .padding{
    padding: 58px 50px;
    width: 100%;
}

.contenedor_slider_new{
    /*	width: calc(100% - 277px);*/
    width: 100%;
}

.padre_marca {
    height: 120px;
    width: 100%;
    padding: 0px 40px;
}

.padre_marca .imagen_marca{
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* .Â·. section empresas .Â·. */

.empresas {
    position: absolute;
    border: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.padre_empresas{

}

.rectangulo_texto {
    position: relative;
    bottom: 100%;
    left: 0px;
    width: 410px;
    height: 0px;
    border-right: 30px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 44px solid #302f5d;
}

.rectangulo_texto p{
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: left;
}

.caja_catalogo {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.catalogo {
    height: 40px;
    position: relative;
}

.empresas .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0px;
    background-color: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}




.padre_logo{
    width: 245px;
    height: 90px;
    padding: 0px 15px;
}

.logo_marca{
    width: 100%;
    height: 100%;
    /*
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;*/
    object-fit: contain;
    transition: all .2s ease-in-out;
}

.caja_objeto a:hover .logo_marca{
    transform: scale(1.20);
}

.caja_catalogo .bx-wrapper .bx-viewport {box-shadow: none;}

.titulo_marcas { color: #ff0088;
    text-align: center;
    font-size: 26px; }

.titulo_marcas span {font-weight: 400}

.bx-wrapper {box-shadow: none}


/***PORTADA DESCRIPCION****/

.zona_destacada {

    background: -moz-linear-gradient(left, rgba(255,156,0,1) 0%, rgba(243,11,159,1) 82%, rgba(243,11,159,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(255,156,0,1) 0%,rgba(243,11,159,1) 82%,rgba(243,11,159,1) 100%); 
    background: linear-gradient(to right, rgba(255,156,0,1) 0%,rgba(243,11,159,1) 82%,rgba(243,11,159,1) 100%); 


}

.elemento_cuadrado {
    position: relative;
    text-align: center;
}

.elemento_cuadrado .circulo_numerico{ position: absolute; width: 30px; height: 30px; border-radius: 9999px; background-color: #fff; -webkit-box-shadow: 1px 1px 1px 0 #D9D9D9;
    box-shadow: 1px 1px 1px 0 #D9D9D9; color:  #ff4575;    top: -15px;
    left: 55px;}

.elemento_cuadrado img { width: 70px; height: 70px}

.elemento_cuadrado p, .elemento_cuadrado h3 {
    color: #fff;
    font-size: 15px;
    /* margin-right: 35px; */
    line-height: 25px;
    text-align: center;
    padding: 0 15px;
}

.elemento_cuadrado p.titulo, .elemento_cuadrado h3.titulo {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
} 

.elemento_cuadrado .flecha{
    position: absolute;
    top: 35px;
    left: 75px;
}

.elemento_cuadrado .flecha .linea_flecha{
    width: 110px;
    height: 1px;
    border-bottom: 2px dashed #fff;

}

.elemento_cuadrado .flecha .flechita{
    position: absolute;
    width: auto;
    height: 26px;
    top: -12px;
    right: -36px;
}

.titulo_posicion {

}

.btn-default-formulario{
    padding: 15px 70px;font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 400;color: #333;
    border-radius: 0;background-color: #e5e5e5;
}

.btn-formulario{
    padding: 15px 70px;font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 400;color: #fff;
    border-radius: 0;background-color: #f9574e;
}

/*** EL OTRO MENU ***/
.menu_secundario_baja {
}

.menu_secundario_baja .navbar-default{
    top: -100px;

    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.menu_secundario_baja.visible .navbar-default{
    top: 0;
}

.menu_secundario_baja.visible {

}

.menu_secundario_baja .navbar-brand img {
    height: 56px
}


.menu_secundario_baja .navbar-nav li a {
    color: #585858;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 35px 8px 35px;
    text-indent: 0px;
    margin: 0px 7px;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.menu_secundario_baja .navbar-nav li a:hover,
.menu_secundario_baja .navbar-nav li a:focus{
    color: #585858;

}

.menu_secundario_baja .navbar-nav li a:hover{
    transform: translateY(-10px);
}

.menu_secundario_baja .navbar-default {background-color: #fff;    border-color: #f20a9f2b;}

.dispnon {
    display: none;
}

.abrete_whatsapp .fa-whatsapp {
    animation: heartbeat 1.5s infinite;
}

.cualidades { font-weight: 400 }

/* WEB */
span{
    font-weight: bold;
}

@keyframes heartbeat
{
    0%
    {
        transform: scale( 1 );
    }
    20%
    {
        transform: scale( 1.25 );
    }
    40%
    {
        transform: scale( 1 );
    }
    60%
    {
        transform: scale( 1.25 );
    }
    80%
    {
        transform: scale( 1 );
    }
    100%
    {
        transform: scale( 1 );
    }
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/

@media (min-width: 1930px){ /* Pantalla super HD */

    /* -- -- -- DESARROLLO -- -- -- */
    .separa-50-extralg{
        height: 50px;
    }


}


@media (max-width: 1700px){
    .footer_inferior p.titulo {font-size: 42px;}
}

@media (max-width: 1600px){
    .footer_inferior p.titulo {font-size: 39px;}
}

@media (max-width: 1500px){
    .footer_inferior .padding { padding: 160px 30px 95px 45px;}
    .footer_inferior p.titulo {font-size: 38px;}
    .footer_inferior img {height: 85px;}
}

@media (max-width: 1400px){
    .footer_inferior .padding {padding: 140px 0px 74px 40px;}
    .footer_inferior p {font-size: 18px;}
    .footer_inferior p.titulo {font-size: 34px;}
    .footer_inferior img {height: 76px;}
}

@media (max-width: 1300px){
    .footer_inferior .padding {padding: 160px 0px 95px 30px;}
    .footer_inferior p {font-size: 18px;}
    .footer_inferior p.titulo {font-size: 32px;}
    .footer_inferior img {height: 85px;}
}

@media (min-width: 1370px){ /* Pantalla HD */
    /* -- -- -- PORTADA -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .texto_banner {
        width: 1170px;
    }

    .banner h1.rotulo {
        font-size: 96px;
        line-height: 100px;
    }

    .banner p.post-rotulo {
        font-size: 42px;
    }

    .maquina{
        width: 980px;
    }

    .console-container {
        font-size: 96px;
        line-height: 100px;
    }

    .console-underscore {
        bottom: -4px;
        height: 96px;
    }


    /*
    .footer_inferior .padding {
    padding: 160px 70px 95px;
}

    .footer_inferior p.titulo {
    font-size: 50px;
}
    */

    /* -- -- -- -- -- -- -- -- -- -- */
    /* -- -- -- DESARROLLO -- -- -- */  
    /* -- -- -- Promoción -- -- -- */
    .no_portada .rectangulo_blanco_inclinado {
        height: 340px;
        top: -203px;
    }

}

/* -- -- -- -- -- ALTO PORTATIL -- -- -- -- -- */
@media (max-height: 768px){ /* alto portatil */


    .menu_principal_seo .navbar-nav li a {

        font-size: 16px;
        padding: 15px 8px 15px;

    }

    .menu_secundario_baja .navbar-nav li a {
        font-size: 15px;
        padding: 37px 8px 37px;
    }

    .portatil_google {
        height: 475px;
        top: 175px;
    }



}

/* -- -- -- MONITORES NORMALES Y TABLET HORIZONTAL -- -- -- */
@media (max-width: 1200px){ /* monitores normales y tablet horizontal */


    .cualidades img.movil_adapta {
        right: 0px;
        top: 30px;
    }

    .carasteristicas_desarrollo img.movil_adapta {
        right: -70px;
    }

    .menu_secundario_baja .navbar-brand img {
        height: 52px
    }

    .menu_secundario_baja .navbar-nav li a {
        font-size: 16px;
    }

    .navbar-brand {
        padding: 20px
    }

    /* -- -- -- FOOTER -- -- -- */
    .logo_footer img {
        height: 150px;
    }
    .footer_superior p {
        font-size: 32px;
    }
    footer .boton .btn {
        width: 350px;
        height: 70px;
    }
    .ovalo {
        width: 1600px;
        top: -171px;
        left: calc(50% - 800px);
    }

    .footer_inferior .padding {
        padding: 80px 34px 50px;
    }

    .footer_inferior img {
        height: 64px;
    }

    .footer_inferior p.titulo {
        font-size: 27px;
        letter-spacing: 1px;
        text-align: center;
    }

    .footer_inferior .padding {
        padding: 100px 25px 34px 25px;
        text-align: center;
    }
    .footer_inferior p {
        font-size: 15px;
        text-align: center;
    }

    .lista_pie.lista_pie_izquierda {
        text-align: right;
        padding-right: 8px;
    }

    .lista_pie.lista_pie_derecha{
        text-align: left;
        padding-left: 8px;
    }

    .seo_buscador{
        left: -355px;
    }
}

@media (max-width: 992px){ /* tablet vertical */

    .navbar-header {float: none; height: 70px;border-bottom: 1px solid #f20a9f2b;}
    .navbar-toggle {display: block;}
    .navbar-toggle {margin-right: 30px; margin-top: 17px;}
    .navbar-collapse {border-top: 0px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); background-color: #f9574e}
    .navbar-collapse.collapse {display: none!important; }
    .navbar-nav {float: none!important;margin: 7.5px 15px;}
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .navbar-text {float: none;margin: 15px 0;}
    .navbar-collapse.collapse.in {display: block!important;}
    .collapsing {overflow: hidden!important;}

    .menu_secundario_baja .navbar-nav li a:hover, .menu_secundario_baja .navbar-nav li a:focus { color: #ffffff }
    .padre_marca {
        padding: 0px 30px;
    }

    .marcas .padding {
        padding: 50px 50px;
    }

    .navbar {

        margin-bottom: 0px;
        border: 0px;
    }

    .menu_secundario_baja .container,
    .menu_secundario_baja .container-fluid {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 19px 16px;
        margin: 0px;
        background-color: #f9574e;
        background-image: none;
        border: 0px solid transparent;
        border-radius: 0px;
    }

    .menu_secundario_baja .navbar-brand img {
        height: 34px;
        margin: -10px 10px;
    }


    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .menu_secundario_baja .navbar-nav li a{
        padding: 15px 8px 15px;
        font-size: 17px;
        color: #fff;
    }

    #seo_html .banner {
        height: 880px;
    }

    .menu_secundario_baja .navbar-header { height: 52px }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #f9574e;
    }

    .menu_secundario_baja .navbar-nav li a:hover{
        transform: translateY(0px);
    }

    .cualidades img.movil_adapta {
        position: inherit;
     left: calc(50% - 221px);
        top: auto;
        float: inherit;
    }

    .centrar_sm {text-align: center;}

    .alineado_alto {position: inherit}

    .gancho{font-size: 24px}

    .cualidades.cualidades_dos .titulo {text-align: left;}
    .cualidades.cualidades_dos p {text-align: left}



    .esfera_transparente.esfera_transparente_tres {     left: -70px; }


    /* -- -- -- FOOTER -- -- -- */

    footer .boton .btn {
        font-size: 20px;
        width: 260px;
        height: 66px;
    }

    .footer_inferior p.titulo {
        font-size: 22px;
        letter-spacing: 0px;
    }

    .alineado_pie{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer_inferior p.titulo {
        font-size: 26px;
        padding: 0px;
    }


    .footer_inferior .row>div:first-child .info_pie p {
        margin-right: 15px;
    }

    .footer_inferior .row>div:first-child .info_pie p:last-child {
        margin-right: 0px;
    }

    .info_pie p {
        font-size: 15px;
        margin-right: 26px;
    }

    .info_pie p:last-child  {
        padding-right: 0px;
    }

    .info_pie a { color: #ffe5bf!important }

    .footer_inferior img {
        height: 50px;
        padding-right: 20px;
    }


    .footer_inferior .lista_pie {
        padding: 0px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer_inferior .lista_pie p{
        margin-right: 20px;
    }

    .footer_inferior .padding {
        padding: 60px 30px 30px;
    }

    .footer_inferior .row>div:nth-child(2) .padding,
    .footer_inferior .row>div:last-child .padding{
        padding: 30px 30px 30px;
    }

    .footer_inferior .lista_pie a:last-child p {
        margin-right: 0px;
    }

    .caja_contenedora_whatsapp {
        left: calc(50% + 70px);
        top: 65px;

    }

    .caja_whatsapp .triangulo {display: none;}
    .caja_whatsapp .borde { border-radius: 10px}

    .cualidades .titulo {
        font-size: 27px;
        text-align: center
    }

    .cualidades .titulo {text-align: center!important}
    .cualidades p{text-align: center}
    .cualidades.cualidades_dos p {text-align: center}
    .seo_buscador {
        left:-111px;
    }
}

@media (max-width: 767px){ /* móviles */

    .navbar-header {margin: 0px!important}
    #seo_html .banner {
        height: 750px;
    }
    #seo_html .texto_banner { top: 100px;     width: 100%;}
    #seo_html .banner h1.rotulo {
        font-size: 35px;
        text-align: center
    }
    #seo_html .banner p.post-rotulo { width: auto;    font-size: 24px; text-align: center}
    .banner .botonera{display: inherit}

    .texto_banner .centrar {display: inherit;}

    .numero { font-size: 18px;
        height: auto;
        text-align: center; }

    .numero span{ font-size: 22px;     margin-top: 20px; }

    .boton.baja {padding: 0px}
    .boton.baja p {text-align: center;}
    .boton.solicita p {text-align: center;}

    .red {border-left: 0px;     width: 100%; margin-top: 15px;     padding: 0px;}

    .cualidades img.movil_adapta{ width: 100%; height: auto; left: inherit; right: inherit}

    .posicionamiento .cualidades .titulo {font-size: 26px}
    .cualidades .titulo {font-size: 26px;}

    .caja_contenedora_whatsapp {
    left: 22px;
    top: -68px;
    }

    .flecha {display: none;}
    .padre_elemento_cuadrado {margin-bottom: 60px;}
    .padre_elemento_cuadrado:last-child{ margin: 0px }

    .boton.cualidades .btn {
        width: 100%;white-space: normal
    }
    .boton.cualidades p { line-height: 23px; font-size: 14px; }

    .seo_buscador {    height: 300px;     left: -58px;}

    .btn-default-formulario {padding: 15px 40px}

    .logo_footer img {
        height: 150px;
    }

    .footer_superior p {font-size: 28px}


    /* -- -- -- FOOTER -- -- -- */
    .logo_footer img {
        height: 130px;
    }
    .linea_separa_footer {
        width: 90%;
        border-top: 1px solid #e3e3e3;
        margin: 0 auto;
    }

    .padre_p {
        overflow: hidden;
        padding: 0px 30px;
    }

    .footer_superior p {
        font-size: 25px;
    }

    footer .boton .btn {
        width: 200px;
        height: 60px;
        font-size: 18px;
    }


    .footer_inferior .row>div:nth-child(2) .padding, 
    .footer_inferior .row>div:last-child .padding {
        padding: 30px 40px 30px;
    }

    .lista_pie.izquierda{
        text-align: right;
        padding-right: 5px;
    }
    .lista_pie.derecha{
        padding-left: 5px;
        text-align: left;
    }

    .alineado_pie {
        display: inline-block;
        text-align: center;
    }
    .footer_inferior img {
        height: 45px;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .footer_inferior p.titulo {
        text-align: center;
    }

    .info_pie p {
        font-size: 15px;
        margin-right: 0px;
        text-align: center;
    }

    .footer_inferior .lista_pie {
        width: 50%;
        /* display: block; */
        display: grid;
        padding-right: 8px;

    }


    .footer_inferior .lista_pie p {
        margin-right: 0px;
    }
    .ovalo {
        width: 1500px;
        top: -184px;
        left: calc(50% - 750px);
    }

    .lista_pie_izquierda {text-align: right}
    .lista_pie_izquierda p.hvr-underline-from-left {text-align: right}
    .lista_mini p {font-size: 15px; text-align: left}

    .botonera .boton .btn { width: 230px; height: 50px; font-size: 14px; }
    #seo_html .banner {
        height: 650px;
    }

    .elemento_cuadrado {text-align: center}
    .elemento_cuadrado .circulo_numerico { left: calc(50% + 15px); }
    .elemento_cuadrado p.titulo {text-align: center}
    .elemento_cuadrado p {margin: 0px; text-align: center}
    .boton.cualidades p:last-child {
        font-size: 13px;
    }
    
    .boton.cualidades .btn {height: 70px;}
        /* -- -- -- Marcas -- -- -- */
    .marcas .padding {
        padding: 50px 10px;
    }

    .padre_marca {
        padding: 0px 10px;
    }
}

@media (max-width: 320px){ /* móviles */


}

#CybotCookiebotDialogBodyContentTitle {text-align: center!important; text-transform: uppercase!important}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper { width: 100%!important; text-align: center!important}
/* .CybotCookiebotDialogBodyButton { padding: 4px 7px!important; } */
#CybotCookiebotDialogBodyContent {padding-top: 17px!important; padding-bottom: 12px!important}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {margin-bottom: 8px!important;}
#CybotCookiebotDialogBodyContentText {color: #333!important}
#CybotCookiebotDialog {box-shadow: rgba(102, 102, 102, 0.5) 2px 2px 4px 2px!important;}
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll { background-color: #ff9603!important; border-color: #ff9603!important }
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection { background-color: #f9564e!important; border-color: #f9564e!important }
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll { background-color: #ff0188!important; border-color: #ff0188!important }
#CybotCookiebotDialog {}

/**Noimg*/
#CybotCookiebotDialogBodyContent {padding-left: 0px!important}
#CybotCookiebotDialogPoweredbyLink { display: none!important }
#CybotCookiebotDialogBodyContentText {padding-left: 10px!important}

@media (max-width: 992px){
    .CybotCookiebotDialogBodyButton { margin: 0 auto!important; margin-top: 5px!important} 
}



