/* CSS Incorporated By Jairo C. Villadiego Contreras ---> https://fb.com/ms27jc */

@viewport {
    zoom: 1.0;
    width: device-width;
}

html,body{
    width:100%;
}

#nav-container{
    background-color: #404046;
}

#nav-container > .container{
    background-color: #404046;
}

.barra{
    background-color:#589bd5
}

h1.h1-blue{
    text-align: center;
    color: #589bd5;;
}

p.p-subtitulo-rosa{
    font-size: 2.8rem;
    color: #ff1054;
    font-weight: bold;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin-top: 0px;
    margin-bottom: 16px;
}

#new-header{
    width: 100vw;
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 1em;
    background-image: url('/wp-content/uploads/fondo2_2.jpg');
    display: none;
    position: relative;
}

#new-header h3{
    color: #ffffff;
}

.espacio-speed{
    height: 150px;
}

.new-header2{
    background-image: url('/wp-content/uploads/fondo1_1.jpg');
    display: none;
    padding-top: 55vh;
    width: 100vw;
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-right: 20px;
    padding-left: 1em;
}

.new-config{
    margin-left: 30vw;
    float: none !important;
}

.new-config2{
    font-size: 2.5em;
}

.espacio-speed2{
    height: 60px;
}

#wp-custom-header-video{
    top: -21px;
}

#wp-custom-header-video-button{
    display: none;
}

.intro-main-text{
    display: none;
}

.featured-intro{
    top: auto;
    margin: 100px auto 0px 20px;
    width: fit-content;
}

.featured-intro h3 {
    text-align: left;
}

.featured-button {
    margin: 0px;
}

.btn-primary{
    line-height: normal;
    width: 280px !important;
}

.btnn {
    display: inline-block;
    position: absolute;
    /*bottom: 80px;*/
    right: 30px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    background: #2b2b32;
    font-weight: bold;
    color: #fff;
    padding: 1em;
    transition: 1s all;
    text-decoration: none;
    float: right;
}

.btnn:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-top: 0 solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ff455a;
}

#side-nav-custum{
    position: fixed;
    top: 60px;
    left: 0px;
    display: none;
    background-color: rgb(64, 64, 70);
    width: fit-content;
    padding: 8px;
    min-width: 75%;
    height: 100%;
    opacity: 0.97;
    z-index: 1;
}

.fila{
    display: block;
    margin-left: 10px;
}

.elemento{
    display: block;
    font-size: 18px;
    padding: 6px 0px;
    
}

.elemento a{
    text-decoration: none;
    color: #ffffff;
}

#espacio{
    height: 1000px;
}

.cerrar{
    text-align: center;
    border-bottom: solid .1px white;
    margin-bottom: 12px;
}

#menu{
    padding: 12px 0px;
    display: none;
    font-weight: bold;
    background-color: rgb(210, 5, 63);
    position: fixed;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
    color: #ffffff !important;
    height: 60px;
    opacity: 1;
}

#menu span i{
    color: white;
}

.equis{
    display: inline-block;
}

.p_tam18{
    text-align: center;
}

.tipografia{
    color: #2b2b32; 
    font-family: Lato, sans-serif; 
    font-size: 26px; 
    font-style: normal;
}

div.bottom-title{
    display: none;
}

.b-wrapper, .swipebox, .b-link-stroke, .b-animate-go{
    height: 250px; 
    width: 250px;
}

#parent-cover-0{
    background: url(/wp-content/uploads/2018/03/fondo111_1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; height: 600px; padding-top: 30px; padding-bottom: 30px;
}

#parent-cover{
    background: url(/wp-content/uploads/2018/03/resiliencia_1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; height: 600px; padding-top: 30px; padding-bottom: 30px;
}


/* Media Querys */

@media (min-width: 1422px){
    
    div.featured-image{
        height: 115vh;
    }

    #wp-custom-header-video{
        height:100%;
        width: 100%;
    }

}

@media (max-width: 768px){
    
    body{
        zoom: 100%
    }

    #new-header{
        display: block;
        background-image: url('/wp-content/uploads/fondo1_2.jpg');
    }

    #menu-default{
        background-color: rgb(64, 64, 70);
    }

    .nav-wrapper{
        background-color: rgb(64, 64, 70);
    }

    #menu-item-311{
        border-width: 0px;
    }

    .header-one{
        display: none;
    }

    #menu{
        display: block;
    }   

    .jc_proyectos{
        font-size: 2.9rem;
    }
    
    .jc_titulo{
        font-size: 2.875rem !important;
    }
    
    .jc_subtitulo{
        font-size: 2.2rem !important;
    }
    
    .jc_parrafo{
        font-size: 2.0rem !important;
    }
    
    .featured-image {
        display:none;
    }
    
    #cover2{
        width:90% !important;
    }
    
    #cover2 p{
        font-size: 2.5rem !important;
        text-align: left !important;
    }
     
    #cover1 p{
        text-shadow: 1px 1px 3px #000 !important; 
        background-color: rgba(51, 51, 51, 0.48) !important;
        padding: 16px; 
        font-size: 1.6rem !important;
    } 
    
    .cover-correct{
        height: auto !important;
    } 
    
    #parent-cover-0{
        background: url(/wp-content/uploads/2018/03/fondo111_1.jpg) no-repeat center center fixed; 
        -webkit-background-size: auto auto;
        -moz-background-size: auto auto;
        -o-background-size: auto auto;
        background-size: auto auto; 
        height: 600px; 
        padding-top: 30px; 
        padding-bottom: 30px;
    }

    #parent-cover{
        background: url(/wp-content/uploads/2018/03/resiliencia_1.jpg) no-repeat center center fixed; 
        -webkit-background-size: auto auto;
        -moz-background-size: auto auto;
        -o-background-size: auto auto;
        background-size: auto auto; 
        height: 600px; 
        padding-top: 30px; 
        padding-bottom: 30px;
    }

}

@media (max-width: 450px){
    
    #new-header{
        display: block;
        background-image: url('/wp-content/uploads/fondo2_2.jpg');
    }

    #parent-cover-0{
        background: url(/wp-content/uploads/2018/03/fondo111_1.jpg) no-repeat center center; 
        -webkit-background-size: auto auto;
        -moz-background-size: auto auto;
        -o-background-size: auto auto;
        background-size: auto auto; 
        height: 600px; 
        padding-top: 30px; 
        padding-bottom: 30px;
    }

    #parent-cover{
        background: url(/wp-content/uploads/2018/03/resiliencia_1.jpg) no-repeat center center; 
        -webkit-background-size: auto auto;
        -moz-background-size: auto auto;
        -o-background-size: auto auto;
        background-size: auto auto; 
        height: 600px; 
        padding-top: 30px; 
        padding-bottom: 30px;
    }

}

