/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
li{
    list-style: none!important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.white{
    color:black;
}
.black{
    color: white;
}
h2,h1{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}
html{
    box-sizing: border-box;
}
*,*:before,*:after{
    box-sizing: inherit;
}

/* Encabezado */

div.hero{
    background-image: url(../images/fondo1.jpg);
    height: 80vh;
    background-position: center;
    background-size: 170%;
    background-repeat: no-repeat; 
}
div.cabecera-contenido{
    
    text-align: center;
    color:white;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}
div.cabecera-contenido a{
    color:white;
    font-size: 50px;
    margin: 10px 10px 0 0;
}
div.cabecera-contenido-titulo{
    width: 50%;
}
div.cabecera-contenido-titulo p{
    font-family: 'Roboto', sans-serif;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    padding: 10px 0;
}
div.barra{
    background: #4C4C4C;
    height: 15vh;
    padding: 10px;
}
.contactanos{
    padding-bottom: 0px!important; 
}
.contenedor{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
div.logo{
    width: 33%;
    float: left;
}
div.logo img{
    width: 150px;
}
.navegacion-principal{
    float: right;
    width: 100%;
    display: none;
    background: #4C4C4C;
    color: white;
}
.navegacion-principal a{
    font-family: 'Oswald', sans-serif;
    color:white;
    text-transform: uppercase;
    font-size: 1em;
    text-decoration:none;
    transition: all .8s ease;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    height: 50px;
    line-height: 50px;
    border:3px solid #4C4C4C;

}
.navegacion-principal a:hover{
    border:3px solid #FFFF0A;
    color:#FFFF0A;
    text-shadow:1px 1px 1px solid black;
}

.navegacion-principal .activo{
    border:3px solid #FFFF0A;
        color:#FFFF0A;
        text-shadow:1px 1px 1px solid black;
}
.navegacion-principal a:last-child:hover{
        color:white;
}
div.nosotros-caja{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    flex-wrap: wrap;
}
div.nosotros-imagen{
    width: 100%;

}
div.nosotros-imagen img{
    width: 100%;
    border-radius: 10px;
}
h2{
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color:#4C4C4C;
}
div.nosotros-texto{
    width: 100%;
}
div.nosotros-texto p{
    font-size: 20px;
    text-align: justify;
}
div.menu-movil{
    width: 30px;
    display: block;
    float: right;
    text-align: right;
    margin-top: 10px;
}
div.menu-movil:hover{
    cursor: pointer;
}
div.menu-movil span{
    height: 6px;
    margin-bottom: 4px;
    background: white;
    display: block
}
.seccion{
    padding: 30px 0;
}
.seccion p{
    font-size: 16px;
}
h2{
    text-transform: uppercase;
    text-align: center;
}
section.paquetes{
    position: relative;
}
div.contenedor-video{
    max-width: 100%;
    overflow-x: hidden;
}
div.contenido-paquete{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.paquete{
    background: rgba(255,255,255,.5);
    padding: 15px;
    margin-top: 80px;
}
nav.menu-programa{
    width: 100%;
    border-bottom: 1px solid #EB6300;
    padding-bottom: 10px;
}
nav.menu-programa a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:black;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
    height: 45px;

}
nav.menu-programa i{
    color:#EB6300;
    font-size: 20px;
    margin-right: 10px;
}

div.detalle-paquete{
    margin-top: 20px;
    padding: 0 20px;
    
}

div.detalle-paquete h3{
    
    color:#EB6300;
    font-size: 1.8em;
}
div.detalle-paquete li{
    list-style: none;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px 1px white, -1px -1px 1px white;


}
.boton{
    padding: 5px 30px;
    background:#FC0107;
    color:white;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    margin-top: 0px;
    text-decoration:none;
    display: inline-block;
    transition: all .8s ease;
}
.boton:hover{
    background:#66CCFF;
    color:white;
  
}
.boton2{
    
    background:#EB6300;
    color:white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .7em;
    margin-top: 20px;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-decoration:none;
    transition: all .8s ease;
}
.boton2:hover{
    background:#FF8000;
  
}
.info{
    padding: 1px 5px;
    background:#0080FF;
    color:white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    text-decoration:none;
    display: inline-block;
    transition: all .8s ease;
}
.info:hover{
    background:#000080;
  
}
.float-right{
    float: right;
}
ul.lista-proyectos{
    width: 100%;
    padding: 0;
    text-align: center;
    
}
ul.lista-proyectos li{
    padding: 10px;
    float: left;
    width: 100%;
    
}
div.proyecto{
    position: relative;
    overflow:hidden;
    transition:all .3s ease-in-out;
    border: 3px solid #4C4C4C;
    border-radius: 10px; 
    filter: brightness(1);

    width: 100%;



}
div.proyecto:hover{
    /*filter:drop-shadow(16px 16px 10px rgba(118,118,118,0.9));*/
    transform: scale(0.9);
    filter: brightness(1.2);
    cursor: pointer;
    box-shadow: 2px 2px 20px black;
    border-radius: 5px; 
    border: 3px solid #4C4C4C;

}
div.proyecto img{
    max-height: 100%;

}


div.proyecto p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    padding: 15px 10px;
    margin :0;
    font-family: 'Roboto', sans-serif;
    color:white;
    text-transform: uppercase;
    -webkit-transition:all .3s ease-in-out;

}
div.proyecto:hover p{
    bottom: -80px;
    opacity: 0;


}
.parallax::before{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    background-attachment: fixed;
    filter: brightness(1);
}
ul.resumen{
    position: relative;
    padding: 120px 0;

}
ul.resumen li{
    width: 100%;
    float: left;
    text-align: center;
    color:#E6E6E6;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    list-style: none;

}
ul.resumen li span{
    color:white;
}
ul.productos{
    position: relative;
    padding: 50px 0;

}
ul.productos li{
    width: 100%;
    float: left;
    text-align: center;
    color:#4C4C4C;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    list-style: none;

}
ul.productos li span{
    color:black;
}

div.contador,div.nuevo{
    position: relative;
    height: auto;
}
div.nuevo{
height: 400px;
}
div.contador::before{
    background-image: url(../images/fondo2.jpg); 
    content: '';
}
div.nuevo::before{
    background-image: url(../images/fondo2a.jpg); 
    content: '';
    filter: brightness(.3);
}
ul.servicios{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
ul.servicios a{
    text-decoration: none;
    width: 100%;
    padding: 10px;
    color:#EB6300;
    height: 70px;
    text-align: center;
    -webkit-transition:all .3s ease-in-out;
    border-right: 1px solid #EB6300;
    border-left: 1px solid #EB6300;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px dashed #EB6300;
    border-top: 1px dashed #EB6300;


}
ul.servicios i{
    width: 100%;
}
ul.servicios li{
    width: 100%;
}
ul.servicios a:first-child{
    
    border-left: 1px solid #EB6300;

}
ul.servicios a:hover{
    background: #EB6300;
    color:white;

}

.todos_paq,.todos_ser,.nuevo{
    position: relative;
}
.info-paquete,.servicios_one{
    position: absolute;
    top: 0;
    min-height: 600px;
}
#menu_p a{
    cursor: pointer;
}
.ocultar{
    display: none;
}
.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;

}
.activo{
    border:1px solid white;
    color:red;
}
.proyecto{
    height: 180px;
    overflow: hidden;
}
div.nosotros-caja2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;

}
div.nosotros-info{
    width: 100%;
    text-align: center;
}
div.nosotros-info-texto{
    width: 100%;
    text-align: justify;
}
div.nosotros-info div img{
    width: 50%;
    
}
div.servicios-caja{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;

}
div.servicios-info{
    width: 50%;
    margin-bottom: 40px; 
    transition: all 1s ease;
}
div.servicios-info{
    text-align: center;
    font-size: 20px;
}
div.servicios-info img{
    width: 70%;
}
div.servicios-info:hover{
    transform: scale(1.2);

}
div.servicios-info:hover img{
    box-shadow: 2px 2px 10px black;
    border-radius: 50%; 
    border: 2px solid #4C4C4C;
}
.productos-caja{
    display: flex;
    justify-content: center;
}
.productos-izq{
    color:#FC0280;
    font-size: 16px;
    margin-bottom: 10px; 
}
.productos-izq span{
    color:white;
}
.productos-der{
    color:#66CCFF;
    font-size: 16px;
}

