/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'ralewaysemibold';
  src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
       url('../fonts/raleway-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaymedium';
  src: url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
       url('../fonts/raleway-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayblack';
  src: url('../fonts/raleway-black-webfont.woff2') format('woff2'),
       url('../fonts/raleway-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fs_joeyregular';
  src: url('../fonts/fs_joey_regular-webfont.woff2') format('woff2'),
       url('../fonts/fs_joey_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
    font-family: 'fs_joeybold';
    src: url('../fonts/fsjoey-bold-webfont.woff2') format('woff2'),
         url('../fonts/fsjoey-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.wrap-texto h1{
  font-family: 'ralewayblack' !important;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: -3px;
}

.wrap-texto h2{
  font-family: 'ralewaymedium' !important;
  font-size: 63px;
  font-weight: 400;
}

.wrap-texto h3{
  font-family: 'ralewaysemibold' !important;
  font-size: 25px;
}

h1{
  font-family: 'robotolight';
  font-size: 83px;
}

h2{
  font-family: 'robotobold';
  font-size: 70px;
}

h3{
  font-family: 'robotobold';
  font-size: 35px;  
}

h4{
  font-family: 'robotoregular';
  font-size: 22px;
}

h5{
  font-family: 'robotoregular';
  font-size: 17px;
} 

h6{
  font-family: 'robotoregular';
  font-size: 14px;
} 

p{
  font-size: 17px;
  letter-spacing: 0.01px;
  line-height: 23px;
}

b{
  font-family: 'robotobold';
}

.gracias{
  padding: 350px 0 270px 0;
}

.form-control, .form-select, .form-contac{
  font-family: 'robotoregular' !important;
  font-size: 19pt;
  color: #000000 !important;
}

.bg-black{
  background-color: #1A1A1A;
}

.bg-white{
  background-color: #fff;
}

.bg-white-bronw{
  background-color: #F2F2F2;
}

.bg-red{
  background-color: #e32144;
}

.bg-blue-dark{
  background-color: #28394e;
}

.bg-gris-oscuro{
background-color: #313137;
}

.bg-gris{
  background-color: #EBEBEB;
}

.bg-grism{
  background-color: #7D8184;
}

.bg-orange{
  background-color: #F7931E;
}

.color-md{
  color: #606060;
}

.color-mo{
  color: #999999;
}

.color-orange{
  color: #ED7E03;
}

.color-red-dark{
  color: #47AB4D;
}

.color-red{
  color: #e32144;
}

.color-gris{
  color: #BEC0C2;
}

.color-white{
  color: #fff !important;
}

.color-gris2{
  color: #666666;
}

.btn-dark{
  --bs-btn-bg: #313137 !important;
  --bs-btn-border-color: #313137 !important;
  --bs-btn-hover-border-color: #313137 !important;
  --bs-btn-active-bg: #313137 !important;
  --bs-btn-active-border-color: #313137 !important;
  --bs-btn-disabled-bg: #313137 !important;
  --bs-btn-disabled-border-color: #313137 !important;
}

.btn-primary{
  font-family: 'robotobold' !important;
  font-size: 18px !important;
  color: #fff !important;
  --bs-btn-color: #fff;
  --bs-btn-bg: #1B5577;
  --bs-btn-border-color: #1B5577;
  --bs-btn-hover-bg: #00476B;
  --bs-btn-hover-border-color: #00476B;
  --bs-btn-active-bg: #00476B;
  --bs-btn-active-border-color: #00476B;
  --bs-btn-disabled-color: #00476B;
  --bs-btn-disabled-bg: #00476B;
  --bs-btn-disabled-border-color: #00476B;
}

.dropdown-menu{
--bs-dropdown-link-active-bg: #adb5bd;
}

header{
  background-color: #FFFFFF !important;
}

header li{
  list-style: none;
}

.sliding-link.current{
  font-weight: bolder;
}

.sombrac{
  padding: 45px 107px;
}

.logo{
  margin: 0;
  padding: 11px 0px;
}

.logo img{
  width: 208px;
}

.slider-cotizacion-opt .flex-next.flex-disabled,
.slider-cotizacion-opt .flex-prev.flex-disabled{
  display: none;
}

.opcion{
  padding: 0 204px;
}


.opcion li{
  margin: 0 5px;
}

.slide-cabecera-madrid .bg-red {
  margin: 0 20%;
}

.slideh-1{
  background: url(../img/home/slide/slide-1.png);
}

.slideh-2{
  background: url(../img/home/slide/slide-2.jpg);
}

.slideh-3{
  background: url(../img/home/slide/slide-3.jpg);
}

.slideh-1, .slideh-2, .slideh-3{
  height: 150vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.slide-madrid-principal{
  margin-top: 100px;
}

.wrap-texto{
  color: #fff;
  text-align: center;
  margin: 0 0 66px;
  padding: 135px 0 0;
}

.slideh-1 .wrap-texto{
  width: 38%;
}

.slideh-2 .wrap-texto,
.slideh-3 .wrap-texto{
  width: 50%;
}

.slide-cabecera{
  max-height: 972px;
  height: 873px;
}

.btn-success {
  font-family: 'ralewaysemibold';
  font-size: 22px;
  margin: 31px 0;
  padding: 17px 38px;
  border-radius: 5px;
  --bs-btn-bg: #9ECA45;
  --bs-btn-border-color: #9ECA45; 
  --bs-btn-hover-bg: #9ECA45;
  --bs-btn-hover-border-color: #9ECA45;
  --bs-btn-active-bg: #9ECA45;
  --bs-btn-active-border-color: #9ECA45;
  --bs-btn-disabled-bg: #9ECA45;
  --bs-btn-disabled-border-color: #9ECA45;
}

.btn-secondary {
  width: 40%;
  border-radius: 3px;
  padding: 13px 9px;
  --bs-btn-color: #fff;
  --bs-btn-bg: #1B5577;
  --bs-btn-border-color: #1B5577;
  --bs-btn-hover-bg: #00476B;
  --bs-btn-hover-border-color: #00476B;
  --bs-btn-active-bg: #00476B;
  --bs-btn-active-border-color: #00476B;
  --bs-btn-disabled-color: #00476B;
  --bs-btn-disabled-bg: #00476B;
  --bs-btn-disabled-border-color: #00476B;
  -webkit-box-shadow: 2px 2px 29px 0px rgb(0 0 0 / 24%);
  -moz-box-shadow: 2px 2px 29px 0px rgba(0,0,0,0.24);
  box-shadow: 2px 2px 13px 0px rgb(0 0 0 / 18%);
}

.btn-secondary img{
  padding: 0 7px 0 0;
}

.btn-light {
  width: 40%;
  border-radius: 5px;
  padding: 10px 22px;
  --bs-btn-color: #606060;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #606060;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: #606060;
  --bs-btn-disabled-color: #606060;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-light img{
  padding: 0 11px 0 0;
}

.btn-light img.maps{
  width: 45px;
}

.btn-light img.waze{
  width: 62px;
}

.full-comunes p{
  padding-left: 170px;
  padding-right: 170px;
  text-align: justify;
  font-size: 21px;
} 

.form-whatsapp{
  background-color: #39A935;
  border: 0;
  position: fixed;
  z-index: 9999;
  top: 65%;
  margin-top: 76px;
  border-radius: 50%;
  right: 30px;
  padding: 12px;
  transition: ease 0.3s;
  animation: efectow 1.6s infinite;
}

.form-whatsapp:hover{
  transform: scale(1.0);
  transition: 0.3s;
}

.whatsapp-icon {
  width: 32px;
  transition: ease 1s;  
}

.flotante-cotiza{
  background: #fff;
  border: 0;
  position: fixed;
  z-index: 9999;
  top: 77%;
  margin-top: 76px;
  border-radius: 50%;
  right: 30px;
  padding: 12px;
  transition: ease 0.3s;
  animation: efectow 1.6s infinite;
}

.flotante-cotiza:hover{
  transform: scale(1.0);
  transition: 0.3s;
}

.cotizar-icon {
  width: 35px;
  transition: ease 1s;  
}

.btn-cotizar{
  margin: 0;
  padding: 4px 15px !important;
  font-family: 'robotobold' !important;
  font-size: 16px !important;
  color: #fff !important;
  --bs-btn-color: #fff;
  --bs-btn-bg: #e32144;
  --bs-btn-border-color: #e32144;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
  border-radius: 4px;
}

.form-cotizar{
  background-color: #fff;
  border: 0;
  position: fixed;
  z-index: 9999;
  border-radius: 50%;
  top: 50%;
  margin-top: -20px;
  right: 30px;
  padding: 9px;
  transition: ease 0.3s;
  animation: efectow 1.6s infinite;
}

.form-cotizar:hover{
  transform: scale(1.0);
  transition: 0.3s;
}

.cotizador-icon {
  width: 40px;
  transition: ease 1s;  
}

.e-cotiza {
  color: #000;
  text-decoration: none;
}

.modal-cotiza{
  border-radius: 4px;
  border: 7px solid #000;
  -webkit-box-shadow: 0px 0px 31px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 31px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 31px 1px rgba(0,0,0,0.75);
}

@keyframes efectow {
  0%{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.50); 
  }
  100%{
    box-shadow: 0 0 0 20px rgb(0, 0, 0, 0);
  }
}

.separadorh{
  border-top: 1.5px solid #000000;
  height: 2px;
  max-width: 100%;
  margin: 10px auto 20px auto;
  opacity: 0.10 !important;
}

.lineav-madrid hr{
  height: 100% !important;
  width: 2.3px !important;
  border-width: 0 !important;
  background-color: #fff !important;
  opacity: 0.2 !important;
  margin: 0 50%;
}

.linea-h{
  border-top: 2px solid #fff;
  height: 2px;
  padding: 0;
  margin: 14px auto;
}

.lineav-footer hr{
  height: 100% !important;
  width: 1.3px !important;
  border-width: 0 !important;
  background-color: #fff !important;
  opacity: 0.40 !important;
  margin: 0;
}

.crts .row{
  width: 100%; 
  max-width: 250px; 
  margin:30px auto;
}

.sombrac .row{
  align-items: center;
  justify-content: center;
}

.cverdeh{
  background: #9ECA45;
  padding: 63px 94px;
  border-radius: 4px;
}

.h-afiliado{
  padding-top: 55px;
  padding-left: 27px;
  padding-right: 44px;
}

.btn-info{
  padding: 12px 53px;
  border-radius: 6px;
}

.btn-info img{
  padding-left: 32px;
}

.btn-black{
  font-size: 24px !important;
  color: #fff !important;
  padding: 25px 30px;
  border-radius: 15px;
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-bg: #e32144;;
  --bs-btn-hover-border-color: #e32144;;
  --bs-btn-active-bg: #e32144;
  --bs-btn-active-border-color: #e32144;
  --bs-btn-disabled-color: #e32144;
  --bs-btn-disabled-bg: #e32144;
  --bs-btn-disabled-border-color: #e32144;
}

.line-greenligth{
  height: 19px;
  background-color: #c2d684;
}

.linea-gris{
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 20px;
  opacity: 0.15 !important;
}

.linea-green{
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #9ECA45;
  opacity: 0.70 !important;
}

.nav-link{
  font-family: 'robotoregular';
  color: #606060;
  font-size: 20px;
}

.nav-link.active{
  color: #000 !important;
}

.descp h2{
  line-height: 44px;
  letter-spacing: -1px;
}

.descp .d{
  height: 107px;
}

.historia{
  padding: 90px;
  margin: 65px 0;
}

.content-mision{
  padding: 37px;
  margin: 65px 0;
  height: 475px;
  border-radius: 4px;
}

.mision ul {
  padding-left: 20px !important;
}

#menu-principal .navbar{
  -webkit-box-shadow: 0px 9px 33px -5px rgba(0,0,0,0.18) !important;
  -moz-box-shadow: 0px 9px 33px -5px rgba(0,0,0,0.18) !important;
  box-shadow: 0px 9px 33px -5px rgba(0,0,0,0.18) !important;
}
.heademadrid{
  position: absolute;
  left: 0;
  top: 0;
}
.acomunes{
  margin: 50px auto;
}

.cacomunes{
  margin: 10px 0px;
}

.servicios{
  padding: 16px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 29px 0px rgb(0 0 0 / 24%);
  -moz-box-shadow: 2px 2px 29px 0px rgba(0,0,0,0.24);
  box-shadow: 2px 2px 18px 0px rgb(0 0 0 / 20%);
  min-height: 96px;
  margin: 9px 0;
}

.servicios .col-md-8{
  padding: 4px 8px;
}

.galeria-parquemadrid,
.galeriar{
  padding: 55px 0px 0;
}

.cotizamadrid{
  margin: 35px auto;
}

#cotiza{
  padding: 90px auto;
}

.cotiza-contact{
  padding: 40px 0;
}

#contactanos{
  background-image: url(../img/parque-madrid/contactanos/Recurso\ 38.png);
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  background-size: cover;
  padding: 130px 0;
}

.fondoform{
 border-radius: 30px;
 margin: 30px auto;
}

.caracteristicas{
  padding: 10px 0;
}

.ubicacion{
  padding: 100px 0px;
}

.ubicacion .w-50 {
  margin: 0 0 30px;
}

.proyect .ratio iframe,
.recorrido img{
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 29px 0px rgb(0 0 0 / 24%);
  -moz-box-shadow: 2px 2px 29px 0px rgba(0,0,0,0.24);
  box-shadow: 2px 2px 13px 0px rgb(0 0 0 / 32%);
}

.page-home .owl-theme .owl-dots,
.page-proyecto .owl-theme .owl-dots{
  position: absolute;
  width: 100%;
  margin-top: -50px !important;
}

.page-home .owl-theme .owl-dots .owl-dot span{
  width: 50px;
  height: 5px;
  border-radius: 0;
}

.page-proyecto .owl-theme .owl-dots .owl-dot.active span{
  background: #39b54a;
}

.page-proyecto .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
}

