@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

:root {
	--color-body: #3f3f3f;
	--color-main: #1b3e4a;
	--color-sec: #416681;
	--color-petro: #1978a5;
	--color-turquesa: #42cfe1;
	--color-verde1: #2fddb6;
	--color-verde2: #3ecc69;
	--color-verde3: #05716c;

	--azul-a: #5f7880;
	--azul-b: #546e77;
	--azul-c: #49656e;
	--azul-d: #31515c;
	--azul-e: #1b3e4a;
	--azul-f: #142e37;
	--azul-g: #0e1f25;

	--bg-page: #e7e6e4;
	--color-border: #e5e5e5;
	--font-body: 'Roboto', sans-serif;
	--font-titulos: 'Roboto', sans-serif;
}

* {
	box-sizing: border-box; /* Padding y borde no incrementan el ancho */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	/*height:100%;*/
}

body {
	color: var(--color-body);
	font-family: var(--font-body);
}

h1 {
	font-family: var(--font-titulos);
	font-weight: 800;
	
}

h2 {
	font-family: var(--font-titulos);
	font-weight: 800;
	
}

h3 {
	font-family: var(--font-titulos);
	font-weight: 600;
	
}

h4 {
		font-family: var(--font-titulos);
	font-weight: 600;
	
}

p {
	font-size: 14px;

}

.clients p {
	font-size: 20px !important;
}

a {
	
}

a:link {
	text-decoration: none;
	color: var(--color-sec);
	
}

a:visited {
	text-decoration: none;
	color: var(--color-sec);
}

a:hover {
	color: var(--color-main);
	
}

/*HEADER*/

header {
	background-color: rgba(255, 255, 255, 0.6);
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #b1aba6;
	padding: 20px 0;
	z-index: 999;
}

header .logo img {
	width: 210px;
}

/* change header */

header.hdr-small {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 0;
	top: 0;
}

header.hdr-small .logo img{
	width: 150px;
}

header.hdr-small .toggle-button {
	top: 1px;
}

/* end change header */

/*NAV*/

nav.main {
	display: none;
}

nav.main ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}

nav.main ul li {
	font-family: var(--font-titulos);
	list-style-type: none;
	font-weight: 400;
	margin-left: 5px;
	margin-bottom: 10px;
}

nav.main ul li a {
	color: #1b3e4a;
		-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

nav.main ul li a:hover {
	color: var(--color-sec);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

nav.main ul li a.active {
	border-bottom: 3px solid var(--color-sec);
}

/*FOOTER*/

footer {
	background-color: var(--color-main);
	border-top: 1px solid #fff;
}

footer .logo {
	border-right: 1px solid #fff; 
	padding-right: 24px;
}

footer .logo img {
	max-width: 100px;
}

footer ul {
	margin-bottom: 0;
}

footer ul li {
	font-size: 0.9em;
	list-style-type: none;
	line-height: 1.8;
}

footer ul li a {
	color: #fff !important;
}

footer ul li a:hover {
	color: #b1aba6 !important;
}

footer ul li img {
	padding-right: 8px;
	vertical-align: text-bottom;
}

footer .pie {
	background-color: var(--azul-d);
}

footer .pie p {
	color: #fff;
	font-size: 12px;
	margin: 0;
}

/* TOGGLE BUTTON */

.toggle-button {
	position: absolute;
	display: block;
	border-radius: 50px;
	width: 50px;
	padding: 10px;
	top: 16px;
	right: 15px;
	z-index: 999;
}

.toggle-button span {
	display: block;
	height: 25px;
	border-top: solid 2px #416681;
	border-bottom: solid 2px #416681;
	position: relative;
}

.toggle-button span:after {
	content:"";
	width: 100%;
	height: 2px;
	background:#416681;
	display: block;
	top: 50%;
	position: absolute;
	margin-top: -1px;
}

/* -- CONTENIDO -- */

section.hero {
	position: relative;
	margin-bottom: -25px;
}

section.hero .txt {
	position: absolute;
    /*top: 50%;
    transform: translateY(-50%);*/
    /*top: 160px;*/
	left: 0;
	right: 0;
	/*height: 100%;*/
	bottom: 20px;
}

section.hero .txt h1, section.paralaje .txt h1 {
	color: #fff;
	font-weight: 800;
	line-height: 1;
}

section.hero .txt h1, section.paralaje2 .txt h1 {
	color: #fff;
	font-weight: 800;
	line-height: 1;
}

section.hero .txt h3, section.paralaje .txt h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

section.hero .txt h3, section.paralaje2 .txt h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

section.que-hacemos-h, section.servicios-h, section.seleccion-h, section.contacto-h, section.integrantes {
	padding-top: 40px;
	padding-bottom: 40px;
}

section.como-h {
	padding-top: 40px;
	padding-bottom: 0px;
	background-color: #f1f1f1;
}

section.como-h .box {
	padding: 40px;
}

section.como-h .box h3 {
	color: #fff;
}

section.como-h .box p, section.como-h .box ul li {
	color: #fff;
} 

section.como-h .box img {
	width: fit-content;
}
section.como-h .txt {
	z-index: 9999;
}
section.aliados > .container-xxl {
	padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
section.aliados > .container-xxl h2 {
	margin-bottom: 40px;
}
section.aliados .img-container {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 16px;
}
section.aliados .img-container img {
    max-width: 140px;
}
section.aliados .txt {
	font-size: 14px;
}
#slider-boxes .cont-txt {
	border: 1px solid var(--color-border);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 15px 20px 10px; 
}

#slider-boxes .cont-txt h3 {
	font-size: 21px;
}

#slider-boxes .cont-txt .btn {
	font-size: 14px;
}

