.text-center{
    text-align: center;
    width: 100%;
}
.preloader-container{
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgb(0,0,3,0.8 ) 10%,rgb(0,34,102,0.9) 80%);
    color: #c3c3c3;
    position: absolute;
    min-height:100vh;
    display: flex;
    z-index: 80000;
    top: 0;
}
.preloader-container-bg{
    width: 100%;
    height: 100%;
    background-color:#FFFFFF;
    position: absolute;
    min-height:100vh;
    display: flex;
    z-index: 60000;
    top: 0;
}
.preloader{
    margin: auto;
    width: 350px;
    height: 30px;
    background-color: #3f3a3a;
    z-index: 80000;
    position: relative;
}
.preloader:before{
    content: "";
    position: absolute;
    width: 0;
    height: 30px;
    background-color: rgb(0,34,102,1);
    animation: preloader 10s infinite;
    z-index: 90000;
}
.preloader p{
    margin: 0;
    line-height: 30px;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90000;

}
@keyframes preloader{
    100%{
        width:100%;
        opacity: 1;
    }
    95%{
        width: 100%;
        opacity: 0.2;
    }
}
.close{
    transform: translateY(-100%);
    transition: all 0.5s;
}
body{
    font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 766px) {
    .education-right{
        padding-top: 2em;
        color: #fff;
        border-right: none !important;
        border-bottom: none !important;
        min-height: 10vh;
        padding-left: 0 !important;
        padding-right: 0 !important;
     }
     .education-left{
        color: #fff;
        border-bottom: none !important;
        padding-top: 2em;
        padding-left: 0 !important;
        min-height: 10vh;
    }
}
.block{
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
.block-margin-menu{
    width: 100%;
    min-height: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: yellow;
    content: " ";
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.hero{
    /*text-align: center;
    height: 100vh;
    width: 100vw;
    margin: 0px;
    padding: 0px;
    background-image: url('img/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    text-align: center;*/

    position: fixed;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: cover;
    min-height: 500px; 
    background-image: url('img/bg.jpg');
    background-repeat: no-repeat;
    z-index: 1; 
}
.hero.gradient::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgb(0,0,3,0.7 ) 10%,rgb(0,34,102,0.7) 80%);
    /*background:linear-gradient(90deg, rgb(0,51,102,0.7 ) 10%,rgb(0,34,102,0.7) 80%);
    background:linear-gradient(90deg, rgb(0,0,0,0.5) 50%,rgb(17,98,172,0.5) 50%);
    linear-gradient(90deg, #0a5fa9cd 10%, #0f1939c8 90%);
    background: linear-gradient(to right top, #05193799, #004d7a99, #00879399, #00bf7299, #a8eb1299);*/
    z-index: -1;
}

.header{
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 100px;
    text-align: center;
}
.box-line {
    border: 3px solid #c3c3c3;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
    /*background-color: rgb(0,0,0,0.9);*/
}
.text-bold{
    font-weight: 700;
}
.my-name{
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    z-index: 3;
    letter-spacing: 10px;
    padding: 10px;
    margin-top: 10px;
}
.typed{
    color: #c3c3c3;
    z-index: 6;
    
}

.menu{
    transition: background-color 1s ease;
    background-color:rgb(32,32,32,0.8);
    transition : border 1s ease-out;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    height: auto;
    position: absolute;
    bottom:0;
    z-index: 1000;
    text-align: center;
    /*display: flex;
    justify-content: space-between;*/
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}
.nav-title{
    color: rgb(250,255,255,0.6);
    display: flex;
    /* justify-content: center; */
    align-self: center;
    text-transform: uppercase;
    font-weight: bold;
}
.menu li>a{
    color: #c3c3c3;
    text-transform: uppercase;
    text-align: center;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}
.menu-fixed{
    position:fixed;
	z-index:1000;
	top:0;
    width:100%;
    height: auto;
    bottom: inherit;
    /*background:linear-gradient(90deg,rgb(0,34,102,0.4) 10%, rgb(0,0,3,0.9 ) 80%);*/
    transition: background-color 0.5s ease;
    transition : border 0.5s ease-out;
    background-color:rgb(32,32,32,1);
    border-bottom: 1px solid #c3c3c3;
    min-height: 50px;
}
.custom-navbar{
    justify-content: flex-end;
}
.navbar-toggler-icon{
    color: aqua;
}
.navbar{
    width: 100%;
}
.about-me{
    position: relative;
    background-color:rgb(32,32,32,1);
    z-index: 4;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}
