#slider {
  width: 100%;
  position: relative;
  top: 66px;
  margin-top: -66px;
}

#slider section.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

#slider #inicio {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#slider #inicio #fig_prin {
  height: 100%;
  width: 100%;
  margin: 0px;
  display: inline-block;
}

#slider #inicio #fig_prin2 {
  height: 100%;
  width: 100%;
  margin: 0px;
  display: none;
}

#slider #inicio #fig_prin img {
  position: absolute;
  width: 100%;
  height: 94vh;
  margin-top: -16px;
  z-index: 10;
}

#slider #inicio #fig_prin2 img {
  position: absolute;
  width: 100%;
  height: 87vh;
  margin-top: -14px;
}

#slider #inicio .texto_prin {
  width: 90%;
  height: 50%;
  top: 50px;
  left: 3%;
  right: 3%;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}

#slider #inicio .texto_prin h1 {
  font-size: 3em;
  color: white;
  text-shadow: 4px 4px black;
}

#slider #inicio .texto_prin h2 {
  font-size: 1.7em;
}

/************************/

#slider #nosotros {
  padding-bottom: 50px;
}

#slider #nosotros > div {
  width: 100%;
  margin-top: 0px;
}

#slider #nosotros .top_am {
  position: relative;
  margin-bottom: 50px;
}

#slider #nosotros .top_am figure {
  width: 100%;
  margin: 0px;
  overflow: hidden;
  height: 153px;
  z-index: 5;
  position: relative;
}
#slider #nosotros .top_am figure img {
  width: 100%;
  margin-top: -23%; /*-50px;*/
}
#slider #nosotros .top_am .text_am {
  font-family: "Poppins", sans-serif;
  background: white;
  width: 80%;
  height: 400px;
  margin-left: 10%;
  margin-top: -93px;
  z-index: 10;
  position: relative;
  /*box-shadow: 0px 0px 3px #AFAEAE;*/
  -webkit-box-shadow: 1px 4px 9px 5px #afaeae;
  -moz-box-shadow: 1px 4px 9px 5px #afaeae;
  -o-box-shadow: 1px 4px 9px 5px #afaeae;
  -ms-box-shadow: 1px 4px 9px 5px #afaeae;
  box-shadow: 1px 4px 9px 5px #afaeae;
  padding-bottom: 30px;
}

#slider #nosotros .top_am .text_am h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  position: absolute;
  color: #be1c1c;
  font-size: 1em;
  font-weight: 300;
  margin-top: 10px;
  margin-left: 25px;
}

#slider #nosotros .top_am .text_am div {
  position: absolute;
  width: 250px;
  height: 30px;
  margin-top: 30px;
  margin-left: 20px;
  background: white;
  border-bottom: 2px solid #afaeae;
}

#slider #nosotros .top_am .text_am div h2 {
  position: absolute;
  font-family: "Poppins", sans-serif;
  color: gray;
  font-size: 1.3em;
  font-weight: 800;
  margin-left: 5px;
  margin-top: 5px;
}

#slider #nosotros .top_am .text_am p {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 5px 30px;
  font-size: 0.9em;
  top: 70px;
}

#slider #nosotros .top_am figure img {
  width: 100%;
  margin-top: -23%; /*-50px;*/
}

#slider #nosotros a {
  cursor: pointer;
}

/*Mi oficina*/
#slider #nosotros .text_mo {
  display: inline-block;
}

#slider #nosotros .text_mo h2 {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 5px 30px;
  font-size: 1em;
  color: gray;
  margin-top: -20px;
}

#slider #nosotros .text_mo div {
  position: absolute;
  border-bottom: 4px solid #afaeae;
  width: 55%;
  height: 30px;
  margin-top: -43px;
  margin-left: 120px;
}

/*Gallery Container*/
.image-gallery {
  position: absolute;
  margin: 0 auto;
  width: 600px;
  border-radius: 20px;
  margin-top: 100px;
}
/*Sets Big Image style*/
.image-gallery .big-image {
  width: 285px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  background: #afaeae;
}

.image-gallery .big-image img {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 600px;
  margin: 0 auto;
  transition: opacity 350ms;
  box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

/*Selected image display*/
.image-gallery .big-image img:target {
  opacity: 1;
  width: 100%;
  height: 100%;
}
/*on select image display none the default image*/
.image-gallery .big-image img:target ~ img#default {
  opacity: 0;
  width: 100%;
  height: 100%;
}