.productos-der span{
    color:white;
    transition: all 1s ease-in-out;
}
.productos-der span:hover{
    transform: scale(1.2);
}
.formulario-caja{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 50px 0;
        flex-wrap: wrap;
        padding: 20px;
        
    }
    .hero2{
        background: url(../images/contacto.png);
        background-size: cover; 
        color:white;
    }
    .formulario-datos{
        width: 100%;
        margin-bottom: 20px;
    }
    .formulario-info{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        font-size: 70px;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        
    }
    .formulario-info a{
        margin: 0 30px;
        color:white;
    }
.footer{
    width: 100%;
    background-image: url(../images/pie.png);
        background-position: top center;
        background-size: cover;
        height: 300px;
}
.footer-caja{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
}
.footer .logo{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.footer .logo img{
    width: 250px;
}
.footer-info{
    color:white;
    text-align: center;
}
.footer-contacto{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;


}
.footer-contacto i{
    font-size: 18px;
}
.footer-contacto .btn{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 900px){
    div.hero{
        height: 85vh;
        background-image: url(../images/fondo1.jpg);
        background-position: center; 
        background-size: cover; 

    }
    div.pre-barra{
        height: 15vh;
    }
    div.barra{
        height: 15vh;
        padding: 10px 0;
    }
    div.logo{
        padding: 10px 0;
    }
    div.logo img{
        width: 200px;

    }
    div.cabecera-contenido-titulo h1{
        font-size:30px;
    }
    div.cabecera-contenido-titulo p{
    }
    .navegacion-principal{
        width: 67%;
        float: right;
        display: block;
        text-align: right;
        padding: 0px 0;

    }
    .navegacion-principal a{
        margin-right:10px;
        padding:5px 5px;
        display: inline-block;
        width: auto;
        height: auto;
        text-align: center;
        margin-bottom: 0px;
    }
    div.menu-movil{
        display: none;
    }
    div.contenedor-video video{
        width: 100%;
    }
    .paquete{
        width: 50%;
    }
    nav.menu-programa{
    display: table;
    }
    nav.menu-programa a{
    display: table-cell;
    }
    ul.lista-proyectos li{
    width: 25%;
    
    }
    ul.resumen li{
    width: 50%;
    
    }
    ul.productos li{
    width: 100%;
    
    }
    ul.servicios a{
        width: 20%;
        border-left: none;
        

    }
    ul.servicios li{
        width: 100%;
    }
    ul.servicios a{
        transition: all .5s ease;
        
    }
    ul.servicios a:hover{
        transform: scaleY(1.1);
        box-shadow: 1px 1px 10px black;
    }
    ul.servicios a i{
        transition: all .5s ease;
        width: auto;
    }
    ul.servicios a:hover i{
        transform: scale(2.2);
        
    }
    .selectS {
        transform: scale(2.2);
        color:white;
    }
    .selectA{
        transform: scaleY(1.1);
        box-shadow: 1px 1px 10px black;
        background: #EB6300;
        color:white;
    }
    .selectA li{
        
        color:white;
    }
    div.nosotros-caja2{
        justify-content: space-between;
        margin-top:50px; 

    }
    div.nosotros-info{
        width: 33%;
        text-align: center;
    }
    div.nosotros-info-texto{
        padding: 0 40px;
    }
    div.nosotros-info div img{
       width: 70%;

    }
    div.servicios-caja{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    }
    div.servicios-info{
        width: 25%;
    }
    div.servicios-info{
        
    }
    div.servicios-info img{
        width: 70%;
    }
    div.nosotros-caja{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    }
    div.nosotros-imagen{
        width: 55%;

    }
    div.nosotros-imagen img{
        width: 100%;
        border-radius: 10px;
    }
    h2{
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color:#4C4C4C;
    }
    div.nosotros-texto{
        width: 40%;
    }
    div.nosotros-texto p{
        font-size: 20px;
        text-align: justify;
    }
    div.nuevo{
        height: 520px;
    }
    .productos-caja{
        align-items: center;

    }
    .productos-izq{
        color:#FC0280;
        font-size: 25px;
        margin-bottom: 10px; 
        margin:0 20px;
        border: 1px solid #FC0280;
        width: 350px;
        padding: 10px;
        height: 440px;
        border-radius: 10px: 

    }
    .productos-izq span{
        color:white;
        transition: all .1s ease-in-out;
        cursor: e-resize;
    }
    .productos-izq span:hover{
        font-size: 27px;

        color:#FC0280;
        text-shadow: 1px 1px 1px white
    
    }
    .productos-der{
        color:#66CCFF;
        font-size: 25px;
        margin:0 20px;
        border: 1px solid #66CCFF;
        width: 350px;
        padding: 10px;
        height: 440px;
        border-radius: 10px: 



    }
    .productos-der span{
        color:white;    
        transition: all .1s ease-in-out;
        cursor: e-resize;
    }
    .productos-der span:hover{
        font-size: 27px;

        color:#0F80FF;
        text-shadow: 1px 1px 1px white
    }
    .formulario-caja{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 50px 0;
    }
    .formulario-datos{
        width: 45%;
    }
    .formulario-info{
        width: 45%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        
    }
    .footer{
        
        height: 210px;
    }
    .footer-caja{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        flex-wrap: nowrap;
    }
    .footer .logo{
        margin-bottom: 50px;
        text-align: left;
    }
    .footer .logo img{
        width: 250px;
    }
    .footer-info{
        color:white;
        text-align: center;
    }
    .footer-contacto{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;


    }
    .footer-contacto i{
        font-size: 18px;
    }
    
    
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
