/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 6, 2019 */



@font-face {
    font-family: 'latina_essentialbold';
    src: url('../fonts/latinaessential-bold-webfont.woff2') format('woff2'),
         url('../fonts/latinaessential-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latina_essentialbold_it';
    src: url('../fonts/latinaessential-boldit-webfont.woff2') format('woff2'),
         url('../fonts/latinaessential-boldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latina_essentialheavy';
    src: url('../fonts/latinaessential-heavy-webfont.woff2') format('woff2'),
         url('../fonts/latinaessential-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latina_essentialheavy_it';
    src: url('../fonts/latinaessential-heavyit-webfont.woff2') format('woff2'),
         url('../fonts/latinaessential-heavyit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latina_essentiallight';
    src: url('../fonts/latinaessential-light-webfont.woff2') format('woff2'),
         url('../fonts/latinaessential-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latina_essentiallight_it';
    src: url('../fonts/latinaessential-lightit-webfont.woff2') format('woff2'),
         url('../fonts/latinaessential-lightit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latina_essentialmedium';
    src: url('../fonts/latinaessential-medium-webfont.woff2') format('woff2'),
         url('../fonts/latinaessential-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latina_essentialmedium_it';
    src: url('../fonts/latinaessential-mediumit-webfont.woff2') format('woff2'),
         url('../fonts/latinaessential-mediumit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body{
	width: 100%;
	float: left;
	overflow-x: hidden;
	position: 	relative;
}

a{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

a:hover{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.menu{
	position: absolute;
    z-index: 1;
    width: 100%;
}

.menu .navbar{
	width: 100%;
	transition: all 500ms ease-out;
	padding-top: 0;
}

.menu .navbar a{
	font-size: 16px;
	color: #fff;
	font-family: 'latina_essentialmedium';
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.navbar-shrink {
    background-color: #fff;
    margin-top: 0;
    z-index: 999999;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    box-shadow: 0 1px 5px #e0e1e1, inset 0 0 5px white;
    position: fixed;
    top: 0!important;
    right: 0;
    left: 0;
}

.navbar-shrink a{
    color: #0d405a!important;
}

.menu.navbar-shrink .navbar{
	box-shadow: none;
}

.navbar-shrink img {
    width: 100px;
}

.navbar-shrink a span{
	margin-top: 2.5rem!important;
	display: block;
}

ul.navbar-nav{
	width: 100%;
}

.menu .navbar a span{
	margin-top: 4.5rem;
	display: block;
}

#navbar-primary .navbar-nav {
  width: 100%;
  text-align: center;
}
#navbar-primary .navbar-nav > li {
  display: inline-block;
  float: none;
}
#navbar-primary .navbar-nav > li > a {
  padding-left: 30px;
  padding-right: 30px;
}

.menu .navbar-nav .nav-item{
	position: relative;
	text-align: center;
}

.menu .navbar-nav .nav-link{
    padding: 0 3.5rem;
}

/*.menu .navbar-nav .nav-item::after {
	display: none;
    content: "";
    background: url(../img/hover-menu.svg)no-repeat;
    width: 100%;
    height: 12px;
    position: absolute;
    top: -20px;
    background-position: center center;
}*/

.menu .navbar-nav .nav-item:hover::after{
  	display: block!important;
}

.menu .navbar-nav .nav-item:last-child:hover::after{
	display: none!important;
}

.menu .bg-blanco{
	background: #fff;
	padding-top: 8%!important;
}

.carousel-principal .carousel-cell {
	width: 101%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(206,206,206,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(206,206,206,1);
	box-shadow: 0px 0px 5px 0px rgba(206,206,206,1);
}

/*.carousel-principal .flickity-page-dots {
	counter-reset: a;
}

.carousel-principal .flickity-page-dots .dot::after {
	content: counters(a, ".", decimal-leading-zero);
	counter-increment: a;
}

.carousel-principal .flickity-page-dots {
    position: absolute;
    width: 35px;
    bottom: 40%;
    margin: 0;
    list-style: none;
    text-align: left;
    line-height: 1;
    background: #fff;
    display: grid;
    right: 17%;
    padding: 12px 0;
	border-radius: 5px;
	z-index: 1;
}

.carousel-principal .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 8px;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    color: #a99150;
    font-family: "proxima_nova_rgbold";
}

.carousel-principal .flickity-page-dots .dot.is-selected{
	color: #0b294e;
}*/

.flickity-page-dots {
    position: absolute;
    width: 35px;
    bottom: 40%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    right: 5%;
    z-index: 1;
}

.flickity-page-dots .dot{
	background: url("../img/punto-sin.svg")no-repeat;
	width: 36px;
	height: 36px;
	opacity: 1;		
}

.flickity-page-dots .dot.is-selected{
	background: url("../img/punto.svg")no-repeat;
	width: 36px;
	height: 36px;
}

.carousel-principal{
	position: relative;
}

.carousel-principal .texto{
	width: 100%;
    float: left;
    position: absolute;
    top: 40%;
    right: 0;
    height: 60%;
}

.carousel-principal .texto 	p,
.carousel-principal .texto p strong{
	color: #fff;
	font-size: 20px;
    margin-bottom: 1rem;
    font-family: 'latina_essentialmedium';
	text-align: center;
}

.col-border{
	border-right: 1px solid #fff;
}

.carousel-principal .texto a{
	color: #fff;
	font-size: 16px;
	font-family: 'latina_essentialmedium';
	display: block;
	text-decoration: none;		
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.carousel-principal .texto a.inicia{
	float: left;
	border: 1px solid #0f75ac;
	color: #fff;
	font-size: 16px;
	font-family: 'latina_essentialmedium';
	padding: 5px 10px;
	border-radius: 0;
	width: 70%;
	text-align: center;
	text-decoration: none;		
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.carousel-principal .texto a.inicia:hover {
    border: 1px solid #0f75ac;
    color: #fff;
    background: #0f75ac;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.links{
	margin-top: 5%;
}


.flecha{
	position: 	relative;
}

.flecha .show-more{
	position: absolute;
	background: #baa56d;
	bottom: -20px;
	left: 48%;
	padding: 10px;
	border-radius: 5px;
}

.bg{
	width: 100%;
	float: left;
	height: 100vh;
	padding: 10% 0;
	color: #fff;
}

.bg-texto{
	width: 100%;
	float: left;
	height: 100vh;
	padding: 23% 0;
	color: #fff;
}

.nosotros{
	background: url(../img/nosotros.jpg)no-repeat;
}

.mision{
	background: url(../img/mision.jpg)no-repeat;
}

.vision{
	background: url(../img/vision.jpg)no-repeat;
}

.valores{
	background: url(../img/valores.jpg)no-repeat;
}

.bg-texto ul {
    list-style: none;
}

.bg h1{
	font-family: 'latina_essentialbold';
	font-size: 100px;
	text-align: center;
	font-weight: bold;
}

.gris-or{	
	background: #0d405a;
	width: 100%;
	float: left;
	position: relative;
	height: 100vh;
	color:#fff;
}


.azulfuerte{
	width: 100%;
	float: left;
	background: #0d405a;	
	padding: 12% 0;
}


.azulfuerte .carousel-cell {
  width: 70%;
  margin-right: 10%;
  min-height: 294px;
}


.azulfuerte .carousel-cell .relative{
	 position: relative;
}

.azulfuerte .carousel-cell h5{
    position: absolute;
    top: 42%;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    left: -12%;
    width: 72%;
}

.gris{	
	background: #979c9f;
	width: 100%;
	float: left;
	position: relative;
	padding: 10% 0;
	color:#fff;
}

.gris h1{
	font-family: 'latina_essentialbold';
	font-size: 56px;
	color: #0d405a;
	font-weight: bold;
}



footer{
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
	padding-top: 4rem;
}

footer h1{
	font-family: 'latina_essentialbold';
	font-weight: bold;
	font-size: 56px;
	text-align: center;
	color: #262626;

}


footer .vp{
	display: block;
	margin: 2rem auto 1rem ;
}

footer p{
	text-align: center;
	font-size: 18px;
	font-family: 'latina_essentialmedium';
	color: #262626;
	margin: 0 10% 2rem;
}

footer p strong{
	color: #0a5170;
	font-size: 20px;
	font-family: 'latina_essentialbold';
	font-weight: bold;
	display: block;
	text-align: center;
}

.border-azul{
	background: #0c4059;
	padding: 4rem 0;
	margin-top: 10rem;
}

.cn-brdr{
	border-right: 1px solid #0c4059;
}

.con-js{
	width: 100%;
	float: left;
	background: #f5f5f5;
	padding:5%;
	margin-top: 2rem;

	-webkit-box-shadow: 2px 1px 11px 0px rgba(255,255,255,.7);
	-moz-box-shadow: 2px 1px 11px 0px rgba(255,255,255,.7);
	box-shadow: 2px 1px 11px 0px rgba(255,255,255,.7);
}

.con-js input{
	width: 100%;
	border: none;
	margin-bottom: 15px;
	border-radius: 0;
}

.con-js textarea{
	resize: none;
	border:none;	
	margin-bottom: 15px;
	border-radius: 0;
}


.con-js button{
	float: right;
	background: transparent;
	border-radius: 0;
	border: 1px solid #0a4c70;
	color: #0a4c70;
	width: 20%;
}

footer .gris-azulado{
	width: 100%;
	float: left;
	background: #4a5866;
	padding: 2rem 0;
}
.gris-azulado p{
	color: #fff;
	text-align: center;
	font-family: 'latina_essentialmedium';
	margin: 0;
	font-size: 14px;
}

@media (min-width: 1920px){
	.links {
	    margin-top: 13%;
	}

}

@media (min-width: 768px) and (max-width: 1024px) {

	html, 
	body {
	    text-align: center!important;
	}

	.menu .navbar-nav .nav-link {
	    padding: 0 1rem;
	}

	nav img {
	    width: 50%;
	}

	.menu .navbar a span {
	    margin-top: 2rem;
	    display: block;
	}

	.bg{
		height: 370px;
		background-size: contain;
		padding: 5% 0;
	}

	.bg-texto {
	    background: #0d405a;
	    height: 370px;
	    background-size: contain;
	    padding: 5% 0;
	}

	.gris-or {
	    height: auto;
	}

	.azulfuerte .carousel-cell h5 {
	    position: absolute;
	    top: 19%;
	    color: #fff;
	    font-weight: bold;
	    font-size: 30px;
	    left: -12%;
	    width: 72%;
	}

	footer h1 {
	    font-size: 35px;
	}

}

@media (max-width: 767px) {

	.menu.navbar-shrink{
		position: fixed!important;
	}

	.carousel-principal .texto {
	    top: 25%;
	}


	.menu{
		position: relative!important;
	}

	.menu img{
		width: 50%;
	}

	.flickity-page-dots{
		display: none;
	}

	.texto img{
		width: 50%;
	}

	.carousel-principal .texto p, 
	.carousel-principal .texto p strong {
	    font-size: 14px;
    }

    .bg,
    .bg-texto{
    	width: 100%;
    	background-size: cover;
    	height: auto;
    }

    .links{
    	margin-top:0;
    }

    .menu .navbar a {
        font-size: 12px;
        color: #0c4059;
    }

    .menu .navbar a span {
        margin-top: 0.5rem;
    }

    .carousel-principal .texto a {
        font-size: 12px;
    }

    .links a.text-right,
    .carousel-principal .texto a {
    	text-align: center!important;
	}

	.col-border {
	    border-right: 0;
	}

	.bg h1 {
	    font-size: 50px;
	}

	.bg-texto {
		background: #0c4059;
		padding: 5% 0;
	}

	.bg-texto p {
	    font-size: 12px;
	    text-align: center!important;
	}

	.azulfuerte .carousel-cell h5 {
	    top: 10%;
	    font-size: 20px;
	    left: -10%;
	    width: 100%;
	}

	.gris-or {
	    height: auto;
	}

	.azulfuerte .carousel-cell {
	    min-height: 88px;
	}

	.flickity-prev-next-button.previous,
	.flickity-prev-next-button.next {
	    display: none;
	    left: 10px;
	}

	footer h1 {
	    font-size: 24px;
	}


	}
	footer p strong {
	    font-size: 18px;
	}

	footer p {
	 	font-size: 14px;
	    margin: 0 0 1rem;
	}

	.con-js{
		position: relative!important;
	}

	.con-js button {
	    width: 100%;
	}

	.border-azul {
	    display: none;
	}

	.mapa {
	    margin-top: 20px;
	}

	.gris-azulado p {
	    font-size: 10px;
	}

	footer .gris-azulado {
	    padding: 1rem 0;
	}

	.form-control {
	    font-size: 12px;
	}

	.gris h1 {
	    font-size: 26px;
	}

	.gris p {
	    font-size: 12px;
	    margin: 1rem 0;
	}

}