
/********** Template CSS **********/
:root {
    --primary: #665043;
    --secondary: #665043;
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

body{
  background-color: #f8f8f8;
  font-family: 'Manrope', sans-serif;
}

h1{
  font-family: 'Cardo', serif;
  font-weight: 200 !important;
  
}
h6{
  font-family: 'Manrope', sans-serif;
  font-size: 1.3rem;
}
h2{font-family: 'Manrope', sans-serif;
}
h5{
  font-family: 'Manrope', sans-serif;

}

.text-primary{
  color: #0016C0 !important;
}


.bg-primary{
  background-color: #0016C0 !important;
}


p{
  font-family: 'Manrope', sans-serif;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 20px;
    transition: .5s;
    background-color: #0016C0;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}



#pop{
  font-family: 'Cardo', serif !important;
  font-weight: 400 !important;
}








/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Manrope', sans-serif;
    font-weight: bold !important;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    outline: none;
    transition: .5s;
}

.alar{
  color: white !important;

  
}

#navbarCollapse a{
  font-size: 1.22rem;
}

.logoalar{
  width: 45px !important;
  height: 45px !important;
}

.stop.alar{
  color: var(--dark) !important;
}


.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    padding-bottom: 10px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar-brand h1{
  color: white;
}

@media (max-width: 991.98px) {
  .navbar {
      background: #540002;
  }
  
  .custom-toggler.navbar-toggler {
    border-color: white;
  } 
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: white !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Hero Header ***/
.hero-header {
    /* linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), */
    background:url(../img/Carrusel/carrusel1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f8f8f8 !important;
}

#Acond{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/Portada/Arquitectonica.jpg)!important;
  background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #f8f8f8 !important;
}
#Acu{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/Portada/Aislamiento.jpg)!important;
  background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #f8f8f8 !important;

}

#Amb{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/Portada/ambiental.jpg)!important;
    background-position: center center!important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-color: #f8f8f8 !important;
  
}

#Bl{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/Portada/header.jpg)!important;
    background-position: center center!important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-color: #f8f8f8 !important;
}

#Con{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/Portada/Control.jpg)!important;
  background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #f8f8f8 !important;

}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--secondary) !important;
    background:  #f8f8f8 !important;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*** Cards Start ***/

.card-columns .card {
  display: inline-block;
  width: 100%;
}

.card-img-top {
  width: 100%;
  height: 200px !important; 
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}


/***services***/

article {
  --img-scale: 1.001;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  display: flex;
}

article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

article h2 {
  margin: 0 0 18px 0;
  font-family: 'Manrope', sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  color: var(--title-color);
  transition: color 0.3s ease-out;
  text-align: center !important;
}

figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

article img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
}

.article-body {
  padding: 24px;
}

article p {
 text-align: justify !important;
}

article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #28666e;
}

article a:focus {
  outline: 1px dotted #28666e;
}

article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}


article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #28666e;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.articles {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}







/* card blog */

#cardblog {
  height: 400px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  border: 4px solid #b0215e;
  margin-bottom: 20px;
  background-image: url("../img/blogintro.jpg");
  background-size: 800px 800px;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position:left;
}
@media (min-width: 768px) {
  #cardblog {
    height: 500px;
  }
}
#innerblog {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width: 768px) {
  #innerblog {
    width: 50%;
    height: 100%;
  }
}
.title {
  font-size: 24px;
  color: black;
  text-align: center;
  font-weight: 700;
  color: #181818;
  text-shadow: 0px 2px 2px #a6f8d5;
  position: relative;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 800px) {

  #innerblog{
    width: 100%;
    height: 100%;


  }
  .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {


  #innerblog{
    padding: 0;


  }
  .title {
    font-size: 15px;
  }
}




.subtitle {
  color: #b0215e;
  text-align: center;
}





 /*** Carousel start ***/

 .container {
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 20px;
}
.carousel {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.carousel > input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.carousel > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -500%;
}
.carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -400%;
}
.carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -300%;
}
.carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -200%;
}
.carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -100%;
}
.carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: 0%;
}
.carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel__slides {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
}
.carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  box-sizing: border-box;
  white-space: normal;
}
.carousel__slide figure {
  display: flex;
  margin: 0;
}
.carousel__slide div {
  position: relative;
  width: 100%;
}
.carousel__slide div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.carousel__slide div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__slide img {
  display: block;
  flex: 1 1 auto;
  object-fit: cover;
}

.carousel__slide .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.carousel__slide.scrollable {
  overflow-y: scroll;
}
.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
}
.carousel__slides + .carousel__thumbnails {
  margin-top: 20px;
}
.carousel__thumbnails li {
  flex: 1 1 auto;
  max-width: calc((100% / 6) - 20px);
  margin: 0 10px;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label {
  display: block;
  position: relative;
}
.carousel__thumbnails label:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.carousel__thumbnails label > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
  cursor: pointer;
}
.carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: brightness(0.8);
}



/*** IDIOMA START ***/



.en{
  color: var(--primary);
  
}

.es{
  color:var(--primary);
}

.check{
  position: relative;
  width: 50px;
  margin-bottom: 11px;

  /* BUG de FireFox */
  appearance: none;
  -moz-appearance: none;
  
}

.check:before{
  content: '';
  position: absolute;
  width: 50px;
  height: 25px;
  background: #333;
  border-radius: 25px;
}

.check:after{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 25px;
  transition: 0.25px;
  border: 2px solid #333;
  box-sizing: border-box;
}

.check:checked:after{
  left:25px;
  border:2px solid #00a1ff;
}