.page-proyecto .owl-carousel .item{
  width: 100%;
  height: 100%;
}

.slide-cabecera-madrid{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/parque-madrid/slider-inicio.png);
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  height: 950px;
  background-size: cover;  
}

.page-proyecto .owl-carousel .slider-01{
  background-image: url(../img/parque-madrid/slider-inicio.png);
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  background-size: cover;  
}
.page-proyecto .owl-carousel .slider-02{
  background-image: url(../img/parque-madrid/slider-inicio.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-proyecto .owl-carousel .slider-03{
  background-image: url(../img/parque-madrid/slider-inicio.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-proyecto .owl-carousel.owl-drag .owl-item,
.page-proyecto .owl-carousel .owl-stage-outer,
.page-proyecto .owl-carousel .owl-stage{
  height: 100%;
}

.page-proyecto .iframe-cotizador{
  width: 100%;
  height: 900px;
}

.flexslider{
  margin: 0;
}

.flex-custom-v1 a {
    text-decoration: none;
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 37px;
    line-height: 78px;
    text-align: center;
    background-color: rgba(255,255,255,1);
    margin: -39px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-custom-v1 a:hover{
  background-color: rgba(255,255,255,0.5);
}

.flex-custom-v1 a:hover:before {
    color: #000000;
}

.flex-custom-v1 .flex-next {
    right: -35px;
}

.flex-custom-v1 .flex-prev {
    left: -35px;
}

.flex-custom-v1 a:before {
    font-family: "flexslider-icon";
    font-size: 36px;
    display: inline-block;
    content: '\f001';
    color: #999999;
}

.flex-custom-v1 a.flex-next:before {
    content: '\f002';
}

.flexslider .slides > li{
  position: relative;
}

.flexslider .slides > li::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  left: 0;
  top: 0;
}

.galeria-madrid #carousel .slides li img,
.galeriamadrid #carouselMapa .slides li img{
  opacity: 0.3;
  cursor: pointer;
}

.galeria-madrid #carousel .flex-direction-nav,
.galeriamadrid #carouselMapa .flex-direction-nav{
  display: none;
}

.galeria-madrid #carousel .slides li.flex-active-slide img,
.galeriamadrid #carouselMapa .slides li.flex-active-slide img{
  opacity: 1;
}

.g-recaptcha{
  transform:scale(0.88);
  -webkit-transform:scale(0.88);
  transform-origin:0 0;
  -webkit-transform-origin:0 0
}

footer h3{
  font-size: 32px;
}

.servicios h5{
  font-size: 13px;
  word-break: break-word;
}

.edge .e-espacioimg{
  padding: 62px 0;
}

.edge .e-espaciot{
  padding: 163px 0;
}

.edge .e-img{
  padding: 135px 0 0;
}

.edge h1{
  font-size: 61px;
  line-height: 64px;
  letter-spacing: -2px;
}

.edge h3{
  font-size: 18px
}

.edge b{
  font-size: 22px
}

.edge-logo{
  height: 203px;
}

.edge{
  border-radius: 10px;
  padding: 35px 56px;
  margin: 30px auto;
  max-width: 809px;
}

.edge .col-md-8{
  display: flex;
  align-items: center;
  justify-content: center;
}

.edge .col-md-4{
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.waze,
.maps{
  width: 30%;
  padding: 9px 16px;
  border-radius: 5px;
  margin: 1px auto;
}

.ubicacion a{
  color: #606060;
}

.ubicacion a:hover{
  color: #606060;
}

.form-contac{
  padding: 50px 0px;
  width: 100%;
  max-width: 600px;
}

.formulario-contacto .form-group input::placeholder{
  color: #000 !important;
  font-weight: bold;
}

.form-control,
.form-select{
  padding: 16px 20px;
  font-size: 16px;
  border: 0px solid #ced4da;
  border-radius: 4px;
}

.fondoform .form-control,
.fondoform .form-select{
  padding: 16px 20px;
  font-size: 16px;
  border: 1px solid #808080;
  border-radius: 10px;
}

.fondoform .form-check-input{
  border: 1px solid #808080;
}

.fondoform{
  max-width: 695px;;
}

.btn-contact{
  font-size: 18px !important;
  color: #fff !important;
  border-radius: 50px;
  padding:10px 0;
  --bs-btn-color: #fff;
  --bs-btn-bg: #e10c4d;
  --bs-btn-border-color: #e10c4d;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media (min-width: 1024px){
  .fancybox__nav .carousel__button.is-prev {
    left: 200px;
  }
  .fancybox__nav .carousel__button.is-next {
    right: 200px;
  }
}

@media only screen and (max-width: 1660px) {
  .slideh-2 .wrap-texto, .slideh-3 .wrap-texto {
    width: 61%;
  }
  .slide-cabecera{
    height: 780px;
  }
}

@media only screen and (max-width: 1580px){
  .slideh-1 .wrap-texto{
    width: 49%;
  }

  .slide-cabecera {
    height: 749px;
  }
  
  .slide-cabecera-madrid{
    height: 750px;
  }

}

@media only screen and (max-width: 1400px){
  .edge h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.05px;
  }
  h3 {
    font-size: 21px;
  }
  h4{
    font-size: 18px;
  }
  p{
    font-size: 15px;
  }
  .separadorv-home hr{
    margin-top: 141%;
  }
  .slide-inicio{
    padding: 79px 0 0;
  }
  .descp h2 {
    line-height: 33px;
    letter-spacing: -1px;
    font-size: 32px;
  }
  .d .col-md-10{
    padding: 0 0 0 20px;
  }
  .btn-secondary {
    width: 52%;
  }
  .slide-cabecera {
    height: 719px;
  }
  #cerrar{
    right: 346px;
    top: 149px;
  }
}

