.clearer {
  clear: both;
}

body {
  overflow-x: hidden;
}



video {
  /** Simulationg background-size: cover */
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

input,
textarea {
  background: none;
  outline: none;
  border: none;
}

#main-header {
  position: relative;
  height: fit-content;
}

#main-header .logo {
  width: 300px;
}

@media(min-width:992px) {
  #main-header .logo {
    width: 400px;
  }
}



#main-header .slogan {
  padding-block: 20px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #FD2A32;
}

.header-content {
  position: relative;
  height: 100dvh;
  min-height: 900px;
  background-image: url('../images/cabecera.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header-content::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);

}

@media(min-width:992px) {
  .header-content:before {
    display: none;
  }
}

.header-content .text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 5%;
  margin-inline: auto;
}

.header-content .text .slogan {
  width: fit-content;
  margin-inline: auto;
}

.header-content .topo {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: max-content;
  max-width: 100%;
  color: #fff;
  padding: 10px 20px;
  padding-right: 80px;
  margin: 6px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  background: url(../images/obra.svg) no-repeat 50% 50% / cover;
}

@media(min-width:992px) {
  .header-content .topo {
    font-size: 25px;
  }
}

.banner {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #404040;
  z-index: 5;
}

.banner p {
  margin: 0;
  color: white;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.header-form {
  position: relative;
  padding: 40px 20px;
  width: 100%;
  align-content: center;
  background-color: rgba(0, 0, 0, .9);
}

@media(min-width:992px) {
  .header-form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 550px;
    padding: 0 80px;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.header-form .inputs input {
  width: 100%;
  padding-block: 5px;
  color: white;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border-bottom: 1px solid white;
  background: none;
}

.header-form input::placeholder {
  color: white;
}

.header-form textarea {
  width: 100%;
  border: solid 1px white;
  color: white;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 5px;
  resize: none;
}

.header-form span {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

.header-form .title {
  padding-bottom: 20px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.header-form .submit input {
  width: 50%;
  padding: 2px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border: solid 1px #FD2A32;
  transition: .5s;
}

.header-form .submit input:hover, .header-form .submit input:disabled {
  background-color: #FD2A32;
}

#precios {
  padding-top: 40px;
}

#precios .large {
  width: 90%;
  margin: 0 auto;
}

#precios .bgbox {
  display: flex;
  justify-content: center;
}

#precios .bgbox .box {
  width: 23%;
  float: left;
  margin: 0 1%;
  position: relative;
  border: solid 1px #F15156;
  padding: 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.2vw;
}

#precios .bgbox .box .icon {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
}

#precios .bgbox .box .icon img {
  width: 45px;
  margin: 0 5px;
}

#precios .bgbox .box strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 140%;
  color: #FD2A32;
}

#precios .bgbox .box span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 70%;
}

#precios .bgbox .box .leyenda {
  font-family: 'Montserrat', sans-serif;
  font-size: 70%;
}

#video {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

#section1 {
  position: relative;
  overflow: hidden;
  margin: 30px 0 0;
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  #section1 {
    padding: 0;
  }
}

#section1 .imagen {
  background: url(../images/bed.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 350px;
  display: none;
}

@media only screen and (max-width: 768px) {
  #section1 .imagen {
    height: 0;
  }
}


#section1:after {
  content: "";
  background: url(../images/bed.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  left: 15%;
  width: 85%;
  height: 100%;
  z-index: 1;
  top: 0;
}

#section1 .boxtext {
  padding: 50px 0;
  width: 40%;
  position: relative;
  top: 100px;
  z-index: 3;
}

#section1 .boxtext:after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 120%;
  height: 100%;
  /* -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg); */
  transition: 1s;
}

#section1 .boxtext .text {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  border-bottom: 1px solid #FD2A32;
  width: 580px;
  margin: 0 auto;
}

#section1 .boxtext .text h1 {
  color: #fff;
}

#section9 {
  position: relative;
  overflow: hidden;
  margin: 30px 0 0;
  padding: 100px 0;
}

#section9 .imagen {
  background: url(../images/toy.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 350px;
  display: none;
}


#section9:after {
  content: "";
  background: url(../images/toy.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  left: 15%;
  width: 85%;
  height: 100%;
  z-index: 1;
  top: 0;
}

#section9 .boxtext {
  padding: 50px 0;
  width: 40%;
  position: relative;
  top: 100px;
  z-index: 3;
}

#section9 .boxtext:after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 120%;
  height: 100%;
  /* -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg); */
  transition: 1s;
}

#section9 .boxtext .text {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  border-bottom: 1px solid #FD2A32;
  width: 400px;
  margin: 0 auto;
}