.check:checked:before{
  background-color: #00a1ff;
}


/* IDIOMA END */

/* Whatsapp start */

.btn-wsp{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 60px;
  bottom:50px;
  right:25px;
  background:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
  background:#1da54f;
  color:#FFF;
}
@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp{
      width:63px;
      height:63px;
      line-height: 66px;
}
}

/* 
Whatsapp end */


/* BLOG SECTION */

.blogs-section{
  word-break: break-word;
  width: 100%;
  padding: 50px 5vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  margin-bottom: 50px;
}

.blog-image{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.blog-overview{
  margin: 10px 0 20px;
  line-height: 30px;
}



.modal img{
    max-width: 100%;
    max-height: 400px;
    display: block;
    margin: 30px auto;
    object-fit: contain;
}

.modal-body{
  text-align:justify;
  padding: 60px;
}
.modal-body li{
  padding-left:30px;
}

.published{
  text-align: center;
}

@media (max-width: 768px) {
  .blogs-section{
      display:  block;
  }
  .blog-card{
      padding-bottom: 20px;

  }
  
 }

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/*** Footer ***/

 footer{
    position:relative;
    bottom: 0px;
    width: 100%;
    background: #540001;
  }


 .main-content{
    display: flex;
  }
  .main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
  }
  .box h2{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white ;
  }
  .box .content{
    margin: 20px 0 0 0;
    position: relative;
  }
  .box .content:before{
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #1a1a1a;
  }
  .box .content:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: white;
    top: -10px;
  }
  .center .content p{
    text-align: justify;
  }
  .center .content .social{
    margin: 20px 0 0 0;
  }
  .center .content .social a{
    padding: 0 2px;
  }
  .center .content .social a span{
    height: 40px;
    width: 40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
    color: #fff;
  }
  .center .content .social a span:hover{
    background: #f12020;
  }

  .center .content p{
    color: white;
  }

  .right .content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    color: white;
  }
  .right .content .fas:hover{
    background: #f12020;
  }
  .right .content .text{
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
    color:white
  }
  .right .content .phone{
    margin: 15px 0;
  }
 
  .bottom {
    color: white!important;    

  }
  
  @media screen and (max-width: 900px) {
    footer{
      position: relative;
      bottom: 0px;
    }
    .main-content{
      flex-wrap: wrap;
      flex-direction: column;
    }
    .main-content .box{
      margin: 5px 0;
    }
  }
  








/*404*/


#notfound {
  font-family: 'Cardo', serif;
  position: relative;
  height: 100vh;
}

#notfound .notfound {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.notfound {
max-width: 520px;
width: 100%;
line-height: 1.4;
text-align: center;
}


.notfound .notfound-404 {
position: relative;
height: 200px;
margin: 0 auto 20px;
z-index: -1;
}

.notfound .notfound-404 h1 {

font-size: 236px;
font-weight: 200;
margin: 0;
color: #211b19;
text-transform: uppercase;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.notfound .notfound-404 h2 {
font-size: 14px;
font-weight: 200;
text-transform: uppercase;
color: #211b19;
background: #F5F5F5;
/* padding: 10px 5px; */
margin: auto;
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}

.notfound a {
display: inline-block;
font-weight: 700;
text-decoration: none;
color: #F5F5F5;
text-transform: uppercase;
padding: 13px 23px;
background: #ff6300;
font-size: 18px;
-webkit-transition: .2s all;
transition: .2s all;
}

@media only screen and (max-width: 480px){
.notfound .notfound-404 h1 {
  font-size: 86px;
}
}


@media only screen and (max-width: 480px){
.notfound .notfound-404 {
  height: 148px;
  margin: 0 auto 10px;
}
}
@media only screen and (max-width: 480px){
.notfound .notfound-404 h2 {
  font-size: 16px;
}}

@media only screen and (max-width: 480px){
.notfound a {
  padding: 7px 15px;
  font-size: 14px;
}}


.containerrr{
  margin:auto;
  margin-top: -150px;
  width: 700px;
  height: 200px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  position: relative;
  -webkit-box-shadow: 2px 2px 37px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 37px -5px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 37px -5px rgba(0,0,0,0.75);
}




.cookieHeading {
  color: #D46237;
  font-size: 30px;
}

.cookieDescription {
  font-weight: 600;
  font-size: 30px;
  color: #465058;
}


.buttonContainer {
  display: flex;
  gap: 100px;
  flex-direction: row;
  padding-bottom: 30px;
}

#Blo1{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/Blog/Imagen2.png)!important;
    background-position: center center!important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-color: #f8f8f8 !important;
}

#Blo2{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/Blog/Portada.png)!important;
    background-position: center center!important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-color: #f8f8f8 !important;
}



h1 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
  color: #242c3f;
}

.blue-bar {
  margin-top: 16px;
  margin-bottom: 32px;
}
.blue-bar {
  width: 49px;
  height: 5px;
  background-color: #4471a0;
}



.content-hub-blog-post-byline-social {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.content-hub-blog-post-byline {
  font-size: 18px;
  line-height: 1.17;
  color: #8c8c8c;
}



.content-hub-blog-post-social {
  display: flex;
  gap: 32px;
  padding-left: 30px;
}

@media print, screen and (min-width: 48em){
.content-hub-blog-post-byline-social {
  flex-direction: row;
  gap: 0;
}
}

.bigrentz-page-breadcrumb>ol {
  margin: 0;
  padding: .75rem 0 0;
  font-size: 14px;
  
  list-style: none;
}


.bigrentz-page-breadcrumb>ol>li {
  display: inline;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}