@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    box-sizing: border-box;
    
    
        
}

html {
    scroll-behavior: smooth;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    opacity: 99%;
    padding: 0px 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    font-size: 20px;
    color: #22878d;
    border-radius: 5px;
}

.logo img{
    padding: 2%;
    display:block;
    width: 200px;
    height: 85px;
}

.logo1 img{
    padding: 2%;
    display:block;
    width: 400px;
    height: 400px;
    margin: auto;
}

.manttoimg img{
    min-height: 100vh;
    background-image: url("img/Mantenimiento.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  
    position: relative;
    background-attachment: fixed;

}

.navigation ul {
    list-style: none;
    
    

}

.header .navigation ul li {
    float: left;
    position: relative;
    
}

.header .navigation ul li a{
font-size: 18px;
color: #22878d;
text-decoration: none;
padding: 20px;
display: block;
transition: all .5s ease;
border-radius: 5px;
}

.header .navigation ul li a:hover {
    background-color: #22878d;
    color: white;
    
    
    
}

#toggle,
.header label {
    display: none;
    cursor: pointer;
    
}

.Menu {
    width: 45px;
    height: 45px;
    
}



@media(max-width:800px) {
    .header label {
       display: initial; 
    }

    .header {
        padding: 1px 1%;
    }

    .header .navigation {
        position:absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.99);
        display: none;
        border-radius: 5px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
        transition: left 0.4s;   
        text-align: center ;   
        
    }


    .header .navigation ul li {
        width: 100%;
                 
                
    }
  
    .header .navigation ul li a {
        padding: 8px 30px 8px 5%;
      
    }

    #toggle:checked ~ .navigation{
        display: block;
       
               
    }
     
   
}

    .hero { 
    min-height: 100vh;
    background-image: url("img/microscop.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter : blur(2px);

    }

/*Comienzan estilos para contenido */

.inicio{
    margin-top: 60px;
    padding: 20px;
        /*background: #031941 ;*/
    color: white;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/microscop.jpg");
    /* Set a specific height */
    height: auto;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.inicio p{
    text-align: justify;
    padding: 30px;
    font-size: 18px;
    
}


.title {
    margin-bottom: 10px;
    font-size: 70px;
    font-weight: 450;
    color: #22878d;
    text-align: center;
    text-shadow: 2px 1px 2px rgba(255, 255, 255, 0.384);
       
}

.subtitle{
    font-size:  30px;
    padding: 1%;
}

.p, b {
    color: #22878d;
   
}

.p {
    margin-bottom: 40px;
    font-size: 18px;
    color: white;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    background-color: #22878d;
    text-decoration: none;
    border-radius: 5px;
    opacity: 99%;
    color: white;    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  
}

.btn:hover {
    background-color: white;
    color: #22878d;    
}

.btn-home {
    display: flex;
    justify-content: center;    
}

.btn-home, a {
    margin: 0 10px;
    
}

.content {
    
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.sau {
    padding: 100px;
    /*background: #031941 ;*/
    color: white;
    text-align: center;
    background-image: linear-gradient(#050505b0, #0c0c0cc2), url("img/dog.png");
    /* Set a specific height */
    height: auto;  
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
       
    
}

.sau .subtitle{
    font-size: 30px;
    padding: 2%;
      
    
}
/* Estilos box Container*/
.box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    
    
}

.sau .box-container .box li{
    text-align: justify;
    
}

.sau  p{
    text-align: justify;
    
}




.box-containerA .box{   
    
    height: auto;
    width: auto;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, 0.999) ;
    margin: 1rem;
    font-size: 12px;
    background-color:#2525253b;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
    
}

/* Inicia estilos de slider */


.slider-container {
   display: flex;
    height: auto; /* Cambia esto para ajustar el tamaño del slider */
    width: auto; 
    max-width: auto; /* Tamaño máximo del slider */
    margin: 10px;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #22878d;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
        
}

.slider {
    position: relative;
    width:auto;
    height: auto; /* Altura del slider */
    overflow: hidden;
    align-items: center;
    justify-items: center;
    
}

.slides {
    display: flex;
    width: auto; /* 5 imágenes */
    height: auto;
    transition: transform 2.0s ease-in-out;
    justify-items: center;
    align-items: center;
}

.slide {
    width: auto;
    height: auto;
    flex: 1 0 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    object-position: center;
    display: block;
    margin: 0 auto;
}

/* Flechas de navegación */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 25%;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    
}

/* Puntos de navegación */
.navigation-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}


