html{	
    overflow-y: scroll;    
    height: 100%;
    background-color: white;
    color: dimgray;
}

html::-webkit-scrollbar {
    background: #c5c5c5;
    width: 10px;
    height: 10px;    
}

html::-webkit-scrollbar-thumb {
    background: dodgerblue;  
    border-radius: 5px;    
}

html::-webkit-scrollbar-track {
    height: 10px;
}

body{
    width: 100%;
    height: calc(400% + 150px);
    
}

.tit{
    margin: 30px auto;
    width: 100%;
    display: inline-block;    
}

.sec-txt{
    font-family: 'Raleway';
    font-size: x-large;
}

.sec-txt>b{
    font-family: 'Raleway Bold';
}

#transicion{
    z-index: 5;
    background-image: url(../img/loading-blue.gif);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 1;
    transition: 0.9s;
}

#bienvenida{
    background-image: url(../img/slide1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.9s;
    
}

.secc{
    text-align: center;
    font-size: xxx-large;            
    position: absolute;    
    width: 100%;    
    height: 100%;        
    display: inline-block;
}

#header{
    background-color: #002060;   
    top: 100%;
    height: 70px;
    width: 100% !important;
    left: 0;
    z-index: 1001;    
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#quienessomos{       
    background-color: white;   
    top: calc(100% + 70px);
    display: grid;
    grid-template-areas:
    'header header header header header'
    'tit_left_empty tit tit tit tit_right_empty'
    'left_up_empty left_up main_up right_up right_up_empty'
    'left_dwn_empty left_dwn main_dwn right_dwn right_dwn_empty';
    grid-gap: 10px;   
    align-items: center;
    justify-items: center;
    
}

.img-som{
    background-image: url(../img/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;    
}

.txt-som{        
    height: 200px;    
    font-size: 16px;
    font-family: 'Raleway';
    justify-content: center;
    align-content: center;
    line-height: 30px;
    overflow-y: scroll;
    margin-bottom: 40px;
}

#tit-quienessomos{
    grid-area: header;
}

#txt-quienesomos{
    grid-area: tit;    
}

#img-somos-0{
    grid-area: left_up_empty;
    background-image:none !important;
}

#img-somos-1{
    grid-area: left_up;
    width: 300px;
    background-image: url(../img/somos1.jpg);
}

#img-somos-2{
    grid-area: main_up;
    width: 300px;
    background-image: url(../img/somos2.jpg);
}

#img-somos-3{
    grid-area: right_up;
    width: 300px;
    background-image: url(../img/somos3.jpg);
}

#img-somos-n{
    grid-area: right_up_empty;
    background-image:none !important;
}

#txt-somos-0{
    grid-area: left_dwn_empty;    
}

#txt-somos-1{
    grid-area: left_dwn;
    width: 300px;
}

#txt-somos-2{
    grid-area: main_dwn;
    width: 300px;
}

#txt-somos-3{
    grid-area: right_dwn;
    width: 300px;
}

#txt-somos-n{
    grid-area: right_dwn_empty;    
}

#servicios{        
    background-color: whitesmoke;        
    top: 1580px;
    display: grid;
    grid-template-areas:
    'header header header header header'
    'tit_left_empty  tit tit tit  tit_right_empty'
    'left_up_empty left_up main_up main_up right_up_empty'
    'sub_tit_left_empty  sub_tit sub_tit sub_tit  sub_tit_right_empty'
    'cliente_1 cliente_2 cliente_3 cliente_4 cliente_5'
    'cliente_6 cliente_7 cliente_8 cliente_9 cliente_10';    
    align-items: center;
    justify-items: center;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 100px 100px 450px 50px 80px 80px;
    height: 1780px;
}

#tit-servicios{
    grid-area: header;
}

#txt-servicios{
    grid-area: tit;
}

#list-serv{
    grid-area: left_up;
    width: 300px;
    font-size: 20px;
    text-align: left;
    line-height: 45px;
    align-self: flex-start;
    font-family: Raleway;    
}

#list-serv>ol>li{
    text-decoration: underline;
    cursor: pointer;
    text-underline-position: under;
    transition: 0.6s;
}

#list-serv>ol>li:hover{
    color: rgb(1,33,96);
    text-decoration-color: darkturquoise;
}

