
.container{
  max-width: 1200px;
  margin: 0 auto;
}
.header{
  width: 100%;
}










.title{
  text-align: center;
  font-size: 20px;
}
.web_width {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.show-on-scroll {
  transition: 1s;
  opacity: 0;
}
.show-on-scroll.is-visible {
  opacity: 1;
}
.scrollnav {
  position: absolute;
  top: -100px;
}
.avisolegal{
  font-family: 'Barlow-Light';
  font-size: 14px;
  line-height: 180%;

}
.avisolegal a{
  cursor: pointer;
}
.avisolegal .subtitle{
  font-size: 120%;
  font-family: 'Barlow-Medium';
  padding-top: 30px;
  padding-bottom: 20px;
}
.avisolegal .bigtitle{
  font-size: 150%;
  font-family: 'Barlow-Medium';
  padding-bottom: 20px;
}
section {
  width: 99%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
section a.nodec {
  text-decoration: none;
}
section a .button {
  background: black;
  font-size: 20px;
  width: max-content;
  margin: 10px auto;
  color: white;
  font-family: 'Barlow-Light';
  padding: 5px 20px;
  padding-top: 7px;
  border-radius: 15px;
  border: solid 2px black;
  transition: .4s;
}
section a .button:hover {
  background: none;
  color: black;
}
section h4 {
  font-family: 'Barlow-Medium';
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 2vw;
  position: relative;
  width: max-content;
  margin-bottom: 40px;
}
section h4::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: black;
  display: none;
}
section p {
  font-family: 'Barlow-Light';
  font-size: 20px;
  color: #787c80;
  margin: 0;
  padding-bottom: 20px;
}
section p strong {
  font-family: 'Barlow-Medium';
}
.preheader {
  background: rgba(226, 226, 225, 0.55);
  padding: 8px 0;
  transition: .2s;
}
.preheader .bigbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.preheader .bigbox .contacto li,
.preheader .bigbox .redes li {
  padding: 0 1vw;
  list-style: none;
  display: inline-block;
  font-family: 'Barlow-Light';
  font-size: 15px;
  color: #1d1d1b;
}
.preheader .bigbox .contacto li a,
.preheader .bigbox .redes li a {
  color: inherit;
}
.preheader .bigbox .contacto li a:hover img,
.preheader .bigbox .redes li a:hover img {
  transform: scale(1.2);
}
.preheader .bigbox .contacto li img,
.preheader .bigbox .redes li img {
  width: 30px;
  transition: .2s;
}
.preheader .bigbox .contacto {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.preheader .bigbox .contacto li img {
  width: 40px;
  padding-right: 10px;
}
.preheader .bigbox .redes li:first-child {
  border-right: 1px solid #1d1d1b;
}
.fixed {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
header {
  padding: 20px 0;
  width: 100%;
  transition: .2s;
  background: white;
  position: relative;
  z-index: 4;
  background: black;
}
header.scroll {
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
  box-shadow: #888888 1px 1px 5px;
}
header.scroll .content .logo img {
  width: 60px;
}
header .content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
header .content .logo img {
  transition: .2s;
  width: 70px;
}
header .content nav {
  font-family: 'Barlow-Medium';
  font-size: 16px;
  display: inherit;
}
header .content nav .mobile .logomobile{
  display: none;
}
header .content nav .mobile .closemenu{
  display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 2px #fff;
    color: #fff;
    opacity: 1;
    margin: 0;
    padding: 6px 13px;
    font-family: 'Barlow-Medium';
    font-size: 17px;
    cursor: pointer;
}
header .content nav .mobile .closemenu.active{
  display: block;
}
header .content nav li {
  display: inline-block;
  padding: 0 1vw;
  position: relative;
}
header .content nav li a {
  color: white;
  padding: 5px;
  z-index: 2;
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
header .content nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 226, 225, 0.55);
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid #1d1d1b;
}
header .content nav li a:hover {
  text-decoration: none;
}
header .content nav li a:hover:before {
  opacity: 1;
  bottom: 0;
}
header .content nav li.burger {
  display: none;
}
header .content nav li.burger img {
  width: 30px;
  filter: invert(10);
}
header .content nav li.dropdown {
  position: relative;
  display: inline-block;
  transition: .3s;
}
header .content nav li.dropdown:after {
  transition: .3s;
  content: "";
  position: absolute;
  right: 1vw;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #b9bbc1;
}
header .content nav li.dropdown span {
  padding: 5px 20px;
  display: inline-block;
  color: white;
}
header .content nav li.dropdown:hover:after {
  transform: rotate(90deg);
}
header .content nav li.dropdown:hover .dropdown-content {
  display: block;
  text-align: center;
}
header .content nav li.dropdown:hover .dropdown-content a {
  padding: 10px 0;
  display: block;
}
header .content nav li.dropdown:hover .dropdown-content a::before {
  display: none;
}
header .content nav li.dropdown:hover .dropdown-content a.selected {
  display: none;
}
header .content nav li .dropdown-content {
  display: none;
  z-index: 2;
  position: absolute;
  left: 32px;
  background-color: white;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 1;
}
.lateral{
  position: fixed;
  right: 0;
  top: 40%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.lateral li{
  width: 50px;
  padding: 10px;
  border-radius: 50%;
  list-style: none;
  background: #e2e2e1;
  margin: 5px 0;
  transition: .4s;
}
.lateral li.green{
  background: #009d3d;
}
.lateral li:hover{
  transform: scale(1.2);
}
.lateral li img{
  width: 100%;
}
#cabecera {
  position: relative;
  height: calc(100vh - 107px);
  z-index: 1;
  padding: 0;
  width: 100%;
}
#cabecera .titles {
  position: absolute;
  z-index: 2;
  text-align: center;
  padding: 20px 0;
  top: 0;
  width: 100%;
  left: 0;
  background: rgba(51, 50, 51, 0.54);
  color: white;
  line-height: 150%;
}
#cabecera .titles h1,
#cabecera .titles h2 {
  margin: 0;
  font-family: 'Barlow-Medium';
  font-size: 38px;
  padding: 5px 0;
}
#cabecera .titles h1 strong,
#cabecera .titles h2 strong {
  font-family: 'Barlow-Medium';
}
#cabecera .imagen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cabecera.jpg) no-repeat 50% 50% / cover;
}
#cabecera .claim {
  position: absolute;
  background: rgba(165, 195, 44, 0.92);
  padding: 40px 0;
  bottom: 10%;
  font-family: 'Barlow-Regular';
  font-size: 2.5vw;
  color: white;
  width: 33%;
  text-align: center;
  right: 10%;
  border-radius: 20px;
  line-height: 100%;
}
#cabecera .claim span {
  display: inline-block;
  font-size: 60%;
}
#cabecera .claim span.big {
  font-size: 100%;
}
#cabecera .button {
  margin-bottom: 0;
}

