@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
/* GENERICOS */
body {font-family: 'dosis', SansSerif; font-weight: normal; color: #4E4E4E; font-size: 16px;}
header {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(202,202,202,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(202,202,202,0.75);
    box-shadow: 0px 0px 16px 0px rgba(202,202,202,0.75);
}
a {text-decoration: none;}
a:hover {text-decoration: none; color: #07B7A7;}
.navbar-toggler{border: none;}
main {position: relative; z-index: 100; background-color: #fff; margin-bottom: 450px; overflow: hidden;}
footer {height: 450px; width: 100%; position: fixed; bottom: 0; z-index: -1;}
.txt-shadow{text-shadow: 2px 2px 2px #000000;}
.link {color: #4E4E4E; text-decoration: none;}
.link:hover {color: #07B7A7; text-decoration: none;}
.form-control, .custom-file-label {border-radius: 0; background-color: #fff; border: 0; border-bottom: 1px solid #000; height: calc(1.5em + .75rem + 7px);}
.form-control:focus {background-color: #fff; color: #000;}
.border {border: 1px solid #000000!important;}
.error {position: absolute; bottom: 0;}
.table td, .table th {padding: 2rem .75rem;}
.nav-link.radio{
    text-shadow: 0 0 2px #a81d9f;
    text-decoration: none;
    background-color: transparent;
    position: relative;
    width: 100%;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),#a81d9f 10px),-o-linear-gradient(transparent calc(100% - 2px),#fff 10px);
    background-image: linear-gradient(transparent calc(100% - 2px),#a81d9f 10px),linear-gradient(transparent calc(100% - 2px),#fff 10px);
    background-repeat: no-repeat;
    background-size: 0 100%,100% 100%;
    -webkit-transition: background-size .3s;
    -o-transition: background-size .3s;
    transition: background-size .3s;
    will-change: background-size;
}
.nav-link.brisa-salud{
    text-decoration: none;
    background-color: transparent;
    position: relative;
    width: 100%;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),#64B94B 10px),-o-linear-gradient(transparent calc(100% - 2px),#fff 10px);
    background-image: linear-gradient(transparent calc(100% - 2px),#64B94B 10px),linear-gradient(transparent calc(100% - 2px),#fff 10px);
    background-repeat: no-repeat;
    background-size: 0 100%,100% 100%;
    -webkit-transition: background-size .3s;
    -o-transition: background-size .3s;
    transition: background-size .3s;
    will-change: background-size;
}
.flecha::before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-right: 7px;
}
.icono-mas::before {
    background-image: url("../images/icon-flechas.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 23px;
    content: "";
    display: block;
}
.icono-mas:not(.collapsed)::before {
    background-image: url("../images/icon-flechas-2.png");
}
.accordion-button-lib {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;}
.pl-40{padding-left: 40px;}
.text-justify{text-justify: inter-character !important;}
/* BOTONES */
.btn-1 {border: 2px solid #fff; border-radius: 0; background-color: #000; color: #fff;}
.btn-1:hover {border: 2px solid #07B7A7; border-radius: 0; background-color: #000; color: #07B7A7;}
.btn-2 {border: 0; border-radius: 0; background-color: #07B7A7; color: #fff; padding: 2px 14px;}
.btn-2:hover {background-color: #ECAE1A; color: #fff;}
.btn-3 {border: 1px solid #0284A0; background-color: #0284A0; padding: 8px 50px; color: #fff; font-weight: 700; border-radius: 0;}
.btn-3:hover {background-color: #fff; color: #0284A0;}
.btn-4 {background-color: #FF7F00; padding: 4px 20px; color: #fff; font-weight: 700; border-radius: 0;}
.btn-4:hover {background-color: #fff; color: #FF7F00;}
a.mas.collapsed:before {content:'Seguir leyendo' ;}
a.mas:before {content:'Volver' ;}
.text-link {
    text-decoration: none;
    background-color: transparent;
    position: relative;
    width: 100%;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),#ECAE1A 10px),-o-linear-gradient(transparent calc(100% - 2px),#000 10px);
    background-image: linear-gradient(transparent calc(100% - 2px),#ECAE1A 10px),linear-gradient(transparent calc(100% - 2px),#000 10px);
    background-repeat: no-repeat;
    background-size: 0 100%,100% 100%;
    -webkit-transition: background-size .3s;
    -o-transition: background-size .3s;
    transition: background-size .3s;
    will-change: background-size;
}
.nav-link, .nav-link.active{
    text-decoration: none;
    background-color: transparent;
    position: relative;
    width: 100%;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),#07B7A7 10px),-o-linear-gradient(transparent calc(100% - 2px),#fff 10px);
    background-image: linear-gradient(transparent calc(100% - 2px),#07B7A7 10px),linear-gradient(transparent calc(100% - 2px),#fff 10px);
    background-repeat: no-repeat;
    background-size: 0 100%,100% 100%;
    -webkit-transition: background-size .3s;
    -o-transition: background-size .3s;
    transition: background-size .3s;
    will-change: background-size;
}
.text-link:hover, .nav-link:hover, .nav-link.active {background-size: 100% 100%,100% 100%;}
.line {height: 2px; width: 70px; background: #2B2B2B; display: inline-block;}
.line-E8366D {height: 3px; width: 100px; background: #E8366D; display: inline-block;}
.line-E7366D-FF9D15{height: 3px;}
.dot-rojo{list-style-type: disc; color: #E8366D;}
.dot-rojo span{color: #4E4E4E;}
.text-shadow-1{text-shadow: 0px 0px 2px rgba(0,0,0,0.7);}
.border-solid{border: 5px solid #000000;}
/* COLOR FUENTE */
.font-000 {color: #000;}
.font-0F0F0F {color: #0F0F0F;}
.font-07AC70 {color: #07AC70;}
.font-0284A0 {color: #0284A0;}
.font-07B7A7 {color: #07B7A7;}
.font-11c1a7 {color: #11c1a7;}
.font-015A6E {color: #015A6E;}
.font-A09312 {color: #A09312;}
.font-A01249 {color: #A01249;}
.font-E7366D {color: #E7366D;}
.font-FFEF33 {color: #FFEF33;}
.font-ECAE1A {color: #ECAE1A;}
.font-0A35A0 {color: #0A35A0;}
.font-2C4C6B {color: #2C4C6B;}
.font-67A00A {color: #67A00A;}
.font-f48622 {color: #f48622;}
.font-3d3d3d {color: #3d3d3d;}
.font-006db6 {color: #006db6;}
.brisa-salud {color: #64B94B !important;}
/* TIPO DE FUENTE */
.font-cera-basic-400 {font-family: 'Source Sans 3', SansSerif; font-weight: normal;}
.font-cera-basic-400i {font-family: 'Source Sans 3', SansSerif; font-weight: normal; font-style: italic;}
.font-cera-basic-700 {font-family: 'Source Sans 3', SansSerif; font-weight: bold;}
.font-cera-basic-700i {font-family: 'Source Sans 3', SansSerif; font-weight: bold; font-style: italic;}
.font-cera-pro-100 {font-family: 'Source Sans 3', SansSerif; font-weight: 100;}
.font-cera-pro-300 {font-family: 'Source Sans 3', SansSerif; font-weight: 300;}
.font-cera-pro-400 {font-family: 'Source Sans 3', SansSerif; font-weight: normal;}
.font-cera-pro-500 {font-family: 'Source Sans 3', SansSerif; font-weight: 500;}
.font-cera-pro-700 {font-family: 'Source Sans 3', SansSerif; font-weight: bold;}
.font-cera-pro-900 {font-family: 'Source Sans 3', SansSerif; font-weight: 900;}
.font-print-700 {font-family: 'Source Sans 3', SansSerif; font-weight: bold;}
/* TAMAÑO FUENTE */
.font-14 {font-size: 14px;}
.font-18 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-22 {font-size: 22px;}
.font-23 {font-size: 23px; line-height: 33px;}
.font-26 {font-size: 26px;}
.font-28 {font-size: 28px;}
.font-30 {font-size: 30px; line-height: 33px;}
.font-32 {font-size: 32px; line-height: 35px;}
.font-34 {font-size: 31px; line-height: 43px;}
.font-37 {font-size: 37px; line-height: 41px;}
.font-46 {font-size: 43px; line-height: 52px;}
.font-50 {font-size: 50px; line-height: 54px;}
.font-50-esp {font-size: 50px; line-height: 54px;}
.font-52 {font-size: 52px;}
.font-60 {font-size: 60px;}
.font-70 {font-size: 70px;}
/* TEXTO FOOTER */
.texto-celeste-footer {color: #07B7A7;}
.texto-violeta-footer {color: #D897DD;}
.texto-blanco {color: #ffffff;}
/* ALTURA FUENTE */
.font-height-19 {line-height: 19px;}
.font-height-68 {line-height: 68px;}
/* COLOR FONDO */
.bg-000 {background-color: #000;}
.bg-07AC70 {background-color: #07AC70;}
.bg-0284A0 {background-color: #0284A0;}
.bg-07B7A7 {background-color: #07B7A7;}
.bg-015A6E {background-color: #015A6E;}
.bg-A09312 {background-color: #A09312;}
.bg-A01249 {background-color: #A01249;}
.bg-E8366D {background-color: #E8366D;}
.bg-ECAE1A {background-color: #ECAE1A;}
.bg-0A35A0 {background-color: #0A35A0;}
.bg-67A00A {background-color: #67A00A;}
.bg-894dae {background-color: #894dae;}
.bg-444444 {background-color: #444444;}
.bg-E7366D-FF9D15, .line-E7366D-FF9D15 {
    background: rgba(231,54,109,1);
    background: -moz-linear-gradient(left, rgba(231,54,109,1) 0%, rgba(255,157,21,1) 100%);
    background: -webkit-linear-gradient(left, rgba(231,54,109,1) 0%, rgba(255,157,21,1) 100%);
    background: -o-linear-gradient(left, rgba(231,54,109,1) 0%, rgba(255,157,21,1) 100%);
    background: -ms-linear-gradient(left, rgba(231,54,109,1) 0%, rgba(255,157,21,1) 100%);
    background: linear-gradient(to right, rgba(231,54,109,1) 0%, rgba(255,157,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7366d', endColorstr='#ff9d15', GradientType=1 );
}
.bg-0000ff-ff00ff-2 {   background: rgb(0,0,255);
    background: -moz-linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(156,0,255,1) 46%, rgba(255,0,255,1) 86%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(156,0,255,1) 46%, rgba(255,0,255,1) 86%);
    background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(156,0,255,1) 46%, rgba(255,0,255,1) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#ff00ff",GradientType=1);}
.bg-0000ff-ff00ff {
background: rgb(0,0,255);
background: -moz-linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(255,0,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(255,0,255,1) 100%);
background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(255,0,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#ff00ff",GradientType=1);
}
.bg-015A6E-07B7A7, .line-015A6E-07B7A7 {
    background: rgba(1,90,110,1);
    background: -moz-linear-gradient(left, rgba(1,90,110,1) 0%, rgba(21,123,156,1) 34%, rgba(7,183,167,1) 100%);
    background: -webkit-linear-gradient(left, rgba(1,90,110,1) 0%, rgba(21,123,156,1) 34%, rgba(7,183,167,1) 100%);
    background: -o-linear-gradient(left, rgba(1,90,110,1) 0%, rgba(21,123,156,1) 34%, rgba(7,183,167,1) 100%);
    background: -ms-linear-gradient(left, rgba(1,90,110,1) 0%, rgba(21,123,156,1) 34%, rgba(7,183,167,1) 100%);
    background: linear-gradient(to right, rgba(1,90,110,1) 0%, rgba(21,123,156,1) 34%, rgba(7,183,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015a6e', endColorstr='#07b7a7', GradientType=1 );
}
.bg-home {background-image: url("../images/home-banner.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; height: 620px}
.bg-radio {background-image: url("../images/banner-radio.jpg"); background-repeat: no-repeat; background-position: center center; background-size: contain; height: 316px;}
.bg-enfermero {background-image: url("../images/bg-enfermero.jpg"); background-repeat: no-repeat; background-position: center top; background-size: cover; background-attachment: fixed;}
.bg-congreso {background-image: url("../images/bg-congreso.jpg"); background-repeat: no-repeat; background-position: center top; background-size: cover; background-attachment: fixed;}
.bg-libros{background-image: url("../images/bg-libros.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover;}
.bg-certificados {background-image: url("../images/bg-certificados.jpg"); background-repeat: no-repeat; background-position: center top; background-size: cover; background-attachment: fixed;}
.bg-egresado {background-image: url("../images/perfil-egresado.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover;}
/* GLOBAL EFECTOS */
.grid figure {position: relative; overflow: hidden;}
.grid figure img.fondo {position: relative; display: block; min-height: 100%; max-width: 100%; width: 100%}
.grid figure figcaption {padding: 2em; color: #fff; -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%;}
.grid figure figcaption > a {z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0;}
.grid figure h2, .grid figure p {margin: 0;}
/* CONGRESOS EFECTOS */
figure.effect-marley figcaption {text-align: center;}
figure.effect-marley h2, figure.effect-marley p {position: absolute; right: 30px; left: 30px; padding: 10px 0;}
figure.effect-marley p {bottom: 30px; line-height: 1.5; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);}
figure.effect-marley h2 {top: 0; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,20px,0);}
figure.effect-marley:hover h2 {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
figure.effect-marley p {opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s;}
figure.effect-marley:hover p {opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
/* HOME EFECTOS */
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(71,71,71,0) 0%, rgba(71,71,71,0.8) 75%);
    background: linear-gradient(to bottom, rgba(71,71,71,0) 0%, rgba(71,71,71,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
figure.effect-sadie h2 {position: absolute; top: 50%; left: 0; width: 100%; -webkit-transition: -webkit-transform 0.35s, color 0.35s; transition: transform 0.35s, color 0.35s; -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0);}
figure.effect-sadie figcaption::before, figure.effect-sadie p {-webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s;}
figure.effect-sadie p {position: absolute; bottom: 0; left: 0; padding: 2em; width: 100%; opacity: 0; -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0);}
figure.effect-sadie:hover h2 {-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0); transform: translate3d(0,-50%,0) translate3d(0,-40px,0);}
figure.effect-sadie:hover figcaption::before , figure.effect-sadie:hover p {opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
/* COLLAPSE CERTIFICADOS */
.accordion .card-header {cursor: pointer;}
.accordion.indicator-plus-before.round-indicator .card-header:before {font-family: "FontAwesome"; font-size: 18pt; content: ""; margin-right: 10px;}
.accordion.indicator-plus-before.round-indicator .card-header.collapsed:before {content: ""; color: #58595B;}
.accordion.indicator-plus-before .card-header:before {font-family: "FontAwesome"; content: ""; float: left;}
.accordion.indicator-plus-before .card-header.collapsed:before {content: "";}
.card, .card-header {border: 0; background-color: #fff; padding: 0;}
/* EFECTOS NOSOTROS */
*,*:before,*:after{box-sizing: border-box;}
.cf:before, .cf:after{display: table; content: " ";}
.cf:after{clear: both}
.header{text-align: center; padding: 0 15px; margin-bottom: 30px;}
.fancy-card{
    width: 100%;
    display: block;
    float: left;
    position: relative;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: all 250ms ease-in;
    min-height: 140px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}
.titulo-header{padding-bottom: 8px; text-shadow: 0px 0px 7px rgba(0,0,0,0.7)!important;}
.btn-descargar-libro{color: #fff; font-weight: 700; background-color: #f48622; padding: 6px 10px;font-size: 26px; text-align: center; display: inline-block;width: 100%; transition: all 200ms linear;}
.btn-descargar-libro:hover{color: #eee; background-color: #CB6E19;}
.btn:focus {box-shadow: none;}
.bg-659b77{background-color: #659b77;}
.fancy-card.libro1{background-image: url("../images/Sobrecubierta-2022-01.jpg");background-position: top center;}
.fancy-card.libro2{background-image: url("../images/SobreCubierta-2023-01.jpg");background-position: top center}
.fancy-card-home{min-height: 506px;}
.fancy-card.one{background-image: url("../images/congreso-card.jpg");}
.fancy-card.two{background-image: url("../images/nosotros-webinars.jpg");}
.fancy-card.three{background-image: url("../images/nosotros-certificado.jpg");}
.fancy-card-home.one{background-image: url("../images/home-congreso23.jpg");}
.fancy-card-home.two{background-image: url("../images/home-libros.jpg");}
.fancy-card-home.three{background-image: url("../images/home-webinars23.jpg");}
.fancy-card-home.four{background-image: url("../images/home-radio.jpg");}
.fancy-card .bg-overlay{background: rgba(0,0,0,0); position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all 200ms linear;}
.fancy-card .content{
    padding: 30px 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}
.carousel-control-next, .carousel-control-prev{opacity: 1!important;}

.fancy-card .content .primary{text-transform: uppercase; width: 100%; transition: all 250ms ease-out 200ms; opacity: 1; transform: translate3d(0px, 0, 1px); margin-top: -30px;}
.fancy-card .content .secondary{width: 100%; position: absolute; opacity: 0; left: 0; transform: translate3d(0px, 30px, 1px); transition: all 200ms linear 0ms; padding: 0 35px;}
/*hovering over card, adjust primary element*/
.fancy-card:active .content .primary, .fancy-card:hover .content .primary{opacity: 0; transform: translate3d(0px, 20px, 1px); transition: all 200ms linear 0ms;}
/*hoverijng over card, adjust secondary element*/
.fancy-card:active .content .secondary, .fancy-card:hover .content .secondary{opacity: 1; transform: translate3d(0px, 0, 1px); transition: all 200ms linear 200ms;}
/*hovering over card, adjust background overlay*/
.fancy-card:active .bg-overlay, .fancy-card:hover .bg-overlay{background: rgba(0,0,0,0.50);}
.popup-email {width: 100%; height: 100%; display: none; background: rgba(0, 0, 0, 0.7); position: fixed; top: 0; left: 0; z-index: 99999999999;}
.popup-email .element {
    width: 300px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -50px;
    background-color: #ffffff;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-email .element p {margin-bottom: 20px; font-weight: 700;}
.popup-email .element button {margin: 0 auto 10px; padding: 10px 20px; position: relative; font-weight: 700; background-color: #07B7A7; color:#fff;}
.popup-email .success {color: #07B7A7; font-size: 24px; display: block; margin-top: 20px; line-height: normal; position: relative;}
.popup-email .error {color: #ffb8b8; font-size: 24px; display: block; margin-top: 20px; line-height: normal; position: relative;}
.carousel-caption{bottom:90px;background-color: rgba(0,0,0,0.6); right: 0; left: 0;}
.border-left-banner {padding-left: 15px; border-left: solid 4px #fff;}
.font-bebas {font-family: 'Bebas Neue'}
.text-3a3a3a{color: #3a3a3a;}
.epigrafe-foto{font-size: 14px; color: #505050; text-align: center;font-style: italic; width: 100%;}
.width50{width: 50px;}
.text-decoration-underline{text-decoration: underline!important;}
.carousel-caption-libros{
    bottom: 15%;
    background-color:transparent;
    right: 20%;
    left: 15%;
    text-align: start;
    font-size: 60px;
    line-height: 68px;
}
.carousel-control-next-lib, .carousel-control-prev-lib {
    opacity: 0;
    border: none;
    background-color: transparent;
}
.max-w-texto {max-width: 801px;}
.btn_slider_descarga{background-color: #FFF; padding: 14px; color: #333;}
@media (max-width: 1500px) {
    .max-w-texto {max-width: 700px;}
}
@media (max-width: 1400px) {
    .carousel-caption{bottom:70px; right: 0; left: 0;}
    .carousel-caption-libros{font-size: 50px; line-height: 55px; bottom: 10%;}
    .max-w-texto {max-width: 600px;}
}
@media (max-width: 1200px) {
    .carousel-caption{bottom:50px; right: 0; left: 0;}
    .carousel-caption-libros{font-size: 40px; line-height: 44px;}
	.font-18 {font-size: 16px;}
    .nav-item, .font-20 {font-size: 17px;}
    .font-23 {font-size: 20px; line-height: 30px;}
    .font-26 {font-size: 23px;}
    .font-30 {font-size: 26px; line-height: 29px;}
    .font-37 {font-size: 27px; line-height: 37px;}
    .font-46 {font-size: 33px; line-height: 43px;}
    .font-50-esp {font-size: 45px; line-height: 50px;}
    .font-60 {font-size: 50px;}
    .font-70 {font-size: 60px;}
    .bg-radio {height: 265px;}
    .max-w-texto {max-width: 500px;}
}
@media (max-width: 1100px) {
    .carousel-caption{bottom:20px; right: 0; left: 0;}
}
@media (max-width: 991px) {
    .carousel-caption-libros{font-size: 36px; line-height: 39px;bottom: 10%;}
    .logo {width: 60%;}
    .nav-link {display: inline;}
    .nav-item {padding: 0 0 15px;}
    .title-mob{font-size: 30px; line-height: 34px;}
}
@media (max-width: 768px) {
    main {z-index: auto; margin-bottom: 0;}
    footer {height: auto; position: relative; z-index: auto;}
    .max-w-texto {max-width: 100%;}
    .font-26 {font-size: 19px;}
    .font-28 {font-size: 21px;}
    .font-30 {font-size: 22px; line-height: 26px;}
    .font-37 {font-size: 25px; line-height: 35px;}
    .font-46 {font-size: 28px; line-height: 38px;}
    .font-50-esp {font-size: 30px; line-height: 34px;}
    .font-60 {font-size: 40px;}
    .font-70 {font-size: 50px;}
    .home-postulaciones, .home-certificados, .home-webinars {height: 440px;}
    .fancy-card-home {min-height: 280px;}
    .font-34 {font-size: 20px; line-height: 30px;}
	.carousel-caption{top:25px; left: 0;}
    .texto-up-mob {top:0px; left: 0;}
	.carousel-caption h1{font-size: 30px; line-height: normal;}
    .border-left-banner {padding-left: 0px; border-left: none; }
    .epigrafe{right: 0px; font-size: 16px;}
    .carousel-caption{right: 0px!important;}
    .accordion-button-lib{align-items: baseline;}
    .icono-mas::before{margin-right: 10px; width: 38px;}
    .font-16-mob{font-size: 16px!important;}
    .carousel-caption-libros{font-size: 28px; line-height: 31px;bottom: 30%; left: 15%;}
}
@media (max-width: 576px) {
    .bg-home {height: 400px;}
    .home-postulaciones, .home-certificados, .home-webinars {height: 350px;}
    .font-23 {font-size: 18px; line-height: 27px;}
    .font-30 {font-size: 21px; line-height: 24px;}
    .font-46 {font-size: 25px; line-height: 35px;}
    .font-28 {font-size: 16px;}
    .font-34 {font-size: 17px; line-height: 28px;}
    .title-mob{font-size: 26px!important; line-height: 29px!important;}


}
@media (max-width: 480px) {
    .font-20 {font-size: 15px;}
    .font-37 {font-size: 18px; line-height: 28px;}
    .font-46 {font-size: 23px; line-height: 33px;}
    .font-52 {font-size: 36px;}
    .font-height-68 {line-height: 48px;}
    .btn-2 {padding: 2px 8px;}
    .font-32 {font-size: 24px !important; line-height: 27px;}
    .font-30 {font-size: 22px !important; line-height: 25px;}
    .epigrafe{right: 0px; font-size: 12px;}
    .carousel-caption{padding-top: 10px; padding-bottom: 10px;bottom: 40px;}
    .carousel-caption-libros {
        font-size: 28px;
        line-height: 31px;
        bottom: 15%!important;
        left: 15%;
        right: 15%!important;

    }
}


@media (min-width: 1200px) {
    .container {max-width: 1140px;}
}
@media (min-width: 1400px) {
    .container {max-width: 1320px;}
}