/*::::::::::::::::::::::::::::
:::::::::GENERAL STYLES:::::::
::::::::::::::::::::::::::::*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500&display=swap');

html, body {
    height: 100%;
}

.nav-link:focus {
    outline: none !important;
    outline-offset: 0.25rem;
}

.navbar-brand:focus {
    outline: none !important;
}

.navbar a:focus {
    outline: none !important;
}

main:focus {
    outline: none;
}

a {
    color: #03a6e1;
    outline: none;
    text-decoration: none;
}

.img-fluid {
    width: 100%;
}

/* Fonts
--------------------------------------- */
body {
    font-weight: 400;
    font-display: swap;
    color: #000;
}

h2 {
    font-weight: 400;
    font-family: 'Alverata', sans-serif;
    color: #ef0034;
    font-size: 2.5em;
}

h3 {
    font-weight: 400;
    font-family: 'Alverata', sans-serif;
    color: #e00034;
    font-size: 2em;
    margin: 30px 0;
}

.smallTxt {
    font-size: 0.7em;
    text-align: center;
}

/* Space
--------------------------------------- */
.noPadding {
    padding: 0;
}

.nospace {
    margin: 0;
    padding: 0;
    list-style: none;
}

.py-6 {
    padding: 8rem 0 !important;
}

.mb-6 {
    margin-bottom: 8rem !important;
}

/* Colors
--------------------------------------- */
a {
    color: #C2201B;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover, a:active, a:focus {
    color: #690C09;
}

.bg-red-dark {
    background: #690C09;
}

.bg-red-light {
    background: #C2201B;
}

.bg-red-white {
    background: #F4F3F4;
}

.bg-white {
    background: #fff;
}

.txt-red-dark {
    color: #690C09;
}

.txt-red-light {
    color: #C2201B;
}

.linkMorado {
    color: #C2201B;
    transition: color 0.3s;
}

.linkMorado:hover {
    color: #690C09;
    text-decoration: underline;
}

/* Row
--------------------------------------- */
.row {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

section.noPadding {
    padding: 0em 0;
}

/* Buttons */
.btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    padding: 0.8em 1.3em !important;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #fff;
    transition: color 0.4s, border 0.3s;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    text-transform: none !important;
}

.btnSecondary {
    background: none;
    color: #fff !important;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.btnSecondary:hover {
    color: #D7D7D7 !important;
    background: none;
    border: none;
    text-decoration: underline;
}

.twoButtons .btn:first-child {
    margin-right: 1em;
}

/* FORM */
.simuladorCard {
    padding: 4em 2em;
}

.botonera01 button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    background: #F9F8FF;
    padding: 1em;
    margin-bottom: 1em;
    min-width: 6.4em;
}

.btnPressed {
    background: #332FA4 !important;
    color: #fff !important;
}

/* Home page */
.hero {
    padding: 1.7em 0;
}

.heroContent {
    text-transform: uppercase;
    padding: 2em;
}

.PT6 {
    padding-top: 6em;
}

.PB6 {
    padding-bottom: 6em;
}

.PT5 {
    padding-top: 5em;
}

.PB5 {
    padding-bottom: 5em;
}

.perfil {
    padding-bottom: 5em;
}



/* IBERO BRANDING */
.bgRedDegradado {
    background: url(https://image.contactoibero.mx/lib/fe3811727364047c711475/m/1/0a224d4e-63a4-4785-b3f4-0d1dc8c124a0.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 4em 0 !important;
    color: #fff;
}

.navIbero {
    background: #e00034;
    padding: 1.1em !important;
}

.navIberoLogo {
    max-width: 10em;
    height: auto;
}

.navIberoLogo2 {
    max-width: 7em;
    height: auto;
}

.navIbero ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navIbero li {
    display: inline-block;
    padding: 0;
    line-height: normal;
    font-size: 1em;
}

.navIbero li:not(:first-child) {
    padding-left: 1em;
}

.navIbero li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.navIbero li a:hover {
    color: #D7D7D7;
    text-decoration: none;
}

.navIberoLinks {
    text-align: right;
    padding-top: 1.3em;
}

.botonesMain {
    padding: 3em 0 0 0 !important;
}

.botonesMain a {
    margin: 0.7em 0;
}

.linkManita {
    cursor: pointer;
}

.linkManita img {
    margin-bottom: 1em;
}

.padTopBottom {
    padding: 4em 0 !important;
}


.arrow {
    width: 2.7em;
    height: auto;
    margin-bottom: 2.1em;
    margin-top: 1em;
    animation: bounce 1s ease infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

/*--------------------------------------- SECTION FOOTER -----------------------------------------*/
.copyright {
    background-color: #82786f;
    padding-bottom: 65px;
    padding-top: 65px;
    border-bottom: 3px solid #e00034;
}

.copy_right_text {
    width: 90%;
}

.copy_right_text p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.copy_right_text p a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.copy_right_text p a:hover {
    color: #fff;
}

.arrowDiv {
    text-align: right;
}

.blackLink {
    color: #000 !important;
    text-decoration: underline;
}

.blackLink:hover {
    color: #fff !important;
    text-decoration: underline;
}

#imagen {
    position: absolute;
}

#derecha {
    position: absolute;
    left: 52%;
    margin-top: 20px;
    color: #fff;
    max-width: 90%;
}