#section9 .boxtext .text h1 {
  color: #fff;
}

#effect {
  padding-bottom: 160px;
}

#effect .boxtext {
  padding: 30px 0;
  width: 40%;
  position: relative;
  top: 0;
  z-index: 3;
}

#effect .boxtext:after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 120%;
  height: 100%;
  /* -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg); */
  transition: 1s;
}

#effect-right .boxtext {
  padding: 30px 0;
  width: 60%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
}

#effect-right .boxtext:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  /* -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg); */
  transition: 1s;
}

#section2 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 100px 0;
  z-index: 1;
}

#section2 .imagen {
  background: url(../images/img-01.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 350px;
  display: none;
}

#section2:after {
  content: "";
  background: url(../images/img-01.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  right: 15%;
  width: 85%;
  height: 100%;
  z-index: 1;
  top: 0;
}

#section2 .boxtext {
  padding: 150px 0;
  width: 40%;
  position: relative;
  top: -200px;
  left: 60%;
  z-index: 3;
}

#section2 .boxtext:after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  /* -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg); */
  transition: 1s;
}

#section2 .boxtext .text {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  border-bottom: 1px solid #FD2A32;
  width: 500px;
  margin: 0 auto;
}

#section2 .boxtext .text h1 {
  color: #fff;
  text-align: right;
}

#section2 .boxtext .text p {
  text-align: right;
}

/* #section2 {
  position: relative;
  height: 750px;
}
#section2 .imagen {
  position: absolute;
  left: 2%;
  height: 100%;
  top: 0;
  width: 68%;
  background: url(../images/img-02.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section2 .texto {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  padding: 30px 2%;
  padding-bottom: 150px;
  background: rgba(0, 0, 0, 0.7);
  
}
#section2 .texto p.bigp:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #FD2A32;
} */

p.bigp {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: white;
  letter-spacing: 3px;
  line-height: 200%;
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  font-size: 16px;
}

p.bigp.right {
  text-align: right;
}

p.bigp strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

p.smallp {
  font-family: 'Montserrat', sans-serif;
  color: white;
  letter-spacing: 3px;
  line-height: 140%;
  text-align: justify;
  position: relative;
  font-size: 11px;
}

p.smallp strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#section3 {
  margin-top: -100px;
}

#section3 .large {
  width: 80%;
  margin: 0 auto;
}

#section3 .large .owl-carousel {
  border: solid 25px white;
}

#section3 .large .owl-carousel .item {
  height: 700px;
}

#section3 .large .owl-carousel .owl-nav {
  bottom: calc(50% - 30px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 60px);
  pointer-events: none;
}

#section3 .large .owl-carousel .owl-nav .owl-prev {
  float: left;
  outline: none;
  pointer-events: all;
  width: 60px;
}

#section3 .large .owl-carousel .owl-nav .owl-prev img {
  width: 100%;
}

#section3 .large .owl-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
  float: right;
  outline: none;
  pointer-events: all;
  width: 60px;
}

#section3 .large .owl-carousel .owl-nav .owl-next img {
  width: 100%;
}

#section3 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #fff;
}

#section3 .large .texto {
  background: rgba(0, 0, 0, 0.7);
  width: 80%;
  margin: 0 auto;
  margin-top: -100px;
  text-align: center;
  z-index: 3;
  position: relative;
  padding: 30px;
}

#section3 .large .texto p.bigp {
  color: white;
  text-align: center;
  padding: 0;
}

#section3 .large .texto p.bigp:after {
  display: none;
}

#section4 {
  position: relative;
  height: 800px;
  margin-top: 40px;
}

#section4 .imagen {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 70%;
  background: url(../images/img-03.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#section4 .texto {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30%;
  padding: 30px 2%;
  background: rgba(0, 0, 0, 0.7);
}

#section4 .iconos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}


#section4 .texto .box {
  float: left;
  width: 50%;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #section4 .texto .box {
    margin: 0 28px;
  }
}

#section4 .texto .box img {
  width: auto;
  height: 70px;
  padding-bottom: 10px;
}

/* #section4 .texto .box:nth-child(4) img {
  height: 60px;
  padding-bottom: 10px;
  margin: 5px 0;
} */

#two-columns {
  padding: 80px 0;
}

#two-columns h1 {
  padding-bottom: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;

}

#two-columns p {
  font-family: 'Montserrat', sans-serif;
  padding-top: 48px;
  border-top: 1px solid #FD2A32;
  column-count: 2;
}

#two-columns p strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}


#section6 .mapa {
  height: 600px;
  position: relative;
}