#img-serv{
    grid-area: main_up;
    background-image: url(../img/servicio1.png);
    width: 100%;
    height: 400px;    
    background-position: center;
    background-repeat: no-repeat;
    align-self: baseline;
    background-size: cover;
    transition: 0.6s;
}


.img-cliente{
    background-image: url(../img/loading.svg);
    width: 100%;
    height: 100px;    
    background-position: center;
    background-repeat: no-repeat;
    align-self: baseline;
    background-size: 100px;
    transform: scale(1);
    transition: 0.6s;
}

.img-cliente:hover{
    transform: scale(1.5);
}

#cliente-1{
    grid-area: cliente_1;
    background-image: url(../img/cliente1.png);
}

#cliente-2{
    grid-area: cliente_2;    
    background-image: url(../img/cliente2.png);
}

#cliente-3{
    grid-area: cliente_3;    
    background-image: url(../img/cliente3.png);
}

#cliente-4{
    grid-area: cliente_4;    
    background-image: url(../img/cliente4.png);
}

#cliente-5{
    grid-area: cliente_5;    
    background-image: url(../img/cliente5.png);
}

#cliente-6{
    grid-area: cliente_6;
    background-image: url(../img/cliente6.png);
}

#cliente-7{
    grid-area: cliente_7;
    background-image: url(../img/cliente7.png);    
}

#cliente-8{
    grid-area: cliente_8;
    background-image: url(../img/cliente8.png);
}

#cliente-9{
    grid-area: cliente_9;
    background-image: url(../img/cliente9.png);
}

#cliente-10{
    grid-area: cliente_10;
    background-image: url(../img/cliente10.png);
}

#txt-clientes{
    grid-area: sub_tit;
    font-family: 'Raleway Bold'
}

#footer{
    background-color: #002060;
    top: calc(1700px + 200%);
    height: 150px;
    width: 100%;
    left: 0px;
    color: white;
    display: grid;
    grid-template-areas: 
    'columna1 columna2 columna3'
    'hashtags hashtags hashtags';
    align-items: center;
    justify-items: center;
    grid-template-columns: 30% 40% 30% ;
    grid-template-rows: 100px 50px;
    font-size: 12px;
    font-family: 'Raleway Thin'
}

.red{
    text-decoration: underline;
    cursor: pointer;
}

#redes{
    grid-area: columna1;
    display: inline-block;
    float: left;
    text-align: left;
    line-height: 30px;
    padding-top: 0px; 
}

#develop, #aviso{
    text-decoration: underline;
    cursor: pointer;
}

#medios-contacto{
    grid-area: columna2;
    display: inline-block;
    float: left;
    text-align: left;
    line-height: 18px;
    padding-top: 30px; 
}

#copyaviso{
    grid-area: columna3;
    display: inline-block;
    float: right;
    text-align: right;
    line-height: 30px;
    padding-top:30px
    
}

#hashtag{
    grid-area: hashtags;
    display: inline-block;
    float: left;    
}

#hashtag>span{
    color: dodgerblue;
    font-family: 'Raleway Bold';
    font-size: 15px;
}

.mnu-itms{
    position: relative;
    color: white;
    font-size: 14px;
    display: inline-block;
    padding: 0px 10px;
    font-family: Raleway;
    letter-spacing: 1px;
    float: right !important;
    transition: 0.6s;
    text-decoration: underline;
    text-decoration-color: transparent;    
    text-underline-position: under;
    cursor: pointer;
}

.select{
    text-decoration-color: darkturquoise;    
}

#mnu-logo{
    background-image: url(../img/logo-geber-negativo-largo.png);
    background-position: center;
    background-size: auto 60px;
    background-repeat: no-repeat;
    height: 100%;
    width: 220px;
    position: absolute;
    left: 20px;
    top: 0;
}

#nav-slide{
    height: 50px;
    background-color: #26292E;
    width: 100%;
    position: fixed;
    top: calc(100% - 50px);
    opacity: 1;
    transition: 0.6s;
}

#btn-quienessomos{
    background-image: url(../img/down-chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    height: 40px;
    width: 40px;
    box-shadow: 1px 1px 0px 0px white;
    float: right;
    margin: 5px;
    cursor: pointer;
    background-color: #595959;
    position: absolute;
    right: 10px;
    transition: 0.6s;
}

#btn-quienessomos:hover{
    background-color: #2FABED;
}

