*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(196, 221, 243);
}

header{
    background-color: #003399;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 15;
    
}


.contenido-header{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: rgb(255, 255, 255);
}

.contenedor-logo{
    position: absolute;
    margin: 0;
    padding: 0;
    
    left: 0;
}


.titulo-cabecera{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.logo-web{
    height: 50px;
    padding: 5px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}







.sec1{
    background-image: url(/background/6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 550px;
    text-align: center;
    display:flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}


.titulo-banner{
    font-size: 50px;
    text-shadow: 0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff;
}
.descripcion-lugar{
    font-size: 25px;
    text-shadow: 0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff;

}



.caja-servicios{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background-color: #003399;
    height: 45px;
    position: sticky;
    top: 60px;
    z-index: 10;

}

.serv{
    
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    
}



.servicio-contacto{

    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    
    font-size: 20px;
}


.caja-texto-medio{
    background-color: #008cffe7;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    text-align: center;
    width: 100%;

}


.logo-wa{
    border-radius: 50%;
    box-shadow: 0 0 7px 0 rgb(0, 153, 255),0 0 7px 0 rgb(0, 153, 255),0 0 7px 0 rgb(0, 153, 255);
    margin-right: 5px;

    height: 30px;
}





.fondo-sec2{
    background-image: url(/background/3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;

    padding-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    

}

.contenedor-servicios{
    padding: 10px 7px 7px 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
}

.marco-general-miniatura{
    background-color:rgba(255, 255, 255, 0);

    margin: 8px;
    
    height: fit-content;
    width:fit-content;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid white;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 7px 0 #000;
    z-index: 5;
    
    
    

    
    
    
}


.miniatura{
    height: 125px;
    border-radius: 7px;
    margin: 4px;
}

.caja-descripcion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    
}

.procedimientos{
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
    font-family: arial;
    font-weight: bolder;
    

}

.enlace-whatsapp{
    margin-top: 5px;
    color: #fff;
    padding: 5px;
    background-color: #006633;
    text-decoration: none;
    width: 120px;
    border-radius: 7px;
    text-align: center;
    
}


.cajaMensaje{
    position: fixed;
    z-index: 10;
    bottom: 100px;
    right: 25px;
   /* background-color: #f8f400; */
}

.imagen_cajaMensaje{
    width: 60px;
    box-shadow: 0px 0px 10px 5px rgb(255, 255, 255);
    border-radius: 50px;
    transition: all .3s ease
}

.imagen_cajaMensaje:hover{
    scale: 1.5;
    transition: all .3s ease;
}

/* footer inicio*/

footer{
    font-family: 'roboto', sans-serif;
    background-color: #001b50;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    
}
.redes{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.logo-redes{
    height: 30px;
    margin-right: 5px;
}

.enlace-redes{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-family: 'roboto', sans-serif;

    

}

.caja-nursend{
    font-family: 'roboto', sans-serif;
    display: none;
    justify-content: center;
    align-items: center;
}

.ir-a{
    font-family: 'roboto', sans-serif;
    margin-right: 10px;
    
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    
}

.nur{
    border-radius: 5px;
    padding: 5px;
    background-color: #006633;
}

/*ads inicio*/

.ads-inicio{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 10;
    

}

.ads-final{
    padding-top: 20px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}




/*hover*/

.wahover:hover{
    transition: all .3s ease;
    background-color: #ffffff;
    color: #006633;
}

 /*-------------------------hover*/



@media screen and (max-width:380px){
    .titulo-cabecera{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 0;
    margin: 0;
    }

    
    .caja-texto-medio{
        background-color: #008cffe7;
        color: #fff;
        font-family: sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        padding: 15px 0;
        text-align: center;
        width: 100%;

    }


    .miniatura{
        height: 180px;
        border-radius: 7px;
        margin: 4px;
    }



    
    .enlace-redes{
        
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;

        font-size: 14px;
        
    
    }

    .contenedor-servicios{
    padding: 20px 7px 7px 7px;
    }

    
    .logo-redes{
        height: 20px;
        margin-right: 5px;
    }

    .referencia{
        margin-top: 20px;
        font-size: 14px;
    }

    
    .caja-nursend{
        margin-top: 20px;
        width: 100%;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .ir-a{
        font-size: 20px;
    }

    .ir-nursend{
        
        
        font-size: 15px;
        text-decoration: none;
        color: #fff;
    }

    .nur{
        font-size: 20px;
        padding: 5px;
        background-color: #006633;
        color: #fff;
    }

    


    
        
        
        
    
    



    
}




@media screen and (min-width:381px) and (max-width:800px){
    .titulo-cabecera{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        padding: 0;
        margin: 0;
    }

    .logo-web{
        height: 50px;
    }

    .caja-texto-medio{
        
        background-color: #008cffe7;
        color: #fff;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }
    
    
    .miniatura{
        height: 180px;
        border-radius: 7px;
        margin: 4px;
        
    }
    .contenedor-servicios{
        padding: 80px 7px 7px 7px;
    }
    
    
    
        
    .enlace-redes{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
    
        font-size: 17px;
            
        
    }
    
        
    .logo-redes{
        height: 20px;
        margin-right: 5px;
    }
    
    .referencia{
        margin-top: 20px;
        font-size: 16px;
    }
    
        
    .caja-nursend{
        margin-top: 20px;
        width: 100%;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .ir-a{
        font-size: 20px;
    }
    
    .ir-nursend{
            
        font-size: 20px;
        text-decoration: none;
        color: #fff;
    }
    
    .nur{
        padding: 5px;
        background-color: #006633;
        color: #fff;
    }
    
        
}





@media screen and (min-width:801px){
    .titulo-cabecera{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 0;
        margin: 0;
        
    }

    .logo-web{
        height: 50px;
    }



    .caja-texto-medio{
        
        background-color: #008cffe7;
        color: #fff;
        font-family: sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 15px 0;
        text-align: center;
        width: 100%;  
    }
    
    
    .miniatura{
        height: 180px;
        border-radius: 7px;
        margin: 4px;
        
    }
    .contenedor-servicios{
        padding: 100px 7px 7px 7px;
    }
    
    
    
        
    .enlace-redes{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
    
        font-size: 20px;
    
            
        
    }
    
        
    .logo-redes{
        height: 25px;
        margin-right: 5px;
    }
    
    .referencia{
        margin-top: 20px;
        font-size: 20px;
    }
    
        
    .caja-nursend{
        margin-top: 20px;
        width: 100%;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .ir-a{
        font-size: 20px;
    }
    
    .ir-nursend{
            
        font-size: 20px;
        text-decoration: none;
        color: #fff;
    }
    
    .nur{
        padding: 5px;
        background-color: #006633;
        color: #fff;
    }
    
        
}