@media only screen and (max-width: 1315px){
  .slide-cabecera {
    height: 703px;
  }
  .slideh-1 .wrap-texto{
    width: 50%;
  }
  .wrap-texto h1{
    font-size: 75px;
  }
  .wrap-texto h2{
    font-size: 56px;
  }
  .wrap-texto h3{
    font-size: 22px;
  }
  .btn-success{
    font-size: 20px;
  }
  h1{
    font-size: 77px;
  }
  h4{
    font-size: 17px;
  }
  
  h5{
    font-size: 14px;
  }
  h6{
    font-size: 12px;
  }
  .btn-info{
    font-size: 20px;
  }
  .separadorv-home hr {
    margin-top: 172%;
  }
  .cverdeh{
    padding: 49px 59px;
  }
  /*.servicios {
    padding: 13px 14px;
    min-height: 64px;
    width: 95%;
    margin: 8px 0;
  }*/
  .edge .e-img {
    padding: 122px 0 0;
  }
  #cerrar {
    right: 323px;
  }
}

@media only screen and (max-width: 1199px) {
  .slide-cabecera {
    height: 681px;
  }
  .wrap-texto h2 {
    font-size: 52px;
  }
  .wrap-texto h1 {
    font-size: 70px;
  }
  h4 {
    font-size: 15px;
  }
  p {
    font-size: 13px;
  }
  .btn-success {
    font-size: 16px; 
  } 
  .opcion {
    padding: 0;
  }
  .separadorv-home hr {
    margin-top: 200%;
  }
  .btn-info {
    font-size: 18px;
  }
  footer.pt-5{
    padding-top: 33px !important;
  }
  .qs-nosotros .row .my-5{
    padding: 0 !important;
    margin-top: 24px !important;
  }
  .qs-nosotros .my-5{
    padding-bottom: 0 !important;
  }
  .historia {
    padding: 65px;
    margin: 67px 0;
  }
  .d .col-md-10 {
    padding: 0 0 0 39px;
  }
  .content-mision {
    padding: 30px;
    margin: 59px 0;
  }
  .btn-secondary {
    width: 69%;
  }
  .btn-light {
    width: 50%;
  }
  .edge .e-img {
    padding: 40px 0 0;
  }
  .edge .e-espaciot {
    padding: 240px 0 0;
  }
  #cerrar {
    right: 294px;
  }
}

