/* ------------------------- */


/* Estilos Generales */


/* ------------------------- */

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,500,600,700&display=swap&subset=latin-ext');


header .logo {
    width: 100%;
}

.materialbox-caption {
    bottom: 30px;
    right: 0;
    width: 40%;
    height: auto;
    padding: 10px;
    margin: auto;
    background: #000;
    box-shadow: 5px 5px #fff;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}

.galeria .col {
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .materialbox-caption {
        width: 70%;
    }

    main {
        padding: 10px !important;
    }

    header .titulo p {
        font-size: 13.5px !important;
    }

    .red-social {

        justify-content: center !important;
    }

    .red-social h5 {
        font-size: 19px !important;
    }

    .menus ul {

        font-size: 14pt !important;

    }

    .menus .titulo h2 {
        font-size: 40px !important;

    }
    .menu .teal {
        height: 470px !important;
        
    }



    .domicilio h2 {
        font-size: 28px !important;
    }


    #ContMapa h2 {
        font-size: 47px !important;
    }
    .Dcaja{
        width: 100%
    }
    .Dcaja .mapa{
        width: 100%
    }

    .Dcaja h2 {
        font-size: 25px;
        text-align: center;
    }

    .Dcaja p {
        text-align: center;
        font-size: 13px !important;
    }

    #pie {
        font-size: 27pt !important;
    }

    #imgTex1 h2 {
        font-size: 40px !important;
        padding: 25px 0;
    }

    #Info h2 {
        text-align: center !important;
        font-size: 38px !important;
        padding: 0 0 25px 0 !important;
    }

    .titulo h3 {
        font-size: 30px !important;
    }

    #pie p {
        font-size: 12px !important;
    }
}