* {
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}

body {
    font-family: 'Titillium Web', Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}

h1 {
    font-size: 3.5em;
}

h3{
    margin: 0;
}
h4{
    margin: 0;
}

h5{
    margin: 0;
}

p {
 color: rgb(36, 131, 190);
 font-weight: lighter;
 margin: 0;
}

button{
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 1.1em;
    font-weight:400;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgba(0, 242, 255, 0.8);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: white;
    background-color:#175473;
}

button:hover {
    border: 1px solid rgba(8, 82, 116, 0.8);
    color:#175473;
    background-color:#0deded;
}

.container {
    max-width: 1200px;
    margin: auto;
}


.whatsapp{

    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    opacity: 0.6;
}

.whatsapp:hover{
    opacity: 1;
}




/*BANNER*/


#baner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 67.5vh; 
    background-image: linear-gradient(
        0deg,
        rgba(6, 77, 87, 0.6),
        rgba(154, 243, 255, 0.3)
    ), url("imagenes/TECNOLOGIA/cabecera_tecnologia.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


#baner h1 {
    font-size: 80px;
    line-height: 90px; 
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8); 
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); 
    align-self: center; 
}


/*TENCOLOGIA*/
#tecnologia{
    background: linear-gradient(to top,  rgba(211, 232, 239, 0.1),
    rgba(197, 213, 214, 0.4));
}
#tecnologia .container{
  
    margin: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 10rem;
    
}

#tecnologia p {
  
    color: gray;
}
#tecnologia h2{
    text-align: center;
    font-size: 3.5rem;
    font-weight: 400;
    color: #175473;
  
}
#tecnologia  h3{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 200;
    color: gray;
}

#tecnologia h4 {
    color: rgb(36, 131, 190);
    font-weight: lighter;
    font-size: 2.5rem;
   }
   
#tecnologia h5 {
       color: rgb(108, 108, 108);
       font-weight: lighter;
       font-size: 3rem;
       font-weight: 400;
}

#tecnologia .mecanismo1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 5rem;
    
}

.ilustracion1 {
    width: 70vw;
    height: 30vh;
    background-image:
        url("imagenes/TECNOLOGIA/hifu_funcionamiento.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
    
}


#tecnologia .mecanismo2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.ilustracion2 {
    width: 75vw;
    height: 30vh;
    background-image:
        url("imagenes/TECNOLOGIA/cavitacion.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
  
}

#tecnologia .aplicacion {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 5rem;
}


