@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Lato);

/*------------------------------------*\
    STYLE
\*------------------------------------*/
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
.visualmenteescondido.focusable:active,
.visualmenteescondido.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/*------------------------------------*\
    RESET
\*------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    TIPOGRAFIA
\*------------------------------------*/

/* CSS COLUMNA EQUIPO HUMANO  */

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 2%;
}
.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.group img {
  max-width: 50%;
  margin: 5px;
}

.group-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}

@media only screen and (max-width: 480px) {
  .span_2_of_2,
  .span_1_of_2 {
    width: 100%;
  }
}

/*  css WEB */

body {
  font-family: "Arial", sans-serif;
  line-height: 1.7;
  font-size: 1em;
}
.contenido p {
  color: #444444;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 0.6em;
}
.contenido p::last-of-type {
  margin-bottom: 0;
}
.contenido h1,
.contenido h2,
.contenido h3,
.contenido h4,
.contenido h5 {
  font-weight: bold;
  color: #444444;
}
.contenido h1 {
  font-size: 2.2em;
  /*margin-top: 10px;*/
  font-variant: small-caps;
}
.contenido h2 {
  font-size: 1.4em;
  margin-top: 15px;
}
.contenido h3 {
  margin-bottom: 0.6em;
}
.contenido p {
  font-size: 12px;
}
.contenido p.subtitulo {
  font-size: 1.3em;
  text-align: center;
  color: #777777;
  font-style: italic;
}

.contenido .bold {
  font-weight: bold;
}
.contenido i.fa {
  color: #444444;
}
.eh-contacta p {
  color: #ffffff;
  font-size: 1.7em;
}
.miembro-equipo h2 {
  font-size: 1em;
  margin-top: 0;
}
.eh-servicios p {
  color: #ffffff;
  font-size: 1.7em;
}
footer p {
  color: #ffffff;
  font-size: 0.8em;
}
footer p a {
  color: inherit;
}
/*------------------------------------*\
    LINKS
\*------------------------------------*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
nav.idioma a {
  color: #ffffff;
  margin-right: 20px;
}
nav.idioma a:last-of-type {
  margin-right: 0;
}
.contenido a {
  color: #000000;
  text-decoration: underline;
}
.contenido a:hover {
  color: #bf0022;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*------------------------------------*\
    TABLAS
\*------------------------------------*/
/*------------------------------------*\
    BOTONES
\*------------------------------------*/
.boton {
  background-color: #bf0022;
  border: 1px solid #bf0022;
  color: #ffffff;
  cursor: pointer;
  font-family: "Century Gothic", Verdana, Arial;
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 3px;
  transition: all 0.5s ease 0s;
  width: 110px;
}
.boton a {
  text-decoration: none;
  color: white;
}
a.boton {
  float: right;
  text-decoration: none;

  padding: 7px 10px 0 10px;
  background-color: #bf0022;
  font-family: "Century Gothic", Verdana, Arial;
  font-size: 0.9em;
  border: 2px solid black;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  -webkit-border-radius: 3px;
  width: auto;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eh-servicios a.boton:hover,
.eh-contacta a.boton:hover {
  background-color: #ffffff;
  color: #bf0022;
  padding: 4px 13px 0 13px;
}
/*------------------------------------*\
ELEMENTOS
\*------------------------------------*/

/* .contenido div.image-frame img {
  padding: 4px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
.contenido div.image-frame img.img-right {
  float: right;
  margin: -1px 0 0 20px;
}
.contenido div.image-frame img.img-left {
  float: left;
  margin: 15px 20px 5px 0;
}
.contenido div.image-frame img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} */

.contenido .fa-file-pdf-o {
  font-size: 1.5em;
  margin-right: 15px;
}
.miembro-img img {
  display: block;
  width: 100%;
}
.ui-tooltip,
.arrow:after {
  background: #bf0022;
  border: none;
}
.ui-tooltip {
  padding: 4px 8px;
  color: white;
  font-size: 0.9em;
}

/*Las imagenes de la pagina principal (index)*/
.home-imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.home-imgs img {
  height: auto;
}

.img-group-1 {
  display: flex;
  flex-direction: column;
}

.img-group-2 {
  display: flex;
  flex-direction: column;
}

/*------------------------------------*\
    NAVEGACIÓN
\*------------------------------------*/
.menu {
  margin-right: 20px;
  float: right;
}
.menu a {
  font-size: 0.9em;
  font-variant: small-caps;
  color: #ffffff;
  font-weight: bold;
  margin-right: 15px;
}
.menu a:last-of-type {
  margin-right: 0;
}
/*------------------------------------*\
    Pagina de contacto
\*------------------------------------*/

.contact-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
  align-content: start;
  flex-wrap: wrap;

  /* margin: -1px; */
  gap: 5px;
  width: 100%;
}

