/*.carousel-control-next{
    position: initial;
}*/

:root{

    --primary: #D35400;
    --secondary: #171718;
    --light: #F6F7F8;
    --dark: #1C1C1C;
    --terceario:#232324;
   
}
@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:#F2F2F2;
}
.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);
}
.logoTrias{
    width: 10rem;
}
.logo{
    color: var(--light);
    font-family: 'Times New Roman', Times, 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;
}

/*.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: #F2F2F2;
}
.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: #F2F2F2;
}
.logo{
    color: var(--light);
    font-family: 'Times New Roman', Times, 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: 1.5rem 0rem;
}
/*
.ContSectionUno{
    display: flex;
    width: 70%;
    gap: 3rem;
    align-items: center;

}
.contImgSectionUno{
    width: 180rem;
  
}
.imgSectioUno{
    
width: 100%;
height: auto;
}*/

.ContSectionUno{

 
      display: flex;
    width: 70%;
    gap: 2rem;
    align-items: center;



}

.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(--primary);
   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(--secondary);
    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: rgb(255, 47, 47);
    font-weight: 700;
    border-radius: 0.5rem;
    animation-iteration-count: infinite;
    --animate-duration: 4s
    
}


/*-----------------------galeria------------------*/




.row img {
    width: 100%;
    /* Las imágenes ocuparán todo el espacio disponible en su contenedor */
    height: auto;
    /* La altura se ajustará automáticamente para mantener la relación de aspecto */
    object-fit: cover;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}



.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding: 1rem;
}

.row {
    display: flex;
    justify-content: space-between;
    width: calc(33.33% - 10px);
    /* Ancho de cada fila */
    gap: 0.5rem;
}




.row img.selected {
    transform: scale(1.2);
    /* Agrandar la imagen cuando está seleccionada */

    border-radius: 2rem;
    position: fixed;
    /* Fijar la posición de la imagen seleccionada */
    top: 50%;
    /* Centrar verticalmente en relación al borde superior */
    left: 50%;
    /* Centrar horizontalmente en relación al borde izquierdo */
    transform: translate(-50%, -50%);
    /* Centrar completamente */
    z-index: 999;
    /* Asegurar que la imagen esté encima de otros elementos */

    max-width: 95%;
    /* Establece un ancho máximo del 90% del viewport */
    max-height: 95%;
    /* Establece una altura máxima del 90% del viewport */
    padding: 1rem;
    /* Agrega un margen alrededor de la imagen */
    box-sizing: border-box;
    /* Incluye el margen en el cálculo del tamaño total */
}

@media(max-width:550px) {
    .row {
        width: 100%;
    }

    .row img.selected {
        transform: scale(1.1);

        position: fixed;
        top: 0;
        left: 0;
        padding: 2rem;
        z-index: 999;
        max-width: none;
        max-height: none;
        box-sizing: border-box;
    }





}
   

    /*------------------------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: #313131;
    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;

}
.contLogo img{
    width: 80%;
    height: auto;
}
.contTextFooter{
    width: 70%;
    text-align: center;
    font-weight: 200;
line-height: 1.4rem;
}
.line{
    width: 90%;
    border: 0.5px solid var(--dark);

}
.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(--light);
    font-weight: 500;
    display: inline-block;
    line-height: 1.4rem;
    border: 1px solid var(--light);
    margin-bottom: 0.2rem;
}
.botonUno:hover{
    background-color:  rgb(253, 164, 47);
}

@media (max-width:450px) {
    .contTextFooter{
        width: 95%;
        
    }
    
}