.box-container .box { /* Caracteristicas de los box containers*/
    height: 22rem;
    width: 20rem;
    border-style: solid;
    border-width: 1px;
    border-color: #22878d;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, 0.999) ;
    margin: 1rem;
    font-size: 12px;
    background-color:#6d6d6d52;
    
}

/*Estilos para el icono font awesome*/
.box-container .box i{
    height: 3rem;
    width: 3rem;
    line-height: 3rem ;
    text-align: center;
    border-radius: 50%;
    color: white;
    background:#22878d;
    font-size: 2rem;
    margin: 1rem 0;
   
}

.box-container .box h3 {
    font-size: 20px;
    color: #ffffff;
    padding: 8px;
}

.box-container .box p {
    padding: 1rem 15px;
    font-size: 16px;
    color: white;
    text-align: justify;
    
}

.box-container .box li {
    padding: 0 15px;
    font-size: 12px;
    color: white;
    text-align: justify;
    
}

.box-container .box .btn {
    font-size: 14px;
    padding: 3%;
    
}

.Servicios {
    padding: 30px;
    /*background: #031941 ;*/
    color: white;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/sembra.jpg");
    /* Set a specific height */
    height: auto ;  
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.Servicios p {
    text-align: justify;
}

.Servicios .box-container .box {
    height: 22rem;
    width: 22rem;
    border-style: solid;
    border-width: 1px;
    border-color: #22878d;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, 0.999) ;
    margin: 2rem;
    font-size: 12px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url("img/Catalogo_img.png");
    
}

.Servicios .box-container #digital{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url("img/rat.png");
}

.Servicios .box-container #impreso{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url("img/lizard.png");
}

.Servicios .subtitle {
    font-size: 30px;
    padding: 2rem;
}

.Servicios .box-container .box i{
    height: 5rem;
    width: 5rem;
    line-height: 5rem ;
    text-align: center;
    border-radius: 50%;
    color: white;
    background:#22878d;
    font-size: 3rem;
    margin: 0.5rem 0;
   
}

.Contacto {
    padding: 30px;
    /*background: #031941 ;*/
    color: white;
    text-align: center;
    background-image: linear-gradient(#050505b0, #0c0c0cd5), url("img/VetCat.png");
    /* Set a specific height */
    height: auto;  
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    
}

.Contacto .subtitle {
    font-size: 30px;
    padding: 2rem;


}
.Contacto h3{
    
    font-size: 20px;
}

.Contacto p{
    padding: 20px;
    text-align: justify;
    font-size: 16px;
}

.box-container2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.box-container2 .box {
    height: 5rem;
    width: 4rem;
    text-align: center;
    margin: 4rem;
    font-size: 12px;
    
    
}

/*Estilos para el icono font awesome*/
.box-container2 .box i{
    height: 3rem;
    width: 3rem;
    line-height: 3rem ;
    text-align: center;
    border-radius: 50%;
    color: white;
    background:#22878d;
    font-size: 2rem;
    margin: 0.5rem 0;
   
}

.box-container2 .box:hover i{
    color: #22878d;
    background:white;
    height: 4rem;
    width: 4rem;
    font-size: 3rem;
    line-height: 4rem ;
    
}

.map { 
    border-radius: 1rem;
    margin-top: 25px;
    

}

/*Estilos para el Footer*/

.container_footer  {
    padding: 2em 0;
    background: rgb(26, 26, 26);
    color: white;
    display: flex;   
    margin: 0 auto;
        
}

#footer-bottom .copyright {
    margin-left: 40px;
}

#footer-bottom #footer-menu,
#footer-bottom .copyright  {
    display: table-cell;
    vertical-align: center;
    width: 50%;
    
}

#footer-bottom #footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;

}

#footer-bottom #footer-menu ul li {
    display: inline-block;
       

}

#footer-bottom #footer-menu ul li::after{
    content: "|";
    
}

#footer-bottom #footer-menu ul li:last-child::after{
    content: "";
    
}

#footer-bottom #footer-menu ul li a{
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 0 1em;

}

#footer-bottom #footer-menu ul li a:hover {
    color: #22878d;

}


