}
@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 3em;
    font-weight: 400;
    line-height: 1;
}

h2 {
    font-family: 'Sacramento', cursive;
    color: #f39200;
    font-size: 2.3em;
    line-height: 1;
}

h3 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 2.3em;
    font-weight: 400;
    line-height: 1;
}


p, li {
    font-family: 'Questrial', sans-serif;
    font-size:0.9em;
    line-height: 1.3;
}

a {
    color: #fff;
    text-decoration: none;
}

body {
    background-image:url(../imagenes/fondo-trompos-pastor-domicilio.jpg);
    background-repeat:repeat;
    background-attachment:fixed;
}

.contenedor {
    width: 100%;
}

.contenedorPrincipal {
    width: 960px;
    margin:0px auto;
    background-color: #000;
}

.subtitulo {
    font-family: 'Alfa Slab One', cursive;
    color: #f39200;
    line-height: 1.1;
    padding: 5% 0 2% 0;
    font-size: 3em;
    text-align: center;
    clear: both;
}

.botonMasInfo {
    margin-left: 15%;
    width: 70%;
    background-color: green;
    padding: 0.3%;
    border-radius:10px;
}

/* Inicia Cabecera */

.cabecera {
    width: 100%;
    overflow: auto;
}

.logo {
    width: 40%;
    height: 150px;
    text-align: center;
    float: left;
}

.datos {
    color: white;
    text-align: right;
    width: 58%;
    height: 150px;
    padding-top: 2%;
    padding-right: 2%;
    float: left;
}

/* Termina Cabecera */

/* Inicia Menú */
.contenedorMenu {
    width: 100%;
}

#elMenu {
    background-color: #f39200;
    overflow: auto; 
    text-align: center;
}

.menu li{
    display: inline;
    margin: 0 10px 0 10px;
}

.menu a {
    color: white;
    text-decoration: none;
}

.menu a:hover {
    color: black;
}

.menu li a:hover + .hidden, .hidden:hover{
    display:block;
}

.show-menu{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration:none;
    color:#fff;
    text-align:center;
    padding:10px 0;
    display:none;
}

input[type=checkbox]{
    display:none;
}
input[type=checkbox]:checked ~ .menu{
    display:block;
}

/* Termina Menú */

/* Inicia Banner Principal */


.bannerPrincipal{
    background-image: url("../imagenes/banquetes-a-domicilio-cdmx-fondo-obscuro.jpg");
    background-size: cover;
    background-repeat: no-repeat ;
    color: white;
    width: 100%;
    overflow: auto;
}

.textoPrincipal {
    width: 54%;
    height: auto;
    padding: 0 4% 0 2%;
    float: left;
}

.formulario{
    width: 40%;
    height: auto;
    text-align: center;
    background-color: rgb(243, 146, 0, 0.6);
    float: left;
}

/* Termina Banner Principal */

/* Inicia Intro */

.introduccion {
    color: white;
    overflow: auto;
    width: 96%;
    height: 200px;
    text-align: center;
    padding: 0 2% 0 2%;
}

/* Termina Intro */


/* Inicia Servicios */


.servicios {
    color: white;
    width: 96%;
    padding: 0 2% 4% 2%;
    overflow: auto;
    text-align: center;

}

.servicio {
    text-align: center;
    width: 21%;
    height: auto;
    float: left;
    padding: 0 2% 0 2%;
}

.servicio3 {
    text-align: center;
    width: 29%;
    height: auto;
    float: left;
    padding: 0 2% 0 2%;
}


/* Termina Servicios */

/* Inicia Call To Action */

.CA {
    width: 96%;
    padding: 2% 2% 7% 2%;
    text-align: center;
    background-color: #f39200;
}

/* Termina Call To Action */


/* Inicia Testimoniales */

.testimoniales {
    overflow: auto;
    background-color: white;
    width: 96%;
    padding: 0 2% 0 2%;


}

.testimonial {
    width: 29%;
    height: 430px;
    padding: 40px 2% 0 2%;
    text-align: center;
    float: left;

}

/* Termina Testimoniales */

/* Inicia Galeria */


.galeriaImagenes {
    color: white;
    width: 100%;
    overflow: auto;
}

.imagenGaleria {
    width: 33%;
    float: left;

}

.imagenGaleria img{
    max-width: 90%;
    padding: 5%;
}

/* Termina Galeria */

/* Iniciar Footer */


.footer {
    color: white;
    width: 100%;
    height: 200px;
    overflow: auto;
}

.submenu {
    width: 33%;
    float: left;
}

/* Termina Footer */

/* Iniciar Copyright */

.copyright {
    width: 96%;
    height: auto;
    background-color: #f39200;
    text-align: center;
    padding: 2%;
}

/* Termina Copyright */


@media only screen and (max-width: 640px) {


    .contenedorPrincipal {
        width: 100%;
    }

    .seccionPrincipal{
        background-image: none;
        background-color: #f39200;
    }

    .subtitulo {
        font-size: 2.3em;
    }

    /* Inicia Cabecera */

    
    .logo {
        width: 100%;
        float: none;
    }

    .datos {
        text-align: center;
        padding: 0;
        width: 100%;
        height: auto;
        float: none;
    }
    /* Termina Cabecera */

    /* Inicia Menú */

    .menu{
        position:static;
        display:none;
    }


    .menu li {
        display:inline-block;
    }

    .menu li a{
        display:block;
        color:#ffffff;
        font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:1em;
    }

    .menu li:hover a{
        background:#ff6801;
    }

    .menu li, .menu li a{
        width:100%;
        margin-left: -6%;
        padding: 10px;

    }

    .show-menu{
        display:block;
    }

    
    /* Termina Menú */

    /* Inicia Banner Principal */

    .textoPrincipal {
        text-align: center;
        width: 94%;
        float: none;
    }
    
    .formulario{
        height: auto;
        width: 100%;
        float: none;
        background-color: rgb(243, 146, 0);

    }
    
    /* Termina Banner Principal */

    /* Inicia Intro */



    .introduccion {
        height: auto;
        text-align: center;
    }

/* Termina Intro */



    /* Inicia Servicios */

    .servicio {
        width: 96%;
        height: auto;
        float: none;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .servicio3 {
        width: 96%;
        height: auto;
        float: none;
        padding-top: 4%;
        padding-bottom: 4%;

    }

    /* Termina Servicios */

    
    /* Inicia Testimoniales */

    .testimonial {
        width: 96%;
        height: auto;
        float: none;
    }

    /* Termina Testimoniales */

    /* Inicia Galeria */


    .imagenGaleria {
        text-align: center;
        width: 95%;
        margin-left: 2.5%;
    }

    .imagenGaleria img{
        padding: 1%;
    }
    
    /* Termina Galeria */

    /* Inicia Footer */

    .footer {
        height: auto;
        clear: both;
    }

    .submenu {
        width: 60%;
        margin-left: 20%;
        float: none;
    }

    /* Termina Footer */


}


