*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-float{
	margin-top:16px;
} 

:root {
    --bordo: #751300;
    --celeste: #007264;
    --gris: #5E5E5E;
  }
.w80{
  width: 100%;
  padding: 0 10% 0 10%;
}
.bot{
  border-radius: 10px;
  background: #007264;
  padding: 2px 30px 2px 30px;
  list-style: none;
  font-size: 16px;
  text-decoration: none;
  color: white;
  border: 0;
}
.bot:hover{
  background: #008d7c;
  box-shadow: 0px 6px 6px rgba(142, 142, 142, 0.25);
  padding: 3px 33px 3px 33px;
  transition: 1s ease;
}
.tit{
  margin-top: 50px;
  color: #751300;
  font-size: 32px;
}
/* NAVBAR */
header{
  background-color: #751300;
}
header li{
  display: flex;
  align-items: center;
}
header img{
  height: 40px;
}
.boton{
  border-radius: 12px;
  margin-left: 15px;
  background-color: #FFF;
  color: black !important;
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.boton:hover{
  box-shadow: 0px 6px 6px rgba(142, 142, 142, 0.25);
  transition: 0.3s ease;
}
.white{
  color: white !important; 
}
/* Hero */
#heroSection{
  width: 100%;
  height: 90vh;
  background-image: url(imagenes/varios/hero2.jpg);
  background-attachment: fixed;
  background-size: cover;
  transition: background-image 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

}

#hero-text h1{
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}
#hero-text h3{
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
  line-height: normal;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 15px;

}

/* sobre nosotros */

#strong{
  font-weight: 700;
}
#cont-sobre-nos-img{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  height: 70vh;
}
#sobre-nos-sec:hover button {
  background-color: #008d7c;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 1s ease;
}
#sobre-nos-sec:hover{
  cursor: pointer;
}
#gallery-left{
  width: 35%;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px;
  height: 100%;
}
#cont-img-right{
  width: 64%;
  height: 100%;
  margin: 0.5%;
}
#cont-img-right img{
  width: 100%;
  height: 49%;
  margin: 0.5%;
  border-radius: 10px;
  object-fit: cover;
}


#cont-bot-gallery{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.hiden{
  display: none!important; 
  overflow: hidden;
}
#gallery{
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.804);
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#carouselExample{
  z-index: 1000;
  width: 80%;
  height: 70vh;
  display: flex;
  justify-content: center;
  margin: 10%;
  align-items: center;  
}
#carouselExample img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
/* Servicios */
#servicios-sec{
  margin-top: 100px;
}
#servicios-sec li{
  font-weight: 600;
}

#cont-icons{
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.servicios-icon{
  font-size: 64px;
}
.card-servicio{
  width: 20%;
  min-width: 180px;
}
.card-servicio:hover{
  cursor: pointer;
  background-color: #f7f7f770;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.6s ease;
}
.card-servicio:hover .servicios-icon{
  font-size: 84px;
  transition: 1s ease;
}
.card-servicio h4{
  color: #000;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.card-servicio p{
  color: #4E4E4E;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
/* Reseñas */
#reseñas-section{
    padding: 50px 10% 50px 10% ;
    margin-top: 50px;
    background-color: #d3d3d33a;
}
#reseñas-section h2{

  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
#reseñas-section h5{

  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
}
#reseñas-section h5{

  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
.carouseli .cardi p {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
}


.carouseli .cardi span {
  font-weight: 600;
}
.carouseli .cardi h3 {
  color: black;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-right: 5px;
}
.carouseli .cardi .flecha {
  color: black
}