.my-photo{
    /*height: 0;
    overflow: hidden;
    padding-top: 53%;
    position: relative;
    min-height: 400px;
    max-height: 100vh;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(img/yo.png);
    /*position: absolute;
    left: 0;
    top: 0;*/
    height: 100vh;
}
.my-description{
   color: #c3c3c3;
   padding: 0;
   padding-top: 65px;
   margin: 0;
   display: flex;
   flex-wrap: inherit;
   font-size: 16px;
   min-height: 100vh;
   height: auto;
}
@media screen and (max-width: 766px) {
    .my-description{
        display: block;
        min-height: auto;
    }
}
.my-decription__black{
    background-color:rgb(19, 19, 19);;
    padding: 40px;
    width: 100%;
}
.my-decription__grey{
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    background-color:rgb(32,32,32,1);
}
.cover-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
}

.fab, .fas{
    width: 30px;
    font-size: 20px;
}

.cv{
    position: relative;
    background-color:rgb(32,32,32,1);
    z-index: 4;
    width: 100%;
    border-top: 1px solid #c3c3c3;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    height: auto;
    padding-bottom: 1em;
}
.video{
    position: relative;
    width: 100vw;
    min-height: 100vh;
    justify-self: center;
}
.portfolio{
    position: relative;
    background-color:rgb(32,32,32,1);
    z-index: 4;
    width: 100%;
    border-top: 1px solid #c3c3c3;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    height: auto;
}

.contact{
    position: relative;
    background-color:rgb(32,32,32,1);
    z-index: 4;
    width: 100%;
    border-top: 1px solid #c3c3c3;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 100vh;
}
.title-seccion{
    position: relative;
    width: 100vw;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-image: url('img/bg.jpg');
    background-repeat: no-repeat;
    z-index: 1; 
    color:#c3c3c3;
    text-align: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    margin-top: 50px;
    align-items: center;
}
.title-seccion.gradient::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:linear-gradient(90deg, rgb(0,0,3,0.7 ) 10%,rgb(0,34,102,0.7) 80%);
    z-index: -1;
}
.block-title-sub_seccion{
    position: relative;
    width: 100vw;
    height: auto;
    color:#c3c3c345;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color:#171616;
    border-bottom: 1px solid #c3c3c345;
    padding-top: 1em;
    padding-bottom: 1em;
    
}
.title-sub_seccion{
    background-color:#171616;
    z-index: 1;
    border-left: 1px solid #c3c3c345;
    border-right: 1px solid #c3c3c345;
    padding-left:0.5em ;
    padding-right:0.5em ;
    align-self: center;
    margin: 0;
}

.block-title-sub_seccion::before{
    border-top: 1px solid #c3c3c345; 
    width: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 1em;
    padding-right: 1em;
} 

.nueva{
    background-color: #fff;
}
.typed_block { 
    position: relative; 
    text-align: center;
    color: #c3c3c3;
    text-align: center;
}
.typed_block u{
    text-decoration: none;
    border-bottom: 1px solid #c3c3c3 ;
}
.education-left{
    color: #fff;
    border-bottom: 1px solid #c3c3c345;
    padding-top: 2em;
    padding-left: 2em;
    min-height: 10vh;
}
.education-number__left{
    position: absolute;
    top: 1em;
    left: 3em;
}
.education-number__right{
    position: absolute;
    top: 1em;
    right: 3em;
}
.education-number{
    font-size: 5em;
    color:#3f3a3a;
}
.education-title{
    font-size: 18px;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
    color: #fff;
    line-height: 1.2;
}
.education-title__sub{
    font-size: 14px;
    color: #fff;
    padding-left: 0.5em;
}
.education-right{
   padding-top: 2em;
   color: #fff;
   border-right: 1px solid #c3c3c345;
   border-bottom: 1px solid #c3c3c345;
   min-height: 10vh;
}
.education-left p{
    color: #c3c3c3;
    padding-left: 0.5em;
}
.education-right p{
    color: #c3c3c3;
    padding-left: 0.5em;
}
.aling_right{
    text-align: right;
}

