:root {
    --color-primary: #0073ff;
    --color-white: #e9e9e9;
    --color-black: #141d28;
    --color-black-1: #212b39;
}

* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
    background: black;
}

body {
    font-family: sans-serif;
} 

header {
    height: 50px;
    background: none;
}


/*----- Responsive Menus GRABADOS RECIENTES -----*/

.nav-bar{
    background: #222;
    padding: 20px;
    display: block;
    color: white;
    cursor: pointer;
    font-size: 1.2em;
    width: 100%;
}
 
.menu, .submenu{
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu{
    background: #222;
    width: 100%;
    margin-left: -100%;
    justify-content: flex-end;
    transition: all 0.5s;
}

.menu_link{
    display: block;
    padding: 12px;
    color: white;
    font-size: 1.0em;
    text-decoration: none;
}
.menu_link:hover{
    background: #222;
}
.submenu .menu_link:hover{
    background: #222;
}

.submenu{
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.submenu .menu_link{
    background: #333;
    padding-left: 45px;   
}
.mostrar {
    margin-left: 0;
}

@media (min-width: 768px) {
    .nav-bar {
        display: none;
    }
    .menu{
        margin-left: 0;
        display: flex;
    }
    .container-submenu{
        position: relative;
    }
    .submenu {
        position: absolute;
        top: 60px;
        width: 265px;
        overflow: visible;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
    }
    .container-submenu:hover .submenu {
        opacity: 1;
        visibility: visible;
    }
}


/*------ Fin Responsive Menus GRABADOS ----------*/



/*------ Pagina Adrian Portada--------*/

.text-box{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 5px;
    background: black;
    margin-top: 8px;
    border-top: 2px solid lightgray;
}  

.text-box img{
    width: 340px;
    float: center;
    margin-top: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid lightgray;
}

.title01{
    font-size: 45px;
    color: aliceblue;
    margin-top: 80px;
    margin-bottom: 10px;   
}

.Sub-Title01{
    font-size: 17px;
    font-weight: 400;
    color: #efefef; 
    margin-bottom: 280px;
}

.title03{
    font-size: 50px;
    color: aliceblue;
    margin-top: 50px;
    margin-bottom: 10px;   
}

.Sub-Title03{
    font-size: 17px;
    font-weight: 400;
    color: #efefef; 
    margin-bottom: 30px;
}


.text-box p{
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
    margin: 10px 0 40px;
    font-size: 14px;
    color: white;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 12px 30px;
    font-size: 14px;
    background: transparent;
    position: relative;
    cursor: pointer;}

.hero-btn:hover{
    border: 1px solid blue;
    background: blue;
    transition: 1s;}

nav .fa{
    display: none;}


/*---- FIN Pagina Adrian portada ------*/


/*------ Pagina Adrian  BIO --------*/

.container-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 5px;
    background: black;
    margin-top: 0px;
    border-top: 6px solid lightgray;
}

.title1{
    font-size: 50px;
    color: aliceblue;
    margin-top: 20px;
    margin-bottom: 15px;   
}

.Sub-TitleBio{
    font-size: 20px;
    font-weight: 400;
    color: aliceblue;    
}

.container-all video{
    display: block;
    margin: 1em auto;
    width: 95%;
    height: cacl(.5625 * 95vw);
}

.container-all p{
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    color: white;
    text-align: justify;
}

.culture img{
    width: 17%;
    padding: 5px;
    padding-top: 50px;
    padding-left: 10px;
    cursor: pointer;
}

.culture img:hover{
    filter: grayscale(0);
    transform: scale(1.1);
}

.Sub-TitleBio p{
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    color: white;
    text-align: justify;
}



/*---- FIN Pagina Adrian BIO ----*/


/*------ GALLERY --------*/

.gallery{
    margin: 20px 50px;
    margin-left: 90px;
    margin-top: 60px;
    justify-content: center;
}

.gallery img{
    width: 230px;
    padding: 5px;
    filter: grayscale(100%);
    transition: 1s;
    border: 0.5px solid gray;
}

.gallery img:hover{
    filter: grayscale(0);
    transform: scale(1.1);
}



/*------ Gallery Exhibition --------*/

.container-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 5px;
    background: black;
    margin-top: 0px;
    border-top: 6px solid lightgray;
}

.title1{
    font-size: 50px;
    color: floralwhite;
    margin-top: 20px;
    margin-bottom: 15px;   
}

