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

/*
Flaticon icon font: Flaticon
Creation date: 17/02/2017 20:37
*/

@font-face {
  font-family: "Flaticon";
  src: url("assets/fonts/Flaticon/Flaticon.eot");
  src: url("assets/fonts/Flaticon/Flaticon.eot#iefix") format("embedded-opentype"),
       url("assets/fonts/Flaticon/Flaticon.woff") format("woff"),
       url("assets/fonts/Flaticon/Flaticon.ttf") format("truetype"),
       url("assets/fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("assets/fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 18px;
  font-style: normal;
}

.flaticon-facebook-logo:before { content: "\f100"; }
.flaticon-instagram-logo:before { content: "\f101"; }
.flaticon-snapchat:before { content: "\f102"; }
.flaticon-twitter-logo-silhouette:before { content: "\f103"; }
.flaticon-youtube:before { content: "\f104"; }

body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

a{
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	color: #000000;
}
.montserrat{font-family: 'Montserrat', Helvetica, sans-serif}
.fw-700{font-weight: 700;}

/*Background colors*/
.black {background-color: #000;}
.white {background-color: #fff;}
.graylight{background-color:#f5f5f5;}
.graystrong{background-color:#5a5a5a;}
.gradient{
	background: -webkit-linear-gradient(45deg, #e61717 0%,#a15af1 40%,#43679c 100%);
    background: linear-gradient(45deg, #e61717 0%,#a15af1 40%,#43679c 100%);
}
/*space*/
.space-30{height: 30px;}
/*Border-r*/
.border-r-15{border-radius: 15px;}
/*Color fonts*/
.f-white {color:#fff;}
.f-gray{color:#5a5a5a;}
.f-gray-h{color:#585858 !important;}
.f-blue-e{color:#3862b5;}
.f-red{color:#d50e4c;}
/*ONOFF*/
.on{display: block;}
.off{display: none;}

/*Centrados*/
.center-content {margin: 0px auto;}
.center-img{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
/*Max width*/
.mw-300{max-width: 300px;}
.mw-600{max-width: 600px;}
.mw-700{max-width: 700px;}
/*MarginTop*/
.mt-70{margin-top: 70px;}
.mt-100{margin-top: 100px;}
/*Paddings*/
.pt-6{padding-top: 6em;}
.pt-8{padding-top: 8em;}
.pt-top-video{padding-top: 7em;}

.pb-10{ padding-bottom: 10px;}
/*Overflows*/
.of-hidden{overflow:hidden;}

/*Positon*/
.absolute{position: absolute;}
.relative{position:relative;}

/*-----HEADER----*/

.menu-static{
    position: fixed;
    top:0;
}

/*Logo*/
.logo{
    max-width: 130px;
    height: auto;
}
/*Menu*/
img.i-menu{
    margin-top:2px;
    width: 30px;
    height: 45px;
}

header {
width:100%;
background-color: #000;
min-height: 70px;
}

header nav {
    width: 100%;
    max-width: 1400px;
    background: #000;
    margin-top: 37px;
    margin: 0px auto;

}

.menu_bar {
display:none;
}

header nav ul.efecto {
overflow:hidden;
list-style:none;
float: right;
padding-right: 20px;

}

header nav ul.efecto li {
    float:left;
    margin-bottom:20px;
}

header nav ul.efecto li.mtop {
    margin-top: 30px;
}


header nav ul.efecto li.mtoplogo {
    position: absolute;
    left: 20px;
    top:10px;
}
header nav ul.efecto li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600px;
    font-size: 14px;
    color:#fff;
    display:block;
    text-decoration:none;
    opacity: 1;
}

header nav ul.efecto li a{
        position: relative;
        font-weight:bold;
        color:#fff;
        margin: 0px 0px;

}
header nav ul.efecto li a:after{
        position: absolute;
        bottom: 1px;
        left: 0px;
        top:20px;
        width: 100%;
        height: 4px;
        content: "";
        opacity: 0;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transform: translateY(10px)
}

header nav ul.efecto li.manifiesto-1 a:after{
        background-color: #c82c3f;

}
header nav ul.efecto li.plataforma-1 a:after{
        background-color: #7d437d;

}
header nav ul.efecto li.alcance-1 a:after{
        background-color: #064362;

}
header nav ul.efecto li.servicios-1 a:after{
        background-color: #4caf50;

}

header nav ul.efecto li.credenciales-1 a:after{
        background-color: #ffc107;

}
header nav ul.efecto li.contacto-1 a:after{
        background-color: #c82c3f;

}

 header nav ul.efecto li a:hover:after{
        opacity:1;
        transform: translateY(2px)

}
/*header nav ul li a:hover {
    color:#717171;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
*/

@media screen and (max-width:800px ) {
    .movil{display: none;}
    .desktop{display: none;}
    header nav {
        width:100%;
        height:auto;
        margin:0;
        position: fixed;
        z-index: 3;
    }
    header nav ul.efecto {
    float: none;
    padding-right: 0px;
    padding-top: 100px;
    }
    header nav ul.efecto li.mtop {
        margin-top: 0px;
        padding: 1em;
        margin:0px;
    }

    header nav ul.efecto li {
        display:block;
        float:none;
        /*border-bottom:1px solid rgba(255,255,255, .3);*/
    }
    header nav ul.efecto li a {
    font-size: 20px;
    text-align: center;
    }
    header nav ul.efecto li a:after{
        width: 30%;
        height: 4px;
        left: 29%;
        content: "";
        opacity: 0;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transform: translateY(10px) ;

    }


    header nav ul.efecto li.mtoplogo {
    display: none;
    }

    .menu_bar {
        display:block;
        width:100%;
        background:#000;
        position: absolute;
        z-index: 4;
    }

    .menu_bar .bt-menu {
        display:block;
        padding:10px;
        background:#000;
        color:#fff;
        text-decoration:none;
        font-weight: bold;
        font-size:25px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .menu_bar span {
        float:right;
        font-size:40px;
    }
}
/*Fin Menu/*
/*Boton ver video1*/
.btn2- {
    border: 1px solid !important;
    border-radius: 5px;
    font-family: inherit;
    font-size: 12px;
    background: none;
    cursor: pointer;
    padding: 15px 40px;
    display: table;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: auto;
    margin-right:auto;
    margin-top:10px;
}
.btn-2 {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    /*box-shadow: 0 6px #4899d2;*/
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}
}
/* Button 2a */
.btn-2a {border-radius: 5px 5px 5px 5px;}
.btn-2a:hover {
    background-color: #fff;
    color: #000;
    border: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}
}
.btn-2a:active {
    background-color: #fff;
    color: #000;
}
/*Centrar-boton-ver-video*/
.center-btn{
    position: absolute;
    margin-top: 0px;
    width: 160px;
    margin-left: -78px;
    left: 50%;
}

.bg-video{
    background-image: url(assets/img/hero-mobile.gif);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}
.bg-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*Video Hero*/
.video-position{
    position: absolute;
    z-index: -1;
    top: 0;
}
.hero-images{max-width:580px;}



/*----------Plataformas----------*/
section.plataformas{
    width: 100%;
    /*background-image: url(/assets/img/slider-medios.jpg);*/
    background-image: url(assets/img/pattern.png);
    background-repeat: repeat;
    background-size:600px;
    margin: 0px auto;
    padding-bottom: 3em;
    padding-bottom: 3em;
    background-color: #000;
    background-attachment: fixed;
}
.parentesis{background-color:#e92d40;border: 1px solid #f1f1f1;}
.harmonia{background-color:#7d437d;border: 1px solid #f1f1f1;}
.pijama{background-color:#064362;border: 1px solid #f1f1f1;}
.plataformas-mw{max-width:100%;}

ul.lsocial-media li{
    text-decoration: none;
    display: inline;
    margin-left: 6px;
}

a i.redes{
    border: 3px solid #ffffff;
    border-radius: 25px;
    padding: 10px;
    color:#fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a i.parentesis-i:hover{
    background-color:#fff;
    color:#e92d40;
}
a i.harmonia-i:hover{
    background-color:#fff;
    color:#7d437d;
}
a i.pijama-i:hover{
    background-color:#fff;
    color:#064362;
}

a.visitar-sitio{
    color:#fff;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a.visitar-sitio-p:hover{
    color:#98111e;
}
a.visitar-sitio-h:hover{
    color:#482a48;
}
a.visitar-sitio-ps:hover{
    color:#07222f;
}
.plataforma-b-shadow{box-shadow:1px 0px 15px rgba(0, 0, 0, 0.12);}
.n-plataformas{  margin-top: 40px;}
/*--------Alcance------------*/
img.i-alcance{
    width: 90px;
    height: 90px;
}
section.alcance{padding-bottom: 3em;}
section.alcance h3{
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/*-----------Servicios-----------*/
.grid {
    position: relative;
    margin: 0 auto;
    /*padding: 1em 0 4em;*/
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    /*margin: 10px 1%;*/
    /*min-width: 320px;*/
    max-width: 270px;
    height: auto;
    /*width: 48%;*/
    background: #000000;
    text-align: center;
    cursor: pointer;
}


.grid figure img {
    position: relative;
    display: block;
    min-height: auto;
    max-width: 100%;
    opacity: 0.8;
}

span img.i-servicios{
    width: 60px;
    min-height: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}


.grid figure figcaption {
    /*padding: 2em;*/
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    /*font-size: 26px;*/
    word-spacing: -0.15em;
    font-weight: 600;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}



/*grid-estudio*/

/*Servicio*/
.grid-estudio {
    position: relative;
    margin: 0 auto;
    /*padding: 1em 0 4em;*/
    max-width: 1000px;
    list-style: none;
    text-align: center;
    padding:10px;
}

/* Common style */
.grid-estudio figure {
    position: relative;
    margin: 0px auto;
    /*float: left;*
    overflow: hidden;
    /*margin: 10px 1%;*/
    /*min-width: 320px;*/
    max-width: 413px;
    height: auto;
    /*width: 48%;*/
    background: #000000;
    text-align: center;
    cursor: pointer;
}


.grid-estudio figure img {
    position: relative;
    display: block;
    min-height: auto;
    max-width: 100%;
    opacity: 0.8;
}

.grid-estudio figure img.no-o {
    opacity: 1;
}




.grid-estudio figure figcaption {
    /*padding: 2em;*/
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-estudio figure figcaption::before,
.grid-estudio figure figcaption::after {
    pointer-events: none;
}

.grid-estudio figure figcaption,
.grid-estudio figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-estudio figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

/*.grid-estudio figure h2 {
    font-size: 26px;
    word-spacing: -0.15em;
    font-weight: 600;
}
*/
.grid-estudio figure h2 span {
    font-weight: 800;
}

.grid-estudio figure h2,
.grid-estudio figure p {
    margin: 0;
}



/*fin-grid-estudio*/

/*Oscar no left*/
/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar-2 {
    background: -webkit-linear-gradient(45deg, #e61717 0%,#a15af1 40%,#43679c 100%);
    background: linear-gradient(45deg, #e61717 0%,#a15af1 40%,#43679c 100%);
}

figure.effect-oscar-2 img {
    /*opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;*/
}

figure.effect-oscar-2 figcaption {
    padding: 1em;
    /*background-color: rgba(58,52,42,0.7);*/
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar-2 figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar-2 h2 {
    /*margin: 28% 0 10px 0;*/
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-oscar-2 figcaption::before,
figure.effect-oscar-2 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar-2:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-oscar-2:hover figcaption::before,
figure.effect-oscar-2:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar-2:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-oscar-2:hover img {
    opacity: 0.4;
}

/*Oscar No left*/

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #e61717 0%,#a15af1 40%,#43679c 100%);
    background: linear-gradient(45deg, #e61717 0%,#a15af1 40%,#43679c 100%);
}

figure.effect-oscar img {
    /*opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;*/
}

figure.effect-oscar figcaption {
    padding: 1em;
    /*background-color: rgba(58,52,42,0.7);*/
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    /*margin: 28% 0 10px 0;*/
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}

figure.effect-oscar-color2 {
    background: -webkit-linear-gradient(45deg, #0c32b5 0%,#5af1aa 40%,#23279c 100%);
    background: linear-gradient(45deg, #0c32b5 0%,#5af1aa 40%,#23279c 100%);
}
/*---------Credenciales----------*/
/*Credenciales*/
.video-container-credenciales{
    background-image: url(assets/img/portada.gif);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
.m-top-25-credenciales{margin-top: 25px;}
.credenciales-ptop{padding-top: 3em;}
.sec-credenciales{
    position: absolute;
    left:76%;
    z-index: 1;
    top:70%;
}
video.credenciales-1{height: 300px;}

a button.credenciales{
    border:none;
    background-color: rgba(210, 11, 73, 0.81);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
    background: rgba(210, 11, 73, 0.32);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(210, 11, 73, 0.45);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
    background: rgba(210, 11, 73, 0.83);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
/*Button ver credenciales*/

/*Button*/
/* General button style (reset) */
.btn {
    border: none;
    font-family: inherit;
    font-size: 12px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 40px;
    display: table;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: auto;
    margin-right:auto;
    margin-top:10px;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


/* Button 2 */
.btn-3 {
    background-color: #000;
    color: #fff;
    /*box-shadow: 0 6px #4899d2;*/
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2a */
.btn-3a {
    border-radius: 5px 5px 5px 5px;
}

.btn-3a:hover {
    box-shadow: 0 4px gray;
    top: 2px;
}

.btn-3a:active {
    box-shadow: 0 0 gray;
    top: 6px;
}

/**/
/* Button 2 */
.btn-4 {
    background-color: #fff;
    color: #000;
    /*box-shadow: 0 6px #4899d2;*/
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2a */
.btn-4a {
    border-radius: 5px 5px 5px 5px;
}

.btn-4a:hover {
    box-shadow: 0 4px gray;
    top: 2px;
}

.btn-4a:active {
    box-shadow: 0 0 gray;
    top: 6px;
}



/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
    0%, 100% {-moz-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.btn-error:before {
    content: "\e002";
}

.btn-error:after {
    content: "Error!";
    -webkit-animation: scaleFromUp 0.5s;
    -moz-animation: scaleFromUp 0.5s;
    animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleFromUp {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes scaleFromUp {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Special trash effect */
.trash-effect {
    position: relative;
    max-width: 320px;
    margin: 60px auto 0;
}

.trash-effect .icon-file {
    font-size: 30px;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateX(90px) translateY(20px) scale(1);
    -moz-transform: translateX(90px) translateY(20px) scale(1);
    -ms-transform: translateX(90px) translateY(20px) scale(1);
    transform: translateX(90px) translateY(20px) scale(1);
}

.trash-effect .icon-file:nth-child(2) {
    -webkit-transform: translateX(140px) translateY(-10px) scale(1);
    -moz-transform: translateX(140px) translateY(-10px) scale(1);
    -ms-transform: translateX(140px) translateY(-10px) scale(1);
    transform: translateX(140px) translateY(-10px) scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.trash-effect .icon-file:nth-child(3) {
    -webkit-transform: translateX(140px) translateY(50px) scale(1);
    -moz-transform: translateX(140px) translateY(50px) scale(1);
    -ms-transform: translateX(140px) translateY(50px) scale(1);
    transform: translateX(140px) translateY(50px) scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.trash-effect.trash-effect-active .icon-file {
    -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
    -moz-transform: translateX(-100px) translateY(-10px) scale(0);
    -ms-transform: translateX(-100px) translateY(-10px) scale(0);
    transform: translateX(-100px) translateY(-10px) scale(0);
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
    content: "\e000";
}

/*----Contacto----*/

/*Footer*/

.i-mapa{ max-height:auto;}
.available{ width:22px; height:22px}
a.aviso{
    margin-top: 10px;
    font-size: 12px;
    color:#fff;
}

a.aviso:hover{
    color:gray;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}

/*Contacto*/
body.contact{
    background-image: url('assets/img/bg-contacto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
}

.logo-contacto{
    max-width: 170px;
    height: auto;
}

form div div > label{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:#000;
}

form div div > input, form div div > textarea{
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    height: 46px;
}

textarea{
    min-height: 90px;
}

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

/*MODALBOX*/

#modal{
    display: none;
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: relative;
    z-index: 9;
}

#modal2{
    display: none;
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: relative;
    z-index: 9;
}

.video{
    width: 100%;
    height: auto;
}

.modal-demo{
    width: 100%;
    max-width: 1200px!important;
    height: auto;
    overflow: scroll;
    overflow-x: hidden;
    padding: 10px;
    text-align: left;
    color: white;
    text-shadow: none;
    font-size: 12px;
    text-align: justify;
    position: relative;

}
.text{
    font-family: 'Raleway', sans-serif!important;
    line-height: 16px;
    margin-bottom: 20px;
}
.modal-demo .title{
    color: white!important;
    font-weight: 300;
    font-size: 28px!important;
    text-align: center;
    margin: 0;
    padding: 0;
}

.close-img{
        max-width: 36px;
    margin-top: 0px;
    position: relative;
    top: 7px;
}

.close{
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: rgba(93, 93, 93, 0.31);
    border: 1px solid #fff;
    border-radius: 40px!important;
    cursor: pointer;
    color: white;
    /* line-height: 24px; */
    /* height: 24px; */
    &:hover{
        transition: all 0.5s ease;
        color: #f8ea40;
    }
}
.custombox-content>* {
    max-width: 100%;
    max-height: 100% !important;
}


.hidden{display: none;}

.btn-cerrar{
    font-size: 24px;
    position: relative;
    bottom: 7px;
}
/*Estudios*/
.container-1200{max-width:1200px;}
.container-960{max-width:960px;}
.container-800{max-width: 800px;}
.container-760{max-width:760px;}
.container-600{max-width: 600px;}
.container-500{max-width:500px;}
.bg-estudios{
    width: 100%;
    min-height: 270px;
    background-image: url(assets/img/poster-estudios.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -100;
    position: relative;
    /*background-position: -198px 10px;*/
}
h1.title-estudio{
    max-width: 400px;
    margin-left: -150px;
    left: 50%;
    z-index: 1;
}

.bg-infografia{
    width: 100%;
    min-height: 400px;
    background-image: url(assets/img/bg-info.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-estudios-interna{
    width: 100%;
    background-image: url(assets/img/portada-estudios.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.pt-150{padding-top:150px;}
.pt-100{padding-top:120px;}
.video-estudio{
    position: fixed;
    opacity:0.8;
    min-height: 400px;
}
.mt-158{margin-top:158px;}
.pt-6{padding-top:6.7em;}
h1.estudios{    text-shadow: 6px 4px 38px #243050;}
.estudio-ul{list-style-type: none;}
.blue-estudio{color:#4895ea;}
.mw-340{max-width:340px;}
.img-center{margin-left:auto; margin-right:auto; display:table-cell;}
.cuadro-gris{
    width: 320px;
    min-height: 200px;
    background-color: #e4f1ff;
    position: absolute;
    max-width: 320px;
    z-index: 1;
    margin-top: -50px;
    left: 64%;
}
.cuadro-gris-2{
    width: 320px;
    min-height: 200px;
    background-color: #e4f1ff;
    position: absolute;
    max-width: 320px;
    z-index: 1;
    margin-top: -50px;
    right: 66%;
}

.zi-1{z-index:1;}
.cuadro-rojo{    width: 5px;
    height: 70px;
    background-color: #ca2e33;
    display: inline-block;
    float: left;
    margin-top: 9px;
}
.hr-estudios{    margin: auto;
    width: 100%;
    height: 0;
    border: thin solid #d8d8d8;
    border-bottom: 0px;
}
.link-blue{
    color: #4995ea;
    text-decoration: underline;}
.lh-150{line-height: 150%;}

.arrow{    max-width: 18px;
    vertical-align: middle;
        margin-top: -1px;
}
figure.nota{
    border-radius: 10px 10px 0px 0px; overflow: hidden;
}
figcaption.nota-t{border: 1px solid #ececec;
}
img.check-1{
    max-width: 22px;
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
}

/*Media Queries*/

@media screen and (min-width: 30em){
    /*ONOFF*/
    .sm-on{display: block;}
    .sm-off{display: none;}
    /*Padding*/
    .pt-0-sm{padding-top:0em;}
    /*Tops*/
    .top--30-sm{top: -30%;}
    /*Video*/
    .bg-video{
        background-image:none;
        height: 400px;
        margin-top: -120px;
    }
   .pt-top-video{padding-top: 9em;}
    /*Centrar-boton-ver-video*/
    .center-btn{
        margin-top: 0px;
    }

    /*Credenciales*/
    .video-container-credenciales{
    background-image:none;
    height: 400px;
    }
    .sec-credenciales{
        top:44%;
        left:69%;
    }
    .hero-images{max-width:380px;}

}

@media screen and (min-width: 48em){
    /*Credenciales*/
    .video-container-credenciales{
    background-image: none;
    }
    /*MarginTop*/
    .mt-50-md{margin-top: 50px;}
     /*ONOFF*/
    .md-on{display: block;}
    .md-off{display: none;}
    /*Paddings*/
    .pt-0-md{padding-top:0em;}
    .pb-10{ padding-bottom: 0px;}
    .pt-15-md{padding-top: 15em;}
    /*Padding hero*/
    /*Centrar-boton-ver-video*/
    .center-btn{
        margin-top: 0px;
    }
       /*Arrow*/

     /*Video*/
     .bg-video{
        height: 500px;
        background-image:none;
    }
    .pt-top-video{padding-top: 10em;}
     /*Credenciales*/
    .video-container-credenciales{
        background-image:none;
        height: 300px;
    }
    video.credenciales-1{height: 300px;}
     .sec-credenciales{
        top:58%;
        left:75%;
    }
    /*Estudios*/
    .wrapper{
    border-radius: 15px;
    margin-top: 30px;
    }
    .hero-images{max-width:480px;}

}


@media screen and (min-width: 64em){
     /*ONOFF*/
    .lg-on{display: block;}
    .lg-off{display: none;}
    /*Margin*/
     .mt-100-lg{margin-top: 100px;}
     .mt-130-lg{margin-top: 130px;}
    /*Paddings*/
    .pt-3-lg{padding-top:3em;}
    .pb-10{ padding-bottom: 0px;}
    .pt-18-lg{padding-top: 18em;}

     /*Video*/
     .bg-video{
        height: 680px;
        background-image:none;
    }
    .pt-top-video{padding-top: 16em;}
    /*Centrar-boton-ver-video*/
    .center-btn{
        margin-top: 70px;
    }
    /*Arrow*/

     /*Credenciales*/
    .video-container-credenciales{
        background-image: none;
        height: 410px;
    }
    video.credenciales-1{height: 410px;}
     .sec-credenciales{
        top:66%;
        left:80%;
    }
    /*Estudios*/
    .bg-estudios{
        min-height: 400px;
        background-image: none !important;
        background-color: black;
    }
    .wrapper{
    border-radius: 15px;
    margin-top: 30px;
    }
    .hero-images{max-width:580px;}

}

/*
     FILE ARCHIVED ON 12:30:56 Dec 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:56:53 Jun 09, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 90.672
  exclusion.robots: 0.063
  exclusion.robots.policy: 0.055
  cdx.remote: 0.045
  esindex: 0.007
  LoadShardBlock: 58.777 (3)
  PetaboxLoader3.datanode: 411.204 (4)
  load_resource: 1214.661
  PetaboxLoader3.resolve: 849.367
*/