.bar-coustom{
    background-color:rgb(0,34,102,0.5);
    color: #c3c3c3;    
    height: 2em;
}
.progress-coustom{
    border-radius: 0;
    height: 2em;
    font-size: 1em;
    background-color: #c3c3c345;
    margin-top: 20px;
}
.block-skill{
    color: #c3c3c3;
    width: 100%;
    height: auto;
    
}
.skill-square{
    background-color: #24242445;
    text-align: center;
    color: #c3c3c3;
    padding: 2em;
    border:1px solid #3f3a3a;
}
.progress-coustom-skill{
    border-radius: 0;
    height: 1em;
    font-size: 0.5em;
    background-color: #c3c3c345;
    margin-top: 5px;
}
.language{
    color:  #c3c3c3;
}
.programming-lang{
    color:#c3c3c3;
    text-align: center;
    padding-top: 2em;
}
.technology{
    color:#c3c3c3;
    text-align: center;
    padding-top: 2em;
}
.framework{
    color:#c3c3c3;
    text-align: center;
    padding-top: 2em;
}
.personal-skill{
    color:#c3c3c3;
    text-align: center;
    padding-top: 2em;
}
.my-works{
    text-align: center;
    color: #c3c3c3;
    background-color: rgb(0,34,102,0.5);
    margin-bottom: 3em;
}
.img-my-works{
    position: relative;
    width: auto;
    padding-top: 60%;
    min-height: 400px;
    align-self: center;
}
.cover-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }

.portfolio-img{
    color: #fff;
    padding-top: 2em;
    padding-left: 2em;
    min-height: 50vh;
}

.portfolio-text{
    padding: 0.5em;
    color: #fff;
    border: 1px solid #c3c3c345;
    align-self: center;
}
.portfolio-text p{
    padding-left: 0.5em;
}
.portfolio-title{
    font-size: 18px;
    
	margin-bottom: 10px;
    color: #fff;
    line-height: 1.2;
}
.portfolio-title__sub{
    font-size: 14px;
    color: #fff;
    padding-left: 0.5em;

    text-decoration-line: underline;
}
.zoom{
    transition: transform .5s;
    transform: scale(1);
}
.zoom:hover{
    transform: scale(1.5);
    /*border-radius: 10px;*/
    z-index: 2000;
}
.img-map{
    height: auto;
    background-image: url('img/banner-map2.png');
    background-size: cover;
    width: 100vw;
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 150px);
    background-repeat: no-repeat;
    z-index: 1;  
    position: relative;
    border-bottom:1px solid #3f3a3a;
}

.img-map.gradient-map::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgb(0,0,3,0.7 ) 10%,rgb(0,34,102,0.7) 80%);
    z-index: -1;
}
.logos-social{
    position: absolute;
    bottom: -20px;
    z-index: 50000;
    width: 100%;
    align-content: center;
    justify-content: center;
}

.logos-social i{
    width: auto;
    height: 40px;
    font-size: 40px;
    color: #c3c3c3;
}
.contact-form{
    padding-top: 100px;
}
.contact-form textarea{
    background-color: #02081f53;  
    border: 1px solid #02011c;
    color: #c3c3c3;
    border-radius: 0;
}
.contact-form input{
    background-color:#02081f53; 
    /* border: 1px solid rgb(0,34,102,0.7);*/
    border: 1px solid #02011c;
    color: #c3c3c3;
    border-radius: 0;
}
.error_input{
    border: 2px solid #2d0306 !important;
}
.contact-form input:focus{
    background-color: #02011c;
    color: #c3c3c3;
} 

.contact-form textarea:focus{
    background-color:#02011c;
    color: #c3c3c3;
}
.send-btn{
    background-color: #02011c !important;
    color: #c3c3c3;
    width: 200px;
    height: 40px;
}
.send-row{
    justify-content: center;
    margin-top: -20px;
}

.logo_error{
    color: #c3c3c3;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color:#2d0306;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.logo_error.msg{
    height:calc(100% - 20px)!important;
}
.fas.fa-exclamation-circle.edit_size_20{
    font-size: 20px;
    width: 20px;
}
.edit_size_20{
    /*padding-right: 3em;*/
    font-size: 20px;
    width: 20px;
}

.status_message{
    width: 100vw;
    height: 40vh;
    background-color: #02081fbb;  
    color:#c3c3c3;
    position:absolute;
    top:20%;
    display: none;
    justify-content: center;
    align-items: center;
}
.status_msg_text{
   text-align: center;
   padding: 1em;
}
.close_modal{
    position: absolute;
    top:0;
    right:0;
    width: 20px;
    height: 20px;
    content: "X";
}