/* #section6 .mapa iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
} */

#section6 .mapa .bgbox {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 10px;
  right: 5%;
  top: 0;
  height: 100%;
  width: 400px;
}

#section6 .mapa .bgbox .box {
  float: left;
  width: 50%;
  text-align: center;
  color: white;
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  height: 140px;
}

#section6 .mapa .bgbox .box span {
  font-size: 120%;
  font-family: 'Montserrat', sans-serif;
}

#section6 .mapa .bgbox .box img {
  width: 60px;
  padding-bottom: 10px;
}

#section6 .mapa .bgbox .box:nth-child(4) img {
  width: 38px;
}

#section6 .mapa .bgbox .box.bg {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid #FD2A32;
}

#section7 {
  padding-top: 60px;
}

#section7 .formulario {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 5%;
  width: 100%;
}

#section7 .formulario .titleform {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

#section7 .formulario form .inputs {
  width: calc(100% - 200px);
  float: left;
  padding: 0 10px;
}

#section7 .formulario form .inputs .input-style {
  width: 50%;
  float: left;
  padding: 10px;
}

#section7 .formulario form .inputs .input-style input,
#section7 .formulario form .inputs .input-style textarea {
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid white;
  background: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

#section7 .formulario form .inputs .input-style input::placeholder,
#section7 .formulario form .inputs .input-style textarea::placeholder {
  color: white;
}

#section7 .formulario form .submits {
  width: 200px;
  float: left;
  padding-top: 10px;
}

#section7 .formulario form .submits .checkbox {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding-bottom: 6px;
}

#section7 .formulario form .submits .checkbox input {
  margin: 0;
}

#section7 .formulario form .submits .checkbox span {
  padding-left: 20px;
  color: white;
}

#section7 .formulario form .submits .checkbox a {
  color: white;
}

#section7 .formulario form .submits .submit input {
  width: 100%;
  border: none;
  background: none;
  border: solid 1px #FD2A32;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: white;
  transition: 0.5s;
}

#section7 .formulario form .submits .submit input:hover {
  background: #FD2A32;
}

footer {
  background: #676767;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding: 20px 0;
  margin-top: 40px;

}

footer .container .row img {
  margin: 0 auto;
  width: 320px;
  padding-bottom: 20px;
}

footer a {
  color: white;
}

/* Animaciones
*--------------------------------
*/

.fadeTop1 {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 2s;
}

.fadeTop2 {
  opacity: 0;
  transform: translate(0, 14vh);
  transition: all 2s;
}

.fadeTop3 {
  opacity: 0;
  transform: translate(0, 18vh);
  transition: all 2s;
}

.fadeTop4 {
  opacity: 0;
  transform: translate(0, 22vh);
  transition: all 2s;
}

.fadeTop5 {
  opacity: 0;
  transform: translate(0, 26vh);
  transition: all 2s;
}

.fadeBottom {
  opacity: 0;
  transform: translate(0, -10vh);
  transition: all 2s;
}

.fadeRight {
  opacity: 0;
  transform: translate(10vh, 0vh);
  transition: all 2s;
}

.fadeLeft {
  opacity: 0;
  transform: translate(-40vh, 0vh);
  transition: all 2s;
}

.fadeTransparence {
  opacity: 0;
  transition: all 4s;
}

.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* 
* Responsive
* -----------------------------------------------------
*/

@media only screen and (max-width: 1430px) {
  #section2 {
    height: 600px;
  }

  #section2 .imagen {
    width: 60%;
    left: 0;
  }

  #section2 .texto {
    width: 40%;
  }


}

@media only screen and (max-width: 1284px) {

  #section9 .boxtext .text,
  #section2 .boxtext .text,
  #section1 .boxtext .text {
    width: 100%;
    left: 20%;
  }

  #section9 .boxtext:after,
  #section2 .boxtext:after,
  #section1 .boxtext:after {
    width: 200%;
    left: -30%;
  }

  #effect .boxtext:after {
    width: 190%;
  }

  #precios .bgbox .box .icon {
    top: -14px;
  }

  #precios .bgbox .box .icon img {
    width: 30px;
  }

  .fadeRight {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 2s;
  }

  .fadeLeft {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 2s;
  }

  #effect-right .boxtext {
    width: 48%;
  }

  #effect-right .boxtext:after {
    width: 120%;
  }

  #section2 .boxtext {
    width: 26%;
  }

  #effect-right .boxtext:after {
    left: 108.8%;
  }
}

