@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500&display=swap');

p, h1, h2, h3, h4, h5, li {
  font-family: 'Montserrat', sans-serif;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

ul {
    list-style: none;
}

.whatsapp:hover {
  color: #ffffff;
}

.casa:hover{
  color: #ffffff;
}

.whatsapp-icon {
  margin-top:13px;
}

.casa {
  position:fixed;
  width:auto;
  height:auto;
  bottom:40px;
  left:40px;
  background-color: #ed3237;
  color:#FFF;
  border-radius:10px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.pleca {
  background-color: transparent !important;
  color: #ed3237 !important;
}

nav li a{
  color: #fff !important;
}

nav div a{
  color: #fff !important;
}

.imagend{
	margin-top: 50px;
}

.barra{
  background-color: #ed3237;
}

.bars{
  color: #fff !important;
}

.mgtop{
  margin-top: 65px;
}

.footerU{
  background-color: #ed3237 !important;
}

.footerD{
  background-color: #ed3237 !important;
}

.img-redonda-dos {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.redondo{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffff;
}

.social{
  margin-top: 15px;
  font-size: 20px;
  color: #ed3237 ;
}

.whats{
  font-size: 30px;  
  color: #50CA5E !important;
}

.mapa{
  color: #ed3237;
}

.cinta{
  background: #ed3237;
}

.card-group .card{
  background: transparent !important;
}

.caja:hover .imagent {
  -webkit-transform:scale(1.3);transform:scale(1.3);
}

.caja {
  overflow:hidden;
}

#cronometro {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.simply-section {
  background: #072b69;
  color: #fff;
  margin: 0 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marTop {
  margin-top: 200px;
}

/*APARTADO SLIDE Y CARDS DE INFORMACION*/

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.card-custom {
  /*background: rgb(237, 50, 55);*/
  background: rgb(255,255,255);
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
  color: rgb(237,50,55);
}

.card-custom:hover {
  border-radius: 15px;
  cursor: pointer;
  transform: scale(1.2);
  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);
  background: rgb(255, 255, 255);
  color: rgb(237, 50, 55) !important;
}

.first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
}

.card-custom:hover .first-content {
  height: 0px;
  opacity: 0;
}

.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  font-size: 0px;
  transform: rotate(90deg) scale(-1);
}

.card-custom:hover .second-content {
  opacity: 1;
  height: 100%;
  transform: rotate(0deg);
}


.contenedor{
  width:90px;
  height:240px;
  position:absolute;
  right:0px;
  bottom:0px;
}
.botonF1{
  width:60px;
  height:60px;
  border-radius:100%;
  background:#F44336;
  right:0;
  bottom:0;
  position:absolute;
  margin-right:16px;
  margin-bottom:16px;
  border:none;
  outline:none;
  color:#FFF;
  font-size:36px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;  
}
span{
  transition:.5s;  
}
.botonF1:hover span{
  transform:rotate(360deg);
}
.botonF1:active{
  transform:scale(1.4);
}

.texto-interior {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  left: 10%;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 80%;
}

.texto{
  padding:5%;
  width: 100%
}

/* Medias para el responsive */

/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

  .simply-section {
    width: 180px;
    height: 180px;
  }

  .simply-amount {
    display: block;
    font-size: 45px;
    font-weight: 700;
  }

  .simply-word {
    font-weight: 300;
    font-size: 25px;
  }

  .slider {
    width: 960px;
  }

  .img-redonda {
    height: 400px !important;
    width: 100% !important;
    border-radius: 10%;
  }

  .card-custom {
    width: 250px;
    height: 300px;
    font-size: 20px;
  }

  .card-custom:hover .second-content {
    font-size: 20px;
  }

  .imagen{
    margin-top: 20px;
    height: 150px;
    width: auto;
  }

  .imagenAmpi{
    margin-top: 20px;
    height: 150px;
    width: auto;
  }

  .parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; /* Usando la altura de la ventana */
    position: relative;
    overflow: hidden; /* Asegurándonos de que el contenido no se desborde */
  }

  .img-uno {
    background-image:url("../img/img_fondos/joven-agente-inmobiliario-feliz-dando-llaves-casa-pareja-que-comprando-casa-nueva.jpg");
  }

}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){

  .simply-section {
    width: 200px;
    height: 180px;
  }

  .simply-amount {
    display: block;
    font-size: 50px;
    font-weight: 700;
  }

  .simply-word {
    font-weight: 300;
    font-size: 30px;
  }

  .imagend{
    height: 500px;
    width: 100%;
  }

  .slider {
    width: 960px;
  }

  .img-redonda {
    height: 300px !important;
    width: 100% !important;
    border-radius: 10%;
  }

  .card-custom {
    width: 250px;
    height: 300px;
    font-size: 20px;
  }

  .card-custom:hover .second-content {
    font-size: 20px;
  }

  .imagen{
    margin-top: 20px;
    height: 150px;
    width: auto;
  }

  .imagenAmpi{
    margin-top: 20px;
    height: 150px;
    width: auto;
  }

  .parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; /* Usando la altura de la ventana */
    position: relative;
    overflow: hidden; /* Asegurándonos de que el contenido no se desborde */
  }

  .img-uno {
    background-image:url("../img/img_fondos/joven-agente-inmobiliario-feliz-dando-llaves-casa-pareja-que-comprando-casa-nueva.jpg");
  }

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

  .simply-section {
    width: 200px;
    height: 100px;
  }

  .simply-amount {
    display: block;
    font-size: 10px;
    
    }

  .simply-word {
    font-size: 10px;
  }

  .imagend{
    height: 400px;
    width: 100%;
  }
  .marTop {
    margin-top: 50px;
  }
  .slider {
    width: 100%;
  }

  .img-redonda {
    height: 100px !important;
    width: 100% !important;
    border-radius: 10%;
  }

  .card-custom {
    width: 150;
    height: 200px;
    font-size: 15px;
  }

  .card-custom:hover .second-content {
    font-size: 15px;
  }

  .imagen{
    margin-top: 20px;
    height: 100px;
    width: 100px;
  }

  .imagenAmpi{
    margin-top: 20px;
    height: auto;
    width: 100%;
  }

  .parallax {
    background-attachment: scroll; /* Cambia a scroll en lugar de fixed */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    max-width: 100%;
    position: relative;
  }

  .img-uno {
    background-image:url("../img/img_fondos/BANNER VERSION CELULAR.png");
  }

}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

 .simply-section {
    width: 180px;
    height: 100px;
  }
  .simply-amount {
    display: block;
    font-size: 30px; 
  }
  .simply-word {
    font-size: 10px;
  }
  .imagend{
    height: 400px;
    width: 100%;
  }
  .marTop {
    margin-top: 50px;
  }
  .slider {
    width: 100%;
  }

  .img-redonda {
    height: 300px !important;
    width: 100% !important;
    border-radius: 10%;
  }

  .card-custom {
    width:100;
    height: 200px;
    font-size: 15px;
  }

  .card-custom:hover .second-content {
    font-size: 15px;
  }

  .imagen{
    margin-top: 20px;
    height: 100px;
    width: 150px;
  }

  .imagenAmpi{
    margin-top: 20px;
    height: auto;
    width: 100%;
  }

  .parallax {
    background-attachment: scroll; /* Cambia a scroll en lugar de fixed */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    max-width: 100%;
    position: relative;
  }

  .img-uno {
    background-image:url("../img/img_fondos/BANNER VERSION CELULAR.png");
  }

}