/*Show Default Image in first load*/
.image-gallery .big-image img#default {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/***Button***/
.image-gallery .button {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  transform: scale(1, 2);
  background-color: #ccc;
  color: #222;
  padding: 0 10px;
}
.image-gallery .prev {
  position: absolute;
  left: 0;
  top: 243px;
}
.image-gallery .next {
  position: absolute;
  right: 0;
  top: 243px;
}

/***move thumbs on click on buttons***/
.image-gallery .prev:active ~ .thumbs ul {
  transform: translateX(0%);
  transition: 3s all;
}
.image-gallery .next:active ~ .thumbs ul {
  transform: translateX(-90%);
  transition: 3s all;
}

/***thumbs***/
.image-gallery .thumbs {
  overflow: hidden;
  white-space: nowrap;
  margin: 0 45px;
  margin-top: 10px;
  margin-bottom: 60px;
}
.image-gallery .thumbs ul {
  float: left;
  transition: 999999s all;
  transform: translateX(0);
}
.image-gallery .thumbs li {
  display: inline-block;
  margin-right: 3px;
}
.image-gallery .thumbs li a:hover {
  opacity: 1;
}
.image-gallery .thumbs li a {
  opacity: 0.85;
}
.image-gallery .thumbs li a:focus {
  opacity: 1;
}
.image-gallery .thumbs li img {
  width: 75px;
}

/*other styles*/
.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  text-shadow: 1px 1px 2px #1f1f1f;
}

/*reset CSS*/
* {
  font-family: arial;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/***************************************/
#slider #productos {
  height: 100%;
  align-items: center;
}

#slider #productos #encabezado {
  width: 330px;
  height: 35px;
  background: black;
  position: relative;
  border-radius: 5%;
  margin-top: 50px;
  margin-left: 2%;
  margin-right: 2%;
}

#slider #productos #encabezado h1 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  font-size: 0.9em;
  padding-top: 10px;
}

#slider #productos #encabezado h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  position: relative;
  text-align: center;
  margin-top: 30px;
  font-size: 0.9em;
}

#slider #productos #content_productos {
  width: 100%;
  margin-top: 150px;
}

#slider #productos #categorias {
  width: 100%;
  text-align: center;
  background: none;
  margin: 40px 0px;
}
#slider #productos #categorias h2 {
  margin: 5px 5px;
  background: #29abe2;
  color: black;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  width: 260px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0px 0px 3px #5a5a5a;
  background: white;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
}
#slider #productos #categorias h2:nth-of-type(1) {
  background: #29abe2;
  color: white;
}

#slider #productos #jobs {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

#slider #productos #jobs article {
  margin: 30px;
  width: 250px;
  height: 260px;
  position: relative;
  perspective: 1000px;
  display: inline-block;
}

#slider #productos #jobs article:hover .carta {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.carta {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.cara {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.cara.detras {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  background: white;
  height: 250px;
}

.cara.detras a {
  border-radius: 30%;
  border-color: black;
}

/***************************/
#slider #noticias {
  height: 100%;
}

#slider #noticias .containerNoticia {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}

#slider #noticias .containerNoticia article {
  width: 285px;
  height: 400px;
  background: white;
  margin: 15px 0px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: solid 1px white;
  -webkit-box-shadow: 1px 2px 3px 2.5px #afaeae;
  -moz-box-shadow: 1px 2px 3px 2.5px #afaeae;
  box-shadow: 1px 2px 3px 2.5px #afaeae;
}

#slider #noticias .containerNoticia article figure {
  width: 285px;
  height: 200px;
  margin: 0;
  padding: 0;
}

#slider #noticias .containerNoticia article figure img {
  width: 100%;
  height: 100%;
}

#slider #noticias .containerNoticia article h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.7em;
  text-align: end;
  margin-right: 10px;
}

#slider #noticias .containerNoticia article h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1em;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}

#slider #noticias .containerNoticia article h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}

#slider #noticias .containerNoticia article a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  text-align: center;
}

/************************/
#slider #aseguradoras {
  height: 100%;
}

#slider #aseguradoras > div {
  width: 100%;
  margin-top: 0px;
}

#slider #aseguradoras .info_aseg {
  position: relative;
  margin-bottom: 50px;
}