#reseñas-text{
    width: 100%;
}
  .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper i {
    top: 50%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.5rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    padding: 0 1px 0 1px ;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .wrapper i:first-child{
    left: -22px;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carouseli{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 5px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carouseli::-webkit-scrollbar {
    display: none;
  }
  .carouseli.no-transition {
    scroll-behavior: auto;
  }
  .carouseli.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouseli.dragging .cardi {
    cursor: grab;
    user-select: none;
  }
  .carouseli :where(.cardi, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouseli .cardi {
    display: flex;
    align-items: center;
    background-color: #D9D9D9;
    flex-wrap: wrap;
    justify-content: flex-start;
    scroll-snap-align: start;
    height: 300px;
    list-style: none;
    cursor: pointer;
    padding:5px  20px 0px 25px;
    color: black;
    border-radius: 5px;
    border: 1.5px solid #ffffff;
  }
  .carouseli .cardi:hover {
    box-shadow: 0px 6px 6px rgb(142, 142, 142);
    background-color: #cacaca;
    transition: 0.5s ease;
  }
#cont-deptos{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
}
.depto-card{
  width: 32%;
  min-width: 200px;
  border-radius: 10px;
  height: 400px;
  border: 1px solid #D2D2D2;
}
.depto-card:hover{
  box-shadow: 0px 6px 6px rgba(142, 142, 142, 0.25);
  transition: 0.5s ease;
}
.card-text{
  padding: 15px;
}
.depto-card img{
  height: 50%;
  width: 100%;
  border-radius: 10px;
}
.depto-card h3{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 83.333% */

}
.depto-card h4{
  color: #751300;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0 15px 0;
}
.depto-card p{
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.depto-card button{
  margin-top: 15px;
}
/* Ubicacion */
#ubicacion{
  margin-top: 100px;
}
#ubicacion iframe{
  border-radius: 10px;
}
#ubicacion p{
  width: 70%;
}
/* FOOTER */
#footer-cont1{
  width: 100%;
  background-color: #D9D9D9;
  margin-top: 100px;
  display: flex;
  color: black;
  padding: 25px 10% 25px 10%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
#footer-cont1 h2{
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#footer-cont1 p{
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#footer-cont1 h3{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
#footer-cont1 a{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
#footer-cont1 iconify-icon{
  font-size: 40px;
  margin-right: 20px;
}
.footer-cont-contacto{
  display: flex;
  justify-content: space-around;
  text-align: justify;
  align-items: center;
}
#footer1-cont-text{
  text-align: justify;
}
#footer2-cont{
  background-color: #751300;
  width: 100%;
  display: flex;
  color: white;
  padding: 25px 10% 25px 10%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
#footer2-cont img{
  width: 200px;
}
.cont-redes-footer2{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  width: 30%;
  border-left: 1px solid white;
  padding-left: 15px;
}
.cont-redes-footer2 p{
  width: 100%;
  text-align: left;
}
.footer-red{
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  align-content: center;
  color: white;
  margin-top: 5px;
}
.footer-red iconify-icon{
  font-size: 26px;
  margin-right: 10px;
}
.footer-red a{
  color: white;
  list-style: none;
  text-decoration: none;
}
#full{
  width: 100%;
}
  @media screen and (max-width: 900px) {
    .wrapper .carouseli {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
    #hero-text h1{
      font-size: 34px;
    }
    #hero-text h3{
      font-size: 20px;
    }
    /* hero */
    #heroSection{
      background-position: center;
    }
    /* serrvicios */
    #cont-sobre-nos-img{
      height: auto;
    }
    #cont-sobre-nos-img img{
      width: 100%;
    }
    #cont-img-right {
      width: 100%;
    }
    #cont-icons{
      margin-top: 50px;
    }
    .card-servicio {
      width: 100%;
      margin-top: 20px;
  }
  .wrapper .carouseli {
    grid-auto-columns: calc((100% / 1) - 9px);
  }
  .depto-card{
    width: 100%;
    margin-top: 20px;
  }
  #ubicacion p {
    width: 100%;
  }
  #footer-cont1 h2 {
    font-size: 22px;
  }
  #footer-cont1 iconify-icon {
    font-size: 30px;
  }
  .footer-cont-contacto {
    margin-top: 20px;
  }
  .cont-redes-footer2{
    width: 100%;
    margin-top: 30px;
  }
  #footer2-cont{
      justify-content: center;
  }
}