iframe {
    width: 100%;
    height: 335px;
}

.texto-video {
    background-color: #82786F;
    color: white;
}

.areas {
    padding: 0;
    margin-bottom: 50px;
    ;
}

.contener-area {
    position: relative;
    height: 12vw;
    border-right: 10px solid white;
    margin-top: 20px;
}

body>div:nth-child(6)>div.col-12.areas.row>div.col-lg-3.col-md-12.contener-area.area-gestion {
    border-right: 0px;
}

.boton-area {
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 10px 10px;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1em;
}

.boton-area:hover {
    bottom: -20px;
    background-color: #ef0034;
    color: #fff;
}

/*POP UP*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 5%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.contenido-popup {
    background-color: #fff;
    padding: 0;
}

.popup-izquierda {
    flex: 1;
}

.popup-derecha {
    flex: 1;
}

.PopTexto {
    padding: 50px;
}

.titulo-popup {
    color: #ef0034;
    font-size: 2.5em;
}

.boton-cerrar {
    display: none;
}

/*::::::::::::::::::::::::::::
:::::::::MEDIA QUERIES:::::::
::::::::::::::::::::::::::::*/

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.5em;
        color: #ef0034 !important;
    }

    .simuladorCard {
        padding: 3em 0 !important;
    }

    .twoButtons .btn:first-child {
        margin-bottom: 1em;
        margin-right: 0;
    }

    #imagen {
        position: relative;
        height: 120px;
    }

    #derecha {
        position: relative;
        color: black;
        left: 5%;
        top: 5%;
        max-width: 90%;
    }

    h2 {
        font-size: 1.5em;
        margin: 0 15px 40px;
    }

    #titulo2 {
        margin: 20px 0 40px;
    }

    .texto-video {
        padding: 0 10px 25px 10px;
        margin: 15px;
    }

    .contener-area {
        height: 100vw;
    }

    .boton-area {
        bottom: 20px;
    }
    
    .boton-area {
        padding: 10px 20px;
        left: 20%;
        font-size: 1.3em;
    }

    .contener-area {
        border-right: 0;
    }

    /*.area-finanzas{
    background: url('https://image.contactoibero.mx/lib/fe3811727364047c711475/m/1/24cde353-8502-490f-bf46-556b84603775.jpg') center/cover no-repeat;
    }
    .area-emprendimiento{
    background: url('https://image.contactoibero.mx/lib/fe3811727364047c711475/m/1/24c4dec9-7e7d-4706-a689-85b1380ecc8a.jpg') center/cover no-repeat;
    }
    .area-mercadotecnia{
    background: url('https://image.contactoibero.mx/lib/fe3811727364047c711475/m/1/06b5b2fa-d149-4b8e-91ca-2e0e65fa77d2.jpg') center/cover no-repeat;
    }
    .area-gestion{
    background: url('https://image.contactoibero.mx/lib/fe3811727364047c711475/m/1/28b7f852-14f7-406c-b5ba-26607e5501a1.jpg') center/cover no-repeat;
    }*/
    .contenido-popup {
        width: 100%;
        height: auto;
        overflow-y: auto;
        max-height: 95vh;
        overflow-x: hidden;
    }

    .PopTexto {
        padding: 30px;
    }

    .boton-cerrar {
        display: block;
        background-color: #ff5733;
        color: #fff;
        border: none;
        padding: 10px 20px;
        position: absolute;
        top: 2.5%;
        right: 5%;
    }
}

