body{
  box-sizing: border-box;
  margin:0;
  padding: 0;
  font-family: "Ropa Sans", serif;
}

body > section:nth-child(2){
  margin-top:0px;
}

a{
  cursor: pointer !important;
  color: black;
  text-decoration: none;
}

a :hover{
  color: blue;
  text-decoration: underline;
}

header .cont{
  padding: 10px;
  align-content: center;
  justify-content: space-between;
}
header img{
  max-height: 60px;
}

menu {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  gap: 1em;
}

section{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0px;
}

.cont{
  box-sizing: border-box;
  margin: auto;
  display: flex;
  width: 100%;
  height: auto;
}

.titulo{
  margin:auto;
  display: inline;
  width: 100%;
  padding: 40px 0px;
}


.col-img{
  width: 40%;
}

.col-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.col-text1{
  width: 56%;
  margin: 2%;
  align-content: center;
  justify-content: center;
}



.divisor{
  background-color: #faab30;
  height: 2px;
  width: 60%;
}

.espaciador{
  width: 100%;
  height: 100px;
}

.espaciador2{
  display: inline;
  width: 100%;
  height: 40px;
}

.amarillo{
  color: #FAAB30;
}

.active{
  color: #FAAB30;
  text-decoration: underline;
}

.boton{
  margin-top:20px !important;
  display: inline;
  padding: 10px 20px;
  background: #faab30;
  color:#000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 1s ease;
}

.boton a : hover{
  background: #076943;
  color:#fff !important;
}

.boton2{
  margin-top: 16px;
  display: inline;
  padding: 10px 20px;
  border: solid 2px #faab30;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

.boton2 a {
  color:#fff;
}

.sombra{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: -60px !important;
  background-color: #ffffff;
}

.row{
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 10px;

}

.txt{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.txt p{
  text-align: center;
}

.col1-2{
  width: 46%;
  margin: 2%;
  align-content: center;
}

.centro{
  padding: 1%;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 10px;
  display: inline-flex;

}

.col1-3{
  width: 31%;
  margin: 1%;
  padding: 1%;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  background-size: cover !important;
  background-position: center !important;
  text-align: center;
}

.social-media{
  background-color: #076943;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  align-content: center;
}

@media only screen and (max-width: 768px){
  .col1-2, .col1-3, .col-text1, .col-img {
    width: 100%;

  }

  .row, .cont{
    flex-direction: row;
    flex-wrap: wrap;
  }
}
