*{
    padding: 0;
    margin: 0;
    
    /*estilos de letra*/
    font-family: "Open Sans", sans-serif;
    font-weight:400;
}

html{
    scroll-behavior:smooth;
}

:root{
    --fondoFooter:#333333;
    --colorLetras:#ffff;
    --colorletras2:#FF6600;
    --fondoNaranja:#FF6600;
    --bordeGris:#999999;
    --bordeNaranja:#FF6600;
    --lineaPie:#FF6600;
    --colortextBtnServicio:#ffff;
    --colorFondoBtn:#FF6600;
    --colorDeHora:#FF6600;
    --colorTextBtnPortada:#FF6600;
    --colorblancoBtnPostada:#ffff;
    --colorGradienteNaranja:linear-gradient(90deg, rgba(255, 102, 0, 1) 80%, rgba(227, 227, 227, 0.44) 100%);
    --colorFondoBalnco:#ffff;
    --colorTextBtnBlanco: #ffff;
    --colorfondoBtnblanco:#ffff;
    --colorTextBtn: #FF6600;
    --naranjaDegAmbosLados: linear-gradient(90deg,rgba(255, 102, 0, 0) 0%, rgba(255, 102, 0, 1) 10%, rgba(255, 102, 0, 1) 90%, rgba(255, 102, 0, 0) 100%);;
    --degradadoPortadaOscuro: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(252, 176, 69, 0) 65%);;
    --degradadoPortadaNaranja: linear-gradient(0deg,rgba(255, 102, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    --degradadoPortadaAmarillo:linear-gradient(0deg,rgba(242, 255, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
}
.cabeceraweb{
    /*background-color: rgb(209, 208, 207);*/
    background: color #E3E3E3;
    background: linear-gradient(180deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(227, 227, 227, 1) 100%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    position:sticky;
    top: 0;
    z-index: 50;
}



.aicoweb{
    
    position: absolute;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.imgIcoweb{
    display: block;
    height: 25px;
}

.tituloweb{
    color: #000000;
    font-weight: bolder;
}

#portada{
    background-image: url(/webp/webpimage/enfermeros-guayaquil-enfermera-a-domicilio-en-guayaquil.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 480px;

    position: relative;

}

#portada::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    background: var(--degradadoPortadaNaranja);
    position: absolute;
    z-index: 0;

}

.recuadro{
    
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur (80px);
    border-style: solid;
    border-radius: 15px;
    border-width: 1.5px;
    border-color: rgb(255, 255, 255);
    box-shadow: 0 0 17px rgb(255, 255, 255),
    0 0 17px rgb(255, 255, 255);
    height:150px;
    width: 180px;

    z-index: 10;
    
}

#logoRecuadro{
    height: 40px;
    filter: drop-shadow(0 0 5px #ffffff)
    drop-shadow(0 0 9px #ffffff)
    drop-shadow(0 0 10px #ffffff);

        
}

.btnServicios a{
    display: block;
    background: rgb(255, 255, 255);
    color: var(--colorTextBtnPortada);
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 24px;
    padding: 0 10px;
    border-radius: 50px;
    box-shadow: none;
    text-decoration: none;
    transition:
        transform 0.3s ease-in-out, 
        box-shadow 0.3s ease-in-out;
    


}

.textoPortada{
    font-size: 25px;
    color: var(--colorLetras);
    padding-top: 10px;
    font-weight: bold;
    text-shadow: 0 0 15px rgb(255, 102, 0), 0 0 15px rgb(255, 102, 0);

    z-index: 20;

}


.maquina{
    position: absolute;
    background: var(--colorFondoBalnco);
    padding: 5px;
    bottom: 50px;
    border-radius: 7px;
    color: var(--colorletras2);


}



.seccionInfo{
    padding: 15px 0;
}

.titulo{
    display:block;    
    width:fit-content ;
    padding: 5px 50px 5px 7px;
    background: var(--fondoNaranja);
    background: var(--colorGradienteNaranja);
    color: var(--colorLetras);
    font-weight: bold;
    font-size: 24px ;

}

.textoinfo p{
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: 600;
}

.cobertura{
    display:block;    
    width:fit-content ;
    padding: 5px 50px 5px 7px;
    background: #FF6600;
    background: linear-gradient(90deg, rgba(255, 102, 0, 1) 80%, rgba(227, 227, 227, 0.44) 100%);
    color: #ffff;
    text-shadow: 0 0 7px #ff6600, 0 0 7px #ff6600, 0 0 7px #ff6600, 0 0 7px #ff6600, 0 0 7px #ff6600;
}

.sitiosCobertura{
    margin: 20px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sitiosCobertura b{
    padding: 5px;
    border-radius: 50px;
    border-style: solid;
    border-color: var(--bordeNaranja);
    border-width: 2px;
}

.TituloHorario{
    display:block;    
    width:fit-content ;
    padding: 5px 50px 5px 7px;
    background:var(--fondoNaranja);
    background: var(--colorGradienteNaranja);
    color: var(--colorLetras);
    

}

.horaAtencion{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    text-align: center;
    padding: 0 20 px;

    
}
.hora{
    padding: 15px 0 ;
    border-radius: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--bordeNaranja);
    box-shadow: 0 0 15px var(--fondoNaranja);
    width: 130px;
    color: var(--colorDeHora);
}

.noLaboral{
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: 600;   
   
    text-align:start;
    width: 50%;
    margin-left: 5px;
}
.seccionServicios{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    
}

.textoServicios{
    background-color: var(--fondoNaranja);
    color: var(--colorLetras);
    padding: 5px;
    font-size: 24px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 20px;

}

.Contenedor{
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    
}

/*----------------------------------tarjetas-----------------------------------*/


.tarjeta{
    border-style: solid;
    border-width: 2px;
    border-color: var(--bordeGris);
    border-radius: 10px;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    padding: 5px 7px;
    height: auto;
    width: 140px;
}

.imagenServicio{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    margin: 5px 0 7px 0;
    width: 100%;
    height: 100px;


}

.imgtarjeta{
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: center;
        
}

.tipoServicio{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 7px;
}

.tarjeta a{
    
    padding: 2px 10px;
    background:var(--colorFondoBtn);
    border-radius: 7px;
    color:var(--colortextBtnServicio);
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 600;
    text-decoration: none;
    margin-bottom:5px;
    transition: transform 0.3s ease-in-out;
    

}

.cajaBtnServicios{
    display: flex;
    justify-content: center;
    align-content: center;        
}

.cajaBtnServicios a{    
    
    display: flex;
    justify-content: center;
    align-items: center;
}


/*-------------------Footer-----------------*/

.pie{
    background: var(--fondoFooter);
    text-align: center;
    color: var(--colorLetras);
    padding: 20px;
}

.pie__contenedor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;        

}


.pie__redes{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    gap: 5px;
}

.pie__enlaces{
    gap: 10px;
    text-decoration: none;
}

.redesfb{
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.redesinsta{
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.pleca{
    color: var(--colorLetras);
    font-size: 24px;
    font-weight: 100;
    padding: 0 5px 0 9px;
    
}

hr{
   width: 80%;
   border-color: var(--lineaPie);
   border-width: 2px;
   border-style:solid;
   border-radius: 50px;
   margin-bottom: 15px;
   
}

.logofooter{
    height: 60px;
    width: 100%;
    margin-bottom:10px;
    object-fit: contain;
}
.tituloPie{
    font-size: 20px;
    margin-bottom: 10px;

}



/*-------------------------efectos animación hover-------------------------------*/

/*botones*/

.btnServicios a:hover{
 background: var(--colorFondoBtn);
 color: var(--colorTextBtnBlanco);

 box-shadow: 0 0 15px 10px #ffffff;
 transform: scale(1.3);
 transition: ease-in-out 0.3s;


}

.animar a:hover{
    transition: all 0.3 s ease-in-out;
    transform: scale(1.3);

}

/* --------------------------Efecto maquina de escribir---------------------------*/

.maquina b {
    border-right: 3px solid #000;
    white-space: nowrap;
    overflow: hidden;
    animation: parpadeo 0.8s infinite;
}

@keyframes parpadeo {
    0% { border-color: transparent; }
    50% { border-color: #000; }
    100% { border-color: transparent; }
}



/*tarjetas*/

/* Estado inicial */
.tarjeta.animar {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.tarjeta.animar.visible {
    opacity: 1;
    transform: translateY(0);
}


/*resoluciones*/

@media (width > 850px){

    .cabeceraweb{
        height: 55px;
    }

    #portada{
        height: 600px;
    }

    .recuadro{
        height:180px;
        width: 210px;

    }

    #logoRecuadro{
        height: 70px;
    }

    .btnServicios a{
        font-size: 30px;

    }

    .tituloweb{
        font-size: 25px;
    }

    .textoPortada{
        font-size: 35px;
    }

    .maquina{
        font-size: 25px;
    }

    .titulo{
        font-size: 30px;
    }

    .textoinfo p{
        font-size: 20px;
        margin-bottom: 25px;

    }
    

    .info2{          
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }


    .cobertura{        
        font-size: 30px;
        background: var(--naranjaDegAmbosLados);
        padding: 0 30px;   
    }

    .sitiosCobertura{
        font-size: 20px;
    }

    .TituloHorario{
        font-size: 30px;
    }

    .hora b{
        font-size: 20px;
    }
    .noLaboral{
        font-size: 20px;
    }

    #Servicios{
        font-size: 30px;
    }

    .Contenedor{
        width: 850px;
    
    }
}

