*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body{
    font-family: 'open sans';
}

.contenedor{
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.titulo{
    color:#002973;
    font-size: 30px ;
    text-align: center;
    margin-bottom: 60px;
    
}

.titulo-blanco{
    color:#fff;
    font-size: 30px ;
    text-align: center;
    margin-bottom: 60px;
    
}

.titulo-divisiones{
    padding-top: 0%;
    color:#013A63;
    background-color:hsla(202, 20%, 92%);
    font-size: 30px ;
    text-align: center;
    margin-bottom: 60px;
    
}

/*Header*/

header{
    width: 100%;
    height: 110vh;
    background: #2980b9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, hsla(210, 30%, 24%, 0.637), hsla(204, 64%, 44%, 0.637));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, hsla(210, 30%, 24%, 0.603), hsla(204, 64%, 44%, 0.705)), url(imagenes/juridico-fondo.jpg);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.header-menu{
    background-color: hsla(0, 0%, 100%, 0.11);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    transition: 0.7s;
    padding: 0px 15px;
    z-index: 10;
    border-bottom: 0.4vh solid #000000;
    flex-wrap: wrap;
}
.header-menu.abajo{
    background: #fff;
    padding: 1.5vh 2vh;
    border-bottom: 0.4vh solid #013A63;
}
.header-menu .logo{
    position: relative;
    color: #000000;
    font-weight: bold;
    font-size: 5vh;
    letter-spacing: .04vh;
    transition: 1.5s;
    text-decoration: none;
}
.header-menu ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu ul li{
    list-style: none;
}

.header-menu ul li a{
    position: relative;
    font-family: helvetica;
    font-size: 2vh;
    margin: 0 1vh;
    text-decoration: none;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.7s;
}

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

nav a{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.header-menu.abajo .logo{
    color: #013A63;
}

.header-menu.abajo ul li a:hover{
    text-decoration: underline;
}

.header-menu.abajo ul li a{
    color: #000000;
}

header .textos-header{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.titulongo {
    margin-top: 40vh;
    padding: 1.5vh;
}

.textos-header h1{
    font-size: 5vh;
    color: #fff;
}


.textos-header h2{
    font-weight:bold;
    font-size: 2vh;
    color:hsl(203, 11%, 85%);
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}




/*NEI mexico*/

.neimx{
    margin: 10px;

}

.titulo-divisiones{
    background-color: #013A63;
    color: #fff;
    margin: 20px;
    padding: 20px;
    font-size: 7vh;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.contenedor-neimx{
    margin: 20px;
    text-align: center;
}

.contenedor-neimx h3{
    color: #013A63;
}

.cont-neimx{
    background-color: hsla(202, 20%, 92%);
    margin: 4vh;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    padding: 20px;
    font-size: 3vh;
}

.cont-neimx2{
    background-color: hsla(202, 20%, 92%);
    margin: 4vh;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    padding: 20px;
    font-size: 3vh;
}

.cont-neimx3{
    background-color: hsla(202, 20%, 92%);
    margin: 4vh;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    padding: 20px;
    font-size: 3vh;
}

.contenedor-neimx h2{
    color: #013A63;
}

.contenido-neimx{
    display: flex;
    justify-content:space-around ;
    flex-wrap: wrap;
    transition: 1s;
    text-decoration: none;
    margin: 1vh;
}

.contenido-neimx p {
    padding: 20px;
    display: flex;
    justify-content: space-around;
    transition: 1s;
    text-decoration: none;
    color: black;
    font-size: 2.5vh;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, Helvetica, sans-serif;
}

.cont-neimx:hover h3{
    color: #fff;
}

.cont-neimx2:hover h3{
    color: #fff;
}

.cont-neimx3:hover h3{
    color: #fff;
}

.cont-neimx:hover{
    margin: 20px;
    padding: 20px;
    background-color: hsla(205, 98%, 20%, 0.822);
    color: #fff;
    text-align: center;
}

.cont-neimx2:hover{
    margin: 20px;
    background-color: hsla(205, 98%, 20%, 0.822);
    color: #fff;
    text-align: center;
}

.cont-neimx3:hover{
    margin: 20px;
    background-color: hsla(205, 98%, 20%, 0.822);
    color: #fff;
    text-align: center;
}

.cont-neimx:hover p {
    color: #fff;
    border-top: solid 0.5vh hsla(177,100%,30%, 0.7);
}

.cont-neimx2:hover p {
    color: #fff;
    border-top: solid 0.5vh hsla(177,100%,30%, 0.7);
}

.cont-neimx3:hover p {
    color: #fff;
    border-top: solid 0.5vh hsla(177,100%,30%, 0.7);
}

/* mision */

.contenedor-mision{
    border-left:1.5vh solid #009991; 
    border-top-left-radius:1.5vh; 
    border-bottom-left-radius:1.5vh;
    margin: 7vh;
    margin-left: 10%;
    margin-right: 10%;
    background-color: hsla(202, 20%, 92%);
    text-align: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.cont-mision{
    background-color: hsla(202, 20%, 92%);
    transition: 1s;
}

.contenedor-mision h2{
    color: #013A63;
    font-size: 4vh;
}

.contenedor-mision p{
    color: black;
    font-size: 2.5vh;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, Helvetica, sans-serif;
}

.contenedor-mision p a{
    list-style: none;
    color: black;
    font-size: 2.5vh;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, Helvetica, sans-serif;
}

.contenido-mision{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
}

.contenedor-mision:hover{
    background-color: #013A63;
    text-align: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.cont-mision:hover{
    background-color: #013A63;
    color: #fff;
    text-align: center;
}

.cont-mision:hover h2{
    color: #fff;
    border-bottom: 2px solid #009991;
}

.cont-mision:hover p{
    color: #ffffffbe;
}

.cont-mision:hover p a{
    color: #ffffffbe;
}

/* footer */

footer{
    border-top: 1vh solid #013A63;
    background: #013A63;
    padding-top: 3vh;
    justify-content: space-around;
}

.contenedor-footer{
    display: flex;
    margin: 2vh;
    justify-content: space-around;
    padding-bottom: 2vh;
    border-bottom: 0.3vh solid #ccc;
}

.content-foot-facebook img{
    width: 6vh;
    border-bottom: 0.4vh solid #009991;
    padding-bottom: 1.2vh;
    margin-bottom: 1.5vh;
}

.content-foot-telefono h4 {
    color: #fff;
    border-bottom: 0.4vh solid #009991;
    padding-bottom: 1.2vh;
    margin-bottom: 1.5vh;
}

.content-foot-telefono h4 a{
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 5vh;
}

.content-foot-whats img{
    width: 6.5vh;
    border-bottom: 0.4vh solid #009991;
    padding-bottom: 1.2vh;
    margin-bottom: 1.5vh;
}

.contenedor-final{
    display: flex;
    justify-content: space-around;
}

.titulo-final{
    display: flex;
    width: 40%;
    justify-content: center;
    font-size: 3vh;
    color: #9e9797;
    margin: 2vh;
}

/*Ajuste Pantalla*/

@media screen and (max-width:600px){
    header{
        background-position: center;
    }

    .header-menu ul li a{
        position: relative;
        font-family: helvetica;
        font-size: 2vh;
        margin: 0 0.4vh;
        text-decoration: none;
        color: #000000;
        letter-spacing: 0.2vh;
        font-weight: 600;
        transition: 0.7s;
    }

    .header-menu.abajo .logo{
        border-right: none;
    }
}

/* Scroll Personalizado */

body::-webkit-scrollbar {
	width: 10px;
	background: #fff;
}

body::-webkit-scrollbar-thumb {
	background: #002973;
	border-radius: 10px;
	border-right: 4px solid #fff;
    border-left: 2px solid #fff;
}