﻿body{
    background: #F7F2ED;
    font-family: "DM Sans", sans-serif;
}

.blanco{
    background: rgb(76, 58, 57 , 1);
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    font-family: "Saira", sans-serif;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;

    transition: all 0.5s;
}

.cabecera a{
    text-decoration: none;
}

.apa{
    display: none;
}
.redes{
    text-align: center;
    font-size: 25px;
}
.redes b{
    margin: 0 2px;
}
.redes a{
    color: white;
}

.logoBlanco img{
    background: white;

    border-radius: 10px;
}

.logotipo img{
    width: 100%;
}

.logos img{
    width: auto !important;
    height: 60px;
    display: inline;
}
.logos div{
    display: inline;
}

.sinEnlace{
    text-decoration: none;
    color: white;
}

.textoLogos{
    font-size: 22px;
}

.datos{
    font-size: 18px;
}
.datos img{
    width: 30px;
}
.datos a{
    color: white;
}
.datos b{
    margin: 0 5px;
}

.efecto{
    padding: 0;
}


.dra{
    padding-top: 40px;
    padding-bottom: 40px;
}



.seccion{
    /* color: #D5BDA5; */
    font-size: 18px;
    line-height: 28px;
    padding: 30px;
}
.seccion strong{
    font-family: "Saira", sans-serif;
    color: #4C3A39;
    font-size: 30px;
}

.imagen img{
    width: 100%;
}
.border{
    border-radius: 20px;
}

.i1 img{
    border-radius: 300px 0 0 100px;
}



.procedimientos{
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
}


.titulo{
    text-align: center;
    color: #4C3A39;
    font-size: 33px;
}

.subtitulo{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}


.proce{
    /* border-top:5px solid #A5C4B6; */
    background: #539B85;
    min-height: 190px;
    color: white;
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;

    border-radius: 20px;
}
.proce:hover{
    background: #3a6b5d;
}
.proce strong{
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: inline-block;
}
.proce img{
    height: 70px;
}
.proce span{
    font-size: 14px;
    line-height: 14px;
    font-weight: lighter;
}


.modal-dialog{
    /* max-width: 800px; */
}
.modal-title{
    font-size: 24px;
    font-weight: bold;
}
.modal-body{
    font-size: 19px;
    line-height: 29px;
}
.modal-content{
    background: #f4ccaf;
}


.contenedor-procesos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 0 auto;
}


.logos2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* O usa space-evenly si quieres más separación */
    align-items: center;
    gap: 0rem; /* Espaciado entre logos si deseas */
    padding: 0;
    margin: 0;
}
.logos2 img{
    height: 95px;
}

.logos3{
    width:120px;
    display: inline-block;
}
.logos3 img{
    width: 100%;
    height: auto !important;
    margin-top: 10px;
}



.review-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem 0;
}

.review-card {
  flex: 0 0 auto;
  width: 300px;
  height: 250px; /* Altura fija para todas */
  background: #f8f9fa;
  border-radius: 10px;
  padding: 8px;
  scroll-snap-align: start;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card .stars {
  font-size: 1.2rem;
  color: gold;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.review-card .review-text {
  flex: 1 1 auto;
  overflow-y: auto;
  font-size: 0.95rem;
  margin-bottom: 10px;
  padding-right: 5px;
}

.review-card .reviewer {
  font-weight: bold;
  text-align: right;
  font-size: 0.9rem;
  flex-shrink: 0;
}


    .review-carousel::-webkit-scrollbar {
  display: none;
}
.review-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


.review-carousel-wrapper {
  position: relative;
}

.review-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0;
  scrollbar-width: none;
}

.review-carousel::-webkit-scrollbar {
  display: none;
}

.review-card {
  flex: 0 0 auto;
  width: 300px;
  height: 300px;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  scroll-snap-align: start;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card .stars {
  font-size: 1.2rem;
  color: gold;
}

.review-card .review-text {
  flex: 1 1 auto;
  overflow-y: auto;
  font-size: 0.95rem;
  margin-bottom: 10px;
  padding-right: 5px;
}

.review-card .reviewer {
  font-weight: bold;
  text-align: right;
  font-size: 0.9rem;
}

/* Botones de flechas */
.review-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(59, 130, 246, 0.9);
  border: none;
  color: white;
  font-size: 1.5rem;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: background 0.3s;
}

.review-btn:hover {
  background: rgba(37, 99, 235, 0.9);
}

.review-btn.prev {
  left: -15px;
}

.review-btn.next {
  right: -15px;
}




.review-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.stars {
    color: #fbc02d;
    font-size: 20px;
    margin-bottom: 15px;
}

.review-text {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}

.google-logo {
    width: 20px;
    margin-right: 8px;
}

.reviewer {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.via-google {
    font-size: 12px;
    color: gray;
}


.formulario{
    padding-bottom: 100px;
}


.form-container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

.form-container h2 {
    margin-bottom: 25px;
    font-weight: 600;
    color: #102a43;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #334e68;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #bcccdc;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-button {
    display: block;
    width: 100%;
    padding: 14px;
    background-color: #3b82f6;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-button:hover {
    background-color: #2563eb;
}



footer{
    background: #4C3A39;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
footer img{
    width: 30px;
}
footer a{
    color: white;
}



@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
        background: rgb(76, 58, 57 , 1);
    }
}

@media screen and (max-width:992px){
    .datos{
        text-align: center;
    }

    .contenedor-procesos{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width:768px){
    .contenedor-procesos{
        grid-template-columns: repeat(3, 1fr);
    }

    .desa{
        display: none;
    }
    .apa{
        display: block;
    }
}

@media screen and (max-width:576px){
    .review-carousel {
        gap: 0px;
    }
    
    .contenedor-procesos{
        grid-template-columns: repeat(1, 1fr);
    }

    .textoLogos{
        font-size: 18px;
    }
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}