@media only screen and (max-width: 1090px) {
  .wrap-texto h1 {
    font-size: 60px;
  }
  .wrap-texto h2 {
    font-size: 47px;
  }
  .wrap-texto h3 {
    font-size: 19px;
  }
  .slideh-1 .wrap-texto {
    width: 38%;
  }
  .slideh-2 .wrap-texto, .slideh-3 .wrap-texto{
    width: 59%;
  }
  .slide-cabecera {
    height: 637px;
  }
  #cerrar {
    right: 269px;
  }
}

@media only screen and (max-width: 1020px) {
  h2 {
    font-size: 33px;
  }
  .logo img {
    width: 150px;
  }
  .slideh-1 .wrap-texto {
    width: 46%;
  } 
  .qs-nosotros .row .my-5 {
    margin: 55px 0 0!important;
  }
  .image-nosotros img{
    padding-top: 31px !important;
  }
  .slide-cabecera {
    height: 606px;
  }
  #cerrar {
    right: 251px;
    top: 138px;
  }
}

@media only screen and (max-width: 992px) {
  #contactanos h2{
    font-size: 50px !important;
  }
  .ubicacion h2{
    font-size: 50px;
  }
  .ubicacion .w-50{
    width: 100% !important;
    margin: 0 0 50px;
  }
  h2 {
    font-size: 27px;
  }
  p {
    font-size: 13px;
  }
  #galeria h2{
    font-size: 32px;
  }
  .secciones h5{
    font-size: 12px;
  }
  .nav-link {
    font-size: 17px;
  }
  .menu-rs .mx-4{
    margin: 0 !important;
  }
  .wrap-texto h1 {
    font-size: 50px;
  }
  .wrap-texto h2 {
    font-size: 42px;
  }
  .wrap-texto h3 {
    font-size: 17px;
  }
  .btn-success{
    margin: 12px 0;
    padding: 15px 23px;
    font-size: 14px;
  }
  .sombrac{
    padding:0;
  }
  .separadorv-home{
    visibility: hidden !important;
  }
 .qs-nosotros .row .my-5 {
    margin: 29px 0!important;
  }
  .separadorh{
    margin: 10px auto 8px auto;
  }
  .historia {
    padding: 42px;
    margin: 55px 0;
  }
  .descp h2 {
    line-height: 32px;
    font-size: 29px;
  }
  .content-mision {
    padding: 33px;
    margin: 26px 0;
    height: 357px;
  }
  .d .col-md-10 {
    padding: 0 0 0 10px;
  }
  .btn-secondary{
    width: 100%;
  }
  .btn-light {
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
  }
  .edge .e-img {
    padding: 10px 0 0;
  }
  .edge .e-espacioimg {
    padding: 13px 0 30px;
  } 
  .edge h1 {
    text-align: center;
  }
  /*.servicios {
    padding: 12px 62px;
    min-height: 75px;
    width: 97%;
    margin: 9px 0;
  }*/
  .crts .row {
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
  }
  .crts .row .text-end {
    text-align: left!important;
  }
  #caracteristicas {
    padding: 0 25px;
  }
  .ubicacion {
    padding: 70px 0px;
  }
  .cotiza h2{
    font-size: 30px;
  }
  .cotiza .position-absolute {
    transform: translate(5%, -53%);
  }
  .acomunes h4{
    font-size: 20px;
  }
  .full-comunes h2{
    font-size: 40px;
  }
  .slide-cabecera {
    height: 1264px;
    max-height: 1262px;
  }
  .page-proyecto .owl-carousel .slider-01{
    background-image: url(../img/home/slider-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
    background-size: cover;  
  }
  .page-proyecto .owl-carousel .slider-02{
    background-image: url(../img/home/slider-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .page-proyecto .owl-carousel .slider-03{
    background-image: url(../img/home/slider-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 851px) {
  .slideh-1 .wrap-texto {
    width: 53%;
  }
  .slideh-2 .wrap-texto, .slideh-3 .wrap-texto {
    width: 83%;
  }
  .cotiza-contact {
  	padding: 0 0px 30px;
  }
  .caracteristicas {
    padding: 10px 0;
  }
  .slide-cabecera {
    height: 1075px;
    max-height: 2000px;
  }
  .slide-madrid-principal{
    margin-top: 109px;
  }
  .owl-theme .owl-nav.disabled+.owl-dots {
    visibility: collapse;
  }
  #cerrar {
    right: 203px;
    top: 149px;
  }
}

@media only screen and (max-width: 800px) {
  .slide-cabecera {
    height: 1171px;
  }
}

@media only screen and (max-width: 767px) {
  .cverdeh .text-end, .cverdeh .text-star {
    text-align: center !important;
    padding-bottom: 25px;
  }
  .ubicacion div .row,
  .ubicacion div .row .text-end{
    text-align: center !important;
  }
  .form-contac {
    padding: 30px 20px;
  }
  .form-control, .form-select, .form-contac button {
    font-size: 14px;
  }
  .galery {
    padding: 0 !important;
    margin: 0px auto !important;
  }
  .galeria-madrid,
  .galeriamadrid {
    padding: 20px 0 10px;
  }
  .proyect {
    padding: 0 !important;
  }
  footer .col-lg-4 {
    margin: 15px 0 0 !important;
  }
  .cotiza {
    height: 247px;
  }
  .cotiza img{
    width: 80%;
  }
  .cotiza .position-absolute {
    transform: translate(-21%, -50%);
  }
  .full-comunes img{
    width: 70%;
  }
  .full-comunes p {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 16px !important;
  }
  .full-comunes .container{
    padding: 31px 0 !important;
  }
  .btn-madrid-brochure{
    padding: 15px 0 0 !important;
  }
  .flex-custom-v1 a:before{
    font-size: 25px;
  }

  .flex-custom-v1 a{
    width: 30px;
    height: 30px;
    line-height: 33px;
    margin: -16px 0 0;
    background-color: rgb(0 0 0 / 0%);
  }
  .edge h3{
    font-size: 27px
  }
  
  .edge b{
    font-size: 30px
  }
  .slide-cabecera {
    height: 1001px;
  }
  .logomadrid{
    width: 90px !important;
  }
  .slide-madrid-principal{
    margin-top: 72px;
  }
 
  #cerrar {
    right: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .slide-cabecera {
    height: 1171px;
  }

}

@media only screen and (max-width: 575px) {
  .full-comunes h2,
  #galeria h2{
    font-size: 20px;
  }
  .ubicacion h2{
    font-size: 45px;
  }
  .ubicacion h3{
    font-size: 18px;
  }
  #contactanos h2 {
    font-size: 45px !important;
  }
  .full-comunes h3,
  .ubicacion h3{
    font-size: 17px;
  }
  .cotiza {
    height: 260px;
  }
  footer .p-1,
  footer .px-0,
  footer .px-1{
    padding: 0 16px !important;
  }
  .galery {
    padding: 40px 5px!important;
  }

  .text-sm-center{
    text-align: center !important;
    display: block !important;
  }

  .flex-custom-v1 .flex-prev{
    left: 10px;
  }

  .flex-custom-v1 .flex-next{
    right: 10px;
  }
  .ubicacion{
    padding: 75px 10px;
  }  
  .ubicacion .w-50 {
    margin: 0 0 30px;
  }
  .edge{
    padding: 15px 20px;
  }
  .footermadrid .col-lg-2{
    padding: 7px 0px !important;
  }
  .footemadrid .row{
    display: flex;
    justify-content: center;
  }
  .footemadrid .col-lg-9{
    width: 50%;
    padding: 0px !important;
  }
  .slide-cabecera {
    max-height: 786px;
    height: 736px;
  }
  #cerrar {
    right: 121px;
    top: 141px;
  }
}

