.clearer {
  clear: both;
}
#popup {
  background: rgba(0, 0, 0, 0.3);
}
#popup .modal-dialog {
  height: 100%;
}
#popup .modal-dialog .modal-content {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 30px;
  border: solid 1px white;
}
#popup .modal-dialog .modal-content .modal-header {
  padding: 10px 50px;
  border: none;
  position: relative;
}
#popup .modal-dialog .modal-content .modal-header button {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: white;
  border: solid 3px #444444;
  color: #444444;
  opacity: 1;
}
#popup .modal-dialog .modal-content .modal-body .logo {
  width: 20%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#popup .modal-dialog .modal-content .modal-body .logo img {
  width: 100%;
}
#popup .modal-dialog .modal-content .modal-body.formulario {
  padding: 10px 40px;
  padding-bottom: 20px;
}
#popup .modal-dialog .modal-content .modal-body.formulario .titleform {
  color: #444444;
  font-size: 20px;
  text-align: center;
  font-family: 'Overpass-Bold';
  padding-bottom: 20px;
}
#popup .modal-dialog .modal-content .modal-body.formulario form .inputs {
  display: flex;
  flex-wrap: wrap;
}
#popup .modal-dialog .modal-content .modal-body.formulario form .inputs .input-style {
  padding: 10px;
  width: 100%;
}
#popup .modal-dialog .modal-content .modal-body.formulario form .inputs .input-style.sm {
  width: 40%;
}
#popup .modal-dialog .modal-content .modal-body.formulario form .inputs .input-style.md {
  width: 60%;
}
form .inputs .input-style input,
form .inputs .input-style textarea,
form .inputs .input-style select {
  width: 100%;
  background: none;
  border-radius: 5px;
  border: solid 1px #b5b5b5;
  padding: 10px;
  color: #606060;
  resize: none;
  outline: none;
  transition: .5s;
  font-family: 'Overpass-Light';
  font-size: 16px;
  height: 44px;
}
form .inputs .input-style input::placeholder,
form .inputs .input-style textarea::placeholder {
  color: #606060;
}
form .inputs .input-style input:hover,
form .inputs .input-style textarea:hover {
  background: white;
}
form .submits .checkbox {
  padding: 5px 0;
}
form .submits .checkbox input {
  margin: 0;
  position: relative;
}
form .submits .checkbox span {
  color: #606060;
  font-family: 'Overpass-Light';
  font-size: 12px;
}
form .submits .checkbox span a {
  color: #444444;
}
form .submits .submit {
  text-align: center;
}
form .submits .submit input {
  background: #444444;
  padding: 10px;
  color: white;
  font-family: 'Overpass-Regular';
  transition: .5s;
  border: solid 1px #444444;
  width: 250px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
form .submits .submit input:hover {
  background: white;
  color: #444444;
}
section {
  padding: 60px 0;
  font-family: 'Overpass-Regular';
}
section .web_width {
  width: 90%;
  margin: 0 auto;
}
section .title_stndr {
  color: #444444;
  font-size: 35px;
  padding-bottom: 30px;
  text-align: center;
  font-family: 'PlayfairDisplay-Bold';
}
section p {
  font-family: 'Overpass-Regular';
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
}
section p strong {
  font-family: 'Overpass-Bold';
}
section p:last-child{
  padding-bottom: 0px;
}
section .img_size {
  height: 45vw;
  min-height: 350px;
  max-height: 900px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 5%;
  position: absolute;
}
header .burger {
  display: none;
}
header .burger img {
  width: 40px;
}
header .logo {
  width: 230px;
}
header .logo img {
  width: 100%;
}
header nav {
  display: flex;
  font-family: 'Overpass-Regular';
  color: #606060;
  font-size: 20px;
}
header nav .logo {
  display: none;
}
header nav .closemenu {
  display: none;
}
header nav a {
  text-decoration: none;
  color: inherit;
}
header nav a:hover {
  text-decoration: underline;
  color: inherit;
}
header nav li {
  list-style: none;
  padding: 0 1vw;
}
#cabecera .botonMenu {
  background-color: rgba(0, 0, 0, .8);
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  font-family: 'Lato-Bold';
  cursor: pointer;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  outline: none;
}
#cabecera .contenedor {
  display: inline-block;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 3;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
