/*! 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;
}

.text-justify {
  text-align: justify;
}

h1{
  font-family: 'robotolight';
  font-size: 83px;
}

h2{
  font-family: 'robotobold';
  font-size: 39px;
}

h3{
  font-family: 'robotobold';
  font-size: 25px;  
}

h4{
  font-family: 'robotoregular';
  font-size: 22px;
}

h5{
  font-family: 'robotoregular';
  font-size: 18px;
} 

h6{
  font-family: 'robotoregular';
  font-size: 14px;
} 

p{
  font-size: 17px;
  letter-spacing: 0.01px;
  line-height: 23px;
  padding: inherit;
}

b{
  font-family: 'robotobold';
}

.gracias{
  padding: 350px 0 270px 0;
}

.form-control, .form-select, .form-contac{
  font-family: 'robotoregular' !important;
  font-size: 19pt;
  color: #999999 !important;
}

.bg-white-bronw{
  background-color: #F2F2F2;
}

.bg-black{
  background-color: #000000;
}

.bg-blue-dark{
  background-color: #1B5577;
}

.bg-blue{
  background-color: #28394e;
}

.bg-gris-oscuro{
background-color: #313137;
}

.bg-gris{
  background-color: #F2F2F2;
}

.bg-grism{
  background-color: #7D8184;
}

.bg-orange{
  background-color: #F7931E;
}
.bg-red{
  background-color: #e20d4e;
}

.color-md{
  color: #606060;
}

.color-mo{
  color: #999999;
}

.color-po{
  color: rgb(153 153 153 / 40%);
}

.color-orange{
  color: #ED7E03;
}

.color-green-dark{
  color: #47AB4D;
}

.color-red{
  color: #e32144;
}

.color-gris{
  color: #BEC0C2;
}

.color-white{
  color: #fff !important;
}

.color-gris2{
  color: #383737;
}
.color-black{
  color:#000000;
}
.color-blue-dark{
  color: #28394e; 
}


.btn-dark{
  --bs-btn-bg: #000 !important;
  --bs-btn-border-color: #000 !important;
  --bs-btn-hover-border-color: #000 !important;
  --bs-btn-active-bg: #000 !important;
  --bs-btn-active-border-color: #000 !important;
  --bs-btn-disabled-bg: #000 !important;
  --bs-btn-disabled-border-color: #000 !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;
  border-radius: 7px;
}

.logo{
  margin: 0;
  padding: 11px 0px;
}

.logo img{
  width: 100px;
}

.opcion{
  padding: 0 204px;
}

.opcion li{
  margin: 0 5px;
}

.slideh-1{
  background: url(../img/home/slider-01.png);
}

.slideh-2{
  background: url(../img/home/slider-02.png);
}

.slideh-3{
  background: url(../img/home/slider-03.png);
}

.slideh-1, .slideh-2, .slideh-3{
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.wrap-texto{
  color: #fff;
  text-align: center;
  margin: 0 0 66px;
  padding: 135px 0 0;
}


.slideh-1 .wrap-texto,
.slideh-2 .wrap-texto,
.slideh-3 .wrap-texto{
  width: 50%;
}


.btn-success {
  font-family: 'ralewaysemibold';
  font-size: 22px;
  margin: 31px 0;
  padding: 17px 38px;
  border-radius: 5px;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --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-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.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: 36%;
  border-radius: 5px;
  padding: 10px 22px;
  --bs-btn-color: #606060;
  --bs-btn-bg: #F2F2F2;
  --bs-btn-border-color: #F2F2F2;
  --bs-btn-hover-color: #606060;
  --bs-btn-hover-border-color: #F2F2F2;
  --bs-btn-active-color: #606060;
  --bs-btn-disabled-color: #606060;
  --bs-btn-disabled-bg: #F2F2F2;
  --bs-btn-disabled-border-color: #F2F2F2;
}

.btn-light img{
  padding: 0 11px 0 0;
}

.form-whatsapp{
  background-color: #39A935;
  border: 0;
  position: fixed;
  z-index: 9999;
  border-radius: 50%;
  bottom: 30px;
  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: 33px;
  transition: ease 1s;  
}

@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);
  }
}

.vertikal-section {
  background-color: #e60050;
  color: white;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
}
.vertikal-section .icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.vertikal-logo {
  font-size: 50px;
  font-weight: bold;
}
.divider {
  border-left: 1px solid white;
  height: 100px;
  margin: 0 80px;
  opacity: 0.6;
}

.foot-logo {
  padding-top: 1px;
  padding-left: 23px;
  padding-right: 99px;
}

.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%;
}

.lineav-footer hr{
  height: 100% !important;
  width: 1.3px !important;
  border-width: 0 !important;
  background-color: #fff !important;
  opacity: 0.40 !important;
  margin: 0;
}

footer .copyright p{
  font-size: 13px;
  line-height: 18px;
}

.crts .row{
  width: 100%; 
  max-width: 250px; 
  margin:0 auto;
}

.cverdeh{
  background: #e32144;
  padding: 63px 94px;
  border-radius: 4px;
}

.h-afiliadogd{
  padding-right: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.btn-info{
  padding: 8px 40px;
  border-radius: 6px;
}

.btn-info img{
  padding-left: 32px;
}

.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 #000000;
  opacity: 0.70 !important;
}

.linea-nosotros{
  width: 89%;
  height: 2px;
  border-bottom: 2px solid #666666;
  opacity: 0.70 !important;
  margin: 0px 21px;
}

.descnosotros

.nav-link{
  font-family: 'robotoregular';
  color: #000000;
  font-size: 17px;
}

.nav-link.active{
  color: #000000 !important;
}

.nav-link.dropdown-toggle{
  color:#000000!important;
}

.nav-link.active1{
  color:#000000 !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;
}

.slide-madrid-principal{
  margin: 110px 0px 0;
}

.acomunes{
  margin-bottom: 0;
}

.cacomunes{
  padding: 23px 38px;
  border-radius: 4px;
  -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: 5px 5px 18px 0px rgb(0 0 0 / 6%);
  min-height: 100px;
  margin: 17px 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-madrid{
  padding: 55px 0px 0;
}

.cotiza{
  height: 299px;
}

.cotiza .container{
  padding-top: 56px;
}

.cotiza-contact{
  padding: 140px 0 0;
}

.cotiza .position-absolute{
  top: 30%;
  left: 61%;
  transform: translate(-50%, -50%);
}

.caracteristicas{
  padding: 190px 0px 9px;
}

.ubicacion{
  padding: 120px 0px;
}

.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%;
}

.page-proyecto .owl-carousel .slider-01{
  background-image: url(../img/parque-madrid/slider-parque-madrid.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  max-width: 100%;
  background-size: cover;  
}
.page-proyecto .owl-carousel .slider-02{
  background-image: url(../img/parque-madrid/slider-parque-madrid.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.page-proyecto .owl-carousel .slider-03{
  background-image: url(../img/parque-madrid/slider-parque-madrid.png);
  background-repeat: no-repeat;
  background-position: bottom 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;
}

.slide-inicio .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute; /* o relativo, dependiendo de tu diseño */
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.slide-inicio .owl-prev, .slide-inicio .owl-next {
  background: #fff; /* Cambia al color que prefieras */
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 80px;
}