.contact-form {
  width: 100%;
}

.contact-ubication {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
  gap: 30px;
  margin-top: 3rem;
}

.ubication-data {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.office-title {
  text-decoration: underline;
  font-weight: bold;
}

.contact-send-button {
  background-color: #bf0022;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-send-button:hover {
  background-color: #fff;
  color: #bf0022;
}

form#contacto .form-line {
  margin-bottom: 15px;
  *zoom: 1;
}
form#contacto .form-line:before,
form#contacto .form-line:after {
  display: table;
  content: "";
}
form#contacto .form-line:after {
  clear: both;
}
form#contacto .form-line label {
  float: left;
  margin: 2px 0;
  color: #777777;
  font-weight: bold;
}
form#contacto .form-line input[type="text"],
form#contacto .form-line input[type="tel"],
form#contacto .form-line input[type="email"] {
  /*float: right;*/
  width: 97.5%;
  /*height: 22px;*/
  height: 32px;
  outline: none;
  padding: 4px 6px;
  border: 1px solid #b1a398;
}
form#contacto .form-line input[type="text"]:focus,
form#contacto .form-line input[type="tel"]:focus,
form#contacto .form-line input[type="email"]:focus {
  border: 1px solid #b1a398;
  background-color: #fcfbfb;
}
form#contacto .form-line textarea {
  width: 97.5%;
  padding: 1%;
  resize: none;
  outline: none;
  border: 1px solid #b1a398;
}
form#contacto .form-line textarea:focus {
  border: 1px solid #b1a398;
  background-color: #fcfbfb;
}
form#contacto .form-line input[type="submit"] {
  float: right;
  background-color: #bf0022;
  font-family: "Century Gothic", Verdana, Arial;
  border: 1px solid #bf0022;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9em;
  width: 110px;
  height: 30px;
  padding-bottom: 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*------------------------------------*\
    GRID