#slider-boxes .pic img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}

#slider-boxes.owl-theme .owl-nav {
	position: absolute;
	top: 42%;
	width: 100%;
}

#slider-boxes.owl-theme .owl-nav button.owl-prev {
	position: absolute;
	left: 10px;
}

#slider-boxes.owl-theme .owl-nav button.owl-next {
	position: absolute;
	right: 10px;
}

#slider-seleccion.owl-theme .owl-nav {
	position: relative;
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
	border-radius: 100px; 
	width: 15px;
	height: 15px;
	margin: 5px;
	background: var(--color-sec);
	opacity: 50%;
}

.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
	opacity: 1;
}

#slider-seleccion .item .cont-txt {
	height: 230px;
	padding-top: 20%;
	padding-left: 30px;
	padding-right: 30px;
}

#slider-seleccion .item .numero {
	border-radius: 100px;
	border: 3px solid #fff; 
	display: inline-block;
	height: 60px;
	width: 60px;
	margin-bottom: 20px;
	font-family: var(--font-titulos);
	font-size: 37px;
	color: #fff;
	font-weight: 700;
}

#slider-seleccion .item .cont-txt .titulo {
	font-family: var(--font-titulos);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

#slider-seleccion .item:before {
	content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    right: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

#slider-seleccion .item-1:before {
	background-color: var(--azul-a);
}

#slider-seleccion .item-2:before {
	background-color: var(--azul-b);
}

#slider-seleccion .item-3:before {
	background-color: var(--azul-c);
}

#slider-seleccion .item-4:before {
	background-color: var(--azul-d);
}

#slider-seleccion .item-5:before {
	background-color: var(--azul-e);
}

#slider-seleccion .item-6:before {
	background-color: var(--azul-f);
}

/*
#slider-seleccion .item-7:before {
	background-color: var(--azul-g);
}
*/

#slider-seleccion .item-1 {
	background-color: var(--azul-a);
}
#slider-seleccion .item-2 {
	background-color: var(--azul-b);
}
#slider-seleccion .item-3 {
	background-color: var(--azul-c);
}
#slider-seleccion .item-4 {
	background-color: var(--azul-d);
}
#slider-seleccion .item-5 {
	background-color: var(--azul-e);
}
#slider-seleccion .item-6 {
	background-color: var(--azul-f);
}
#slider-seleccion .item-7 {
	background-color: var(--azul-g);
}

