/*.carousel-control-next{
    position: initial;
}*/

:root{

    --primary: #0ee1fd;
    --secondary: #171718;
    --light: #F6F7F8;
    --dark: #03032b;
    --terceario:#040413;
   
}
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    
    font-family: "Fira Sans", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*-----------btn-wsp------------------*/
.btn-wsp {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 1000; 
    width: 50px; 
    height: 50px; 
    background-color: #25d366; 
    border-radius: 50%; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
    color: white; 
    text-decoration: none; 
    font-size: 30px; 
}

.iconwsp {
    font-size: 1.2em; 
}

/*--------------nav----------------------*/
.navbar-nav{
    
    margin-bottom: 18px;
}
.navbar-collapse{
    justify-content: space-evenly;
}
.container-color{
background-color: var(--dark);
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;

}
.enlace-color {
    color: var(--primary)
   
}
.enlace-color:hover{
background-color: rgb(47, 95, 253);
}
.enlace-color:focus{
    color: rgba(255, 255, 255, 0.5)
 
}
.navbar-toggler{
    border: 1px solid var(--primary);
    color: rgba(255, 0, 0, 0);
    padding: 0.25rem 0.5rem;

}
.icon-burger{
    color:var(--primary);
  
}
.contRedes{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.iconRedes{
    font-size: 1.3rem;
   color:#86b7fe;
}
.iconRedes:hover{
    color: var(--primary);
}

.container-fluid  {
 
    padding-bottom: 1rem;
}

/*.carousel-control-next{
    position: initial;
}*/


.navbar-collapse{
    justify-content: space-evenly;
}
.container-color{
background-color: var(--dark);
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;

}
.enlace-color {
    color: var(--primary)
   
}
.enlace-color:hover{
background-color: rgb(47, 136, 253);
}
.enlace-color:focus{
    color: rgba(255, 255, 255, 0.5)
 
}
.navbar-toggler{
    border: 1px solid var(--primary);
    color: rgba(255, 0, 0, 0);
    padding: 0.25rem 0.5rem;

}
.navbar{
    padding: 0;
}
.icon-burger{
    color:var(--primary);
  
}
.contRedes{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.iconRedes{
    font-size: 1.8rem;
   color:var(--primary);
}
.iconRedes:hover{
    color: rgb(47, 136, 253);
}
.logo{
    color: var(--primary);
    font-family: 'Times New Roman'sans-serif;
    gap: 1rem;
    display: flex;
    align-items: center;
    font-size:1.5rem;
    font-weight: 800;
}
.logo:hover{
    color: var(--primary)
}
.container-fluid  {
 
    padding-bottom: 1rem;
    padding-top: 1rem;
}

/*----------carrousel-------------------*/
.position{
    position: relative;

}


.botonUno {
    text-decoration: none;
    background-color: var(--primary);
    padding: 0.3rem;
    border-radius: 5px;
    color: var(--light);
    font-weight: 500;
    display: inline-block;
    line-height: 1.4rem;
    border: 1px solid var(--light);
    margin-bottom: 0.2rem;
}

.slideInDown {
    animation-name: slideInDown;
}

.carousel-control-next-icon , .carousel-control-prev-icon {
    background-color: var(--primary);
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        transform: translateZ(0);
    }

}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.329);
    padding: 1rem;
    bottom: 1.25rem;
}

.carousel-caption h5 {
    font-size: 3rem;
}

@media (max-width:600px) {

    .carousel-caption h5 {
        font-size: 2rem;
    }


}

@media (max-width:450px) {
    .carousel-item {
        height: 300px;
    }

    .h1{
        font-size: 1.3rem;
    }
    .carousel-caption h5 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .carousel-caption {
        padding: 0;
        bottom: 0.0rem;
    }
    .w-50{
        position: relative; 
        left: -50%;
        height: 100%;
    }
    .w-49{
        position: relative; 
        left: -50%;
        height: 100%;
    }
    .w-48{
        position: relative; 
        left: -50%;
        height: 100%;
    }

.w-100{
    width: auto !important
}
}



/*--------------------------section_uno-------------------------*/
.contTotalSectioUno{
    display: flex;
  justify-content: center;
  background-color: var(--terceario);
  padding-top: 1.5rem;
}
.ContSectionUno{
    display: flex;
    width: 70%;
    gap: 2rem;
    align-items: flex-end;

}
.contImgSectionUno{
      flex: 0 0 40%;   /* ocupa 40% del contenedor */
    max-width: 500px; /* límite para pantallas enormes */
  
}
.imgSectioUno{
    
 width: 100%;
    height: auto;
    display: block;


}

.contSectionUNoTex h2 {
    color: var(--primary);
    font-weight: 800;
    font-size: 2.5rem;

}
.ContTiposSectionUnoH3{
    color: var(--primary);
}
.contSectionUNoTex p{
    margin-top: 0.5rem;
    color: rgb(255, 254, 254);
    font-size: 1.2rem;
}
.ContTiposSectionUno{
    margin-top: 1rem;
}
.tiposSectionUno{
    display: flex;
 
    gap: 0.5rem 2rem;
    flex-wrap: wrap;
}
.fa-solid{
    color: var(--primary);
}
.tiposSectionUnoText{
    margin-bottom: 0;
}