@media only screen and (max-width: 767px) {
    .card-body {
        padding: 1.5rem;
    }

    .noPaddingMobile1 {
        padding-left: 0;
        padding-right: 0;
    }

    .fas {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .chatWhatsapp {
        width: 80px;
        height: 80px;
        position: fixed;
        z-index: 999999;
        bottom: 1.5em;
        right: 1.5em;
    }

    .simuladorCard {
        padding: 2em;
    }

    .hero .twoButtons {
        margin-bottom: 2em;
    }

    .twoButtons .btn {
        width: 100%;
    }

    .twoButtons .btn:first-child {
        margin-bottom: 1em;
        margin-right: 0;
    }
}

/* General */

/* Fonts */

p {
    font-size: 2em;
    font-weight: 400;
    font-family: 'Praxis-Next', sans-serif;
}

li {
    font-size: 0.9em;
}

.smallTxt {
    font-size: 0.7em;
    text-align: center;
}

/* color */
a {
    color: #ef4044;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #690c09;
}

.bg-red-dark {
    background: #690c09;
}

.bg-red-light {
    background: #ef4044;
}

.bg-red-white {
    background: #feeeed;
}

.bg-white {
    background: #fff;
}

.txt-red-dark {
    color: #690c09;
}

.txt-red-light {
    color: #ef4044;
}

.linkMain {
    color: #ef4044;
    transition: color 0.3s;
}

.linkMain:hover {
    color: #690c09;
    text-decoration: underline;
}

/* Buttons */
.btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    padding: 0.8em 1.3em !important;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #fff;
    transition: color 0.4s, border 0.3s;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    text-transform: none !important;
}

.btnMain {
    padding: 0.6em 1em !important;
    border-radius: 0.7em;
    text-decoration: none;
    color: #fff !important;
    border: 1px solid #ef4044;
    background: #ef4044;
}

.btnMain:hover {
    color: #690c09 !important;
    background: #fff;
    border: 1px solid #690c09;
}

#portada div div {
    padding: 0;
}

.titulo-text {
    padding: 20px;
    font-size: 1em;
    color: white;
    height: 120px;
    margin: 0;
}

.ponente-head {
    padding: 10px;
    font-size: 1.3em;
}

.fecha-head {
    text-align: center;
    background: lightgray;
    padding: 15px 0;
    margin: 0;
    font-weight: 800;
    border-right: solid 2px gray;
}

/* form */
/*.formularioCard {
  padding: 4em 2em;
}*/
.botonera01 button {
    border: 1px solid #ef4044;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    background: #f9f8ff;
    padding: 1em;
    margin-bottom: 1em;
    min-width: 6.4em;
    transition: opacity 0.3s;
}

.botonera01 button:hover {
    opacity: 0.6;
}

.btnPressed {
    background: #ef4044 !important;
    color: #fff !important;
}

.btn-light {
    width: 100%;
    border: 1px solid #dfdfdf !important;
    padding: 0.5em 0.5em 0.5em 1em !important;
    height: auto !important;
    margin-bottom: 1em;
    -webkit-border-radius: 0.35em;
    -moz-border-radius: 0.35em;
    -o-border-radius: 0.35em;
    border-radius: 0.35em;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    -webkit-border-radius: 0.35em;
    -moz-border-radius: 0.35em;
    -o-border-radius: 0.35em;
    border-radius: 0.35em;
    border: 1px solid #dfdfdf !important;
    padding: 0.5em 0.5em 0.5em 1em !important;
    height: auto !important;
    margin-bottom: 1em;
    background: #fff !important;
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
    fill: #ef4044;
}

/* MEDIA QUERIA PARA 1280 x 720px */
@media screen and (max-width: 1280px) and (max-height: 720px) and (min-height:300px) {

    /*#derecha{ left: 35%; }*/
    #derecha h1 {
        font-size: 2em;
    }

    #derecha p {
        font-size: 1em;
        margin-bottom: 0rem;
    }

}

/* MEDIA QUERIA PARA 1440 x 900px */
@media screen and (max-width: 1440px) and (max-height: 900px) and (min-height:300px) {
    #derecha {
        left: 35%;
    }

    #derecha h1 {
        font-size: 2em;
    }

    #derecha p {
        font-size: 1em;
        margin-bottom: 0rem;
    }

}