@media only screen and (max-width: 578px) {
  .contactanos h2{
    font-size: 50px !important;
  }

  #galeria {
    padding-top: 0px; 
  }

  .galeria-parquemadrid, .galeriar {
    padding: 15px 0px 0;
  }

  h2 {
    font-size: 30px;
  }
  p {
    font-size: 14px;
    line-height: 19px;
  }
  .slideh-1 .wrap-texto {
    width: 91%;
  }
  .slideh-2 .wrap-texto, .slideh-3 .wrap-texto {
    width: 100%;
  }
  .cverdeh {
    padding: 27px 36px;
  }
  footer.pt-5 {
    padding-top: 22px !important;
  }
  footer .mb-4{
    margin-bottom: 2px;
  }
  .image-nosotros img{
    padding: 33px 0 0 !important;
  }
  .qs-nosotros .my-5, .qs-nosotros .py-5{
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 33px !important;
  }
  .historia {
    padding: 48px;
    margin: 42px 0;
  }
  .descp .d .col-md-2{
    width: 20%;
  }
  .descp .d .col-md-10{
    width: 60%;
  }
  .descp h2{
    line-height: 34px;
  }
  .content-mision {
    padding: 30px;
    margin: 27px 0;
    height: 393px;
  }
  .cotiza {
    height: 247px;
  }

  .text-xs-center{
    text-align: center !important;
    display: block !important;
  }
  .footemadrid .col-lg-8{
    padding: 20px 0;
  }
  .full-comunes .row,
  .caracteristicas .row{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .edge h2{
    font-size: 22px;
  }
  .slide-cabecera-madrid{
    height: 650px;
  }
  .caracteristicas {
    padding: 10px 10px;
  }
  .caracteristicas .row {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .wrap-texto h1 {
    font-size: 45px;
  }
  .wrap-texto h2 {
    font-size: 37px;
  }
  .wrap-texto h3 {
    font-size: 15px;
  }
  .historia {
    padding: 32px;
  }
  .slideh-1, .slideh-2, .slideh-3 {
    height: 60vh;
  }  
  .edge h1 {
    font-size: 33px;
    line-height: 40px;
  }  
  .edge-logo {
    height: 137px;
  }
  .edge-logo img,
  .edge .e-img img,
  .galery .text-center img{
    width: 57%;
  }
  .edge .e-espaciot {
    padding: 164px 0 0;
  }
  #caracteristicas {
    padding: 0px 11px;
  }
  .cotiza {
    height: 224px;
  }
  .ubicacion {
    padding: 20px 7px 40px;
  }
  .fondoform .form-control, .fondoform .form-select {
    padding: 10px 15px;
    font-size: 12px;
 }
 #contactanos .btn-contact{
    font-size: 16px !important;
    padding: 7px 0 !important;
 }
  #contactanos {
    padding: 50px 0;
  }
  #contactanos h3{
    font-size: 18px;
  }
 .slide-cabecera {
    max-height: 900px;
    height: 808px;
 }
 .full-comunes img {
  width: 90%;
  }

  #cerrar {
    right: 67px;
    top: 268px;
}
}