.btn-nav{
    background-image: url(../img/down-chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    height: 40px;
    width: 40px;    
    float: left;
    margin: 5px;
    cursor: pointer;
    background-color: #595959;
    position: absolute;
    z-index: 100;
    transition: 0.6s;
}

.btn-nav:hover{
    background-color: #2FABED;
}

.next{
    transform: rotate(270deg);
    left: 60px;
    box-shadow: -1px 1px 0px 0px white;
}


.prev{
    transform: rotate(90deg);
    left: 10px;
    box-shadow: 1px -1px 0px 0px white;
}

#nav-btn-bar{
    display: inline-flex;
    width: 100%;
    position: absolute;    
    height: 80px;
    left: 0px;
    top: 0px;
    justify-content: center;
}

.nav-btn{
    background-color: #595959;
    box-shadow: 1px 1px 5px 1px white;
    border-radius: 100%;
    height: 10px;
    width: 10px;    
    margin: 25px 10px;
    cursor: pointer;    
}

.active{
    background-color: white;
    box-shadow: 1px 1px 5px 1px whitesmoke;
}

#btn-bienvenida{
    background-image: url(../img/down-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    height: 40px;
    width: 40px;
    box-shadow: 1px 1px 0px 0px white;
    float: right;
    margin: 5px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    transition: 0.9s;
}

#mnu-movile{
    background-image: url(../img/menu-wh.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    height: 40px;
    width: 40px;
    box-shadow: 1px 1px 0px 0px white;
    float: right;
    margin: 5px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    display: none;
}

.mnu-open{
    animation: show 0.6s forwards;
}

.mnu-close{
    animation: hide 0.6s forwards;    
}

.img-cover{
    background-color: rgba(1,33,96,0.5);
    height: 100%;
    justify-items: center;
    align-items: center;
    display: inline-grid;
    text-align: center;
    width: 100%;
    color: whitesmoke;
    font-size: xx-large;
    transition: 0.6s;
    opacity: 0;
}

.img-cover:hover{
    opacity: 1;
}

#contacto{
    background-color: white;
    top: calc(1700px + 100%);
    display: grid;
    grid-template-areas:
    'header header'    
    'left_up main_up ';  
    align-items: center;
    justify-items:center;
    grid-template-columns: 50% 50%;
    grid-template-rows: 150px 450px ;
}

#tit-contacto{
    grid-area: header;
}

#frm-contacto{
    grid-area: left_up;    
}

#frm-contacto>label,#frm-contacto>input,#frm-contacto>textarea{
    width: calc(100% - 40px);
    display: inline-block;
    font-family: 'Raleway';
    font-size: 20px;
    text-align: left;
    padding: 0px;
    padding-left: 20px;    
    margin: 0px 20px 5px 20px;
    position:relative;
    float: left;
}

#frm-contacto>label{
    font-family: 'Raleway Bold'
}

#frm-contacto>label>span{
    color: red;
    margin-left: 5px;    
}

#frm-contacto>input{
    margin-bottom: 25px;
    padding: 10px;
    border:0px;
    border-bottom: 1px solid rgba(1,33,96,0.5);
    border-left: 1px solid rgba(1,33,96,0.5);
    border-radius: 5px;
    box-shadow: 5px -1px 8px dodgerblue;
    font-size: 18px;
}

#frm-contacto>textarea{
    margin-bottom: 25px;
    padding: 5px;
    border:0px;
    border-bottom: 1px solid rgba(1,33,96,0.5);
    border-left: 1px solid rgba(1,33,96,0.5);
    border-radius: 5px;
    box-shadow: 5px -1px 8px dodgerblue;
    width: calc(100% - 30px);
}

#btn-enviar{
    width: 150px;
    background-color: dodgerblue;
    color: white;
    font-size: 25px;
    margin: 10px;
    padding: 10px;
    box-shadow: 1px 1px 0px 0px rgb(1,33,96);
    margin-left: calc(50% - 75px);
    cursor: pointer;
    display: inline-block;
    float: left;
    transition: 0.6s;
}

.error{
    box-shadow: 5px -1px 8px red !important;
}

input:focus {
  outline: none;
  
}

#btn-enviar:hover{
    box-shadow: 4px 4px 6px 0px rgb(1,33,96);
}

#mapa{
    grid-area: main_up;
    width: calc(100% - 60px);
    height: 450px;
    border: 0px;
}