\*------------------------------------*/
.contenedor {
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.contenedor:before,
.contenedor:after {
  display: table;
  content: "";
}
.contenedor:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.eh-contacta,
.eh-servicios {
  background-color: #bf0022;
  padding: 20px 0;
}
.logo-area {
  width: 100%;
  background-color: #bf0022;
  border-bottom: 4px solid #ffffff;
  *zoom: 1;
}
.logo-area:before,
.logo-area:after {
  display: table;
  content: "";
}
.logo-area:after {
  clear: both;
}
.logo-area .idioma {
  float: right;
  margin: 10px 20px;
}

/*Son los iconos de los idiomas del navbar*/
.idioma {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  padding: 4px;
}
.navegacion {
  background-image: url("../img/fondoFE.gif");
  background-repeat: repeat;
  background-color: #ffffff;
  padding: 10px 20px;
  *zoom: 1;
}
.navegacion:before,
.navegacion:after {
  display: table;
  content: "";
}
.navegacion:after {
  clear: both;
}

/*Contenedor actualizado para una disposicion 
de elementos de manera mas sostenible, en caso de modificaciones 
este contenedor tiene parametros 
genericos y responsive */
.contenido {
  background-color: #ffffff;
  padding: 15px 20px 25px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.transparencia {
  height: 100%;
}
.transparencia h2 {
  border-bottom: 3px solid #bf0022;
  width: 80%;
  margin-bottom: 5px;
}
.transparencia p {
  margin-top: 15px;
}
.miembro-equipo {
  margin: 20px 4px 20px 4px;
  float: left;
}
.col-1 {
  margin: -20px 4px 20px 4px;
  float: left;
}
.col-1 .miembro-img {
  position: relative;
  margin-bottom: 10px;
}
.miembro-equipo .miembro-img {
  position: relative;
  margin-bottom: 10px;
}
.miembro-equipo .miembro-img p {
  display: block;
  position: absolute;
  background-color: #bf0022;
  color: #ffffff;
  top: auto;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
  line-height: 22px;
  font-size: 1em;
  font-variant: small-caps;
  font-weight: bold;
}
.miembro-equipo .descripcion h2 {
  float: left;
}
.miembro-equipo .descripcion .miembro-social {
  float: right;
}
.miembro-equipo .descripcion .miembro-social a {
  margin-right: 5px;
}
.miembro-equipo .descripcion .miembro-social a:last-of-type {
  margin-right: 0;
}
.miembro-equipo .descripcion .miembro-social i {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.miembro-equipo .descripcion .miembro-social i:hover {
  color: #bf0022;
}
.acordeon-toggle {
  padding: 10px 10px 10px 0;
  cursor: pointer;
  display: block;
  margin-left: 20px;
  margin-bottom: 0 !important;
  position: relative;
}
.acordeon {
  margin-left: 40px;
}
.acordeon.defualt-hidden {
  display: none;
}
.form-contacto,
.info-contacto {
  width: 48%;
  padding: 0 1%;
  float: left;
}

/*
.col1 {
  width: 73%;
  padding: 0 1%;
  float: left;
}
*/
#col1 {
  width: 73%;
  padding: 0 1%;
}

/*Imágenes de las páginas Serveis, Informe transparencia,equip-huma, grup20 */

.img-rigth {
  width: 100%;
  height: auto;
  max-width: 350px;
}

.image-frame {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.image-frame img {
  width: 100%;
  height: auto;
  max-width: 350px;
}

@media screen and (min-width: 759px) {
  .image-frame img {
    width: 100%;
    height: 260px;
    max-width: 350px;
    object-fit: cover;
  }
}

.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.pdf-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
}

#map-canvas {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
#map-canvas2 {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.info-contacto .localizacion {
  *zoom: 1;
}
.info-contacto .localizacion:before,
.info-contacto .localizacion:after {
  display: table;
  content: "";
}
.info-contacto .localizacion:after {
  clear: both;
}
.info-contacto .localizacion .oficina {
  float: left;
  width: 46%;
  padding: 1% 2%;
}
.info-contacto .localizacion .oficina:nth-of-type(2) {
  min-height: 170px;
}
.info-contacto .localizacion .oficina p {
  font-size: 0.9em;
  margin-bottom: 0;
}
.info-contacto .localizacion .oficina p i {
  color: #bf0022;
  margin-right: 4px;
}
.info-contacto .localizacion .oficina p.titulo-oficina {
  font-weight: bold;
  border-bottom: 3px solid #bf0022;
}
.oficina h3 {
  font-weight: bold;
  border-bottom: 3px solid #bf0022;
}
footer {
  background-image: url("../img/fondoFE.gif");
  background-repeat: repeat;
  background-color: #ffffff;
  padding: 20px 20px 10px 20px;
}
footer section {
  max-width: 1280px;
  margin: 0 auto;
  *zoom: 1;
}
footer section:before,
footer section:after {
  display: table;
  content: "";
}
footer section:after {
  clear: both;
}
/*------------------------------------*\
    GRID
\*------------------------------------*/

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.flag {
  width: 20px;
}
.cara1 {
  height: 60px;
  left: 70px;
  position: relative;
  top: -409px;
  width: 50px;
  cursor: pointer;
}
.cara2 {
  height: 60px;
  left: 190px;
  position: relative;
  top: -450px;
  width: 50px;
  cursor: pointer;
}
.cara3 {
  height: 55px;
  left: 245px;
  position: relative;
  top: -510px;
  width: 50px;
  cursor: pointer;
}
.cara4 {
  height: 60px;
  left: 290px;
  position: relative;
  top: -600px;
  width: 40px;
  cursor: pointer;
}
.cara5 {
  height: 60px;
  left: 345px;
  position: relative;
  top: -630px;
  width: 50px;
  cursor: pointer;
}
.cara6 {
  height: 60px;
  left: 405px;
  position: relative;
  top: -700px;
  width: 40px;
  cursor: pointer;
}
.cara7 {
  height: 60px;
  left: 450px;
  position: relative;
  top: -750px;
  width: 40px;
  cursor: pointer;
}

.cara8 {
  height: 60px;
  left: 495px;
  position: relative;
  top: -810px;
  width: 50px;
  cursor: pointer;
}
.cara9 {
  height: 60px;
  left: 560px;
  position: relative;
  top: -895px;
  width: 40px;
  cursor: pointer;
}
.cara10 {
  height: 60px;
  left: 610px;
  position: relative;
  top: -935px;
  width: 50px;
  cursor: pointer;
}
.cara11 {
  height: 60px;
  left: 530px;
  position: relative;
  top: -910px;
  width: 50px;
  cursor: pointer;
}
.cara12 {
  height: 60px;
  left: 705px;
  position: relative;
  top: -1040px;
  width: 50px;
  cursor: pointer;
}
.cara13 {
  height: 80px;
  left: 650px;
  position: relative;
  top: -1020px;
  width: 80px;
  cursor: pointer;
}
.miembro-equipo {
  display: none;
}
#conte {
  margin-top: -100px;
}
.titulo-equipo {
  margin-top: -780px;
}