#slider #aseguradoras .info_aseg figure {
  width: 100%;
  margin: 0px;
  overflow: hidden;
  height: 153px;
  z-index: 5;
  position: relative;
}
#slider #aseguradoras .info_aseg figure img {
  width: 100%;
  margin-top: -23%; /*-50px;*/
}

#slider #aseguradoras .info_aseg .text_as {
  font-family: "Poppins", sans-serif;
  background: white;
  width: 80%;
  height: 255px;
  margin-left: 10%;
  margin-top: -93px;
  z-index: 10;
  position: relative;
  /*box-shadow: 0px 0px 3px #AFAEAE;*/
  -webkit-box-shadow: 1px 4px 9px 5px #afaeae;
  -moz-box-shadow: 1px 4px 9px 5px #afaeae;
  box-shadow: 1px 4px 9px 5px #afaeae;
  padding-bottom: 20px;
}

#slider #aseguradoras .info_aseg .text_as figure {
  position: relative;
  background: #be1c1c;
  width: 100%;
  height: 150px;
  margin-top: 10px;
}

#slider #aseguradoras .info_aseg .text_as figure img {
  margin-top: 15px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#slider #aseguradoras .info_aseg .text_as p {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 5px 30px;
  font-size: 0.9em;
  color: black;
}

#slider #aseguradoras .bottom_am {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}

#slider #aseguradoras .bottom_am article {
  width: 80%;
  height: 400px;
  background: white;
  margin: 15px 0px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 70px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: solid 1px white;
  -webkit-box-shadow: 1px 2px 3px 2.5px #afaeae;
  -moz-box-shadow: 1px 2px 3px 2.5px #afaeae;
  box-shadow: 1px 2px 3px 2.5px #afaeae;
}

#slider #aseguradoras .bottom_am article figure {
  width: 80%;
  height: 150px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #afaeae;
}

#slider #aseguradoras .bottom_am article figure #img1 {
  width: 160px;
  height: 190px;
  margin-left: auto;
  margin-right: 50px;
  margin-top: -30px;
}

#slider #aseguradoras .bottom_am article figure #img2 {
  width: 205px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
}

#slider #aseguradoras .bottom_am article figure #img3 {
  width: 165px;
  height: 115px;
  margin-left: 5px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#slider #aseguradoras .bottom_am article figure #img4 {
  width: 125px;
  height: 115px;
  margin-left: 5px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#slider #aseguradoras .bottom_am article h3 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1em;
  color: #be1c1c;
  text-align: left;
  margin-left: 10%;
  margin-top: 0px;
}

#slider #aseguradoras .bottom_am article div {
  text-align: left;
}

#slider #aseguradoras .bottom_am article div .fuerte {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 0.8em;
  color: black;
  text-align: left;
  margin-left: 10%;
  margin-top: 0px;
}

#slider #aseguradoras .bottom_am article div .devil {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.7em;
  color: black;
  text-align: left;
  margin-left: 10%;
  margin-top: 0px;
}

/***************************/
#slider #contacto {
  height: 100%;
}

#slider #contacto > div {
  display: inline-block;
}

#slider #contacto #info_emp {
  width: 100%;
  /*height: 600px;*/
}

#slider #contacto #info_emp > div {
  display: inline-block;
  margin-top: 0px;
  vertical-align: top;
}

#slider #contacto #info_emp #desc_emp {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 530px;
  height: 370px;
  position: absolute;
}

#slider #contacto #info_emp #desc_emp p {
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

#slider #contacto #info_emp #portada {
  width: 80%;
  height: 150px;
  background: blue;
  margin-left: 10%;
  margin-right: 10%;
  position: absolute;
  margin-top: 370px;
}

#slider #contacto #info_emp #portada figure {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#slider #contacto #info_emp #portada figure img {
  width: 100%;
  height: 100%;
}

#slider #contacto #info_emp #mapa {
  width: 100%;
  height: 150px;
  position: absolute;
}

#slider #contacto #info_emp #mapa iframe {
  width: 100%;
  height: 350px;
}

#slider #pregfrec section {
  width: 100%;
  height: 100vh;
  background-color: white;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  margin-top: -780px;
}

.container {
  width: 80%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  margin-top: 800px;
  margin-bottom: 100px;
}

.accordion-item {
  background-color: #ccc;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
  padding: 1rem;
  box-shadow: 0.3rem 1.5px rgba(0, 0, 0, 0.1);
}