#cabecera .owl-carousel {
  margin: 0 auto;
  height: 100%;
}
#cabecera .owl-carousel .item {
  width: 100%;
  height: 100%;
}
#cabecera .owl-carousel .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cabecera .owl-carousel div{
  height: 100%;
}
#cabecera .owl-carousel .owl-dots{
  height: auto;
}
#cabecera .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  display: none;
}
#cabecera .owl-carousel .owl-nav div {
  outline: none;
  pointer-events: all;
  width: 20px;
}
#cabecera .owl-carousel .owl-nav div img {
  width: 100%;
}
#cabecera .owl-carousel .owl-nav div:nth-child(2) {
  transform: rotate(180deg);
}

#equips{
  background: #fff9bf;
}

#equips .team_box{
  text-align: center;
  padding: 4vw;
}
#equips .team_box.first{
  padding-top: 0;
}
#equips .team_title{
  text-align: center;
  font-family: 'Barlow-Bold';
  padding-bottom: 20px;
  font-size: 23px;
}
#equips .team_img{
  padding: 20px;
}
#equips .team_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border: solid 4px #fee600;
}
#equips .team_box a{
  text-align: center;
  font-family: 'Barlow-Light';
  text-decoration: underline;
  font-size: 20px;
  color: black;
}

#section1 .content #photo .info {
  position: absolute;
  width: 35%;
  min-width: 300px;
  height: 100%;
  right: 10%;
  background: rgba(0, 0, 0, 0.6);
}
#section1 .content #photo .info .body-item {
  height: 0;
  overflow: hidden;
  transition: .4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  font-size: 22px;
  font-family: 'Barlow-Regular';
  text-align: center;
  padding: 0 3vw;
}
#section1 .content #photo .info .body-item.active {
  height: 100%;
  opacity: 1;
}
#section1 .content #photo .info .body-item .title {
  font-size: 100%;
  padding-bottom: 20px;
}
#section1 .content #photo .info .body-item .text {
  font-size: 80%;
}
#section1 .mobile-content{
  display: none;
}
#section1 .mobile-content .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  display: flex;
  display: none;
  justify-content: space-between;
}
#section1 .mobile-content .owl-carousel .owl-nav div {
  outline: none;
  pointer-events: all;
  width: 25px;
}
#section1 .mobile-content .owl-carousel .owl-nav div img {
  width: 100%;
}
#section1 .mobile-content .owl-carousel .owl-nav div:nth-child(2) {
  transform: rotate(180deg);
}
#section1 .mobile-content .owl-carousel{

}
#section1 .mobile-content .owl-carousel .item{
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#section1 .mobile-content .owl-carousel .item div{
  color: white;
  font-family: 'Barlow-Light';
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding:  0 30px;
  line-height: 160%;
}
#section1 .mobile-content .owl-carousel .item div strong{
  font-family: 'Barlow-Medium';
  font-size: 140%;
}
#section1 .mobile-content .owl-carousel .item:after{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  content: "";
}
#section1 .mobile-content .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#section1 .mobile-content .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: solid 1px white;
  margin: 0 1vw;
  transition: .6s;
}
#section1 .mobile-content .owl-carousel .owl-dots .owl-dot.active {
  background: white;
}
#section1 .mobile-content .owl-carousel .owl-dots .owl-dot :focus {
  outline: none;
}
#section2 .bgbox {
  position: relative;
}
#section2 .bgbox:before {
  content: "";
  position: absolute;
  top: 0;
  height: 200px;
  width: 100%;
  left: 0;
  background: rgba(226, 226, 225, 0.55);
  z-index: -1;
}
/*#section2 .bgbox:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 30%;
  right: 0;
  background: rgba(226, 226, 225, 0.55);
  z-index: -1;
}*/
#section2 .bgbox .content {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
#section2 .bgbox .content:nth-child(odd) {
  flex-direction: row-reverse;
}
#section2 .bgbox .content:nth-child(odd) .perfil {
  text-align: left;
}
#section2 .bgbox .content .perfil {
  width: 65%;
  padding: 80px 4vw;
}
#section2 .bgbox .content .perfil .name {
  font-family: 'MontserratAlternates-Regular';
  font-family: 'Barlow-Light';
  font-size: 30px;
  padding: 20px 30px;
  padding-left: 0;
  position: relative;
  width: max-content;
}
#section2 .bgbox .content .perfil .name::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: black;
}
#section2 .bgbox .content .perfil .position {
  font-family: 'Barlow-Medium';
  font-size: 23px;
  color: black;
  padding-bottom: 30px;
}
#section2 .bgbox .content .imagen {
  width: 35%;
  border-radius: 40px;
  filter: grayscale(100%);
  transition: .4s;
}
#section2 .bgbox .content .imagen:hover{
  filter: grayscale(0);
}
#section3 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#section3:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 280px;
  width: 90%;
  min-width: 1000px;
  right: 0;
  background: rgba(226, 226, 225, 0.55);
  z-index: -1;
}
#section3 .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section3 .content .map {
  width: 75%;
}
#section3 .content .map iframe {
  width: 100%;
  height: 30vw;
  min-height: 300px;
  border-radius: 40px;
}
#section3 .content .box {
  width: 25%;
  padding: 20px;
}
#section3 .content .box p {
  text-align: center;
  border-top: 2px solid black;
  padding-top: 20px;
}
#section3 .content .box .button {
  font-size: 17px;
}
#section3 .smbox {
  display: flex;
  font-family: 'Barlow-Light';
  font-size: 20px;
  padding: 20px 10vw;
}
#section3 .smbox .item {
  padding-right: 30px;
}
#section3 .smbox .item img {
  width: 40px;
  padding-right: 10px;
}
#section4 .owl-carousel {
  width: 90%;
  margin: 0 auto;
}
#section4 .owl-carousel .item {
  height: 10vw;
  transition: .4s;
  filter: grayscale(10);
}
#section4 .owl-carousel .item:hover{
  filter: none;
}
#section4 .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 110%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
#section4 .owl-carousel .owl-nav div {
  outline: none;
  pointer-events: all;
  width: 30px;
}
#section4 .owl-carousel .owl-nav div img {
  width: 100%;
}
#section4 .owl-carousel .owl-nav div:nth-child(2) {
  transform: rotate(180deg);
}
#section4 .calidad{
  text-align: center;
  padding: 20px 0;
}
#section4 .calidad img{
  width: 200px;
}
#section5 {
  background: white;
}
#section5 h4 {
  padding-bottom: 0;
}
#section5 p {
  text-align: center;
}
#section5 form .inputs {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Barlow-Light';
  font-size: 17px;
}
#section5 form .inputs .input-style {
  width: 50%;
  padding: 15px;
}
#section5 form .inputs .input-style.bg {
  width: 100%;
}
#section5 form .inputs .input-style input {
  width: 100%;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid black;
  color: black;
  padding: 5px;
}
#section5 form .inputs .input-style input::placeholder {
  color: black;
}
#section5 form .submits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
#section5 form .submits .checkbox {
  font-family: 'Barlow-Light';
}
#section5 form .submits .checkbox input {
  margin: 0;
}
#section5 form .submits .checkbox a {
  color: #B9BBC1;
}
#section5 form .submits .checkbox span {
  padding-left: 20px;
}
#section5 form .submits .submit input {
  background: black;
  font-size: 20px;
  width: max-content;
  margin: 10px auto;
  color: white;
  font-family: 'Barlow-Light';
  padding: 5px 5vw;
  border-radius: 15px;
  border: solid 2px black;
  transition: .4s;
  text-transform: uppercase;
}
#section5 form .submits .submit input:hover {
  background: none;
  color: black;
}
footer {
  background: black;
  padding: 50px 0;
  font-size: 17px;
}
footer .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .content .contact li {
  padding: 0 1vw;
  list-style: none;
  display: inline-block;
  font-family: 'Barlow-Light';
  font-size: 15px;
  color: white;
}
footer .content .contact li a {
  color: inherit;
}
footer .content .contact li a:hover img {
  transform: scale(1.2);
}
footer .content .contact li img {
  width: 30px;
  transition: .2s;
  padding-right: 10px;
}
footer .content .redes {
  width: 200px;
}
footer .content .redes li {
  padding: 0 1vw;
  list-style: none;
  display: inline-block;
}
footer .content .redes li:first-child {
  border-right: 1px solid white;
}
footer .content .redes li a {
  color: inherit;
}
footer .content .redes li a:hover img {
  transform: scale(1.2);
}
footer .content .redes li img {
  width: 30px;
  transition: .2s;
}
footer .content .redes .logo {
  width: 100%;
  padding-top: 20px;
}
footer .content .redes .logo img {
  width: 150px;
}
footer .final {
  margin-top: -20px;
}
footer .final a.nodec {
  text-decoration: none;
}
footer .final a .button {
  background: white;
  font-size: 14px;
  width: max-content;
  margin: 10px auto;
  color: black;
  font-family: 'Barlow-Light';
  padding: 5px 10px;
  border-radius: 15px;
  border: solid 2px white;
  transition: .4s;
}
footer .final a .button:hover {
  background: none;
  color: white;
}
footer .final p {
  font-family: 'Barlow-Light';
  color: white;
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  margin: 0;
}
footer .final p a {
  color: white;
}
@media only screen and (max-width: 1284px) {
  header .content nav {
    font-size: 14px;
  }
  .fixed {
    height: 110px;
  }
  header .content nav li.dropdown span {
    padding-left: 0;
  }
  #cabecera .titles h1,
  #cabecera .titles h2 {
    font-size: 32px;
  }
  #section1 .content .grey {
    padding: 20px 5%;
  }
  #section1 .content .grey .menu {
    width: 30%;
  }
  #section1 .content #photo {
    width: 60%;
  }
  #section1 .content #photo .info .body-item {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .web_width {
    width: 95%;
  }
  section {
    padding: 40px 0;
  }
  section p {
    font-size: 18px;
  }
  section h4 {
    font-size: 25px;
    padding: 10px 2vw;
    margin-bottom: 20px;
  }
  section a .button {
    font-size: 18px;
  }
  .preheader .bigbox .contacto li,
  .preheader .bigbox .redes li {
    font-size: 14px;
  }
  .preheader .bigbox .contacto li img {
    width: 25px;
    padding-right: 5px;
  }
  .preheader .bigbox .contacto li img,
  .preheader .bigbox .redes li img {
    width: 20px;
  }
  header .content .logo img {
    min-width: 65px;
  }
  header.scroll .content .logo img {
    width: 100px;
  }
  header .content nav li a {
    padding: 2px;
  }
  header .content nav li {
    padding: 0 4px;
  }
  header .content nav li.dropdown:after {
    border-width: 7px 0 7px 10px;
    top: 10px;
  }
  header .content nav li.dropdown span{
    padding: 2px 20px;
  }
  header .content nav li.dropdown:after{
    top: 3px;
  }
  #cabecera {
    height: 500px;
  }
  #cabecera .claim {
    width: 50%;
  }
  #cabecera .titles h1,
  #cabecera .titles h2 {
    font-size: 28px;
  }
  #cabecera .claim {
    font-size: 26px;
    padding: 20px 0;
  }
  #section1 .content {
    padding: 0;
  }
  #section1 .content #photo {
    position: relative;
    width: 100%;
    height: 400px;
  }
  #section1 .content .grey .menu {
    width: 100%;
  }
  #section1 .content #photo .info {
    width: 45%;
  }
  #section2 .bgbox .content .perfil .name {
    font-size: 25px;
  }
  #section2 .bgbox .content .perfil .position {
    font-size: 20px;
  }
  #section3 .content .map,
  #section3 .content .box {
    width: 100%;
  }
  #section3 .smbox {
    font-size: 18px;
    justify-content: center;
  }
  footer .content .contact {
    width: 100%;
    text-align: center;
  }
  footer .content .redes {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  footer .content .redes.none {
    display: none;
  }
  footer .final {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 20px 0;
  }
  section h4 {
    font-size: 22px;
  }
  section p {
    font-size: 16px;
  }
  header {
    padding: 10px 0;
  }
  .fixed {
    height: auto;
  }
  header .content nav .mobile .logomobile{
    display: block;
  }
  header .content nav .mobile .logomobile img{
    width: 100px;
  }
  header .content nav .mobile {
    display: none;
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .95);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  header .content nav .mobile li a{
    color: white;
    font-size: 5vw;
    padding: 5vh 0;
  }
  header .content nav .mobile.active{
    display: flex;
    padding-bottom: 40px;
  }
  header .content nav li.burger {
    display: inline-block;
    padding-right: 20px;
  }
  header .content nav li.dropdown {
    display: inline-block;
  }
  header .content nav li.dropdown span{
    padding: 6px 20px;
  }
  header .content nav li.dropdown:after{
    top: 6px;
  }
  .preheader .bigbox .contacto {
    width: calc(100% - 66px);
  }
  .preheader .bigbox .redes {
    width: 66px;
  }
  .preheader .bigbox .contacto li,
  .preheader .bigbox .redes li {
    padding: 5px;
  }
  #cabecera .titles h1,
  #cabecera .titles h2 {
    font-size: 20px;
  }
  #cabecera {
    height: auto;
  }
  #cabecera .imagen {
    position: relative;
    height: 350px;
  }
  #cabecera .titles {
    position: relative;
  }
  #cabecera .claim {
    position: relative;
    left: 0;
    width: 100%;
    border-radius: inherit;
  }
  #section1 .content .grey .menu li {
    font-size: 17px;
  }
  #section1 .content #photo .info .body-item {
    font-size: 17px;
  }
  #section1 .content #photo {
    height: 300px;
  }
  #section1 .content #photo .info {
    width: 100%;
    left: 0;
    right: 0;
  }
  #section2 .bgbox .content {
    padding: 20px 0;
  }
  #section2 .bgbox .content .perfil {
    width: 100%;
    text-align: center;
  }
  #section2 .bgbox .content:nth-child(odd) .perfil{
    text-align: center;
  }
  #section2 .bgbox .content .perfil .name{
    margin: 0 auto;
    padding: 20px;
  }
  #section2 .bgbox .content .imagen {
    width: 50%;
    height: 40vw;
    margin: 0 auto;
  }
  #section2 .bgbox:before,#section2 .bgbox:after{
    display: none;
  }
  #section4 .owl-carousel .item{
    filter: none;
  }
}
@media only screen and (max-width: 480px) {
  .lateral{
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    left: 0;
    right: 0;
    top: inherit;
    flex-direction: row;
    justify-content: space-around;
  }
  .preheader{
    display: none;
  }
  .avisolegal{
  font-family: 'Barlow-Light';
  font-size: 12px;
  line-height: 180%;

}
  #section1 .content .grey .menu{
    min-height: 200px;
  }
  header .content nav li .dropdown-content {
    left: 10px;
  }
  header .content nav li a:before{
    display: none;
  }
  #cabecera .titles h1, #cabecera .titles h2{
    font-size: 16px;
  }
  .scrollnav{
    top: -120px;
  }
  #cabecera .titles {
    padding: 20px 10px;
  }
  #cabecera .imagen {
    height: 300px;
  }
  #cabecera .titles h1,
  #cabecera .titles h2 {
    font-size: 19px;
    line-height: 150%;
  }
  #cabecera .titles h2{
    font-size: 16px;
  }
  #equips .team_img{
    padding: 0;
  }
  #section1 .content{
    display: none;
  }
  #section1 .mobile-content{
    display: block;
  }
  #section2 .bgbox .content .perfil {
    padding: 20px 0;
  }
  #section2 .bgbox .content .perfil .name {
    font-size: 22px;
  }
  #section2 .bgbox:before,
  #section2 .bgbox:after,
  #section3:before {
    display: none;
  }
  #section2 .bgbox .content .imagen {
    width: 80%;
    height: 60vw;
  }
  #section3{
    margin-bottom: 0;
  }
  #section3 .smbox {
    flex-wrap: wrap;
  }
  #section3 .smbox .item {
    width: 220px;
    padding: 10px 0;
  }
  #section3 .content .box {
    background: rgba(226, 226, 225, 0.55);
  }
  #section3 .smbox {
    font-size: 15px;
  }
  #section4 .owl-carousel .owl-nav div {
    width: 15px;
  }
  #section4 .calidad img{
    width: 100px;
  }
  #section5 form .inputs .input-style {
    width: 100%;
  }
  #section5 form .inputs {
    font-size: 15px;
  }
  #section5 form .submits .checkbox {
    font-size: 12px;
    width: 100%;
  }
  #section2 .bgbox .content .imagen{
    filter:inherit;
  }
  #equips .team_box a{
    font-size: 16px;
    display: block;
    padding-top: 10px;
  }
  footer {
    padding: 20px 0;
  }
  footer .content .contact li {
    padding: 5px;
  }
  footer .final p {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Barlow-Light';
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Barlow-Medium';
  src: url("../fonts/Barlow-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Barlow-Regular';
  src: url("../fonts/Barlow-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Barlow-Bold';
  src: url("../fonts/Barlow-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'MontserratAlternates-Regular';
  src: url("../fonts/MontserratAlternates-Regular.ttf") format("truetype");
}