#face, #inst{    
    background-position: left;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 20px
}

.mc{
    background-position: left;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
}

#mc-whats{
    background-image: url(../img/whatsapp.svg);
}

#mc-mail{
    background-image: url(../img/email.svg);
}

#mc-address{
    background-image: url(../img/ubicacion.svg);
    background-position: left 2px;  
}

#face{
    background-image: url(../img/facebook.svg);
}

#inst{
    background-image: url(../img/instagram.svg);
}

@keyframes hide {
    from {
        height: 250px;
        }    
    to {
        height: 70px;
    }    
}

@keyframes show {
    from {
        height: 70px;
        }    
    to {
        height: 250px;
    }
}

@media screen and (min-width:1400px){
    html{
        width: 1400px;
        margin: auto;
    }
    
    .secc{
        width: 1400px;
    }
    
    #mensaje{
        width: 1200px;
        margin-left: calc(50% - 600px);        
    }
    
    #bienvenida{      
        background-size: contain;      
    }
    
}



@media screen and (max-width:768px){
    #bienvenida{
        background-image: url(../img/slide_movil_1.png);
        background-size: contain;      
    }
    
    #mnu-logo{
        height: 60px;
        background-size: auto 50px;
        left: -10px;
        top: 5px;            
    }
    
    .secc{
        font-size: xx-large;
    }
    
    #mnu-movile{
        display: block;
    }
    
    .mnu-itms{
        width: 100%;
        position: absolute;
    }
    
    #header{        
        align-items: end;
        overflow: hidden;        
    }
    
    #mnu-bienvenida{
        top: 80px;
    }
    
    #mnu-quienessomos{
        top: 110px;
    }
    
    #mnu-servicios{
        top: 150px;
    }
    
    #mnu-contacto{
        top: 190px;
    }
    
    #nav-btn-bar{
        display: none;
    }
    
    #quienessomos{
        height: 1900px;
        grid-template-areas:
        'header'
        'tit'                
        'left_up'
        'left_dwn'
        'main_up'
        'main_dwn'
        'right_up' 
        'right_dwn';
        grid-template-rows: 100px 150px 250px 250px 250px 250px 250px 250px;
    }
    
    .sec-txt {
        font-size: 20px;
        text-align: justify;
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    
    #img-somos-0, #txt-somos-0, #img-somos-n, #txt-somos-n{
        display: none;
    }
    
    .img-som, .txt-som{
        margin: auto;
        text-align: justify;
    }
            
       
    .img-cover:hover{
        opacity: 0;
    }
    
    #servicios{
        top: calc(1950px + 100%);
        grid-template-areas:
        'header'
        'tit'
        'left_up'
        'main_up'
        'sub_tit'
        'cliente_1' 
        'cliente_2'
        'cliente_3' 
        'cliente_4'
        'cliente_5'
        'cliente_6'
        'cliente_7'
        'cliente_8'
        'cliente_9'
        'cliente_10'; 
        align-items: center;
        justify-items: center;
        grid-template-columns: 100%;
        grid-template-rows: 80px 100px 450px 350px 80px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
        height: 2080px;
    }
    
    #list-serv{
        width: 100%
    }
    
    
     #contacto{
        top: calc(3200px + 200%);
    }
        
    
    #tit-servicios{
        margin: 15px;
    }
    
    #img-serv{
        height: 300px;
    }
    
    #txt-clientes{
        text-align: center;
    }
    
    .img-cliente{
        height: 100px;
        background-size: 130px  auto;
    }
    
    #contacto{
        grid-template-areas:
        'header'    
        'left_up'
        'main_up';  
        align-items: center;
        justify-items:center;
        grid-template-columns: calc(100% - 20px);
        grid-template-rows: 150px 550px 450px;
        height: 1280px;
    }
    
    #footer{
        top: calc(3600px + 300%);
        height: 600px;        
        grid-template-areas: 
        'columna1'
        'columna2'
        'columna3'
        'hashtags';
        align-items: center;
        justify-items: left;
        grid-template-columns: calc(100%  - 40px);
        grid-template-rows: 100px 100px 200px 150px;
        padding-left: 20px;
        font-size: 15px;
    }
    
    #btn-bienvenida{
        top: 0px;
        right: 25px;
    }
    
    #copyaviso{
        text-align: center;
        width: 100%;
    }

}