@media only screen and (max-width: 420px) {
  .wrap-texto h1 {
    font-size: 39px;
  }
  .wrap-texto h2 {
    font-size: 34px;
  }
  .wrap-texto h3 {
    font-size: 13px;
  }
  h1 {
    font-size: 74px;
  }
  .btn-success {
    margin: 10px 0;
    padding: 11px 18px;
    font-size: 13px;
  }
  .cverdeh {
    padding: 5px 9px;
  }
  .btn-info {
    font-size: 14px;
    padding: 9px 34px;
  }
  .edge-logo img, .edge .e-img img, .galery .text-center img {
    width: 50%;
  }
  .edge-logo {
    height: 97px;
  }
  .edge .e-espaciot {
    padding: 131px 0 0;
  }
  .cotiza {
    height: 200px;
  }
  .cotiza h2 {
    font-size: 24px;
  }
  h2 {
    font-size: 27px;
  }
  #cerrar {
    right: 99px;
    top: 241px;
  }
}


@media only screen and (max-width: 412px){
  .slide-cabecera {
    max-height: 900px;
    height: 841px;
  }
}

@media only screen and (max-width: 395px) {
  #cerrar {
    right: 84px;
    top: 217px;
  }
  .lh-sm {
    line-height: 1!important;
  }
  footer .mb-4 {
    margin-bottom: 0px !important;
  }
  .content-mision {
    padding: 19px;
    margin: 14px 0;
    height: 400px;
  }
  .edge h1 {
    font-size: 30px;
    line-height: 37px;
  }
  /*.servicios {
    padding: 4px 35px;
  }*/
  .proyect .col-md-12.py-5{
    padding-top: 0px !important;
  }
  .cotiza {
    height: 191px;
  }
  .slide-cabecera {
    height: 764px;
  }
  .footemadrid h3{
    font-size: 28px;
  }
  .edge h3{
    font-size: 25px;
  }
  .edge b{
    font-size: 29px;
  }
}