@media (min-width: 1800px) {
  .ContSectionUno {
    width: 56%;
  } 
}

@media (max-width:800px) {

    .ContSectionUno{
        flex-direction: column-reverse;

    }
    .contImgSectionUno{
        width: 100%;
    }
    .contSectionUNoTex h2{
        line-height: 2.5rem;
    }

}
@media(max-width:500px){

.contSectionUNoTex h2{
    font-size: 1.8rem;
    line-height: 1.5rem;
}
.contSectionUNoTex p{
    font-size: 1.1rem;
    line-height: 1.4rem;
}
.ContSectionUno{
    width: 98%;
}

}
/*------------------------------servicios-----------------------*/
.contServices{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;

    margin: 1rem 0.5rem 0 0.5rem;
}
.tituloService{
margin-top: 2rem;
   text-align: center;
   font-size: 3rem;
   color: var(--dark);
   font-weight: 800;
   font-size: 2.5rem;
}
.cardService{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0.5rem;;
    border: solid 1px  #ddd;

    width: 25rem;
    
}
.cardServiceH3{
    margin-bottom: 1rem;
    color: var(--terceario);
    font-size: 1.3rem;
    text-align: center;
    font-weight: 800;

   

}
.cardServiceText{
    padding: 0.5rem;
    line-height: 1.5;
    font-size: 1.1rem;

    color: var(--dark);
    font-weight: 200;
}
.contTextService{
    display: flex;
    align-items: center;
    flex-direction: column;
}
::marker{
    color: var(--primary);
    font-size: 1.3rem;
}
.cardServiceEspecial{
    border: solid 2px  var(--primary);
    background-color: var(--primary);
    color: var(--dark);
    font-weight: 700;
    border-radius: 0.5rem;
    animation-iteration-count: infinite;
    --animate-duration: 4s
    
}


/*-------------------Galeria_1-------------------*/
.carousel-caption{
color: var(--primary);
text-shadow: 2px 2px 5px #252323;
} 

 .contTotalPanel{
    display: flex;
    justify-content: center;
    flex-direction: column;
 }
