
.contenedor{
    width: auto;
    height: 15px;
}
.nav-m{
    font-family: "Apple Chancery";
    font-size: 25pt;
}
/*menu lateral*/
.navbar-expand-lg{
    position: sticky;
}
/*paralax*/
html{
    overflow: hidden;
    height: 100%;
}

body{
    font-family: "Ubuntu";
    color: #022849;
    margin: 0;
    padding: 0;
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;

}

header {
    box-sizing: border-box;
    min-height: 100vh;
    width: 100vw;
    padding-top: 350px;
    position: relative;
    transform-style: inherit;

}


header h3 {
    font-size: 25px;
}

header, header:before {
    background: 50% 50% / cover;

}

header::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    display: block;
    background-image: url("../img/fondo-1.png");
    background-size: cover;
    transform-origin: center center 0;
    transform: translateZ(-1px) scale(2);
    z-index: -1;
    min-height: 100vh;
}

header * {
    font-weight: normal;
    letter-spacing: 0.3em;
    text-align: center;
    color: #faca00;
}

.main-contain {
    margin-top: 100px;
    background-color: white;
}

h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 10px;
}
.titulo{
    padding-top: 100px;
}

h3 {
    text-align: center;
    font-weight: 300;
    margin: 50px 50px auto;
}

h1.anim{
    height: auto;
    width: auto;
    text-align: center;
    margin-bottom: 60px;
}

p {
    font-size: 16px;
    font-weight: 300;
}

p.anim{
    width: auto;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

/* .work */

.work {
    text-align: center;
    width: 100%;
}

.work img {
    margin: 1%;
    width: 45%;
    transition: .4s ease;
}

.work img:hover{
    cursor: pointer;
    box-shadow: 0px 0px 4px red;
    -webkit-box-shadow: 0px 0px 4px #111111;
}

/* header2 */

.header2 {
    margin: 50px 50px auto;
}

/* hover menu */
.bg-light{
    opacity: 99.9%;
    z-index: -1;
}
.bg-light1{
    opacity: 95%;
}

.button1{
    color: #0a5986;
}
.button1:hover{
    color: #0097c8;
}
.offcanvas-body a{
    color: #0a5986;
}
.offcanvas-body button{
    color: #0a5986;
}
.offcanvas-body button:hover{
    color: #0097c8;
}
.offcanvas-body a:hover{
    color: #0097c8;
}

.btn2 a{
    color: #0a5986;
}
.btn2 a:hover{
    color: #0097c8;
}
.btn2 a:active{
    color: #0097c8;
}
.btn3 a{
    color: #ffffff;
}
.btn3 a:hover{
    color: #0097c8;
}

.navbar-nav a:hover{
    color: white;
}
.text-e a:hover{
    letter-spacing: 2px;
    color: aliceblue;
    opacity: 80%;
}
hr{
    color: white;
}
/*mision-vision*/
.fondo-f{
    background-image: url("../img/fondo-mision.png");
    background-repeat: no-repeat;
}
.fondo{
    background-color: white;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.texto{
    margin-top: -18px;
}

/* acordión */