@media only screen and (max-width: 992px) {
  p.bigp {
    letter-spacing: 1px;
  }

  #colaboradores {
    display: block
  }

  #effect .boxtext:after {
    width: 232.5%;
  }

  #precios .bgbox .box {
    width: 48%;
    margin: 20px 1%;
    font-size: 2.5vw;
  }

  #precios .bgbox .box .icon {
    top: -20px;
  }

  #precios .bgbox .box .icon img {
    width: 45px;
  }

  #section9 .boxtext,
  #section2 .boxtext,
  #section1 .boxtext:after {
    padding: 100px 0;
  }

  #section9 .boxtext,
  #section1 .boxtext {
    width: 50%;
  }

  #section2 .texto {
    padding-bottom: 50px;
  }

  #section3 {
    margin: 0;
  }

  #section3 .large .owl-carousel .item {
    height: 500px;
  }

  #section3 .large .texto {
    margin: 0 auto;
  }

  #section3 .large .owl-carousel {
    border: none;
  }

  #section3 .large .texto {
    width: 100%;
    margin-top: 20px;
  }

  #section3 .large .texto br {
    display: none;
  }

  #section3 h1 {
    font-size: 18px;
  }

  #section4 {
    height: 700px;
  }

  #section4 .imagen {
    width: 60%;
  }

  #section4 .texto {
    width: 40%;
    padding: 20px;
  }

}

@media only screen and (max-width: 768px) {

  #section9,
  #section2,
  #section1 .boxtext {
    padding: 0;
  }

  #section9 .boxtext:after,
  #section2 .boxtext:after,
  #section1 .boxtext:after {
    width: 100%;
    left: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }

  #section9 .boxtext .text,
  #section2 .boxtext .text,
  #section1 .boxtext .text {
    left: 0;
    padding: 0 15px;
  }

  #section9 .boxtext,
  #section2 .boxtext,
  #section1 .boxtext {
    width: 100%;
    padding: 30px 0;
  }

  #section9 p.bigp,
  #section2 p.bigp,
  #section1 p.bigp {
    text-align: center;
    padding-bottom: 0;
  }

  #section9:after,
  #section2:after,
  #section1:after {
    display: none;
  }

  #section9 .imagen,
  #section2 .imagen,
  #section1 .imagen {
    display: block;
  }

  #section9 .boxtext,
  #section1 .boxtext {
    top: 0;
  }

  #section3 h1 {
    font-size: 15px;
  }

  #effect {
    padding-bottom: 0;
  }

  #section2 .boxtext {
    top: 0;
    left: 0;
  }

  #effect-right {
    display: none;
  }

  #effect .boxtext:after {
    display: none;
  }

  #section3 .large .owl-carousel .item {
    height: 400px;
  }

  #section2 .imagen,
  #section4 .imagen {
    height: 400px;
    position: relative;
    width: 100%;
  }

  #section2 .texto,
  #section4 .texto {
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
  }

  #section4 {
    margin-top: 0;
  }

  #section2,
  #section4 {
    height: auto;
  }

  #section4 .texto .box {
    width: 33.33%;
  }

  #section6 .mapa .bgbox {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  #section6 .mapa {
    height: auto;
  }

  #section6 .mapa iframe {
    height: 400px;
  }

  #section7 .formulario form .inputs {
    width: 100%;
  }

  #section7 .formulario form .submits {
    width: 100%;
    padding: 0 20px;
  }

  #section7 .formulario form .submits .submit input {
    width: 200px;
  }

  #section7 .formulario form .inputs .input-style {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #precios .bgbox .box {
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    padding-top: 20px;
    font-size: 16px;
  }

  #precios .bgbox .box .icon {
    top: -14px;
  }

  #precios .bgbox .box .icon img {
    width: 30px;
  }

  #section3 h1 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  section {
    padding: 30px 0;
  }

  p.bigp {
    font-size: 14px;
  }

  p.smallp {
    text-align: center;
  }

  #section4 .texto .box {
    width: 50%;
  }

  #section6 .mapa iframe {
    height: 350px;
  }

  #section3 .large {
    width: 100%;
  }

  #section3 .large .owl-carousel .item {
    height: 350px;
  }

  #section3 .large .owl-carousel .owl-nav {
    width: 100%;
  }

  #section3 .large .owl-carousel .owl-nav .owl-prev,
  #section3 .large .owl-carousel .owl-nav .owl-next {
    width: 40px;
  }

  #section3 h1 {
    font-size: 11px;
  }

  #colaboradores .content .item {
    padding: 20px 0;
  }

  #precios .bgbox .box {
    padding: 2px;
    font-size: 15px;
  }

  section {
    padding: 0;
  }
}