/*::::::::::::::::::::::::::::
:::::::::GENERAL STYLES:::::::
::::::::::::::::::::::::::::*/
html, body{
    height: 100%;
}
:focus {
  outline: 2px dashed #F24A15 !important;
  outline-offset: 0.25rem;
}

.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;
}

::selection {
  color: #000;
  background: rgba(228,116,116,1);
}
a{
    color: #03a6e1;
    outline:none; 
    text-decoration:none;
}
.img-fluid {width: 100%;}


/* Fonts
--------------------------------------- */
body, input, textarea, select {
    font-weight: 400;
    font-display: swap;
    color: #000;
}
h1 {
    font-size: 3em;
    font-display: swap;
}
h2 {
  font-weight: 400;
    font-family: 'Alverata', sans-serif;
    color: #ef0034;
    font-size: 2em;
    margin: 50px 0 30px 0;
}
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;
}
.btnMain {
    background: #fff;
    color: #000 !important; 
    border: 1px solid #000;
    padding: 0.6em 1em !important;
    font-family: 'Changa One', cursive;
    width: 100%;
    border-radius: 0.7em;
    font-size: 1.7em;
}
.btnMain:hover {
  color:#fff !important;
  background: #000;
  border: 1px solid #000;
}
.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;
  -webkit-appearance: none;  
  background: #F9F8FF;
  padding: 1em;
  margin-bottom: 1em;
  min-width: 6.4em;
}
.btnPressed {
  background: #332FA4 !important;
  color: #fff !important;
}
.input {
  width: 100%;
  border: 1px solid #F22728 !important;
  padding: 0.8em 0.5em 0.8em 2em !important;
  background: #F4F3F4;
  height: auto !important;
  margin-bottom: 1.6em;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -o-border-radius: 0.35em;
  border-radius: 0.35em;
  -webkit-appearance: none;
  appearance: none;
}
.inputSelect {
  width: 100%;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -o-border-radius: 0.35em;
  border-radius: 0.35em;
  border: 1px solid #F22728 !important;
  padding: 0.8em 0.5em 0.8em 2em !important;
  height: auto !important;
  margin-bottom: 1.6em;
  background: #F4F3F4;
}
/* 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: #717171;
  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;
}
footer {
  background: #7A7B7B;
  color: #000;
    z-index:-1;
}

.blackLink {
  color: #000 !important;
  text-decoration: underline;
}
.blackLink:hover {
  color: #fff !important;
  text-decoration: underline;
}
.texto-video{
    background-color: #82786F; 
    color: white;
}
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 {
  position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 10px 50px;
    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;
}

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

@media only screen and (max-width: 480px) {
    h1 {
      font-size: 1.5em;
        color: #ef0034 !important;
    }
    .boton-area {
      transform: translateX(-20%);
    }  
    p{
        font-size: 1.2em !important;
    }
    h2{
        font-size: 1.5em;
        margin: 30px 0;
    }
    #titulo2{
        margin: 20px 0 40px;
    }
    .texto-video{
        padding: 0 10px 25px 10px;
        margin: 15px;
    }
}
@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 */
:focus {
  outline: 2px dashed #ef4044 !important;
  outline-offset: 0.25rem;
}
.nav-link:focus {
  outline: none !important;
  outline-offset: 0.25rem;
}
main:focus {
  outline: none;
}
::selection {
  color: #000;
  background: rgba(228, 116, 116, 1);
}
a {
  color: #03a6e1;
  outline: none;
  text-decoration: none;
}
.img-fluid {
  width: 100%;
}
.noPadding {
  padding: 0;
}
.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;
}
/* Fonts */
body,
input,
textarea,
select {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: #000;
}
h1{
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
p {
  font-size: 1.2em;
}
.temas li{
 font-weight: bold;
}
li {
  font-size: 1em;
}
.premios{
  padding-left: 0;
}
.premios li {
  list-style-type: none; /* Elimina el marcador de lista */
  margin-bottom: 30px; /* Margen inferior para separar si hay múltiples li */
}
.lugar{
  font-weight: bold;
  position: relative; /* Posición relativa para posicionar el pseudo-elemento */
  color: white; /* Color de texto blanco */
  background-color: #e00034;
  padding: 10px 20px; /* Relleno interior para el texto */
  box-sizing: border-box; /* Para incluir el padding en las dimensiones */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
}

.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 {
  background: #ef4044;
  color: #fff !important;
  border: 1px solid #ef4044;
}
.btnMain:hover {
  color: #690c09 !important;
  background: #fff;
  border: 1px solid #690c09;
}
/* form */
.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;
  -webkit-appearance: none;
  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;
}
.input {
  width: 100%;
  border: 1px solid #dfdfdf !important;
  padding: 0.5em 0.5em 0.5em 1em !important;
  height: auto !important;
  margin-bottom: 2em;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -o-border-radius: 0.35em;
  border-radius: 0.35em;
  -webkit-appearance: none;
  appearance: none;
}
.inputSelect {
  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;
}
.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;
}
/* inputs */
.inputName,
.inputEmail,
.inputUser,
.inputPhone {
  position: relative;
}
.inputName img,
.inputEmail img,
.inputUser img,
.inputPhone img {
  position: absolute;
  right: 0.8em;
  top: 1em;
  height: 15px;
  width: auto;
}
.inputName input,
.inputEmail input,
.inputUser input,
.inputPhone input {
  padding-right: 2.6em !important;
}

.dropdown-menu {
  max-width: 100%;
}

/*
  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) {

    .input{
      margin-bottom: 0.5em;
    }
}

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

    .input{
      margin-bottom: 0.5em;
    }
}