#cabecera .desplegable {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, .8);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
#cabecera .desplegable a {
  color: white;
  padding: 5px 30px;
  text-decoration: none;
  display: block;
  font-family: 'Lato-Regular';
  text-align: center;
}
#cabecera .desplegable a.selected {
  display: none;
}
#cabecera .desplegable a:hover {
  background-color: black;
}
#cabecera .contenedor:hover .desplegable {
  display: block;
}
#cabecera .contenedor:hover .botonMenu {
  border-radius: 0;
}
#cabecera {
  position: relative;
  height: 80vh;
  padding: 0;
}
#cabecera .imagen {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 24%, rgba(255, 255, 255, 0) 100%), url(../images/cabecera.jpg) no-repeat 50% 50% / cover;
  top: 0;
  left: 0;
}
#cabecera .logo {
  position: absolute;
  bottom: 60px;
  right: 5%;
  width: 300px;
}
#cabecera .logo img {
  width: 100%;
}
#cabecera .videollamada {
  position: absolute;
  bottom: 40px;
  left: 5%;
  background: #444444;
  color: white;
  padding: 10px 20px;
  font-family: 'Overpass-Regular';
  font-size: 20px;
  transition: .4s;
  cursor: pointer;
}
#cabecera .videollamada img {
  width: 50px;
  padding-right: 10px;
}
#cabecera .videollamada:hover {
  filter: contrast(5) invert(100%);
}

#formulario {
  background: #f4f4f4;
}
#formulario .titleform {
  font-family: 'Overpass-Bold';
  font-size: 20px;
  padding-bottom: 30px;
  text-align: center;
}
#formulario form .inputs {
  display: flex;
  flex-wrap: wrap;
}
#formulario form .inputs .input-style {
  width: 20%;
  padding: 0 10px;
}
#formulario form .inputs .input-style.sm {
  width: 8%;
}
#formulario form .inputs .input-style.md {
  width: 12%;
}
#formulario form .submits {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
#formulario form .submits .box {
  padding: 0 20px;
}
#formulario form .submits .box .checkbox {
  padding: 0;
}
#sectionimage {
  padding: 0;
}
#section2 .iconos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-family: 'Overpass-Regular';
  font-size: 18px;
}
#section2 .iconos .item {
  width: 20%;
  text-align: center;
  padding: 20px 0;
}
#section2 .iconos .item img {
  width: 70px;
  padding-bottom: 20px;
}
#section3 .lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 60%;
  margin: 0 auto;
  padding-left: 7%;
  color: #606060;
}
#section3 .lista li {
  list-style: none;
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
  width: 50%;
  font-size: 18px;
}
#section3 .lista li::before {
  content: "";
  background: #444444;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
