.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols>[class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.contenedor span:not(:last-child) {
    border-right: 1.5px solid #FEC956; 
    padding-right: 10px; 
  }

  .contenedorVerde span:not(:last-child){
    border-right: 1.5px solid #023434; 
    padding-right: 10px; 
  }

  .superpuesta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; 
}

.wowFadestylos{
    visibility: visible; 
    animation-duration: 1000ms; 
    animation-delay: 100ms; 
    animation-name: fadeInRight;
}

.tituloColor{
    color:#023434;
    font-weight:unset !important;
}

.texto_blanco{
  color: #FBF6E9;
}

.color_letras_titulo2{
  color: #214C4B;
}

.divRayaAmarilla {
  border-top: 1.5px solid #FEC956; 
  border-right: 1.5px solid #FEC956; 
  border-bottom: none; 
  border-left: none; 
  border-radius: 0 80px 0 0;
}

.divRayaAmarillaAjuste{
  top: 420px;
  left: -140px;
}

.divProta{
  background-color: #023434; 
  margin: 1rem 1rem 0 0;
  padding: 3rem 0;
  border-radius: 0 80px 0 0;
}

.imgAjuste{
  top: 105px;
  left: 240px;
  z-index: 2;
}

.custom-bullet-list {
  list-style-type: none; 
  padding-right: 40px; 
}

.custom-bullet-list li {
  position: relative;
  margin-bottom: 3.5rem; 
  padding-left: 25px; 
}

.custom-bullet-list li::before {
  content: "\2022";
  color: #023434 !important;
  font-size: 62px;
  position: absolute;
  left: -12px;
  top: 15%;
  transform: translateY(-50%);
}



/* custom checkbox */
.radio-container .custom-radio {
  display: none;
}

.radio-container .radio-label {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: calc(1.40em + 1rem + 11px);
  padding: 0.6rem 0 0 3.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #FDFDFD;
  border: 1px solid #C4C4C4;
  border-radius: 0.3rem;
}

.radio-container .custom-radio:checked + .radio-label {
  background-color: #023434;
  color: #ffffff;
}

.radio-container .custom-radio:checked + .radio-label::before {
    content: '\2714';
    color: #023434;
    background-color: #fff;
    border: none;
    position: absolute;
    left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 23%;
    padding: 0px 6px;
    font-size: 1.5rem;

}

.radio-container .custom-radio:not(:checked) + .radio-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px; /* Ajusta la posición del botón de radio */
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #C4C4C4;
  border: 1px solid #C4C4C4;
  border-radius: 20%;
  transition: background-color 0.3s;
}

.radio-container .custom-radio:checked::before {
  background-color: #023434;
}


/* .checkbox-container {
  display: flex;
  align-items: center;
}

.custom-checkbox {
  display: none;
}

.checkbox-label {
  display: inline-block;
  cursor: pointer;
  width: 100%;

  height: calc(1.40em + 1rem + 11px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  
  background-color: #FDFDFD;
  
  border: 1px solid #C4C4C4;
  border-radius: 0.3rem;
}

.custom-checkbox + .checkbox-label::before {
  content: '\2714'; 
  font-size: 25px;
  margin-right: 13px;
  padding: 0 5px;
  color: transparent;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 10px;
}

.custom-checkbox:checked + .checkbox-label::before {
  color: #023434; 
  background-color: #FFF; 
}

.custom-checkbox:checked + .checkbox-label {
  background-color: #023434; 
  color: #ffffff;
}

.custom-checkbox:not(:checked) + .checkbox-label::before {
  background-color: #C4C4C4; 
}

.custom-checkbox:not(:checked) + .checkbox-label {
  background-color: transparent; 
} */


/* responsive */
/* defaults */
.banner-area{
  height: auto !important;
}
.default-padding-c{
  padding-top: 180px;
  padding-bottom: 120px;
} 
.default-padding-top-c{
  padding-top: 160px;
}

/* telefono */
@media only screen and (min-width:320px) and (max-width:480px){
  .default-padding-c{
    padding-top: 120px;
    padding-bottom: 120px;
    } 
    .default-padding-top-c{
      padding-top: 40px;
    }
}

/* tablets */
@media only screen and (min-width:481px) and (max-width:768px){
  .default-padding-c{
    padding-top: 120px;
    padding-bottom: 120px;
    } 
    .default-padding-top-c{
      padding-top: 80px;
    }
}

/* laptop sm*/
@media only screen and (min-width:769px ) and (max-width:1024px){

  .default-padding-c{
  padding-top: 120px;
  padding-bottom: 120px;
  } 
  .default-padding-top-c{
    padding-top: 15px;
  }


}

/* laptop sm*/
@media only screen and (min-width:1025px ) and (max-width:1440px){
  
}



.color-tarjetas{
    background-color: #FBF6E9;
}

.site-heading h2 span {
    color: #FFF;
}

.site-heading h2 {
    font-size: 40px !important;
}

.site-heading-casa h2 {
    font-size: 40px !important;
}

.site-heading-descripcion h2 {
    font-size: 25px !important;
}

.direccion1{
    font-size:18px;
}

.paddingTxt1{
    padding-right: 6rem!important;
    padding-left: 6rem!important;
}

.texto_oscuro{
    color: #023434 !important;
}

.section-title-2 .title::before {
    position: absolute;
    content: "Regístrate";
    bottom: -2px;
    left: 50%;
    font-size: 100px;
    z-index: -1;
    color: rgb(243, 245, 245);
    transform: translateX(-50%);
}

.card-inscribete{
    background-image: url('../../assets/img/recuadroAmarillo.png');
}

.padding-form{
    padding-top:6rem;
}

.pb-form{
    padding-bottom: 3rem!important;   
}

.padding-card2{
    padding: 3rem !important;
}

.btn.btn-page-compartir {
    background: #FEC956 none repeat scroll 0 0;
    border: 0px solid #FEC956;
    color: #023434;
    font-size: 16px;
    font-family: 'proxima-nova-bold';
    padding: 13px 45px;
}

.btn-page-compartir:hover {
    background-color: #C4C4C4;
    color: #023434;
    border-color: #C4C4C4;
}

@media only screen and (max-width: 767px){
    
    .works-process-items .single-item {
        margin-bottom: 50px;
        padding-top: 0rem !important;
    }    
    
    .site-heading h2 {
        font-size: 30px !important;
        text-align: left !important;
        padding-right:3rem;
    }
    
    .site-heading-casa h2 {
        font-size: 30px !important;
    }    
    
    .site-heading-descripcion h2 {
        font-size: 20px !important;
        text-align: left !important;
    }  

    .direccion1{
        font-size:14px;
    } 
    
    .txtInscribete1{
        font-size: 20px !important;
    }
    
    .paddingTxt1{
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
    
    .section-title-2 .title::before {
        font-size: 70px !important;
        bottom: 6px !important;
    }  
    
    .card-inscribete{
        background-image: none;
        background-color:#FEC956 !important;
    }
    
    .padding-form{
        padding-top:0rem !important;
    }
    
    .pb-form{
        padding-bottom: 0rem!important;   
    } 
    
    .padding-card2{
        text-align: center;
        padding: 0.5rem !important;
    }    
}