section.paralaje {
	background-image: url(../img/bg-paralaje.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 400px;
}

section.paralaje2 {
	background-image: url(../img/bg-paralaje-q.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 400px;
	color: #fff;
}

section.paralaje .txt {
	color: #fff;
}

section.paralaje2 .txt {
	color: #fff;
}

section.integrantes .box {
	background-color: #fff;
	margin-bottom: 25px;
}

section.integrantes .box .txt {
	padding: 20px;
}

section.integrantes .box .link {
	margin: 10px 7px;
}

section.integrantes .box .link a {
	display: inline-block;
	border-radius: 100px;
	background-color: var(--color-main);
	padding-top: 5px;
	width: 40px;
	height: 40px;	
}

section.integrantes .box .link a:hover {
	background-color: var(--color-sec);
}

section.integrantes .box .txt h4 {
	text-transform: uppercase;
	font-weight: 700;
}

section.historia .txt {
	padding: 40px 20px; 
}

/* LB */
.lb.fancybox-content {
	max-width: 1120px;
	width: 100%;
	padding: 40px 20px;
	background-image: url(../img/bg-pop.png);
    background-repeat: no-repeat;
    background-position: top -10% left -7%;
}

.lb.fancybox-content p {
	font-size: 16px;
}

/* FORM */

form.stroke .form-select, form.stroke .form-control {
	border: 2px solid #000;
	padding: 0.8rem 0.75rem;
	position: relative;
}

form.stroke .btn-primary {
	font-size: 18px;
}

section.hdr {
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	margin-top: 85px;
}

section.hdr.bg-que {
		background-image: url(../img/bg-que-mobile.jpg);
}

section.hdr.bg-clientes {
		background-image: url(../img/bg-clientes-mobile.jpg);
}

section.hdr.bg-como {
		background-image: url(../img/bg-como-mobile.jpg);
}

section.hdr.bg-quienes {
		background-image: url(../img/bg-quienes-mobile.jpg);
		background-position: center;
}

section.hdr.bg-contacto {
		background-image: url(../img/bg-contacto-mobile.jpg);
		background-position: center;
}

section.hdr .container-xxl, section.hdr .row {
	height: 100%;
}

section.hdr h1 {
	color: #fff;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

.bg-page {
	background-color: var(--bg-page);
}
.bg-azul {
	background-color: var(--color-main);
}
.bg-petro {
	background-color: var(--color-petro);
}
.bg-turquesa {
	background-color: var(--color-turquesa);
}
.bg-verde1 {
	background-color: var(--color-verde1);
}
.bg-verde2 {
	background-color: var(--color-verde2);
}
.bg-verde3 {
	background-color: var(--color-verde3);
}

.bg-azul-e {
	background-color: var(--azul-e);
}

/* Placeholders */

form.clase .form-control::-webkit-input-placeholder { color: #ffffff; }  /* WebKit, Blink, Edge */
form.clase .form-control:-moz-placeholder { color: #ffffff; }  /* Mozilla Firefox 4 to 18 */
form.clase .form-control::-moz-placeholder { color: #ffffff; }  /* Mozilla Firefox 19+ */
form.clase .form-control:-ms-input-placeholder { color: #ffffff; }  /* Internet Explorer 10-11 */
form.clase .form-control::-ms-input-placeholder { color: #ffffff; }  /* Microsoft Edge */


/* Reset botones */

.btn {
    border: none !important;	
}

.btn-primary {
	color: #fff !important;
	background-color: var(--color-main);
	text-transform: uppercase;
	font-size: 18px;
    padding: 0.6rem 1.3rem;
}

.btn-primary:hover {
	background-color: var(--color-sec);

}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #797878;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	background-color: #333 !important; /* Reset Press Azul */
	box-shadow: none;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
section.clientes > .container-xxl {
	padding-top: 40px;
	padding-bottom: 40px;
}
section.clientes h2 {
	text-align: center;
	margin-bottom: 40px;
}
section.clientes .customer-container {
	margin-bottom: 40px;
}
/* Reset Glow Azul*/

.form-control:focus {
  border-color: #ced4da !important;
  -webkit-box-shadow: 0 0 5px rgba(111, 111, 111, 1) !important;
          box-shadow: 0 0 5px rgba(111, 111, 111, 1) !important;
}

.transition {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

.container-fluid {
	overflow-x: hidden;
}

/****************************/
/* MEDIA QUERIES */
/****************************/

/* 992 */
@media screen and (min-width: 992px) {

.toggle-button {
	display: none;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
	overflow-x: hidden;
}

header {
	background-color: rgba(255, 255, 255, 0.6);
}

section.hero .txt {
	top: 0;
	bottom: 0;
}

footer .logo img {
	max-width: 132px;
}

nav.main {
	display: block !important;
	overflow: hidden;
}

nav.main ul {
	margin-top: 0;
}

nav.main ul li {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 3px;
}

section.hdr {
	height: 400px;
	margin-top: 84px;
}

section.hdr.bg-que {
	background-image: url(../img/bg-que.jpg);
}

section.hdr.bg-clientes {
	background-image: url(../img/bg-clientes.jpg);
}

section.hdr.bg-quienes {
		background-image: url(../img/bg-quienes.jpg);
}

section.hdr.bg-contacto {
		background-image: url(../img/bg-contacto.jpg);
}

section.hdr.bg-como {
		background-image: url(../img/bg-como.jpg);
}

#slider-seleccion .item .numero {
	height: 80px;
	width: 80px;
	font-size: 50px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 	
}

#slider-seleccion .item:hover .numero {
	transform: scale(1.15);
}

#slider-seleccion .item .cont-txt .titulo {
	font-size: 24px;
}

#slider-seleccion .item .cont-txt {
	height: 300px;
}

section.como-h .box h3 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

section.como-h .box p, section.como-h .box ul li {
	font-size: 14px;
}

section.como-h .box {
	padding: 20px;
}

section.como .box {
	min-height: 338px;
}

section.como-h .box img {
	margin-top: 0px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

section.como-h .box:hover img {
	margin-top: -20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

section.paralaje {
	height: 500px;
}

section.paralaje2 {
	height: 500px;
}

section.como .box {
	position: relative;
}

section.como .box:before {
	content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

section.como .box.der:before {
	left: -25px;
}

section.como .box.bg-azul:before {
	background-color: var(--color-main);
}

section.como .box.bg-turquesa:before {
	background-color: var(--color-turquesa);
}

section.como .box.bg-petro:before {
	background-color: var(--color-petro);
}

section.como .box.bg-verde1:before {
	background-color: var(--color-verde1);
}

section.como .box.bg-verde2:before {
	background-color: var(--color-verde2);
}

section.integrantes .box {
	overflow:hidden;
}

section.integrantes .box img.w-100 {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 	
}

section.integrantes .box:hover img.w-100 {
	transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}
section.aliados .img-container {
	min-height: 130px;
}
section.aliados .img-container img {
    max-width: 124px;
}
}
@media only screen and (max-width: 991px) {
	.allies-container {
		margin-top: 16px;
	}
}
/* 1280 */
@media screen and (min-width: 1200px) {

section.paralaje {
	height: 600px;
}

section.paralaje2 {
	height: 600px;
}

section.historia .txt {
	padding: 60px 40px; 
}

header .logo img {
	width: 360px;
}

}

/* 1366 */
@media screen and (min-width: 1360px) {

h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

section.hero .txt h1, section.paralaje .txt h1 {
	font-size: 40px;
}

section.hero .txt h1, section.paralaje2 .txt h1 {
	font-size: 40px;
}

section.hdr h1 {
	font-size: 60px;
}

section.hero .txt h3, section.paralaje .txt h3 {
	font-size: 18px;
}

section.hero .txt h3, section.paralaje2 .txt h3 {
	font-size: 18px;
}

section.que-hacemos-h, section.servicios-h, section.seleccion-h, section.contacto-h, section.integrantes {
	padding-top: 60px;
	padding-bottom: 60px;
}

section.como-h {
	padding-top: 60px;
	padding-bottom: 0px;
}

#slider-boxes.owl-theme .owl-nav button.owl-prev, #slider-seleccion.owl-theme .owl-nav button.owl-prev {
	position: absolute;
	left: -50px;
}

#slider-boxes.owl-theme .owl-nav button.owl-next, #slider-seleccion.owl-theme .owl-nav button.owl-next  {
	position: absolute;
	right: -50px;
}

#slider-seleccion.owl-theme .owl-nav {
	position: absolute;
	top: 38%;
	width: 100%;
}

section.como-h .box h3 {
	font-size: 22px;
}

section.como-h .box p, section.como-h .box ul li {
	font-size: 16px;
}

section.paralaje {
	height: 700px;
}

section.paralaje2 {
	height: 700px;
}

section.historia .txt {
	padding: 40px 40px; 
}

}

/* 1440 */
@media screen and (min-width: 1440px) {
}

/* 1680 */
@media screen and (min-width: 1600px) {

section.hero .txt h1, section.paralaje .txt h1 {
	font-size: 60px;
}

section.hero .txt h1, section.paralaje2 .txt h1 {
	font-size: 60px;
}

section.hero .txt h3, section.paralaje .txt h3 {
	font-size: 20px;
}

section.hero .txt h3, section.paralaje2 .txt h3 {
	font-size: 20px;
}

.btn-primary {
	font-size: 20px;
}

section.que-hacemos-h, section.servicios-h, section.seleccion-h, section.contacto-h, section.integrantes {
	padding-top: 80px;
	padding-bottom: 80px;
}

section.como-h {
	padding-top: 80px;
	padding-bottom: 0px;
}

h2 {
	font-size: 40px;
}

section.como-h .box h3 {
	font-size: 26px;
}

section.como-h .box {
	padding: 50px;
}

section.paralaje {
	height: 800px;
}

section.paralaje2 {
	height: 800px;
}

section.historia .txt {
	padding: 60px 80px; 
}

section.historia .txt p {
	font-size: 16px;
}

}

/* 1920 */
@media screen and (min-width: 1900px) {

section.como-h .box p, section.como-h .box ul li {
	font-size: 18px;
}

}

/* portrait */
@media screen and (orientation: portrait) {

	.lb.fancybox-content {
		max-width: 1120px;
		width: 100%;
		padding: 40px 20px;
		background-image: url(../img/bg-pop.png);
		background-repeat: no-repeat;
		background-position: top -4% left -21%;
		background-size: 70%;
	}

	section.paralaje
	{
		background-size: cover;
	}
}