*{
    margin:0;
    padding:0;
    /* font-family: sans-serif; */
    font-family: 'Roboto', sans-serif;
}

body{
    overflow-x:hidden;
}
/* Navigation */
nav{
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    background-color:rgb(255, 255, 255);
    position:absolute;
    width:80%;
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.664);
}
#link-logo{
    padding:0;
    text-decoration: none;
}
#nav-content{
    display:inline-block;
    width:95%;
} 
#nav-content ul{
    margin:0;
    padding:0;
    display:inline;
}
#nav-content a{
    vertical-align: middle;  
}
#nav-content ul li{
    display:inline;
    padding: 28px;
    float:right;
    font-size:30px;
}

#nav-last{
    margin-right: 3%;   
}
#logo{
    width:18%;
    padding: 12px;
}

.nav-link{
    color:#686868;
    text-decoration:none;
}
.nav-link:hover{
    color:#000000;
    border-bottom: 3px solid #ffdd88;
    border-radius: 3px;
    text-decoration:none;
}

/* End Navigation  */
/* Banner */
#banner{
    display:inline-block;
    background-image: url(/src/img/banner5.jpg);
    height: 100vh;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
    width: 100%;
}
#banner-title{
    color:rgb(239, 239, 239);
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
}
#description{
    color:white;
    text-shadow: 1px 1px 2px black;
    font-size:22px;
    animation-name: subir;
    animation-duration: 1.5s;
}
#banner h1{
    font-weight: bolder !important;
    font-size: 50px;
}
#banner h1, p{
    text-align: center;
}
.banner-text{
    margin-top:15%;
}
#description{
    margin:0 auto;
    margin-top:10%;
    width: 80%;
    line-height:2.5;
}
#banner-box{
    padding:10px;
    /* background-color:rgba(255, 255, 255, 0.5); */
    background-color:rgba(0, 85, 141, 0.5);
    /* text-align: center; */
}
#menu{
    display:none;
}
#cell{
    display:none;
}
#flecha{
    margin-top:5%;
    animation-name: subir;
    animation-duration: 1.5s;
}
#flecha a{
    text-align:center;
    font-size:20px;
    color:#ffdd88;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

/* end baner */
/* servicios */
#servicios{
    margin-top:5%;
    padding:10px;
}
#servicios h2 span{
    font-family: 'Oswald', sans-serif;
    border-bottom: 3px solid #ffdd88;
    
}
#servicios-contenedor{
    display:flex;
    margin: 5% auto;
    /* en este margin modificar la altura, cambiar por los 0 px */
    justify-content: space-between;
    width: 80%;
}
.servicios{
    display: inline-block;
    width: 21%;
    text-align: center;
    background-color: #f8f8f8;
    border-radius:5px;
    box-shadow: 1px 5px 10px 2px rgba(0, 0, 0, 0.151);
    
}
.servicios a:hover{
    text-decoration: none;
}
.servicios:hover{
    box-shadow: 1px 5px 10px 2px rgba(255, 190, 59, 0.625);
    transition: all 0.25s ease-in-out 0s;
    transform:scale(1.15);
    cursor:pointer;
}
#servicios-title{
    text-align: center;
}
.servicios p{
    color: #040F2E;
    padding: 10px;
}
.servicios img{
    padding: 10px;
    width: 40%;
}
/* end servicios */

/* Banner contacto */
#index-contacto{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:3%;
    background-image: url(/src/img/banner-contacto.jpg);
    background-size: cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    height: 50vh;
    color: #fff;
    /* color: rgb(242, 242, 149); */
    text-align: center;
    
}
#index-contacto h2{
    font-size: 45px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    margin:0px auto;
    font-family: 'Oswald', sans-serif;

}
#button-contacto{
    /* margin-top:20%; */
    padding: 10px;
    background-color: transparent;
    /* width:300px; */
    cursor:pointer;
    /* height:50px; */
    border-radius:30px;
    color:white;
    font-size:20px;
    border: 1px solid #fff;
}
#button-contacto:hover{
    transition: all 0.4s ease-in-out 0s;
    background-color: #ffdd88;
    color:#000000;
    text-decoration:none;
}
/* End Banner contacto */

/*Carousel*/
#carousel-inner{
    width:100%;
}
.carousel-inner  img {
    /* height:150px; */
    /* width:460px; */
/* width: 30%; */
    margin: 0 auto;
}
.carousel-indicators{
    background-color: #0000006a;
    width: 20%;
    margin: auto;
}
.container{
    margin-top:5%;
    /* margin-bottom:2%; */
    height: 40vh;
    margin-bottom: 5%;
}
.container h2{
    text-align: center;
}
.container h2 span{
    border-bottom: 3px solid #ffdd88;
    font-family: 'Oswald', sans-serif;

}

.carousel-indicators{
    position:static;
    margin-top: 5%;
}
/*End Carousel*/
/* Footer */

footer{
    background-color:rgb(0, 27, 60);
    color: #fff;
    padding:3%;
}
/* end footer */
/*fuentes */
@font-face{
    font-family: CaviarDreams;
    src: url(/font/CaviarDreams.ttf);
}
*{
    font-family: 'Oswald', sans-serif;
}
h1, h2, h3, h4{
    font-family: 'CaviarDreams';
}
ul li a{
    font-family: 'CaviarDreams';
    font-weight:bold;
    font-size:22px;
}
h1 span, #banner-text{
    font-family: 'CaviarDreams';
}
/*end fuentes*/
/* Key Frames */

@Keyframes subir{
    0%{
        transform: translateY(80%);
    }
    100%{
        transform: translateY(0%);
    }
}


@media (max-width: 32.5rem) {
    /* Banner */
    #description{
        width:95%;
        line-height: 1.5;
        margin-top:25%;
    }
    #banner-title{
        margin-top:40%;
    }
    #banner-box{
        padding:2px;
    }
    #flecha{
        margin-top:20%;
    }
    /* Servicios */
    #servicios-contenedor{
        flex-wrap: wrap;

    }
    #servicios-title{
        margin-bottom: 10%;
    }
    .servicios{
        width:100%;
        margin-bottom:8%;
    }
}
@media (min-width:32.6rem) and (max-width: 64rem) {
    
    #banner-title{
        margin-top:40%;
    }
    #nav-content img{
        width:25%;
    }
    nav{
        width: 90%;
    }
    #nav-content ul li{
        padding: 14px;
    }
    .container{
        height: 30vh;
        margin-bottom: 0%;
    }
    .carousel-indicators{
        width: 50%;
    }

}


@media (max-width: 32.5rem) {

    body nav{
        width:90%;
    }
    #logo{
        width:30%;
    }
    #nav-content ul li{
        display:none;
    }
    #nav-content ul{
        width:100%;
    }
    #menu{
        display:inline;
        width:12%;
        justify-self: end;
        margin-left:56%;
        background: transparent;
        border:none;
    }
    #menu img{
        width:100%;
        vertical-align: middle;
    }
    .carousel-indicators{
        width: 50%;
    }
    #cell{
        margin-left:30%;
        text-align: center;
        /* display:block; */
        width:70%;
        background-color:rgb(0, 27, 60);
        height:100vh;
    }
    #cell ul li{
        list-style: none;
        padding:5%;
        border-bottom:1px solid rgb(1, 50, 111);
    }
    #cell ul li a{
        color:#fff;
    }
    #cell button{
        background: transparent;
        border: none;
    }
    #exit{
        margin-left:-80%;
        margin-top:5%;
        width:10%;
    }
    #exit img{
        width:100%;
    }
}