.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;
  font-size: 62px;
  position: absolute;
  left: -12px;
  top: 15%;
  transform: translateY(-50%);
}



/* responsive */
/* defaults */
.banner-area{
  height: auto !important;
}
.default-margin-c{
  margin-top: 120px;
  padding-bottom: 120px;
} 
.default-margin-top-c{
  margin-top: 160px;
}

/* telefono */
@media only screen and (min-width:320px) and (max-width:480px){
  .default-margin-c{
    margin-top: 120px;
    padding-bottom: 120px;
    } 
    .default-margin-top-c{
      margin-top: 40px;
    }
}

/* tablets */
@media only screen and (min-width:481px) and (max-width:768px){
  .default-margin-c{
    margin-top: 120px;
    padding-bottom: 120px;
    } 
    .default-margin-top-c{
      margin-top: 80px;
    }
}

/* laptop sm*/
@media only screen and (min-width:769px ) and (max-width:1024px){

  .default-margin-c{
  margin-top: 120px;
  padding-bottom: 120px;
  } 
  .default-margin-top-c{
    margin-top: 15px;
  }


}

/* laptop sm*/
@media only screen and (min-width:1025px ) and (max-width:1440px){
  
}