@media only screen and (max-width: 375px){ 
  .slide-cabecera {
    height: 616px;
  }
  #cerrar {
    right: 72px;
    top: 124px;
  }
}

@media only screen and (max-width: 360px) {
  .cotiza .position-absolute {
    top: 36%;
    left: 57%
  }
  .cotiza {
    height: 180px;
  }
  footer .row .col-md-6 {
    width: 100% !important;
  }
  #contactanos h2 {
    font-size: 39px !important;
  }
  .edge h2 {
    font-size: 19px;
  }
  footer h3 {
    font-size: 24px;
  }
  .slide-cabecera {
    height: 660px;
  }
  .full-comunes h2, #galeria h2 {
    font-size: 27px;
  }
  .full-comunes img {
    width: 100%;
  }
  .ubicacion h2 {
    font-size: 40px;
  }
  .full-comunes h3, .ubicacion h3 {
    font-size: 14px;
  }
  .cont-edge{
    padding: 5px 0 !important;
  }
  .edge h3{
    font-size: 21px;
  }
  .edge b{
    font-size: 25px;
  }
  #cerrar {
    right: 77px;
    top: 160px;
  }
}

@media only screen and (max-width: 330px) {
  h3 {
    font-size: 18px;
  }
  #contactanos h2{
    font-size: 30px !important;
  }
  h2 {
    font-size: 24px;
  }
  .historia {
    padding: 25px;
  }
  .d .col-md-10 {
    padding: 0 0 0 21px;
  } 
  .form-control, .form-select, .form-contac button {
    font-size: 12px;
  } 
  .edge h1 {
    padding: 0px 10px;
  }
  .edge .e-espaciot {
    padding: 77px 0 0;
  }
  .cotiza {
    height: 165px;
  }
  .cotiza .position-absolute {
    left: 54%;
  }
  .form-whatsapp{
    right: 17px;
  }
  .form-cotizar {
    right: 17px;
  }
  .slide-cabecera {
    height: 581px;
  }
  .btn-light {
   padding: 10px 0px;
   font-size: 12px;
  }
}

