@import url(inicio.css);
@import url(servicios.css);
@import url(clientes.css);
@import url(nosotros.css);
@import url(contactenos.css);

@font-face {
    font-family: 'poppis-line';
    src: url(../fonts/Poppins-Thin.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppis-light';
    src: url(../fonts/Poppins-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppis-regular';
    src: url(../fonts/Poppins-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppis-medium';
    src: url(../fonts/Poppins-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppis-semibold';
    src: url(../fonts/Poppins-Semibold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppis-bold';
    src: url(../fonts/Poppins-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-medium';
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-bold';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
section{
	display: table;
	width: 100%;
}*/

.header{
	position: fixed;
	z-index: 999999;
	width: 100%;
	display: inline-block;	
	padding-top: 20px;
    padding-bottom: 20px;
	transition: all 0.4s;
}


.header2{
	position: fixed;
	z-index: 9999999;
	width: 100%;
	display: inline-block;	
	padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0px 3px 0px #a5a5a5;
    background-color: #fff;
	transition: all 0.4s;
}


.header2 ul li a{
	color: #000;
	font-size: 14px;
}



.section_general{
	display: block;
	overflow: hidden;
	padding-top: 100px;
}


*{
	font-family: 'roboto';
}
.np{
	padding-left: 0;
	padding-right: 0;
}
.nm{
	margin-right: 0;
	margin-left: 0;
}



a:hover
,a:focus{
	text-decoration: none !important;
}


button:focus{
	box-shadow: none;
	outline: none;
}


section{
	position: relative;
}


/* HEADER */

.nav-menu ul{
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: right;
    margin-top: 32px;
}


.nav-menu ul li{
	display: inline-block;

}

.nav-menu ul .nav-li{
	padding-left: 45px;	
}


.header ul li a{
	color: #fff;
	font-size: 14px;
}

.nav-menu ul .nav-li a{
	top: 4px;
    position: relative;
    font-size: 15px;
    transition: all 0.4s;
}



.nav-menu ul .nav-li a:hover
,.nav-menu ul .nav-li a.active
{
	color: #e9bd2a;
}



.nav-logo{
	text-align: center;
}


.nav-redes a{
	padding-left: 15px;
}


.nav-redes{
	padding-left: 15px;
}



.btn-menu-rp{
	width: 33px;
	height: 33px;
	background-color: #000;
	border: none;
	outline: none;
	float: right;
    position: relative;
    top: 38%;
    text-align: right;
    transition: all 0.4s;
}



.line-btn-rp{
	height: 2px;
	background-color: #fff;
	float: right;
}

.line-btn-rp{
	height: 2px;
	background-color: #fff;
	float: right;
}

.line-btn-rp2{
	height: 2px;
	background-color: #fff;
	float: right;
}



.line-btn-rp-1{
	width: 100%;
}

.line-btn-rp-2{
	width: 50%;
	margin: 6px 0;
}



.section-header-rp{
	padding-top: 15px;
	padding-bottom: 15px;
}




.menu-rp{
	width: 200px;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	right: -100%;
	top: 0;
	text-align: right;
	padding: 80px 20px 30px 20px;
	transition: all 0.5s;
}


.menu-rp ul{
	list-style: none;
}

.menu-rp ul li a{
	color: #fff;
	font-size: 22px;
}


.close-menu{
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	position: absolute;
    top: 10px;
    right: 5px;
}


.menu-rp ul li{
	padding-bottom: 25px;
}



.menu-rp ul li a.active{
	color: #e9bd2a;
}



.redes-rp{
	position: absolute;
	right: 20px;
	bottom: 15px;
}


.redes-rp a{
	padding-left: 25px;
}


.img-c{
	margin: auto;
}


/* footer */


footer{
	position: relative;
	z-index: 999999;
	width: 100%;
	display: inline-block;	
	padding-top: 45px;
    padding-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
	transition: all 0.4s;
}




.footer-row-1{
	text-align: center;
}


.footer-menu
,.footer-menu2{
	margin: 0;
    padding: 0;
    list-style: none;
}


.footer-menu li{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}


.footer-menu li a{
	color: #000;
	transition: all 0.4s;
}


.footer-menu li a:hover
,.footer-menu li a.active{
	color: #e9bd2a;
}


.footer-row-1 p{
	padding-top: 35px;
}


.footer-row-2
,.footer-row-3{
	padding-top: 22px;
}

.footer-redes a{
	padding-right: 25px;
}

.footer-redes a img{
	width: 24px;
}

.footer-menu2 li{
	padding-top: 8px;
	padding-bottom: 15px;
	font-size: 14px;
}


.footer-menu2 li span{
	color: #3300ff !important;

}


.footer-derechos{
	padding-top: 45px;
	padding-bottom: 30px;
}


.footer-row-3{
	text-align: center;
}


.home-section-bg{
	width: 100%;
	height: auto;
	/*background-image: url(../img/home/fondo3.png);*/
	background-position: center;
	background-size: cover;
}


.btn-melon{
	background-color: #e9bd2a;
	color: #fff;
	border: 1px solid #e9bd2a;
	outline: none;
	box-shadow: none;
	padding: 13px 35px;
    border-radius: 30px;
    transition: all 0.4s;
}


.btn-melon:hover{
	color:  #e9bd2a;
	background-color: #fff;
}


.btn-blanco{
	background-color: rgba(255, 255, 255, 0.28);
	color: #fff;
	border: 1px solid #fff;
	outline: none;
	box-shadow: none;
	padding: 13px 35px;
    border-radius: 30px;
    transition: all 0.4s;
}


.btn-blanco:hover{
	background-color: rgba(255, 255, 255, 0);
}


.btn-negro{
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	outline: none;
	box-shadow: none;
	padding: 13px 35px;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.4s;
}


.btn-negro:hover{
	background-color: #e9bd2a;
	color: #fff;
}



.btn-melon-2{
	background-color: transparent;
	color: #e9bd2a;
	border: 1px solid #e9bd2a;
	outline: none;
	box-shadow: none;
	padding: 13px 35px;
    border-radius: 30px;
    transition: all 0.4s;
}


.btn-melon-2:hover{
	color:  #fff;
	background-color: #e9bd2a;
}





.home-banner-btn{
	padding-top: 20px;
	padding-bottom: 55px;
}

.home-banner-btn a{
	position: relative;
	top: 25px;
}

.home-section-1 p{
	font-size: 18px;
	letter-spacing: 1px;
	/*font-family: 'poppis-line';*/
	padding-top: 40px;
}



.home-section-1 h1{
	font-size: 35px;
	padding-top: 175px;
}


.home-section-1{
	text-align: center;
}


.view-no-movil{
	display: none;
}




.home-section-2{
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	padding-bottom: 50px;
}


.home-section-2-bg{
	width: 40%;
	height: 720px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/home/fondo.png);
	position: absolute;
}

.home-section-2-titulo{
	padding-top: 50px;
	padding-bottom: 20px;
}

.home-section-2-titulo p{
	color: #807c80;
	font-size: 21px;
}

.home-section-2-card{
	background: #fff;
	padding: 30px 40px 60px 40px;
	height: 270px;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 1px 2px 0px 0px #d0d0d0;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.5s;
}


.home-section-2-card:hover{
	transform: scale(1.1);
}


.titulo-dorado{
	padding-top: 42px;
	padding-bottom: 15px;
	color: #e8be3d;
	font-size: 30px;
}


.home-section-2-card img{
	width: 80px;
	margin: auto;
	padding-top: 30px;
}


.home-section-2-card h3{
	padding-top: 22px;
	padding-bottom: 10px;
	font-size: 22px !important;
}


.home-section-2-card p{
	font-size: 14px;
}



.icon-circulo{
	width: 329px;
	height: 329px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/home/circle.png);
	position: absolute;
	right: -160px;
    top: -80px;

}


.home-box-video{
	width: 100%;
	height: 420px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/home/img1.jpg);
	margin-bottom: 40px;
}


.home-section-3-text span{
	color: #e9bd2a;
}


.home-section-3-text h3{
	letter-spacing: 1px;
	line-height: 40px;
}



.home3-p{
	padding-top: 40px;
	padding-bottom: 15px;
}

.home-section-3{
	padding-top: 120px;
	padding-bottom: 80px;
}



.home-section-4-img{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}


.home-section-4{
	padding-top: 15px;
	padding-bottom: 15px;
}


.home-section-5-bg{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-image: url(../img/home/fondo3.png);
	background-attachment: fixed;
}



.home-section-5-box{
	background-color: #fff;
	padding-left: 35px;
	padding-right: 35px;
	height: 530px;
	padding-top: 80px;
	border-bottom: 9px solid #e9bd2a;
	transition: all 0.5s;
}



.border-right{
	border-right: 2px solid #dddddd;
}



.home-section-5-box:hover{
	border-bottom: 9px solid #e9bd2a;
}



.home-section-5-box p{
	font-size: 14px;
	padding-bottom: 60px; 
}


.home-section-5-box h3{
	color: #e9bd2a;
}


.home-section-5-box h4{
	padding-top: 45px;
	padding-bottom: 45px;
}


.home-section-5-btn img{
	position: relative;
    top: -1px;
    left: 10px;
}



.home-section-5-text{
	padding-top: 80px;
	padding-bottom: 55px;
}



.home-section-5-bg{
	padding-bottom: 80px;
}


.home-section-6-titulo small{
	color: #e9bd2a;
}


.home-section-6-titulo h3{
	padding-top: 10px;
}


.home-section-6-icon{
	display: inline-block;
	padding: 25px 35px;
}

.home-section-6-text{
	display: inline-block;
    vertical-align: middle;
}


.home-section-6-box{
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}


.home-section-6-btn{
	padding-top: 90px;
	padding-bottom: 100px;
}


.home-section-6-btn a{
	position: relative;
    margin-top: 35px;
    display: block;
}





.home-section-6-titulo{
	padding-top: 50px;
	padding-bottom: 60px;
}



.home-section-6{
	padding-top: 50px;
	padding-bottom: 80px;
}



.home-section-7-bg{
	width: 100%;
	height: 894px;
	background-position: center;
	background-size: cover;
	background-image: url(../img/home/fondo2.png);
	background-attachment: fixed;
}


.home-section-7-titulo{
	padding-top: 90px;
	padding-bottom: 80px;
}


.home-section-7-titulo small{
	color: #e9bd2a;
}

.home-section-7-titulo h3{
	padding-top: 10px;
}


.home-item-slider p{
	padding-top: 35px;
}


.home-section-7-slider{
	padding-top: 35px;
	padding-bottom: 45px;
	background-color: #fff;
	border-radius: 5px;
}


.rotate-left{
	transform: rotate(180deg);
}


.home-section-8-text h3{
	color: #e9bd2a;
	padding-top: 25px;
	padding-bottom: 10px;
}



.home-section-8-text p{
	padding-bottom: 20px;
}


.home-section-8{
	padding-top: 20px;
	padding-bottom: 25px;
}






.icon-historia{
	position: absolute;
    top: 32%;
    left: -79px;
}



.banner-links-header{
    width: 100%;
    position: absolute;
    bottom: -30px;
    background: #b3b3b3;
    color: #000;
    padding: 5px 0 5px 0;
}

.banner-links-header span{
	text-decoration: underline;
}

.banner-links-header span a{
	color: #3300ff;
	font-size: 9px;
}
















/*Responsive*/

/* iphone 4 */
@media (min-width: 320px){

}/*Fin 320*/


@media(min-width: 425px){

}



@media (min-width: 768px) {


	.nav-menu ul{
		text-align: center;
	}


	.footer-row-1{
		text-align: left;
	}

	.footer-row-3{
		text-align: right;
	}


	.home-section-1 h1{
		padding-top: 220px;
	}

	.view-no-movil{
		display: none;
	}


	.home-section-2-card{
		padding: 0px 30px 60px 30px;
	}


	.home-section-2{
		height: 920px;
	}


	.home-section-5-bg{
		width: 100%;
		height: 835px;
	}


	.home-section-5-box{
		padding-left: 25px;
		padding-right: 25px;
	}


	.home-section-5-box{
		border-bottom: 5px solid #fff;
	}


	.home-section-6-btn a{
	    display: initial;
	}

	.home-section-1-img {
	    padding-top: 290px;
	}

	.home-section-bg{
		height: 620px;
	}


	.banner-links-header span a{
		font-size: 14px;
	}


}/*Fin 768*/


@media (min-width: 992px) {

	.home-section-bg{
		height: 545px;
	}

	.home-section-1 p{
		padding-right: 45px;
	}

	.nav-menu ul{
		text-align: right;
	}

	.nav-logo{
		text-align: left;
	}

	.nav-menu ul .nav-li{
		padding-left: 38px;	
	}

	.footer-row-3{
		text-align: left;
	}


	.home-section-1{
		text-align: left;
	}


	.view-no-movil{
		display: initial;
	}


	.home-section-1 h1{
		padding-top: 177px;
	}


	.home-section-1-img{
		padding-top: 160px;
	}


	.home-section-2-card{
		padding: 0px 40px 0px 40px;
	}

	.home-section-5-box{
		padding-left: 44px;
    	padding-right: 48px;
	}

	.home-section-6-icon{
		padding: 25px 15px;
	}

	.home-section-2-card p{
		font-size: 11px;
	}

	.home-section-2-card h3{
		font-size: 17px !important;
	}

	.home-section-2{
		height: 635px;
	}

}/*Fin 992*/


@media (min-width: 1200px) {

	.home-section-2-card h3{
		font-size: 22px !important;
	}

	.nav-menu ul .nav-li{
		padding-left: 45px;	
	}


	.home-section-1-img{
		padding-top: 140px;
	}

	.home-section-5-box{
		padding-left: 60px;
    	padding-right: 95px;
	}

	.home-section-6-icon{
		padding: 25px 35px;
	}


	.home-section-2-card p{
		font-size: 14px;
	}

}/*Fin 1200*/
