body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    font-family: 'PT Serif', serif;
    overflow-x: hidden;
}

.contenainer{
    width: 100%;
    max-width: none;
    padding: 0;

}

h1{
    font-size: 20px;
    font-weight: 600;
    color: #78675F;
    margin: 0px;
}

h2{
    font-size: 20px;
    font-weight: 500;
    color:#ffffff;
    margin: 0px;
   
}




p{
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.banner{
    margin-bottom: 2rem;
    width: 100%;
}
    

.img_banner{
    width: 100%;
    height: 600px;
    background-image: url("../img/ceramicaalicantina_home.jpg");
    background-size: cover;
    background-position: top;
    background-position: center;
    
 
}


.contenedor_datos{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    
}

.icono{
   padding: 10px;
   
}

.icono i{
    text-align: center;
    align-items: center;
    padding-right: 10px;
}

.icono i{
    font-size: 24px;
}

.datos{
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
}


.categorias{
    width: 85%;
    display: flex;
    margin-bottom: 5rem;
    margin: auto;

}

.categoria_01, .categoria_02, .categoria_03, .categoria_04{
    width: 33%;
    margin: 8px;
    position: relative;
    cursor: default;
}
.categoria_01 img, .categoria_02 img, .categoria_03 img, .categoria_04 img{
    width: 100%;
    height: 100%;
}



.categoria_01, .categoria_02, .categoria_03, .categoria_04:hover{
    width: 90%;
    margin: 8px;
    position: relative;
}

.texto_categorias{
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
    
}

.texto_categorias:hover {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    background-color:  #6a4f448f;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.5s;
    
}




.texto_categorias{
    width: 100%;
    z-index: 99;
    position: absolute; 
}



footer{
    width: 100%;
    background-color: #78675F;
    padding: 1rem;
    margin-top: 4rem;
    display: flex;
}

.texto_footer{
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    
}

ul{
    display: flex;
    list-style: none;
    
}

ul li{
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-left: 1rem;
    cursor: pointer;
}

.modal-content{
    padding: 2rem;
}

.datos a{
    color: #78675F;
    text-decoration: none;
}

.datos a :hover{
    text-decoration: none;
}

h1 a{
    color: #78675F;
}

h1 a:hover{
    color: #78675F;
}


@media (max-width:768px){
    .contenainer{
        width: 100%;
        max-width: none;
        padding: 0;
    
    }

    .contenedor_datos{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }

    .datos{
        display: flex;
        width: 90%;
        flex-direction: column;
        align-content: flex-start;
        align-items: center;
    }

    h1 {
        text-align: center;
    }

    .categorias {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .categoria_01, .categoria_02, .categoria_03, .categoria_04{
        width: 90%;
        height: 250px;
        margin: 8px;
        position: relative;
    
    }
        
        

    .categoria_01 img, .categoria_02 img, .categoria_03 img, .categoria_04 img{
        width: 100%;
        height: 100%;
    }


    .texto_categorias {
        width: 100%;
        height: 100%;
        z-index: 99;
        position: absolute;
        top: 0;
        background-color: #6a4f448f;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
       
    }

  

    h2{
        color: white;
        
    
    
    }


    .img_banner{
        width: 100%;
        height: 500px;
        background-image: url("../img/ceramicaalicantina_home_Responsive.jpg");
        background-size: cover;
        background-position: top;
        background-position: center;
        
     
    }

}


@media (min-width: 375px){
    .container {
        max-width: none;
        padding: 0;
    
} 

.modal-dialog-centered {
    min-height: calc(70% - (1.75rem * 2));
}
   .modal-dialog {
    max-width: 70%;
    margin: 1.75rem auto;
}

}