.accordion-link {
  font-size: 0.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: black;
  text-decoration: none;
  background-color: #ccc;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.accordion-link ion-icon {
  color: #be1c1c;
  padding: 0.5rem;
}

.accordion-link .remove-item {
  display: none;
}

.answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  background-color: white;
  transition: max-height 650ms;
}

.answer::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 90%;
  background-color: #be1c1c;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.answer p {
  font-size: 0.7rem;
  color: black;
  padding: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.accordion-item:target .answer {
  max-height: 20rem;
}

.accordion-item:target .accordion-link .add-item {
  display: none;
}

.accordion-item:target .accordion-link .remove-item {
  display: block;
}

@media screen and (min-width: 480px) {
  #slider #nosotros .top_am figure {
    height: 183px;
  }

  #slider #contacto #info_emp #desc_emp {
    font-size: 0.8em;
  }

  #slider #productos #encabezado {
    width: 450px;
    height: 40px;
    background: black;
    position: relative;
    border-radius: 5%;
    margin-top: 50px;
    margin-left: 5%;
  }

  #slider #productos #encabezado h1 {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-align: center;
    color: white;
    font-size: 1.2em;
    margin-top: 3px;
  }

  #slider #productos #encabezado h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-top: 30px;
    font-size: 0.9em;
  }
}

@media screen and (min-width: 600px) {
  #slider #inicio #fig_prin {
    display: none;
  }

  #slider #inicio #fig_prin2 {
    display: inline-block;
  }

  #slider #aseguradoras .info_aseg .text_as {
    height: 200px;
  }

  #slider #aseguradoras .bottom_am article {
    width: 40%;
    margin: 20px 4.5%;
  }

  #slider #nosotros > div {
    width: 80%;
    margin-left: 10%;
  }
  #slider #nosotros .top_am figure {
    height: 213px;
  }

  #slider #contacto #info_emp #desc_emp {
    font-size: 0.9em;
  }

  #slider #contacto #info_emp #portada {
    width: 40%;
    height: 350px;
    background: blue;
    margin-left: 80px;
    margin-top: 0px;
    position: absolute;
  }

  #slider #contacto #info_emp #mapa {
    width: 40%;
    height: 350px;
    margin-left: 50%;
    position: absolute;
  }

  #slider #contacto #info_emp #desc_emp {
    margin-top: 350px;
    height: 300px;
  }

  #slider #productos #encabezado {
    width: 500px;
    height: 40px;
    background: black;
    position: relative;
    border-radius: 5%;
    margin-top: 50px;
    margin-left: 10%;
  }

  #slider #productos #encabezado h1 {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-align: center;
    color: white;
    font-size: 1.3em;
    margin-top: 3px;
  }

  #slider #productos #encabezado h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-top: 30px;
    font-size: 1em;
  }
}

@media screen and (min-width: 767px) {
  #slider #nosotros .top_am {
    height: 243px;
    margin-bottom: 275px;
  }

  #slider #nosotros .top_am .text_am {
    height: 300px;
  }

  #slider #nosotros .top_am .text_am h3 {
    margin-left: 30px;
  }

  #slider #nosotros .top_am .text_am div {
    height: 27px;
    width: 400px;
    margin-left: 30px;
  }

  #slider #nosotros .top_am .text_am p {
    font-size: 1em;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
  }

  #slider #aseguradoras .info_aseg .text_as {
    height: 75px;
  }

  #slider #aseguradoras .bottom_am article {
    margin-bottom: 50px;
  }

  #slider #aseguradoras .bottom_am article figure #img1 {
    width: 200px;
    height: 180px;
    margin-right: 50px;
    margin-top: -20px;
  }

  #slider #aseguradoras .bottom_am article figure #img2 {
    width: 280px;
    height: 230px;
    margin-top: -35px;
    /*margin-left: 10%;*/
    position: relative;
  }

  #slider #aseguradoras .bottom_am article figure #img3 {
    width: 250px;
    height: 120px;
    position: relative;
  }

  #slider #aseguradoras .bottom_am article figure #img4 {
    width: 180px;
    height: 120px;
    margin-left: 5px;
    position: relative;
  }

  #slider #aseguradoras .info_aseg .text_as {
    height: 150px;
  }

  #slider #aseguradoras .info_aseg .text_as figure {
    position: relative;
    background: #be1c1c;
    height: 113%;
    width: 200px;
  }

  #slider #aseguradoras .info_aseg .text_as figure img {
    margin-top: 45px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #slider #aseguradoras .info_aseg .text_as p {
    position: relative;
    margin-top: -150px;
    margin-left: 225px;
  }

  #slider #productos #encabezado {
    width: 600px;
    height: 45px;
    background: black;
    position: relative;
    border-radius: 5%;
    margin-top: 50px;
    margin-left: 15%;
  }

  #slider #productos #encabezado h1 {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-align: center;
    color: white;
    font-size: 1.5em;
    margin-top: 3px;
  }

  #slider #productos #encabezado h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-top: 40px;
    font-size: 0.9em;
  }
}

