
@import url('https://fonts.googleapis.com/css2?family=Krub:wght@200;400&family=Noto+Serif+Hebrew:wght@100&family=Nova+Oval&family=Roboto:ital,wght@0,100;0,300;0,500;1,100;1,300;1,500&family=Sora:wght@100;300;400;700&family=Ubuntu+Condensed&family=Urbanist:wght@100&display=swap');

/** SEUDOELEMENTO ROOT NO EXISTE, ESTILO GENERICO */

:root {

    --azul: #0b114e;
    --verde-claro: #42cf82;
    --verde-oscuro: #04701f;
    --blanco: #ffffff;
    --gris: #b1b1b1;
    --negro: #000000;
    --sombra-blanca: text-shadow: 0em 0em 0.3em rgb(250, 250, 252);
    --sombra-azul: text-shadow: 0.0em 0.0em 0.3em rgb(153, 153, 204);
    --sombra-negra: text-shadow: 0.0em 0.0em 0.3em rgba(0, 0, 0, 0.26);

}

/** DISEÑOS GENERALES DE FUENTE*/

h1{
    font-size: 3.8rem;
}
h2{
    font-size: 2.8rem;
}
h3{
    font-size: 1.8rem;
}
h1,h2,h3{
    
    text-align: center;
}


.material-symbols-outlined {
    color: var(--azul);
    font-size: 8rem;
    font-variation-settings:
    'FILL' 0,
    'wght'  100,
    'GRAD' -25,
    'opsz' 48
}




.sombra{ /** SOMBRA PARA BO/CAJAS/CONTENEDORES, MUY SUTIL, */
    -webkit-box-shadow: 0px 0px 7px 1px rgba(250,250,250,0.35);
-moz-box-shadow: 0px 0px 7px 1px rgba(250,250,250,0.35);
box-shadow: 0px 0px 7px 1px rgba(250,250,250,0.35);
}



html{
    font-size: 62.5%; /* Permite el Web Responsive **/
    box-sizing: border-box;  /* Hack para BoxModel **/
    scroll-snap-type: y mandatory;
    }


*, *:before, *:after {
  box-sizing: inherit;
}

body{
    font-size: 16px; /* 1rem  = 10px */
    font-family: 'krub', sans-serif, Arial, Helvetica, sans-serif;           /** 1 rem es igual a 10px */
    }


/** MENÚ DE SERVICIOS */


.service-main-content {
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.service-main-content div {
    height: 13rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: #04701f solid black;
}


.service-main-content a {
    color: #08134d;
    font-size: 21px;
    text-decoration: none;
    padding-top: 5rem;
    border-radius: 0rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 0;
    
}







/** ESTILOS PIE DE PAGINA */

.footer-index{   
    margin-top: 2rem;
    height: 100%;
    width: 100%;
}

.footer-index-content{
    background-color: #050324;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: 0rem;
    height: 15rem;
    width: 100%;
}

footer .marca-index , .registro-mercantil, .eslogan, .reco-what {
    text-decoration: none;
    color: var(--blanco);
    text-shadow: 0.0em 0.0em 0.3em rgba(255, 255, 255, 0.877);
    letter-spacing: 0.2rem;
    font-weight: 400;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-left: 2rem;
    }

    .marca-index{

    height: 3rem;
    width: 22rem;
}

.reco-what-content {
    border-radius: 1px;
    width: 100%;
    margin: 0rem;
}

.reco-what-content a:hover{
    
    background-color: var(--blanco);
    color: var(--azul);
    text-shadow: 0.0em 0.0em 0.3em rgb(5, 5, 58);  
}


    .registro-mercantil{            /** Plantilla de style Registro Mercantil */
        width: 20rem;
        font-weight: 400;
        height: 5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        margin-left: 2rem;
    }

    .eslogan{
        margin-top: -1rem;
        height: 3rem;
        width: 30rem;
        margin-bottom: 2rem;
    }

    .reco-what{
        background-color: var(--azul);
        margin-left: 2rem;
        border-left: 5rem;
        font-weight: 600;
        color: #ffffff;
        height: 5rem;
        width: 18rem;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    


/** MARCA LOS ENLACES VISITADOS
.navegacion-principal a:visited {
    color: var(--azul);
}

*/

/** MARCA Y MANTIENE LA MARCA 
.navegacion-principal a:focus-visible {
    color: var(--verde-oscuro);
} */




@media (max-width: 768px){

.service-main-content{

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.service-main-recotienda-content, 
.service-main-recotech-content, 
.service-main-recolección-content, 
.service-main-recoplay-content, 
.service-main-recomendados-content{
    
    height: 10rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-main-recotienda-icon,
.service-main-recotech-icon,
.service-main-recolección-icon,
.service-main-recoplay-icon,
.service-main-recomendados-icon{

    height: 10rem;
    width: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-main-content a {
    text-decoration: none;
    padding-top: 5rem;
    border-radius: 0rem;
    margin: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    
}

.service-main{
    text-align: center;
    padding: 1rem
}



.material-symbols-outlined {
    font-size: 10rem;
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' -25,
  'opsz' 48
}


}

.ejemplo-section2 {
    height: 20rem;
    font-size: 21px;
    width: 500px;
    text-align: center;
    display: block;
    justify-content: center;
}