
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: #f9f8f4; 
        }



        /* Áreas */


.btn-conoce-mas {
display: inline-block;
  padding: 10px 20px;
  background-color: #B69E86;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  transition: background-color 0.3s ease-in-out;
  float: right;
}

.btn-conoce-mas:hover {
  background-color: #151A38; /* Cambia el color de fondo al pasar el cursor sobre el botón */
  color: #B69E86;
}

.areass-section {
    margin-top: 10%;
    color: #151A38;
}

.areastitle {
    font-size: 40px; /* Cambia el color de fondo al pasar el cursor sobre el botón */
    text-align: center;
    margin-top: 7%;
    margin-bottom: 4%;
    color: #151A38;
}

.areasoptions  {
  width: 90%;
  height: auto;
  margin-left: 10%;
  margin-bottom: 5%;
}

.areasoption  {
  width: 28%;
  height: auto;
  position: relative;
  display: inline-block;
  margin-top: 2%;
  background-color: transparent;
  text-align: justify;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  padding-left: 4%;
  padding-right: 4%;
  color: #151A38;
}

.imageareasoption  {
font-size: 25px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif  !important;;
}


.textareasoption  {
height: auto;
  text-align: justify;
  font-size: 13px;
}

@media (max-width: 1900px) { 

.areasoption  {
width: 28%;
  height: auto;
  position: relative;
  display: inline-block;
  margin-top: 2%;
  background-color: transparent;
  text-align: justify;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  padding-left: 4%;
  padding-right: 4%;
}

}


@media (max-width: 1200px) { 

.areasoption  {
width: 29%;
  height: auto;
  position: relative;
  display: inline-block;
  margin-top: 2%;
  background-color: transparent;
  text-align: justify;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  padding-left: 4%;
  padding-right: 4%;
}

.imageareasoption  {
font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif  !important;;
}


.textareasoption  {
height: auto;
  text-align: justify;
  font-size: 12px;
}

}

@media (max-width: 992px) { 

.areasoption  {
width: 29%;
  height: auto;
  position: relative;
  display: inline-block;
  margin-top: 2%;
  background-color: transparent;
  text-align: justify;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  padding-left: 4%;
  padding-right: 4%;
}

.imageareasoption  {
font-size: 23px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif  !important;;
}


.textareasoption  {
height: auto;
  text-align: justify;
  font-size: 11px;
}

.btn-conoce-mas {
display: inline-block;
  padding: 08px 18px;
  background-color: #B79D86;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 08px;
  transition: background-color 0.3s ease-in-out;
  float: right;
}

.areastitle {
    font-size: 35px; /* Cambia el color de fondo al pasar el cursor sobre el botón */
    text-align: center;
    margin-top: 10%;
    
}

} 



@media (max-width: 800px) { 

.areasoption {
    width: 35%;
    height: auto;
    position: relative;
    display: inline-block;
    margin-top: 2%;
    background-color: transparent;
    text-align: justify;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 5%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 5%;
}

.imageareasoption  {
font-size: 23px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif  !important;;
}


.textareasoption  {
height: auto;
  text-align: justify;
  font-size: 11px;
}

.btn-conoce-mas {
display: inline-block;
  padding: 08px 18px;
  background-color: #B79D86;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 08px;
  transition: background-color 0.3s ease-in-out;
  float: right;
}

.areastitle {
    font-size: 35px; /* Cambia el color de fondo al pasar el cursor sobre el botón */
    text-align: center;
    margin-top: 10%;
    
}

} 


@media (max-width: 768px) { 

.areasoption  {
width: 35%;
  height: auto;
  position: relative;
  display: inline-block;
  margin-top: 2%;
  background-color: transparent;
  text-align: justify;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 5%;
  padding-left: 4%;
  padding-right: 4%;
}

.imageareasoption  {
font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif  !important;;
}


.textareasoption  {
height: auto;
  text-align: justify;
  font-size: 10px;
}


.btn-conoce-mas {
display: inline-block;
  padding: 6px 16px;
  background-color: #B79D86;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 06px;
  transition: background-color 0.3s ease-in-out;
  float: right;
}

.areastitle {
    font-size: 30px; /* Cambia el color de fondo al pasar el cursor sobre el botón */
    text-align: center;
    margin-top: 10%;
    
}

} 

@media (max-width: 576px) { 

.areasoption  {
width: 80%;
  height: auto;
  position: relative;
  display: inline-block;
  margin-top: 2%;
  background-color: transparent;
  text-align: justify;
  padding-top: 1%;
  padding-bottom: 10%;
  margin-bottom: 5%;
}

.areastitle {
    font-size: 25px;
    text-align: center;
  }

.imageareasoption  {
font-size: 21px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif  !important;
}


.textareasoption  {
height: auto;
  text-align: justify;
  font-size: 9px;
}


.btn-conoce-mas {
display: inline-block;
  padding: 04px 16px;
  background-color: #B79D86;
  color: white;
  text-decoration: none;
  border-radius: 2px;
  margin-top: 06px;
  transition: background-color 0.3s ease-in-out;
  float: right;
}

.areastitle {
    font-size: 20px; /* Cambia el color de fondo al pasar el cursor sobre el botón */
    text-align: center;
    margin-top: 10%;
    
}
    
}