@media only screen and (max-width: 280px) {
  .wrap-texto h1 {
    font-size: 29px;
  }
  .wrap-texto h2 {
    font-size: 24px;
  }
  p {
    font-size: 12px;
    line-height: 16px;
  }
  .descp h2 {
    line-height: 28px;
    font-size: 27px;
  }
  h2 {
    font-size: 20px;
  }
  #contactanos h2 {
    font-size: 23px !important;
  }
  #contactanos h3 {
    font-size: 15px;
  }
  .acomunes h4 {
    font-size: 15px;
  }
  h4 {
    font-size: 12px;
  }
  .edge b {
    font-size: 21px;
  }
  .edge h3 {
    font-size: 17px;
  }
  .full-comunes h2, #galeria h2 {
    font-size: 21px;
  }
  .btn-success {
    margin: 9px 0;
    padding: 8px 14px;
    font-size: 12px;
  }
  .d .col-md-10 {
    padding: 0 0 0 32px;
  }
  .form-control, 
  .form-select, 
  .form-contac button {
    font-size: 10px;
    padding: 11px 17px;
  }
  .form-contac {
    padding: 52px 22px;
  }
  .sombrac .row .col-6{
    width: 70%;
  }
  .edge-logo {
    height: 71px;
  }
  .edge h1 {
    padding: 0px 25px;
  }
  .proyect .col-md-12.py-5 {
    padding-bottom: 1px !important;
  }
  .cotiza {
    height: 149px;
  }
  .cotiza h2 {
    font-size: 20px;
  }
  .ubicacion h2 {
    font-size: 31px;
  }
  .ubicacion a {
    font-size: 12px;
  }
  .slide-madrid-principal .slider-01,
  .slide-madrid-principal .slider-02,
  .slide-madrid-principal .slider-03{
    margin: 0 !important;
  }
  .slide-cabecera {
    height: 583px;
  }
  .btn-blue {
    font-size: 14px !important;
  }
  .btn-light img {
    padding: 0 3px 0 0;
    width: 15%;
  }
  .btn-light {
    padding: 8px 1px;
  }
  .form-contac {
    padding: 26px 22px;
  }
  #contactanos .btn-contact {
    font-size: 13px !important; 
  }
  .footemadrid h3 {
    font-size: 21px;
  }
  #cerrar {
    right: 42px;
    top: 148px;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media (max-width: 992px) {
  .full-comunes p{
    padding-left: 0;
    padding-right: 0;
  } 
  
  #galeria{
    padding-top: 50px;
  }

  footer{
    text-align: center;
  }
}