.flex-col {
  flex-direction: column;
}
#col2 {
  background: none repeat scroll 0 0 gray;
  border-radius: 5px;
  float: left;
  padding: 0 1%;
  width: 21%;
  color: white;
  margin-top: 160px;
}

.serv {
  border-radius: 5px;

  position: relative;
  top: -50px;
}
@media only screen and (max-width: 1180px) {
  #col1 {
    display: none;
  }
  .miembro-equipo {
    display: block;
  }
  #msg {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .serv {
    left: -320px;
  }
  .col2 .col1 {
    float: none;
  }
}
@media only screen and (max-width: 800px) {
  .serv {
    left: -200px;
  }
  .col2 {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .col2 {
    float: none;
    width: 100%;
  }
  .serv {
    left: -20px;
  }
}
@media only screen and (max-width: 360px) {
  .col2 {
    width: auto;
  }
  .serv {
    left: -40px;
    top: -10px;
  }

  .contenido h1 {
    font-size: 1.2em;
  }
  .form-contacto,
  .info-contacto {
    width: 100%;
  }
  .info-contacto .localizacion .oficina {
    width: 100%;
  }
}

.listado-acordeon ul {
  font-size: 12px;
  color: #444444;
}

/* COOKIES */

#overbox3 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  display: block;
}
#infobox3 {
  margin: auto;
  position: relative;
  top: 0px;
  /*height: 58px; */
  width: 100%;
  text-align: center;
  background-color: #000;
}
#infobox3 p {
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}
a.cookies {
  color: #fff;
  background-color: #272727;
  padding: 6px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 5px;
}
a.acept {
  background-color: #006dcc;
}
a.cookies.acept:hover {
  background-color: #0044cc;
}
a.cookies:hover {
  color: #ccc;
  background-color: #bf0022;
  -o-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

/*Pantallas medianas*/
@media screen and (min-width: 768px) {
  /* Estilos para pantallas con un ancho de 768px o más */
  .contact-form {
    width: 60%;
  }

  .contact-ubication {
    flex-direction: column;
    margin-top: 0;
  }
  .contact-content {
    flex-wrap: nowrap;
    align-content: start;
  }
  .contenido {
    flex-wrap: nowrap;
  }
  .main-content {
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  /*Disposicion de las imagenes de la pagina principal*/
  .img-group-2,
  .img-group-1 {
    flex-direction: row;
  }
}

/* Estilos para pantallas con un ancho de 768px o menos */

@media screen and (max-width: 768px) {
  .home-imgs img {
    width: 100%;
    height: auto;
  }
}
