*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body{
	background: #efefef;
}
.contenedor{
	width: 1170px;
	margin:0 auto;
	position: relative;
}
.clear{
	clear: both;
}
svg{display: block;}
img{
	display: block;
	width: 100%;
}
p{
	font-family: 'medium';
	font-weight: 400;
}
h1, h2, h3{
	font-family: 'black';
}
/** head **/
header{
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 1;
}
.line_top{
	width: 100%;
	background: #161F59;
}
.box_line1{
	width: 1170px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
}
.box_line1 img{
	width: 24px;
}
.box_line1-1{
	width: 50%;
	font-family: sans-serif;
	font-size: 15px;
	color: #fff;
}
.box_line1-2{
	width: 50%;
}
.box_line1-2 table{
	float: right;
}
/*** Sección 1 ***/
.bg1{
    width: 100%;
    background: url('../img/bg1.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    animation:fade 18s infinite;
    -webkit-animation:fade 18s infinite;
}
@keyframes fade{
    0%{
        background: url('../img/bg1.jpg') center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover; /* safari may need this */
        background-attachment: fixed;
    }
    33.333% {
        background: url('../img/bg2.jpg') center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover; /* safari may need this */
        background-attachment: fixed;
    }
    66.666% {
        background: url('../img/bg6.jpg') center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover; /* safari may need this */
        background-attachment: fixed;
    }
}
@-webkit-keyframes fade{
    0% {
        background: url('../img/bg1.jpg') center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover; /* safari may need this */
        background-attachment: fixed;
    }
    33.333% {
        background: url('../img/bg2.jpg') center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover; /* safari may need this */
        background-attachment: fixed;
    }
    66.666% {
        background: url('../img/bg6.jpg') center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover; /* safari may need this */
        background-attachment: fixed;
    }
}
.box1{
	width: 50%;
	background: rgba(255, 255, 255, .8);
	padding: 200px 50px;
}
.p1{
	font-size: 24px;
	color: #555356;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.p1 span{
	font-family: 'black';
	color: #161F59;
}
/*** Seccion 2 ***/
.cont_boxes{
	position: relative;
	width: 100%;
	display: flex;
}
.box2{
	width: 50%;
	background: #161F59;
	padding: 200px;
}
.box3{
	width: 50%;
	background: #F2F2F2;
	padding: 100px 150px;
}
.box_we{
	text-align: center;
}
.box_we img{
	width: 100px;
	margin: 0 auto;
}
.box_we h1{
	font-family: 'black';
	font-size: 60px;
	line-height: 50px;
	color: #161F59;
	letter-spacing: 10px;
	border-bottom: 1px solid #555356;
	padding: 20px 0;
	margin-bottom: 20px;
}
.box_we p{
	font-size: 20px;
	color: #555356;
	padding-bottom: 25px;
	line-height: 34px;
}
.hr1{
	width: 120px;
	margin:0 auto;
	border: none;
	border-top: 4px solid #555356;
}
/*** Seccion 3 ***/
.bg2{
	width: 100%;
	padding: 150px 20px;
	background: url('../img/bg4.jpg') center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	position: relative;
}
.t2{
	color: #fff;
	font-size: 58px;
	text-align: center;
	letter-spacing: 10px;
}
.p2{
	width: 100%;
	color: #fff;
	font-size: 22px;
	margin-bottom: 30px;
}
/*** Seccion 4 ***/
.t3{
	font-size: 60px;
	line-height: 50px;
	color: #161F59;
	letter-spacing: 10px;
	padding: 32px 20px;
	text-align: center;
}
.box4, .box5{
	width: 50%;
	padding: 150px 65px;
}
.box4{
	background: url('../img/img1.jpg') center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}
.box4 a, .box4 p{
	float: right;
}
.box5{
	background: url('../img/img2.jpg') center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
}
.box5 a, .box5 p{
	float: left;
}
/*** Proyectos ***/
.bg3{
	width: 100%;
	padding: 50px 0;
}
.icon_proy{
	width: 180px;
	margin:0 auto;
}
.cont_proy1, .cont_proy2{
	display: flex;
}
.cont_proy1{
	width: 100%;
}
.cont_proy2{
	width: 66%;
	margin: 0 auto;
}
.box_p1{
	width: 33.3333%;
}
.box_p2{
	width:50%;
}
.box_p1, .box_p2{
	text-align: center;
	padding: 20px;
	color: #161F59;
}
.box_p1 span, .box_p2 span{
	font-family: 'medium';
	font-weight: 400;
	font-size: 18px;
	color: #161F59;
	display: block;
	padding: 10px 0 5px 0;
}
.box_p3{
	background: #161F59;
	display: block;
	border-radius: 35px;
	width: 100%;
	overflow: hidden;
}
.t4{
	font-size: 20px;
	line-height: 20px;
	color: #161F59;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 20px;
}
/*** Botones ***/
.btn1, .btn2{
	display: block;
	text-align: center;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.4s;
}
.btn1{
	width: 320px;
	font-family: 'black';
	color: #161F59;
	font-size: 20px;
	background: #F4DD0B;
	line-height: 50px;
	text-decoration: none;
	border-radius: 25px;
}
.btn2{
	width: 150px;
	font-family: 'extrabold';
	color: #fff;
	font-size: 13px;
	background: #161F59;
	line-height: 40px;
	border-radius: 20px;
	letter-spacing: 1px;
	margin:0 auto;
}
.btn1:hover, .btn2:hover{
	background: #161F59;
	color: #F4DD0B; 
}
/*** Footer ***/
footer{
	width: 100%;
	padding: 100px 0;
	background: #161F59;
	position: relative;
}
/*** Contacto ***/
.cont_form{
	display: flex;
	width: 1170px;
	margin:0 auto;
}
.box6{
	width: 40%;
	font-family: sans-serif;
	color: #fff;
}
.box6 p{
	line-height: 24px;
	font-size: 15px;
}
.box6 h1{
	font-family: 'extrabold';
	font-size: 32px;
	letter-spacing: 5px;
	padding: 35px 0;
}
.hr2{
	width: 120px;
	border: none;
	border-top: 5px solid #EDE429;
}
.box_form{
	width: 60%;
	padding: 25px 0;
}
/*** Form ***/
.box_form-1{
	width: 50%;
	padding: 0 10px;
	float: left;
}
.box_form-2{
	padding: 10px;
}
input[type=text]{
	width: 100%;
	background: #354596;
	padding: 14px 20px;
	border-radius: 30px;
	color: #fff;
	border: none;
	margin-bottom: 25px;
	font-family: sans-serif;
	font-size: 15px;
}
textarea{
	width: 100%;
	background: #354596;
	padding: 14px 20px;
	border-radius: 20px;
	color: #fff;
	border: none;
	height: 100px;
	font-family: sans-serif;
	font-size: 14px;
}
input[type=submit]{
	width: 150px;
	font-family: 'black';
	color: #161F59;
	font-size: 14px;
	background: #F4DD0B;
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	border:none;
	letter-spacing: 1px;
	float: right;
	transition-property: all;
	transition-duration: 0.4s;
	margin-right: 10px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
input[type=submit]:hover{
	background: #222;
	color: #F4DD0B; 
}
::-webkit-input-placeholder{
	color: #fff;
}
/*** Fuentes ***/
@font-face {
    font-family: 'extrabold';
    src: url('fonts/galanogrotesque-extrabold-webfont.woff2') format('woff2'),
         url('fonts/galanogrotesque-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'medium';
    src: url('fonts/galanogrotesque-medium-webfont.woff2') format('woff2'),
         url('fonts/galanogrotesque-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'black';
    src: url('fonts/galanogrotesque-black-webfont.woff2') format('woff2'),
         url('fonts/galanogrotesque-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*** Adquisicion ***/
.bg8{
	padding: 45px 0;
}
.ts1{
	font-size: 50px;
	text-align: center;
	color: #161F59;
}
.ts2{
	font-size: 32px;
	text-align: center;
	color: #161F59;
	padding-bottom: 50px;
}
.hr3{
	width: 50%;
	border: none;
	border-top: 1px solid #555356;
	margin: 50px auto;
}
.ps1{
	width: 90%;
	margin: 0 auto;
	color: #555356;
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: center;
	padding-bottom: 50px;
}
.ps1 span{
	font-family: 'extrabold';
}
.cont_icons{
	display: flex;
}
.box_icon{
	width: 25%;
	text-align: center;
}
.box_icon div{
	padding: 0 25px 30px 25px;
}
.box_icon span{
	font-family: 'black';
	font-size: 24px;
	color: #555356;
}
.whats{
	width: 200px;
	margin: 0 auto;
}

.box_mapa{
	border-top: 5px solid #161F59;
}

.logos{
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
}