/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a:focus {
  outline: 0px solid;
}

img {
  margin-top: 0.1em;
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.area-padding {
  padding: 70px 0px 115px;
  
}

.titleAbout {
  margin-top: 3.5em;
  margin-bottom: 2em;
  text-align: center;
  padding-bottom: 0.5em;
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  position: relative;
}

.titleAbout::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.titleAbout::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #256ED8;
  bottom: 0;
  left: calc(50% - 20px);
}



.sec-head {
  display: inline-block;
  margin-top: 1em;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  color: #124265;
}


.about-area {
  background-color: #f9f9f9;
}


ul {
  list-style: none;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #444;
  margin-right: 5px;
  font-size: 18px;
}

.single-well p {
  color: #444;
}



/* Reglas para tamaños de pantalla pequeños, como dispositivos móviles */
@media (max-width: 767px) {

  .sec-head {
    margin-top: 2em;
    padding-left: 2em;
  }

  .img {
    max-width: 100%;
    height: auto;
    padding: 0 1em;
  }

  .txtAbout {
    padding: 0.2em 1em;
  }
}


/* Reglas para tamaños de pantalla medianos, como tabletas */
@media (min-width: 768px) and (max-width: 991px) {

  .well-middle {
    width: 100%;
  }


  .titleAbout::before {
    width: 100px;
  }

  .titleAbout::after {
    width: 30px;
  }

  .about-area .row {
    flex-direction: column;
  }

  .well-left,
  .well-middle {
    text-align: center;
  }

  .well-left img {
    margin: 0 auto 15px;
    display: grid;
    max-width: 100%;
    /* Margen de 3em a cada lado */
    margin-left: 11em;
    margin-right: 3em;
  }

  .well-middle {
    margin: 0 11em;
    /* Margen de 4em a cada lado para el texto */
  }
}

/* Reglas para tamaños de pantalla grandes, como escritorios */
@media (min-width: 992px) {
  /* Puedes mantener las reglas actuales para tamaños de pantalla más grandes */
}