/*html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}*/
html{
    color:#000;background:#FFF
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

*,*:after, *:before {
    box-sizing: border-box;
}

body {font-family: 'Raleway', 'Montserrat', sans-serif, arial; 
      font-size: 11px; 
      line-height: 19px; 
      margin: 0; }

.wrapper {width:1200px;margin:0 auto;}

.menu a {color: #88878A; text-decoration: none}
.menu a:hover {text-decoration: none}

.menu {
    list-style: none;
    float: right;
    margin-right: 50px;
}

.menu > li {
    display: block;
    position: relative;
    line-height: 75px;
    padding: 0 10px;
    min-width: 50px;
    text-align: center;
    float:left;
}

.menu > li:hover {
    font-weight: bold;
}

.menu > li.current {
    font-weight: bold;
}

.menu > li.current a {
    color: #000000;
}

.menu > li .submenu {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    background: rgba(255,255,255,0.8);
    width: 175px;
    padding: 10px 20px 10px 20px;
    text-align: left;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.menu > li .submenu > li {
    line-height: 1.5em;
}

.submenu > li > a {
    opacity: 1;
}

.menu > li:hover .submenu {
    display: block;
}

.miga{
   color: #0069FF; 
   font-weight:500;   
}

a.miga {
    color: #0069FF;
    text-decoration: none;
    margin: 0px 4px;
}

a.miga:hover {
    text-decoration: underline;
}

.migafinal{
    color:#FF006B;
    margin-left: 4px;
}

a.volver {
    color: #88878A;
    text-decoration: none;
}

a.volver:hover {
    text-decoration: underline;
}

.subheader{
     z-index: 10;
     background-color: rgb(135,136,138);
     width: 100%;
     height: 300px;
     display: table;
}

.subhead_der, .subhead_izq{
    display: table;
    width: 600px;
    padding-top: 170px;    
}

.subhead_izq{
    float: left;
    padding-left: 50px;
}

.subhead_der{
    float: right;
    padding-right: 50px;
}

.subhead_logo, .head_logo{
    float: right;
    padding-top: 10px;
}

.subhead_subtitulo{
    float: left;
    font-size: 24px;
    color: #C1C2C3;
    font-weight: bold;
    padding-bottom: 15px;    
}

.subhead_titulo, .head_titulo{
    float: left;
    margin-top: 0px;
    font-size: 34px;
    color: #0069FF;
    font-weight: bold;
    clear: both;
    line-height: 36px;
}

.cabecera{
    margin-top: 350px;
}

.head_titulo{
    font-size: 70px;
    margin-top: 70px;
}

.contenedor_vertical{
    padding: 50px 15px; 
}

@media (max-width:1365px){ 
    .cabecera{
        margin-top: 250px;
    }
}

@media (max-width:991px){
    .head_titulo{
        font-size: 60px;
        margin-top: 35px;
    }
}

@media (max-width:767px){
    .head_logo{
        float: left;
    }
    .cabecera{
        margin-top: 215px;
    }
    .contenedor_vertical{
        padding: 15px; 
    }
}



.ristra{
    padding-left:50px;
    clear: both;
}

.filah {
    float:left;
    border-bottom: 1px solid #e5e5e5;
    width: 1100px;
    display: table;
    vertical-align: middle;
}

.filauh {
    float:left;
    width: 1100px;
    display: table;
    vertical-align: middle;
    padding-bottom: 50px;
}

.celda_texto_izq {
    float:left;
    width: 510px;
    /*height: 300px;*/
    vertical-align: middle;
    margin: 0px 80px 0px 0px;
    display: table;
}

.celda_texto_der {
    float:right;
    width: 510px;
    /*height: 300px;*/
    vertical-align: middle;
    display: table;
}

.celda_imagen_izq {
    float:left;
    width: 510px;
    margin: 0px 80px 0px 0px;
    text-align: left;
    line-height: 0px;
}

.celda_imagen_der {
    float:right;
    width: 510px;
    text-align: right;
    line-height: 0px;
}

.contenido_texto {
    display: table-cell;
    margin: 30px 0;
    padding: 0 0 40px 0;
}

.titulo_apartado {
    font-family: 'Raleway';
    font-size: 35px;
    line-height: 37px;
    font-weight: 800;
    color: #0069FF;
    margin: 35px 0px 30px 0px;
    display: block;
}

.texto_apartado_grande {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 10px;
    color: black;
    display: block;
}

.texto_apartado_normal {
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: black;
    display: block;
    margin-bottom: 5px;
}

.parrafo_caract{
    padding: 0 25px 0 0;
    margin-left: -50px;    
}

.texto_tit_izq{
    text-align: left; 
    color: white;    
}

@media (max-width:1199px){
    .texto_apartado_grande {
        font-size: 17px;
        line-height: 23px;
        padding-bottom: 15px;
    }
    .texto_apartado_normal {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:991px){
    .texto_apartado_grande {
        font-size: 15px;
        line-height: 21px;
        padding-bottom: 10px;
    }
    .texto_apartado_normal {
        font-size: 12px;
        line-height: 18px;
    }
    .parrafo_caract{
        margin-left: 0;
        padding: 0;    
    }
}

@media (max-width:767px){
    .titulo_apartado {
        font-size:27px;
        line-height: 30px;
        margin: 20px 0px 15px 0px;
    }
    .texto_apartado_grande {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    .parrafo_caract{
        padding: 15px;
    }
}

.bloque_email{
    margin-top: 100px;
}

.link_email{
    text-decoration: none;
}

.link_email:focus, .link_email:hover {
    text-decoration: none;
    filter: brightness(125%);
    color: #0069FF;
}

@media (max-width:550px){
    .bloque_email{
        margin-top: 120px;
    }

    .info_email{
        font-size: 23px;
    }
}

.titulo_cert, .subtitulo_cert {
    color:#575757;
    font-size:24px;
    font-weight: bold;
    margin: 40px 0px 10px 0px;
    display:block;
    line-height: 1.5;
}

.subtitulo_cert {
    color: red;
    margin: 10px 0px 30px 0px;
}

.cert-arriba{
    width: 1100px;
    float: left;
    display: table;
    clear: both;    
}

.cert-izquierda{
    width: 500px;
    float: left;
    display: table;
}

.cert-derecha{
    width: 550px;
    padding-left: 50px;
    float: right;
    display: table;
}

.cert-abajo{
    width: 1100px;
    padding-bottom: 50px;
}

.texto_apartado_cert {
    font-size:16px;
    color:#87888A;
    display:block;
    line-height: 1.5;
}

@media (max-width:1199px){
    .titulo_cert, .subtitulo_cert {
        font-size:22px;
        line-height: 24px;
    }

    .texto_apartado_cert {
        font-size: 15px;
    }
}

@media (max-width:991px){
    .titulo_cert, .subtitulo_cert {
        font-size:20px;
        line-height: 22px;
    }

    .texto_apartado_cert {
        font-size: 14px;
    }
}


@media (max-width:767px){
    .titulo_cert, .subtitulo_cert {
        font-size:17px;
        line-height: 20px;
    }

    .texto_apartado_cert {
        font-size: 13px;
    }
}

.raya{
    border-top: 1px solid #CCC;
    color: #87888A;
    width: 100%;
    margin: 40px 0px;
}

.resaltado{
    color: red;
}

.cuadro-tit, .cuadro-cont{
    margin: 30px 0px;
    padding: 15px 30px;
    border: 1px solid #CCC;
    border-radius: 10px;
}

.cuadro-tit{
    margin-bottom: 0px;
    color:#575757;
    font-weight: bold;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cuadro-cont{
    margin-top: 0px;
    border-top: 0px;
    color:#87888A;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.lista-asig {
    list-style: none;
    padding:0;
    margin:0;
}

.lista-asig li{
    color:#87888a;
}

.lista-asig li:before {
    content: "> ";
    color: red; /* or whatever color you prefer */
}

.titulo_apartadoA {
    /*width: 550px;*/
    float:left;
    color:#87888A;
    font-size:19px;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 25px;
    display:block
}

.titulo_apartadoB {
    float:left;
    color:#87888A;
    font-size:19px;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 25px;
    display:block
}

.titulo {
    color: #58585a;
    font-size: 19px;
    font-weight: bold;
    margin-left: 20px;
    width: 805px;
    display: block;
    /*border: 1px solid red;*/
}

.texto_apartado {
    font-size:16px;
    color:#87888A;
    display:block;
    line-height: 22px;
}

#caja {
    background-color: #0000FF;
    color: white;
    height: 40px;
    width: 160px;
    padding: 10px;
    text-align: center;
    /*para Firefox*/
    -moz-border-radius: 15px 15px 15px 15px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 15px 15px 15px 15px;
    /* para Opera */
    border-radius: 15px 15px 15px 15px;
}

#caja a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

#caja a:hover {text-decoration: none}

a.tutor {
    color: black;
    text-decoration: none;
}

a.tutor:hover {text-decoration: underline}
a.tutor:visited {text-decoration: none}


/* Clases para soporte */

a.soporte {
    color: black;
    text-decoration: none;
}

a.soporte:hover {text-decoration: underline}
a.soporte:visited {text-decoration: none}

.bloque_soporte{
    padding:20px 0px;
    background-color: #eceded;
    border-bottom: 1px solid #cccccc;
}

.titulo_soporte{
    color:#575759;
    font-size:19px;
    font-weight: bold;
    margin-bottom: 25px;
    display:block;
}

.texto_soporte{
    color:#7c7d80;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}

.texto_soporte ul{
    list-style-type: disc;
}

.texto_soporte ul li{
    margin-bottom: 2px;
    margin-top: 10px;
}

.apunte_soporte{
    border-top: 1px solid #cccccc; 
    margin-top:15px;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    padding-top: 10px;
}


@media (max-width:767px){
    .titulo_soporte {
        font-size:17px;
    }

    .texto_soporte {
        font-size: 13px;
    }
}

/* fin */

.numero {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.numero_inv {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
}

.descripcion_numero {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.descripcion_razones {
    display: table;
    float:left;
    width:70%;
    padding-left: 15px;
    font-size: 14px;
    color:#87888a;
    height: 100px;
    line-height: 20px;
    font-style: normal;
}

.numeros_razones_izq {
    display: table;
    border:1px solid #b7b7b7;
    background:#fff;
    margin:15px 25px 10px 20px;
    padding: 10px 10px 10px 10px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float:left;
    width:95px;
    height:95px;
    color: red;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
}

.numeros_razones_izq_inv {
    display: table;
    border:1px solid red;
    background:red;
    margin:15px 25px 10px 20px;
    padding: 10px 10px 10px 10px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float:left;
    width:95px;
    height:95px;
    color: red;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
}

.numeros_razones_der {
    display: table;
    border:1px solid #b7b7b7;
    background:#fff;
    margin:15px 25px 10px 20px;
    padding: 10px 10px 10px 10px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float:left;
    width:95px;
    height:95px;
    color: red;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
}

.numeros_razones_der_inv {
    display: table;
    border:1px solid red;
    background:red;
    margin:15px 25px 10px 20px;
    padding: 10px 10px 10px 10px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float:left;
    width:95px;
    height:95px;
    color: red;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
}

/* ESTILOS COOKIES */
/*#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:30px;
    background-color: rgba(0, 0, 0, 0.7);
    color:#fff;
    z-index:99999;
}

.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-size:12px;
    top:30%;
}

.inner a.ok {
    padding:4px;
    color:#75A6E3;
    text-decoration:none;
}

.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#75A6E3;
}
*/
/* FIN ESTILO COOKIES */

.descargasoft{}

.descargasoft:hover{
    text-decoration: none;
}

/* Estilo para dialogo de confirmacion de descarga */

#mask {
    position:absolute;
    top: 0px;
    left: 0px;
    z-index:9000;
    background-color:#000;
    display:none;
}
#dialog {
    position:absolute;
    width:800px;
    min-height:600px;
    display:none;
    z-index:9999;
    padding:0px;
    text-align: left;
    background-color: white;
}

.modal_dw-content{
    font-size: 12px;
}

.modal_dw-title{
    font-size: 30px; 
    line-height: 25px;
    margin-bottom: 20px;
}

.modal_dw-body{
    max-height: 375px;
    overflow-x: hidden; 
    overflow-y: auto;
}

.modal_dw-footer{
    border-top: 0; 
    text-align: center;
}

/*Play del video (Por ahora con display none, ya que si el vídeo es autoplay no nos sirve de nada)*/

.poster_curso_imagen .img-play-circle{
    display: none;
    opacity: 0.5;
    transition: all 500ms ease-in-out;
    position: relative;
    top: 0;
}

.caja_curso_imagen .img-play-circle, .poster_curso_imagen .img-play-circle{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 500ms ease-in-out;
}

@media (hover){
    .poster_curso_imagen .img-play-circle{
        opacity: 0.5;
    }
}

@media (orientation:portrait){
    .poster_curso_imagen .img-play-circle{
        opacity: 0.5;
    }
}

.caja_curso_imagen:hover, .poster_curso_imagen:hover{
    background-color: darkgrey;
}

.no_video:hover{
    background-color: white;    
}

.caja_curso_imagen .img-play-circle:hover, .poster_curso_imagen .img-play-circle:hover{
    opacity: 1;
    filter: brightness(200%);
}

.faqs_container{
    background-color: black !important; 
    min-height: 200px;
    padding: 80px 0px;    
}

.faqs_titulo{
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 90px;
    color: #FF006B;
}

.faqs_texto{
    margin-top: -15px;
    font-size: 30px;
    line-height: 35px;
}

@media (max-width:1199px){
    .faqs_texto{
        font-size: 28px;
        line-height: 33px;
    }
}

@media (max-width:991px){
    .faqs_texto{
        margin-top: -30px;
    }
}

@media (max-width:767px){
    .faqs_titulo{
        font-size: 75px;
    }
    .faqs_texto{
        margin-top: 25px;
    }
}

.menu_desp{
    color: #0069FF;
    border-color: white;
    border-radius: 0;
    transition: all 350ms ease-in-out;
}

.menu_desp:hover{
    color: #FF006B;
    background-color: white;
    border-color: white;
}

.menu_desp:focus{
    color: #FF006B;
    background-color: white;
    border-color: white;
}

/* Logo YoIng animado */
.contLogoYI {
  position: relative;
  margin: 0px;
  float: left;
  height: 80px;
}

.contLogoYI a img {
  position: absolute;
  left: 0;
}

.contLogoYI a img.topYI, .contLogoYI a img.bottomYI {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.contLogoYI a img.topYI{
  animation-name: animYI1;    
}

.contLogoYI a img.bottomYI{
  animation-name: animYI2;    
}

.contLogoYI a img.topYI:hover {
  opacity: 100%;
}

.contLogoYI a img.bottomYI:hover {
  opacity: 0%;
}

@keyframes animYI1 {
        0% {
                opacity: 1;
        }
        35% {
                opacity: 1;
        }
        65% {
                opacity: 0;
        }
        100% {
                opacity: 0;
        }
}


@keyframes animYI2 {
        0% {
                opacity: 0;
        }
        35% {
                opacity: 0;
        }
        65% {
                opacity: 1;
        }
        100% {
                opacity: 1;
        }
}

.contOtrosLogos{
    position: relative;
    margin: 0px;
    float: right;
}

/* Home Yo Ingeniero */

.enlace_home_tit{
    padding: 20px;
}

.enlace_home_tit:hover, .enlace_home_tit:focus{
    filter: brightness(110%);
}

.enlace_home_tit img{
    width: 100%;
    height: auto;
}

/* Bloque videos y presentacion titulacion */

.contenedor_bloque_videos{
    padding: 40px 0;
}

.contenedor_video{
    padding: 0;
}

.enlaces_titulacion{
    font-family: 'Raleway';
    color: white;
    font-weight: bold;
}

.enlace_tit{
    padding: 5px 10px 30px 40px;    
    height: 80px;
}
.enlace_tit:hover, .enlace_tit:focus{
    filter: brightness(125%);
}
.link_tit{
    text-decoration: none;
    color: white;
}

.link_tit:hover, .link_tit:focus {
    text-decoration: none;
    color: white;
}


.icono_enlaces_tit{
    width: 60px;
    height: auto;
}

.texto_enlaces_tit{
    margin-left: 85px;
    margin-top: -40px;
    font-size: 26px;
}

.caracteristicas{
    font-family: 'Raleway';
    color: white;
    font-weight: bold;
    margin: 0px 0 0 50px;
    padding: 0;
}

.caract_tit{
    font-size: 18px;
    clear: both;
    height: 50px;
    margin: 30px 0px;
    padding: 0 8px;
}
.caract_tit:hover, .caract_tit:focus{
/*    filter: contrast(250%);*/
}

.icono_caract_tit{
    width: 60px;
    height: auto;
    float: left;
    margin-top: 5px;
}

.icono_caract_tit.ico_durac{
        margin-top: 0;
}

.label_caract{
    color: #FF006B; 
    border-bottom: 3px solid #FF006B;    
    margin-left: 85px;
    padding: 10px 0;  
    max-width: 200px;
}

.valor_caract{
    color: white;
    margin-left: 85px;
    padding: 10px 0;   
    max-width: 200px;    
}


@media (max-width:1199px){
    .contenedor_bloque_videos{
        padding: 20px 0;
    }    
    .enlace_tit{
        height: 70px;
    }
    .icono_enlaces_tit, .icono_caract_tit{
        width: 50px;
    }
    .texto_enlaces_tit{
        margin-left: 80px;
        margin-top: -35px;
        font-size: 22px;
    } 
    .caract_tit{
        font-size: 16px;
        max-width: 300px;
    }    
    .label_caract{
        padding-top: 0;
    }
    .label_caract, .valor_caract{
        margin-left: 75px;
    }
}

@media (max-width:991px){
    .contenedor_bloque_videos{
        padding: 0px;
    }
    .enlaces_titulacion{
        height: 360px;
    }
    .enlace_tit {
        padding: 15px 10px 30px 0px;
    }
    .texto_enlaces_tit{
        font-size: 21px;
    }     
    .caracteristicas{
        width: 45%;
        float: right;
        margin: 10px;   
    }
    .caract_tit{
        font-size: 15px;
        margin: 25px 0px;
    }    
}

@media (max-width:767px){
    .enlace_tit {
        padding: 15px 10px 20px 0px;
    }
    .texto_enlaces_tit{
        font-size: 21px;
    } 
    .icono_enlaces_tit, .icono_caract_tit {
        width: 45px;
    }    
    .caract_tit{
        font-size: 14px;
    }    
}

@media (max-width:550px){
    .enlaces_titulacion {
        height: 320px;
    }
    .enlace_tit {
        padding: 15px 10px 20px 0px;
        height: 60px;
    }
    .icono_enlaces_tit {
        width: 40px;
    }
    .texto_enlaces_tit {
        font-size: 18px;
    }
    .caracteristicas{
        margin: 0 10px;   
    }    
    .caract_tit{
        margin: 15px 0px 15px 20px;
        margin-left: 0!important;
        padding-left: 0!important;
    }    
}

/* Cabecera de la pagina de titulacion */

.contenedor_cabecera_tit{
    padding: 50px 20px 20px 10px;
}

.cabecera_tit{
    padding:0px; 
    min-height: 500px; 
    margin-top: 180px;
    background-color: lightgrey;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
}

.texto_cabecera_tit{
    color: white;
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 55px;   
    line-height: 60px;
    max-width: 600px;
}

.circulo_cabecera_tit{
    margin: 0 10px 10px 0;
    height: 120px;
    width: 120px;
}

/* pie */

.bloque_pie{
    min-height: 60px; 
    background-color: #BEC3C7;
}

.texto_copy_pie{
    font-family: 'Raleway';
    font-weight: 400;
    color: #566472;
    font-size: 12px;
    margin: 20px 0;
}

.icono_enlaces_pie{
    height: 55px;
    width: auto;
    padding: 10px;
    float: right;
}

.icono_enlaces_pie:hover, .icono_enlaces_pie:focus{
    filter: brightness(80%);
}

@media (max-width:991px){
    .texto_copy_pie{
        font-size: 11px;
        margin: 10px 0;
    }
    .icono_enlaces_pie{
        height: 40px;
        padding: 5px;
        margin-top: 10px;
    }
}

@media (max-width:550px){
    .texto_copy_pie{
        font-size: 10px;
    }    
    .icono_enlaces_pie{
        padding: 5px 10px 5px 0px;
        margin-top: 0px;
        float:left;
    }    
}

/* Tooltips */

.tooltip.right {
    margin-left: -300px;
    margin-top: 15px;
    opacity: 1;
}

.tooltip.right .tooltip-arrow {
/*    border-right-color: #FF006B;*/
    border-right-color: white;
    left: -3px;
    margin-top: -8px;
    border-width: 8px 8px 8px 0;    
}

.tooltip-inner {
    font-family: 'Raleway';
    font-size: 15px;
    border-radius: 10px;
/*    border: 3px solid #FF006B;*/
    color: black;
    background-color: white;
    min-height: 100px;
    min-width: 200px;
    text-align: left;
    padding: 15px;
}

@media (max-width:1199px){
    .tooltip.right {
        margin-left: -150px;
        margin-top: 5px;
    }
}

@media (max-width:768px){
    .tooltip-inner {
        font-size: 13px;
        min-height: 80px;
        min-width: 160px;
    }
}

/* Pruebas Parallax */
.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
}