.ilustracion3 {
    width: 80vw;
    height: 25vh;
    background-image:
        url("imagenes/TECNOLOGIA/ilustracion3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


#tecnologia .descripcion3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 5rem;
    gap: 25px;
}

#tecnologia .efecto1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.imagen_necrosis {
    width:75vw;
    height:30vh;
    background-image:
        url("imagenes/TECNOLOGIA/imagen_necrosis.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
   
}

#tecnologia .efecto2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 8rem;
    margin-bottom: 0;
}
.imagen_vascular {
    width: 75vw;
    height: 30vh;
    background-image:
        url("imagenes/TECNOLOGIA/imagen_vascular.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}


/*FOOTER*/


footer {

    background: linear-gradient(to top, #2580C3, #2196A6);
    color: white;
    
}

footer .container {

    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 40px;
    text-decoration: none;
}

footer nav {
    /* background-color: rgb(172, 4, 150); */
    order: 4;
    display: flex;
    flex-direction: column;
    text-align: center;  
}

footer .ubicacion {
    /* background-color: rgb(71, 172, 4); */   
}

footer .telefono {
    /* background-color: rgb(172, 63, 4); */ 
}

footer .correo {    
    /* background-color: rgb(14, 110, 234); */
 
}
footer .redes {
    
    order: 5; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  
}

.iconos  {
    width: 40px;
}
.iconos :hover{
    width: 45px;
    filter: brightness(0) saturate(100%)
    invert(79%) sepia(57%) saturate(1088%) hue-rotate(115deg) brightness(103%) contrast(90%);

}
footer nav a {
    margin:0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: lighter;
}
footer p {
    margin:0;
    padding: 0px 60px;
    color: #92ecf8;
}
footer h3 {
    margin:0;
    font-weight:500;
 }

footer nav a:hover {
    color: #0deded;
    font-weight: 400;
 }
.h-line{
    border-bottom: solid #16c5d5 1px;
    width: 50%;


    #baner {
        padding-top: 120px;
        height: 600px;
       
   }
   #baner h1 {
       font-size: 70px;
       line-height: 70px;
      
       margin: 0;
       color: rgb(255, 255, 255 .8);
       font-weight: bold;
       text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
   }

/*TECNOLOGIA*/


    #tecnologia .mecanismo1{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: row;
        margin-top: 6rem;
        margin-bottom: 0;
    }
    #tecnologia .descripcion {
        width: 40vw;
        text-align:left;
    }
    #tecnologia .mecanismo2 {
     flex-direction: row;
     margin-top: 6rem;
     margin-bottom: 0;
       
    }
    #tecnologia .descripcion2 {
        width: 40vw;
        text-align:left;
    }

  

    #tecnologia p {
       
        padding-left: 0;
        padding-right: 0;
      
    }


    .descripcion3 .par1 {
       
        padding-left: 0px;
        padding-right: 20px;
      
    }
    #tecnologia  h4 {
        text-align: left;
        padding-left: 0;
         
        }
    #tecnologia  h5 {
       text-align: left;
       padding-left: 0;
        
       }
 

     .ilustracion1 {
            margin-right: 40px;
            width: 70vw;
            height: 40vh;
        }
    
     .ilustracion2 {
            margin-right: 40px;
        
            width: 70vw;
            height: 35vh;
        }
        
     .ilustracion3 {
            margin-right: 40px;
            width: 80vw;
            height: 40vh;
     }
     #tecnologia .descripcion3 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: row;
        margin-top: 3rem;
        margin-bottom: 5rem;
        
      
    
    }



    #tecnologia .efecto1 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: row;
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    #tecnologia .efecto2{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: row;
        margin-top: 10rem;
      
    }

    #tecnologia .descripcion_necrosis{
        width: 40vw;
        text-align: left;
    }
    #tecnologia .descripcion_vasc{
        width: 40vw;
        text-align: left;
    }
   
    .imagen_necrosis {
        margin-right: 40px;
        width: 70vw;
        height: 40vh;
 }
 .imagen_vascular {
    margin-right: 40px;
    width: 70vw;
    height: 40vh;
}







    footer .container {

        display: flex;
        flex-direction:row;
        text-align:center;
        align-items:center;
        justify-content:center;
        gap: 10px;
        padding: 60px 20px;
        text-decoration: none;
       
    }

    footer nav {
        /* background-color: rgb(172, 4, 150); */
        order: 0;
        display: flex;
        flex-direction: column;
        text-align: left;  
        margin: 0px;
        padding: 0px 20px;
        font-size: 1.5rem;
    }

    footer p {
        margin:0;
        padding: 0;
        color: #92ecf8;
        font-size: 1.2rem;
    }
    footer h3{
        font-size: 1.5rem;
    }
    .h-line{
        border-bottom: solid #16c5d5 1px;
        width: 0px;
        border-left: solid #16c5d5 1px;
        height: 100px;
       }
    .ubicacion {
        padding: 0px 20px;
    }
       
    .telefono {
        padding: 0px 20px;
    }
    .telefono p {
        width:max-content;
    }
    .correo {
        padding: 0px 20px;
    }
    footer .redes {
        order: 5; 
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0px 30px ;
    }
 
  
    .iconos  {
        width: 30px;
    }
    .iconos :hover{
        width: 30px;

    
    }
}