.panels {
    align-content: center;
    width: 98%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
 }
 
 .panel {
    flex-basis: 20%;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: font-size 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11),
       flex-basis 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11), background 0.2s;
    overflow: hidden;
    flex: 1;
 }
 
 .panels .panel:nth-child(1) {
    background-image: url(../asset/img/A1.jpg);
 }
 
 .panels .panel:nth-child(2) {
    background-image: url(../asset/img/A2.jpg);
 }
 
 .panels .panel:nth-child(3) {
    background-image: url(../asset/img/A3.jpg);
 }
 
 .panels .panel:nth-child(4) {
    background-image: url(../asset/img/A4.jpg);
 }
 

 .panel:hover {
    cursor: pointer;
 }
 
 .panel.open {
    flex-basis: 30%;
    font-size: 40px;
 }
 
 .panel > * {
    transition: transform 0.5s;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 
 .panel > *:first-child {
    transform: translateY(-100%);
 }
 
 .panel.open-active > *:first-child {
    transform: translateY(0%);
 }
 
 .panel > *:last-child {
    transform: translateY(100%);
 }
 
 .panel.open-active > *:last-child {
    transform: translateY(0%);
 }
 .galeria_1H2{
    color: var(--primary);
    font-size: 2.5rem;
    text-shadow: 2px 0px 5px rgb(0, 8, 24);
 }
 @media screen and (max-width: 850px) {
    .panels {
       flex-direction: column;
    }
 
    .panel {
       height: 20vh;
       flex-basis: 100%;
       transition: 
          height 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11),
          font-size 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11), 
          background 0.2s;
    }
 
    .panel > *:first-child {
       transform: translateY(-25vh);
    }
 
    .panel.open-active > *:first-child {
       transform: translateY(0);
    }
 
    .panel > *:last-child {
       transform: translateY(25vh);
    }
 
    .panel.open-active > *:last-child {
       transform: translateY(0);
    }
 
    .panel.open {
       height: 50vh;
       flex-basis: 100%;
    }
    .galeria_1H2 {
        padding: 20rem;
        }

 }
 @media (max-width: 600px) {
.galeria_1H2 {
   padding: 15rem;
   }
}
@media (max-width: 500px) {
   .galeria_1H2 {
      padding: 10rem;
      font-size: 1.8rem;
      }
   }
   @media (max-width: 450px) {
    .galeria_1H2 {
       padding: 6rem;
       font-size: 1.8rem;
       }
    }

    /*---------------------reseñas-------------------------*/

    .contImgPerfil {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1 / 1; /* Mantiene la proporción 1:1 */
    }
    
    .ImgPerfil {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    
    .contTotalPerfil {
        border: 1px solid #e7e7e7;
        border-radius: 0.5rem;
    
       
        gap: 1rem;
        background-color: rgb(255, 254, 254);
        flex: 1;
        /* Asegura que todos los artículos tengan la misma altura */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .perfil {
        display: flex;
        gap: 1rem;
        padding: 0.5rem;
        justify-content: center;
        min-width: 250px;
    }
    
    .estrellas {
        color: rgb(241, 153, 20);
        font-size: 20px;
    }
    
    .comentarioPerfil {
        padding: 0.5rem;
        flex-grow: 1;
    }
    
    .reseñas {
        padding: 1rem 1rem;
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
        align-items: stretch;
        

    }
    .contReseñas{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .tituloReseña{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .estrellas-2{
        color: rgb(241, 153, 20);
        font-size: 30px;
    }

    /*------------------------Contacto------------------------*/
.contTotalContacto {
    background-color: var(--dark);

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    margin-top: 1rem;
}

.contContactos {
    display: flex;
    align-items: center;


}

.datosContacto {
    color: var(--light);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    background-color: var(--dark);
    box-shadow: 2px 1px 14px rgb(1, 0, 14);
    border-radius: 1rem 0 0 1rem;
    justify-content: center;
    width: 600px;
    height: 450px
}

.datosContacto p {
    font-size: 1rem;
    line-height: 1.5;
    width: 80%;
    text-align: center;
    font-weight: 200;
}

.datosContactoH2 {
    color: var(--primary);
    font-weight: 800;
    font-size: 2.5rem;
}

.contContactoRedes {

    display: flex;
    font-size: 2rem;
    gap: 1.5rem;
}

.contContactoRedes a {
    color: var(--light);
    text-shadow: 12px 2px 7px rgb(1, 0, 14);
    font-size: 2rem;
}

.contContactoRedes a :hover {
    color: var(--primary);
    scale: 1.1;
    transition: transform 0.3s ease;
}

.mailContacto {
    text-decoration: none;
    color: var(--light);
    text-shadow: 12px 2px 7px rgb(1, 0, 14);


}

.mailContacto:hover {
    color: var(--primary);
    scale: 1.1;
    transition: transform 0.3s ease;
}

.contContactos i {
    margin-right: 0.5rem;
}

.mapsGoogle {
    border-radius: 0rem 1rem 1rem 0;
    justify-content: center;
    box-shadow: 2px 1px 14px rgb(1, 0, 14);
}

@media(max-width:1024px) {

    .datosContacto,
    .mapsGoogle {
        width: 400px;
    }

}

@media(max-width:768px) {

    .datosContacto,
    .mapsGoogle {
        width: 350px;
    }

}

@media(max-width:600px) {

    .datosContacto,
    .mapsGoogle {
        width: 250px;
    }
    .datosContacto{
        gap: 1rem;
    }

}

@media(max-width:500px) {

    .contTotalContacto {
height: 100%;
padding: 0;

}

    .datosContacto,.mapsGoogle {
        width: 450px;
        height: 350px;
       }
.contContactos{

    flex-direction: column;
    padding: 1.5rem 0 1.5rem 0;
}
.datosContacto{
    
    border-radius: 1rem 1rem 0rem 0rem;
 
}
.mapsGoogle{

    border-radius: 0rem 0rem 1rem 1rem;
}
}
@media(max-width:450px){
    .datosContacto,.mapsGoogle {
        width: 400px;
        height: 380px;
       }

}
@media(max-width:400px){
    .datosContacto,.mapsGoogle {
        width: 320px;
        
       }

}
@media(max-width:320px){
    .datosContacto,.mapsGoogle {
        width: 300px;
        height: 350px;
       }
       .datosContacto{
        height: 420px;
       }
}
/*----------------Footer---------------------------*/
.footer{
    background-color: #181e2f;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--light);
    align-items: center;
    padding: 1rem 0 1rem 0;
}

.contLogo{
display: flex;
flex-direction: column;
align-items: center;
}
.contTextFooter{
    width: 70%;
    text-align: center;
    font-weight: 200;
line-height: 1.4rem;
}
.line{
    width: 90%;
    border: 0.5px solid #15151e;

}
.contPubli a{
    text-decoration: none;
    color:rgba(255, 255, 255, 0.664);
    font-size: 0.8rem;
    font-weight: 200;
}
.contPubli a:hover{
    color: #A4D53A;
    font-size: 1.3rem;
}
.botonUno {
    text-decoration: none;
    background-color: var(--primary);
    padding: 0.3rem;
    border-radius: 5px;
    color: var(--dark);
    font-weight: 500;
    display: inline-block;
    line-height: 1.4rem;
    border: 1px solid var(--light);
    margin-bottom: 0.2rem;
}
.botonUno:hover{
    background-color:  rgb(47, 136, 253);
}

@media (max-width:450px) {
    .contTextFooter{
        width: 95%;
        
    }
    
}

