@font-face {
    font-family: cinzel;
    src: url('../fonts/Cinzel-Regular.otf');
}
@font-face {
    font-family: Zurich;
    src: url('../fonts/Zurich__Light_BT.ttf');
}
body{
	font-family: Zurich;
	background: #f7f7f7;
	font-size: 14px;	
}
a{
	color: #214666;
}
header{
	position: relative;
}
img{
	max-width: 100%;
}
.over-slider{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:19;
}
#carouselExampleSlidesOnly{
    z-index:18;
    max-height: 100vh;
}
h1,h2,h3,h4,h5,h6{
	font-family: cinzel;
	letter-spacing: 2px;
}
a,a:hover{
	text-decoration: none;
}
.font-primary{
	font-family: cinzel;
}
.input-p{
	border: none !important;
}
.title-cuadro-gris span{
	content: url('../images/cuadro-procesos.png');
	margin-right: 10px;
	max-height: 35px;
}
.title-cuadro-azul span{
	content: url('../images/cuadro-titulo.png');
	margin-right: 10px;
	max-height: 35px;
}
.next-div{
	position: absolute;
	z-index: 1000;
	color: #fff;
	font-size: 18px;
	bottom: 10%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.next-div a,.next-div a:hover,.next-div a:focus{
	display: flex;
    height: 55px;
    width: 55px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #2d2f47;
    border-radius: 50%;
    font-weight: normal;
}
.color-2{
	color: #f3e9de;
}
.color-3{
	color: #8b7c6a;
}
.color-white{
	color: #fff;
}
ul.points-blue{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.points-blue li {
	padding: 10px 0;
}
ul.points-blue li::before {
	content: "•";
	color: #5b8edc;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
/*header*/
.logo{
	max-width: 100px;
}
.superior{
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
}
.superior .container{
	display: flex;
	align-items: center;
}
.superior .container .main {
    width: 80%;
    background-color: rgba(255,255,255,0.95);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    padding: 10px;
    display: flex;
    align-items: center;
}
.superior .container .main ul{
	padding: 0px 20px;
	margin: 0px;
	list-style: none;
	display: flex;
}
.superior .container .main ul li a{	
	font-family: cinzel;
	color: #181818;
	height: 100%;
    display: flex;
    align-items: center;
}
.superior .container .main ul li a span{
	border-right: 1px solid #b1b2b2;
	padding: 0 10px;
}
.superior .container .main ul li a:hover{
	color: #181818;
}
.superior .container .main ul li:nth-child(7) a span{
	border: 0 !important;
}
.superior .container .idiomas{
	width: auto;
	margin-left: 1%;
	background-color: rgba(45,46,69,.9);
	padding: 10px;
	display: flex;
	justify-content: center;
}
.superior .container .idiomas a{
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
}
.superior .container .idiomas a:hover{
	color: #fff;
}
.superior .container .idiomas a:first-child{
	border-right: solid 1px #fff;
}
.msg{
	display: none;
}
/*seccion 1*/
.section-inicio{
	background-color: #f7f7f7;
	padding: 45px 0 45px 0 !important;
}
/*Vision*/
.section-vision{
	background-image: url('../images/vision-b.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow-x: hidden;
	padding: 300px 0 !important;
	-webkit-box-shadow: inset 0px 54px 87px -27px #f7f7f7;
    -moz-box-shadow: inset 0px 54px 87px -27px #f7f7f7;
    box-shadow: inset 0px 91px 87px -27px #f7f7f7;
}
#vision{
	background-color: rgba(47,85,120,.9);
	color: #fff;
	border-radius: 0 50px 50px 0;
	padding: 50px 50px 50px 0;
	position: relative;
	z-index: 2;
}
#vision h2{
	color: #f3e9de;
}
#vision:after{
	z-index: 1;
	content: '';
	width: 50%;
	position: absolute;
	top: 0;
	left: -50%;
	background-color: rgba(47,85,120,.9);
	height: 100%; 
}
/*Aseosria*/
.section-asesoria{
	background-image: url('../images/soluciones-b.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow-x: hidden;
	padding: 100px 0 !important;
	-webkit-box-shadow: inset 0px 54px 87px -27px #f7f7f7;
    -moz-box-shadow: inset 0px 54px 87px -27px #f7f7f7;
    box-shadow: inset 0px 91px 87px -27px #f7f7f7;
}
#asesoria{
	background-color: rgba(47,85,120,.9);
	color: #fff;
	border-radius: 50px 0 0 50px;
	padding: 50px 50px 50px 0;
	position: relative;
	z-index: 2;
}
#asesoria:after{
	z-index: 1;
	content: '';
	width: 50%;
	position: absolute;
	top: 0;
	right: -50%;
	background-color: rgba(47,85,120,.9);
	height: 100%; 
}
/*Administracion*/
.section-soluciones{
	padding: 120px 0 0 0 !important;
}
/*Administracion*/
.section-admnistracion{
	background-color: #27547d;
	background-image: url('../images/procesos-b.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow-x: hidden;
	padding: 180px 0 45px 0 !important;
}
/*Filosofia*/
.section-filosofia{
	/*background-image: url('../images/bussines-man.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto;*/
	padding: 120px 0 50px 0 !important;
}
/*Contacto*/
.section-contacto{
	background-color: #eaecf0;
	padding: 120px 0 50px 0 !important;
}
#contacto label, #contactoen label{
	letter-spacing: 2px;
}
/*Sombra*/
.effect6{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
.effect6:before, .effect6:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
/*Botones*/
.btn-p,.btn-p:hover{
	background-color: #9e9892;
	color: #fff;
	border:none;
	padding: 10px 15px;
	text-align: center;
	border-radius: 4px;
	font-family: cinzel;
}
.msg{
	text-align: center;
	border: solid 1px #9e9892;
	padding: 10px;
	color: #9e9892;
}
/*Footer*/
footer{
	background: #214666;
	color: #fff;
}
footer a,footer a:hover{
	color: #fff;
	text-decoration: underline;
}
.modal-content{
	background-color: #ecedef !important;
}
#menu-movil{
	display: none;
}
@media only screen and (min-width: 992px) {		
	#vision, .responsabilidad-f > *, .section-inicio article, .section-soluciones article{
		width: 75%;
	}
	.hideme,.hidemesub{
	    opacity:0;
	}
    header {
        border-radius: 0 0 0 100px;
		overflow: hidden;
    }
    #vision-menu {
        border-radius: 0 0 0 100px;
		overflow: hidden;
    }
    #soluciones-menu {
	    border-radius: 0 100px 0 0;
		overflow: hidden;
    }
    .section-asesoria{
	    padding-bottom: 150px !important;
    }
    #proceso-menu{
	    border-radius: 100px 0 0 0;
		overflow: hidden;
    }
    #filosofia-menu{
	    border-radius: 0 0 0 100px;
		overflow: hidden;
    }
    #contacto-menu{
		overflow: hidden;
    }
    .superior .container .main ul .idiomas{
		display: none !important;
	}	
}
@media only screen and (max-width: 991px) { 
	.superior{
		background-color: #fff;
		box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	}
	.superior .container{
		position: relative;
	}
	.section-asesoria{
		padding: 10px 0 !important;
		min-height: inherit !important;
	}
	.section-vision{
		padding: 25px 0 !important;
		min-height: inherit !important;
	}
	.superior .container{
		flex-wrap: wrap;
		padding: 0;		
	}
	.superior .container .main{
		width: 100%;
		background: #fff;
		height: 50px;
		flex-wrap: wrap;
		border-radius: 0;		
		box-shadow: none;
	}
	.superior .container .idiomas{
		margin-left: 0;
	}
	.logo{
		max-height: 100%;
	}
	.superior .container .main ul{
	    position: absolute;
	    width: 100%;
	    flex-wrap: wrap;
	    padding: 0;
	    background-color: #fff;
	    top: 50px;
	    left: 0;
	    display: none;
	    height: 0;
	    overflow: hidden;
	}
	.superior .container .main ul.open{
	    display: block;
	    height: auto;
	    overflow: inherit;
	}
	.superior .container .main ul li{
		width: 100%;		
	}
	.superior .container .main ul li a {
	    padding: 10px;
	}
	.superior .container .main ul li a span {
	    border: none;
	}
	#menu-movil{
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 20px;	
		cursor: pointer;	
	}
	.idiomas{
		display: none !important;
	}
	.superior .container .main ul .idiomas{
		display: flex !important;
		padding: 0 !important;
	}
	.superior .container .main ul .idiomas a{
		color: #fff !important;
		width: 100%;
		justify-content: center;
	}
	#asesoria{
		padding-left: 10px;
		padding-right: 10px;
	}
	ul.points-blue {
	    padding-left: 15px;
	}
}
@media only screen and (max-width: 767px) { 
	.section-filosofia{
		background-image: none;
	}
	.section-contacto, .section-filosofia, .section-soluciones{
	    padding-top: 50px !important;
	}
	.section-vision{
	    padding-top: 75px !important;
	}
	.section-admnistracion {
	    padding-top: 100px !important;
	}
	.next-div{
		display: none !important;
	}
}