.slide-inicio .owl-prev span, .slide-inicio .owl-next span{
  font-size: 130px;
  color:#fff
}

.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
}
.sec-1 .text-justify{
  padding-right: 28%;
}

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-logo{
  height: 203px;
}

.waze,
.gmaps{
  width: 30%;
  padding: 9px 16px;
  border-radius: 5px;
  background-color: #F2F2F2;
  margin: 29px auto;
}

.ubicacion a{
  color: #606060;
}

.ubicacion a:hover{
  color: #606060;
}

.form-contac{
  padding: 110px 20px;
  width: 100%;
  max-width: 650px;
}

.form-control,
.form-select,
.form-contac button{
  padding: 16px 20px;
  font-size: 16px;
  border: 0px solid #ced4da;
  border-radius: 4px;
}
/* ==========================================================================
   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 only screen and (max-width: 1660px) {
  .slideh-1 .wrap-texto,.slideh-2 .wrap-texto, .slideh-3 .wrap-texto {
    width: 61%;
  }
}

@media only screen and (max-width: 1580px){

  
}

@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%;
  }
  /*.servicios {
    padding: 11px 10px;
    min-height: 75px;
    margin: 9px 0;
  }
  .servicios .col-lg-8 {
    padding: 0 9px 0 0 !important;
  }*/
}

@media only screen and (max-width: 1315px){
  .slideh-1 .wrap-texto{
    width: 50%;
  }
  .wrap-texto h1{
    font-size: 70px;
  }
  .wrap-texto h2{
    font-size: 56px;
  }
  .wrap-texto h3{
    font-size: 22px;
  }
  .btn-success{
    font-size: 20px;
  }
  .b{
    font-family: 'robotobold';
    font-size: 60px !important;
  }
  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;
  }
}

