@font-face{
    font-family: "DancingScript";
    src: url("/fonts/DancingScript-Bold.ttf");
}

@font-face{
    font-family: "Caveat";
    src: url("/fonts/Caveat-Regular.ttf");
}

*{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;

}

body{
    background: url(/img/seamless-scissor-pattern-8347021.jpg);
}

.container{
    width: 97%;
    max-width: 1600px;
    height: auto;
    margin: 0px auto;
    border: 1px solid grey;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(211, 211, 211, 0.466);
}

.header{
    margin: 2px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.title{
    width: 40%;
    height: 100px;
    float: left;
    background-color: rgba(144, 238, 144, 0.95);
    border: 1px solid grey;
    text-shadow: 2px 2px 3px grey;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    box-shadow: 3px 3px 3px grey;
}

.title > h1{
    padding-top: 15px;
    font-family: "DancingScript";
    margin: 5px;
    font-size: 50px;
    font-style: italic;
}

#menu{
    width: 55%;
    height: 100px;
    float: right;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: rgba(144, 238, 144, 0.95);
    box-shadow: 3px 3px 3px grey;
}

#menu > ul{
    padding-top: 15px;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

#menu >ul li{
    padding: 15px;
}

#menu a{
    font-family: "caveat";
    font-size: 30px;
    color: black;
    background-color: honeydew;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid lightgray;
    border-radius: 10px;

}

#menu a:hover{
    background-color: rgba(3, 156, 3, 0.466);
    color: khaki;
    box-shadow: 0px 0px 3px grey;
    transition: all 300ms;
    
}

#instagram{
    width: 50px;
    height: 50px;
    align-items: center;
}

#facebook{
    width: 50px;
    height: 50px;
    align-items: center;
}

#whatsapp{
    width: 100px;
    height: 40px;
    align-items: center;
}

.contenido{
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content{
    width: 82%;
    height: 1000px;
    padding: 5px;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: rgba(144, 238, 144, 0.95);
    box-shadow: 3px 3px 3px grey;
}

.articulo{
    display: flex;
    flex-flow: column;
    align-items: center;
}

.articulo h2{
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
    padding: 10px;
}

.articulo p{
    align-items: center;
    text-align: center;
}

.contacttitle{

    font-weight: bold;
    font-size: 20px;
}

.contactdivs p{
    margin-top: 10px;
}

.textcontact{
    padding: 10px;
}



.lateral{
    height:185px;
    display: flex;
    flex-flow: column;
    width: 14%;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid grey;
    background-color: rgba(144, 238, 144, 0.95);
    box-shadow: 3px 3px 3px grey;
}

.lateral > h2{
    font-family: "caveat";
    font-size: 35px;
    text-align: center;
    text-shadow: 2px 2px 3px grey;
}

.lateral li{
    border: 1px solid grey;
    background-color: honeydew;
    border-radius: 25px;
    margin: 2px;
    list-style: none;
}

.lateral img{
    padding-top: 7px;
}

.lateral p{
    color: black;
    font-family: "caveat";
}

.lateral p:hover{
    color: khaki;
}

.lateral li:hover{
    background-color: rgba(3, 156, 3, 0.466);
    box-shadow: 0px 0px 3px grey;
    transition: all 300ms;
}

.lateral h4{
    padding: 20px;
    font-size: 28px;
    color: blue;
}

.social a{
    display: flex;
    flex-flow: row;
}

.logosocial{
    margin: 16px;
    font-size: 30px;
    color: black;
}

.footer{
    display: flex;
    flex-flow: column;
    background-color: rgba(192, 192, 192, 0.9);
    border-radius: 0px 0px 10px 10px;
}

.subfooter{
    display: flex;
    justify-content: space-around;
    color: black;
    padding: 10px;
}

.fondo{
    text-align: center;
    font-size: 12px;
}

.telefono{
    padding: 5px;
    text-align: center;
    background-color: rgba(146, 146, 146, 0.678);
    border-radius: 10px;
    box-shadow: 0px 0px 10px blue;
}

.email{
    padding: 5px;
    text-align: center;
    background-color: rgba(146, 146, 146, 0.678);
    border-radius: 10px;
    box-shadow: 0px 0px 10px blue;

}

.direccion{
    padding: 5px;
    text-align: center;
    background-color: rgba(146, 146, 146, 0.678);
    border-radius: 10px;
    box-shadow: 0px 0px 10px blue;
}

.FooterTitle{
    font-size: 23px;
    color: rgb(32, 32, 32);
    text-shadow: 1px 1px 3px rgba(17, 17, 17, 0.945);
}



@media (max-width: 1400px){
    .logosocial{
        margin: 10px;
        font-size: 20px;
    }
}
@media (max-width: 1280px){
    .title h1{
        font-size: 40px;
    }

    .lateral{
        height: 210px;
    }
}
@media (max-width: 1180px){
    .logosocial{
        margin: 5px;
        margin-top: 17px;
        font-size: 16px;
    }
}
@media (max-width: 1030px){
    .title h1{
        padding-top: 5px;
        font-size: 35px;
    }

    .header{
        flex-direction: column;
    }

    #menu{
        width: 100%;
    }

    .title{
        width: 90%;
    }

    .title h1{
        font-size: 60px;
    }

    .contenido{
        flex-direction: column;
    }

    .lateral{
        width: 98%;
        height: 85px;
        flex-flow: row;
    }

    .lateral h2{
        padding: 10px;
        padding-top: 12px;
        padding-left: 15px;
        font-size: 38px;
    }

    .lateral > ul > li{
        height: 70px;
        width: 200px;
    }

    .lateral > ul{
        display: flex;
        padding: 5px;
    }

    .logosocial{
        padding: 5px;
        font-size: 30px;
    }

    .content{
        width: 98%;
    }
}
@media (max-width: 690px){
    .lateral h2{
        font-size: 20px;
    }

    .title{
        height: 70px;
    }

    .title h1{
        font-size: 40px;
    }

    .subfooter{
        flex-flow: column;
    }

    .mapouter{
        height: 400px;
        width: 450px;
    }

    .mapouter iframe{
        height: 350px;
        width: 400px;
    }


}
@media (max-width: 550px){
    .lateral h2{
        padding: 5px;
        font-size: 20px;
    }
    
    .logosocial{
        font-size: 15px;
        margin-left: -10px;
    }

    .lateral > ul > li{
        height: 55px;
        width: 100px;
    }

    .lateral{
        height: 60px;
    }

    #menu a{
        font-size: 25px;
    }

    #menu > ul li{
        padding: 5px;
    }

    #menu{
        height: 80px;
    }
}

@media (max-width: 475px){
    .title{
        height: 110px;
    }
}

@media (max-width: 435px){
    #menu a{
        font-size: 18px;
    }

    .mapouter{
        height: 300px;
        width: 250px;
    }

    .mapouter iframe{
        height: 250px;
        width: 300px;
    }

}