@media screen and (min-width: 950px) {
  #slider #productos #encabezado {
    width: 700px;
    height: 50px;
    background: black;
    position: relative;
    border-radius: 5%;
    margin-top: 50px;
    margin-left: 30%;
  }

  #slider #productos #encabezado h1 {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-align: center;
    color: white;
    font-size: 1.7em;
    margin-top: 3px;
  }

  #slider #productos #encabezado h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-top: 40px;
    font-size: 1em;
  }

  #slider #nosotros > div {
    width: 65%;
    margin-left: 20%;
  }
  #slider #nosotros .top_am {
    margin-top: 50px;
    height: auto;
    background: white;
    box-shadow: 0px 0px 3px #afaeae;
    margin-bottom: 50px;
  }
  #slider #nosotros .top_am > * {
    display: inline-block;
    vertical-align: top;
  }
  #slider #nosotros .top_am figure {
    /*width: 381px;
		height: 393px;*/
    width: 25%;
    margin: 0px;
    height: 100%;
    overflow: hidden;
    position: relative;
    max-height: 365px;
  }
  #slider #nosotros .top_am figure img {
    margin: 0px;
    width: 40vw;
    margin-left: -100px;
    transform: scale(1.2);
  }
  #slider #nosotros .top_am .text_am {
    width: 74%; /*520px;*/
    margin: 0px;
    /*margin-left: -5px;*/
    box-shadow: none;
    padding-bottom: 0px;
  }
  #slider #nosotros .top_am .text_am h2 {
    top: -20px;
    left: -5px;
  }
  #slider #nosotros .top_am .text_am p {
    margin-bottom: 20px;
  }

  #slider #nosotros .top_am .text_am div {
    margin-top: 50px;
    height: 10px;
    width: 400px;
    margin-left: 30px;
  }

  .image-gallery .big-image {
    width: 535px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    background: #afaeae;
  }

  .image-gallery .prev {
    position: absolute;
    left: 0;
    top: 497px;
  }
  .image-gallery .next {
    position: absolute;
    right: 0;
    top: 497px;
  }

  #slider #nosotros .text_mo div {
    border-bottom: 3px solid #afaeae;
  }

  #slider #contacto #info_emp #desc_emp {
    font-size: 1.2em;
  }

  #slider #aseguradoras .info_aseg .text_as {
    height: 50px;
    margin-top: -55px;
  }

  #slider #aseguradoras .info_aseg .text_as figure {
    position: relative;
    background: #be1c1c;
    height: 139%;
    width: 100px;
  }

  #slider #aseguradoras .info_aseg .text_as figure img {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #slider #aseguradoras .info_aseg .text_as p {
    position: relative;
    margin-top: -50px;
    margin-left: 125px;
  }

  #slider #aseguradoras .bottom_am article {
    margin-bottom: 75px;
  }

  #slider #aseguradoras .bottom_am article {
    width: 23%;
    margin: 10px 0px;
    margin-right: 0.2%;
    box-shadow: 0px 0px 3px #233d58;
    margin-bottom: 50px;
  }
  #slider #aseguradoras .bottom_am article:nth-child(4) {
    margin-right: 0px;
  }

  #slider #pregfrec section {
    margin-top: -550px;
  }

  .container {
    margin-top: 600px;
    margin-bottom: 100px;
  }

  .answer p {
    font-size: 1em;
  }

  .accordion-link {
    font-size: 1.2em;
  }

  #slider #noticias .containerNoticia {
    text-align: left;
  }
  #slider #noticias .containerNoticia article {
    text-align: center;
  }

  #slider #noticias .containerNoticia article {
    margin-left: 2%;
    margin-right: 2%;
  }
}