.Sub-TitleBio2{
    font-size: 20px;
    font-weight: 400;
    color: ghostwhite;
    text-align: justify;
}

.text-box p{
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
    color: white;
    text-align: center;
}



/*------ FIN GALLERY --------*/


/*------ NEWSLETTER --------*/

.line-1{
    height: 2px;
    background: #25221b;
}

.newsletter h2{
    font-size: 25px;
    color: lightgray;
    margin-bottom: 20px;
    margin-left: 30px;
}


.newsletter p{
    font-size: 16px;
    line-height: 25px;
    color: floralwhite;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.newsletter22 video{
    display: block;
    margin: 1em auto;
    width: 95%;
    height: cacl(.5625 * 95vw);
}

.newsletter img{
    width: 500px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 15px;
}
 
.newsletter2 img{
    width: 150px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 15px;
}

.newsletter2 h2{
    font-size: 25px;
    color: lightgray;
    margin-bottom: 20px;
    margin-left: 30px;
}

@media screen and (max-width:768px){
    .contact-box{
        grid-template-columns: 1fr;
    }
    .left{
        height: 200px;
    }
}      

 
/*------ BlogPost --------*/


.blogpost_date span{
    display: block;
    color: azure;
    font-size: 20px;
    font-weight: 600;
    margin: .5rem 0;
    padding-top: 10px;
}
 
.blogpost_title{
    font-size: 22px;
    margin: 1.5rem 0 2rem;
    color: azure;
}

.blogpost_text{
    font-size: 16px;
    line-height: 25px;
    color: floralwhite;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

.blogpost_text1{
    text-align: center;
    color: white;
    font-size: 12px;
}

/*------ FIN NEWSLETTER --------*/



/*------ FOOTER --------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 5px;
    font-weight: 600;
}

.footer p{
    font-size: 17px;
    color: white;
    margin-bottom: 15px;
}

.footer h7{
    font-size: 12px;
    color: gray;
    margin-bottom: 15px;
}

.footernote{
    font-size: 19px;
    color: aliceblue;
    margin-bottom: 20px;
}

.icons .fa{
    color: white;
    margin: 0 10px;
    margin-bottom: 15px;
    margin-top: 1px;
    cursor: pointer;
    padding: 18px 0;
    font-size: 25px;
}

.icons .fa:hover{
    color: blue;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    font-size: 25px;
}

/*------ FIN Footer --------*/


/*------ Contact Form --------*/


.container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;  
}

h2{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: red;
}

.field{
    width: 100%;
    padding: 0.5rem 1rem;
    outline: none;
    background-color: #333;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: 0.4s;
}

.field:hover{
    background-color: lightyellow;
}

.field:focus{
    background-color: #fff;
    border: 2px solid rgba(30, 85, 250, 0.47);
}

.area{
    min-height: 150px;
}

.btn{
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    background-color: #2ecc71;
    cursor: pointer;
    outline: none;
    border: none;
    color: #fff;
    transition: .4s;
}

.btn:hover{
    background-color: #27ae60;
}

h1 thanks{
    text-align: center;
    color: #fff;
    font-size: 40px;
    background: red;
}

@media screen and (max-width:880px){
    .contact-box{
        grid-template-columns: 1fr;
    }
    .left{
        height: 200px;
    }
}      
    

/* ------ CONTACT US REPLY ------*/

.reply{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reply h1{
    font-size: 35px;
    color: white;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.reply a{
    display: block;
    padding: 10px 30px;
    background: #4091EC;
    color: white;
}

.reply a:hover{
    background: blue;
}


/*------ FIN Contact Form --------*/



/*---- INICIO Social MEDIA portada -----*/

@media only screen and (max-width: 768px){
    .text-box h1{
        font-size: 20px;}
    .nav-links ul li{
        display: block;}
    .nav-links{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;}
    
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;}
    
    .nav-links ul{
        padding: 30px;}
}


/*---- FIN Social MEDIA portada -----*/


/*------ social media --------*/

@media only screen and (max-width: 768px){

    .wrapper {
        width: 600px;
        margin: 0 auto;
    }
 
.container-all embed{
    flex-direction: column-reverse;
    margin: 50px 0;
    object-position: center;
    }

.newsletter2 embed{
    flex-direction: column-reverse;
    margin: 50px 0;
    object-position: center;
    }

.newsletter h2{
    padding: 20px 0px 0px;

}

.newsletter p{
    padding: 20px 0px 0px;

}

}