#gallery .owl-nav {
  pointer-events: none;
  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: calc(100% - 340px);
}
#gallery .owl-nav .owl-prev {
  float: left;
  width: 60px;
  pointer-events: all;
}
#gallery .owl-nav .owl-prev img {
  width: 100%;
  height: 100%;
}
#gallery .owl-nav .owl-next {
  float: right;
  width: 60px;
  pointer-events: all;
  transform: rotate(180deg);
}
#gallery .owl-nav .owl-next img {
  width: 100%;
  height: 100%;
}
#gallery .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: max-content;
}
#gallery .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: solid 1px white;
  margin: 5px;
}
#gallery .owl-carousel .owl-dots .owl-dot.active {
  background: white;
}
#gallery .owl-carousel .owl-dots .owl-dot :focus {
  outline: none;
}
#gallery .owl-carousel .item {
  position: relative;
  opacity: 0.5;
  transition: 0.8s;
}
#gallery .owl-carousel .item div {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 18px;
  padding: 20px;
}
#gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
#gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item.active div {
  display: block;
}
#gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .item {
  opacity: 1;
  transition: 0s;
}
#mapa {
  padding: 10px 0;
}
#mapa .mapa iframe {
  width: 100%;
  height: 100%;
}
footer {
  background: #0fc03f;
  padding: 30px 0;
}
footer p {
  color: white;
  font-family: 'Overpass-Light';
  font-size: 14px;
  text-align: center;
}
footer p a {
  color: inherit;
}
@media only screen and (max-width: 992px) {
  header {
    flex-wrap: wrap;
  }
  header .logo {
    width: 100%;
  }
  header .logo img {
    width: 200px;
  }
  header nav {
    width: 100%;
    padding-top: 20px;
    justify-content: space-around;
    font-size: 18px;
  }
  #cabecera {
    height: 500px;
  }
  #formulario form .inputs .input-style {
    width: 50%;
    padding: 5px;
  }
  #formulario form .inputs .input-style.sm {
    width: 20%;
  }
  #formulario form .inputs .input-style.md {
    width: 30%;
  }
  #formulario form .inputs .input-style.bg {
    width: 100%;
  }
  #section3 .lista {
    width: 100%;
  }
  #gallery .owl-nav{
    width: 95%
  }
  #gallery .owl-nav .owl-prev,#gallery .owl-nav .owl-next{
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  header .logo {
    width: 200px;
  }
  header nav {
    font-size: 20px;
    display: none;
    position: fixed;
    z-index: 3;
    background: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
  }
  header .burger {
    display: block;
  }
  header nav .logo.active {
    display: block;
    width: 100%;
    text-align: center;
  }
  header nav.active {
    display: flex;
    align-content: space-around;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 15% 20px;
  }
  header nav.active li {
    color: white;
  }
  header nav .closemenu {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
  }
  header nav li {
    text-align: center;
  }
  #section2 .iconos .item {
    width: 33.33%;
  }
  #section3 .lista li {
    width: 100%;
  }
  #gallery .owl-carousel .item div {
    font-size: 12px;
    padding: 10px;
  }
  #gallery .owl-carousel .owl-dots {
    bottom: 40px;
  }

}
@media only screen and (max-width: 480px) {
  #popup .modal-dialog .modal-content .modal-body.formulario {
    padding: 20px;
  }
  section {
    padding: 30px 0;
  }
  section .title_stndr {
    font-size: 25px;
  }
  section p {
    font-size: 15px;
  }
  #section3 .lista li {
    font-size: 15px;
  }
  #section3 .lista li::before {
    width: 15px;
    height: 15px;
  }
  header {
    position: relative;
    width: 100%;
  }
  #cabecera .contenedor {
    top: 70px;
  }
  #cabecera {
    height: auto;
  }
  #cabecera .imagen {
    position: relative;
    height: 350px;
  }
  #cabecera .videollamada {
    position: relative;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
  }
  #cabecera .logo {
    position: relative;
    left: 0;
    text-align: center;
    width: 100%;
    background: #444444;
    bottom: inherit;
    top: 0;
    padding: 20px 0;
  }
  #cabecera .logo img {
    width: 250px;
  }
  #formulario form .inputs .input-style {
    width: 100%;
  }
  #formulario form .inputs .input-style.sm {
    width: 40%;
  }
  #formulario form .inputs .input-style.md {
    width: 60%;
  }
  #formulario form .submits .box,
  #formulario form .submits .submit {
    width: 100%;
    padding: 5px 0;
    text-align: left;
  }
  #section2 .iconos .item {
    width: 50%;
    font-size: 15px;
  }
  #section2 .iconos .item img {
    width: 50px;
  }
}
@font-face {
  font-family: 'Overpass-Light';
  src: url("../fonts/Overpass-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Overpass-Regular';
  src: url("../fonts/Overpass-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Overpass-Bold';
  src: url("../fonts/Overpass-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Overpass-Black';
  src: url("../fonts/Overpass-Black.ttf") format("truetype");
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
}


#cabecera .telefono {
    background: #444 !important;
    padding: 10px 30px !important;
    border-radius: 10px;
    position: absolute;
    left: 5%;
    top: 30px;
    color: #fff !important;
    font-family: overpass-bold;
    font-size: 20px;
    text-align: center;
}
#cabecera .telefono img {
    width: 30px;
    padding-right: 10px;
}