@media only screen and (max-width: 1199px) {
  .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;
  }
}

@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-2 .wrap-texto, .slideh-3 .wrap-texto{
    width: 59%;
  }
}

@media only screen and (max-width: 1020px) {
  h2 {
    font-size: 33px;
  }
  .logo img {
    width: 150px;
  }

  .qs-nosotros .row .my-5 {
    margin: 55px 0 0!important;
  }
  .image-nosotros img{
    padding-top: 31px !important;
  }
}

@media only screen and (max-width: 992px) {
  h2 {
    font-size: 27px;
  }
  p {
    font-size: 13px;
  }
  .slide-cabecera{
    height: 605px;
  }
  .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;
  }
  .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: 65%;
  }
  .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;
  }
  .sombrac {
    padding: 18px 0px;
  }
  #caracteristicas {
    padding: 32px 0px 9px;
  }
  .ubicacion {
    padding: 70px 0px;
  }
  .cotiza h2{
    font-size: 30px;
  }
  .cotiza .position-absolute {
    transform: translate(5%, -53%);
  }
}

@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: 109px 50px 0;
  }
}

@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: 92px 20px;
  }
  .form-control, .form-select, .form-contac button {
    font-size: 14px;
  }
  .galery {
    padding: 0 !important;
    margin: 0px auto !important;
  }
  .galeria-madrid {
    padding: 0;
  }
  .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%);
  }
}

@media only screen and (max-width: 575px) {
  .cotiza {
    height: 260px;
  }
  footer .p-1,
  footer .px-0,
  footer .px-1{
    padding: 0 16px !important;
  }
  .galery {
    padding: 0 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;
  }
}

@media only screen and (max-width: 578px) {
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 14px;
    line-height: 19px;
  }
  .slideh-1 .wrap-texto, .slideh-2 .wrap-texto, .slideh-3 .wrap-texto {
    width: 100%;
  }
  .cverdeh {
    padding: 27px 36px;
  }
  footer .row .col-md-6{
    width: 50% !important;
  }
  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;
  }
  .cotiza-contact {
    padding: 110px 10px 0;
  }
  .text-xs-center{
    text-align: center !important;
    display: block !important;
  }
  .wrap-texto h1 {
    font-size: 40px;
    padding: 0 50px;
    letter-spacing: -0.05px;
  }

  .wrap-texto h3 {
    font-size: 14px;
    padding: 0 60px;
  }
}

@media only screen and (max-width: 480px) {

  .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;
  }
  /*.servicios {
    min-height: 93px;
    width: 70%;
    text-align: center;
    margin: 9px auto;
  }*/
  #caracteristicas {
    padding: 31px 20px 11px;
  }
  .cotiza {
    height: 224px;
  }
  .ubicacion {
    padding: 70px 7px;
  }
  .wrap-texto h1 {
    font-size: 35px;
    padding: 0 60px;
   }
}

@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: 20px 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;
  }
}

@media only screen and (max-width: 395px) {
  .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;
  }
}

@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;
  }
  footer h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 330px) {
  h3 {
    font-size: 18px;
  }
  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%;
  }
}

@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;
  }
  .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;
  }
  .crts .row {
    margin: 7px 17px;
  }
  .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 a {
    font-size: 12px;
  }
}

@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;
  }
}

.max-image{
  width: 100%;
  max-width: 250px;
}

@media (min-width: 992px) {
  .cverdeh .separadorv-home{
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .separadorv-home hr {
    height: 56% !important;
    width: 1.3px !important;
    border-width: 0 !important;
    background-color: #fff !important;
    opacity: 0.40 !important;
    margin: 0 50%;
    margin-top: 146%;
  }

  .separadorh-home {
    border-top: 1px solid #FFFFFF;
    height: 2px;
    max-width: 100%;
    padding: 0;
    margin: 20px auto 16px auto;
    opacity: 0.40 !important;
  }
}

@media (max-width: 992px) {
  .justify-content-sm-center{
    justify-content: center !important;
  }

  .h-afiliadogd{
    display: block !important;
    padding: 15px 0 0 0 !important;
    text-align: center;
  }

  .sec-1 .text-justify{
    padding: 0;
  }

  .image-nosotros{
    margin-top: 70px;
  }

  .colaboradores img {
    max-width: 150px;
  }
}