/* @import url('https://fonts.googleapis.com/css?family=Abel|Open+Sans&display=swap'); */

body {
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	/* font-family: 'Abel', sans-serif; */
}

* {
	/* font-family: 'Abel', sans-serif; */
}

header {
	background-color: #fff;
	padding: 10px 0;
}

a {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

/* p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "abel regular"
} */

/* ============= section css ============= */
section {
	padding: 20px 0;
	min-height: 100px;
}

.amarillo {
	background: #feff00 !important;
}
  .whatsapp-m {
  	cursor: pointer;
  	width: 50px;
  	height: 50px;
  	border-radius: 50%;
  	background: #0bd561;
  	box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
  	position: fixed;
  	right: 20px;
  	bottom: 90px;
  	z-index: 99;
  }

/*INICIO GALERIA*/

.cont-g {
	height: auto;
	overflow: hidden;
	float: left;
	width: 100%;
	/* border-bottom: 15px solid #007ffe; */
}

.cont-g ul {
	margin: 0;
	padding: 0;

}

.cont-g ul li {
	float: left;
	list-style: none;
	width: 25%;
}

.cont-g ul li a {
	float: left;
	width: 100%;
}

.cont-g ul li a img {
	float: left;
	transition: opacity 0.4s ease-in-out 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	width: 100%;
}

.cont-g ul li a img:hover {
	opacity: 0.7;
	transition: opacity 0.4s ease-in-out 0s;
	-webkit-transition: opacity 0.4s ease 0s;
}

.cont-g ul li {
	transition: all .50s ease-in-out;
}


/*FIN GALERIA*/
.cinta1 {
	background: #000;
}

.cn1 {
	font-size: 20pt;
}

.parallax-container {
	height: 400px;
}

.pago {
	width: 60px;
	transition: box-shadow .15s ease-in-out;
}

.pago:hover {
	box-shadow: 1px 1px 5px #000;
}

iframe {
	transition: box-shadow .15s ease-in-out;
}

iframe:hover {
	box-shadow: 0px 0px 24px -8px #000
}

.social {
	width: 40px;
	margin: 10px;
}


.logo {
	/* margin-top: -15px; */
	width: 390px !important;
}

header .social2 {
	float: left;
	margin-top: 15px;
}

header .social {
	width: 70px;

}

.menu {
	background: #114a95 !important;
}

nav {
	height: auto !important;
	background: #fff;
	/* background: url(../img/SJG/inicio.png) center center no-repeat;
	border-bottom-left-radius:307px !important;
	border-bottom-right-radius:307px !important; */


}

/* .azul {
	background: #114a95;
} */

nav ul li {
	line-height: 50px;
}

nav ul.grande {
	display: table;
	margin: auto;
}

nav ul a:hover,
nav ul a.active2 {
	color: #fff !important;
	background: transparent !important;
	border-bottom: #feff00 3px solid;
}


nav ul a {
	color: white !important;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16pt !important;
	transition: all .25s ease-in-out;
}

.inicio {
	position: absolute;
	top: 0;
	left: 0;
}

.slogan-c {
	background: #03326500;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 102;
	margin-bottom: -90px;
	/* margin-bottom: -144px; */



}

.slogan {
	font-size: 24pt;
	color: white;
	margin: 10px 0px;
	/* font-style: ; */
}


.fz {
	font-size: 25pt;
	height: 150px;
}

.pd {
	padding: 15px !important;
}

.slg {
	font-size: 50pt;
}

.mt {
	margin-top: 90px;
}

.btn {
	background: #007ffe !important;
	width: 80px !important;
	padding: 0px !important;
	margin-bottom: 20px;
}


p {
	font-size: 19pt;
}

.call {
	text-align: right;
	font-weight: bold;
	font-size: 25pt;
	color: #000 !important
}


.call span {
	font-weight: 300;
	font-size: 20pt;
}

h4,
h2 {

	color: #104995;
	/* font-family: 'Abel', sans-serif; */
}

.azul1 {
	color: #00BFFF;
}

.pdg {
	padding: 80px !important;
}

.trio {
	color: #fff !important;
	padding: 10px !important;
	margin-bottom: 20px;
	font-weight: 300;
}

.trio h4 {
	color: #fff !important;
}

.trio ul {
	margin-top: 20px;
	/* text-align: left; */
}

.t1 {
	font-size: 50pt !important;
	font-weight: 400 !important;
}

.t2 {
	font-size: 30pt !important;
}

.t3 {
	font-size: 15pt;
	/* padding: 10px 90px !important; */
}

.bdr {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

form {
	transition: all .15s ease-in-out;
	padding-right: 5px !important;
	padding-left: 5px;
}


textarea {
	width: 100% !important;
	/* border-top: 0px solid #fff !important; */
	height: 150px;
}

input {

	width: 98% !important;
	padding-left: 2% !important;
	border: 1px solid black !important;
}

input:focus,
textarea:focus {
	border-bottom: #007ffe 1px solid !important;
	box-shadow: 0 1px 0 0 #007ffe !important;
}

input,
textarea {
	background: white !important;
	border-radius: 3px !important;
}

form label:focus,
form i:focus {
	color: #000 !important;
}

footer {
	background: #000 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer a {
	transition: all .25s ease-in-out;
}

footer p {
	font-size: 12pt !important;
}

.social {
	transition: all 0.20s ease-in-out;
}

.social:hover {
	opacity: 0.4;
}

.sec-1 {
	text-align: center;
	height: 240px;
	/* font-family: 'Abel', sans-serif !important; */

}

.sec-3 p {
	text-align: center;
}

.active {
	color: #000 !important;
}

.row {
	margin-bottom: 0px;
}

.red {
	background: #e32426 !important;
}

.gas {
	width: 50%;
	margin-top: -180px;
	/* margin-bottom: -150px; */
}

/* .abel {
	font-family: 'Abel', sans-serif !important;
} */

.caj {
	height: 258px;
	background: #ccc;
	font-size: 18pt !important;
	/* font-family: 'Abel', sans-serif; */
	margin: 0 !important;
	padding: 15px !important;

}

.caj1 {
	height: 210px;
	background: #ccc;
	font-size: 18pt !important;
	/* font-family: 'Abel', sans-serif; */
	padding: 15px !important;


}

.caj2 {
	height: 200px;
	background: #007ffe;
}

.caj4 {
	height: 150px;
	background: #114a95;
}

.blue-text {
	color: #114a95 !important;
}

.image {
	width: 100%;
	height: 258px;
}


.fotos {
	margin-top: -10px !important;
	background-image: url(../img/BCK.png);
	/* background-repeat: no-repeat; */
	background-size: cover;
	/* width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0; */
}

.fotos1 {
	margin-top: -10px !important;
	background-image: url(../img/BCK2.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 380px;
}

.fotos2 {
	/* margin-top: -10px !important; */
	background-image: url(../img/footer.png) !important;
	background-repeat: no-repeat !important;
	/* background-size: cover; */
	height: auto;
	width: 100% !important;
}

.ft1 {
	margin-top: 120px;
}

.video {
	width: 520PX !important;
}

.fnd {
	background: #ccc;
}

.i24 {
	width: 60%;
}

.dir {
	background-color: #007ffe;
	color: white;
	text-align: right;
}

.dir p {
	font-size: 16pt;
	margin: 0px;
	padding: 10px 0px;
}

.container {
	width: 80% !important;
}

.padless {
	padding: 0px !important;
}

.s-height {
	height: 400px;
}

.direccion p {
	font-size: 16pt;
}

.fb {
	width: 35% !important;
}

.lgto {
	width: 55% !important;
}

.lineas {
	border-left: 1px dotted black;
	border-right: 1px dotted black;
}

.absoluta {
	position: absolute;
	top: 5%;
	left: 5%
}

.bd {
	border: 5px solid #fff;
}

.img1 {
	width: 100% !important;
}

.foto4 {
	margin-top: 200px !important;
}

.bor {
	border-left: 2px solid #fff;
	margin-top: 5px;
	/* margin-left: 15px; */
}

.texto {
	margin-top: 70px;
	margin-bottom: -150px;
}

.bor1 {
	border-left: 1px solid #fff;
}

@media screen and (max-width: 1305px) {
	.caj {
		height: 400px;
		background: #ccc;
		font-size: 18pt !important;
		/* font-family: 'Abel', sans-serif; */
		margin: 0 !important;

	}

	.caj1 {
		height: 430px;
		background: #ccc;
		font-size: 18pt !important;
		/* font-family: 'Abel', sans-serif; */


	}
}

@media screen and (max-width: 992px) {
	.call {
		font-size: 20pt;
	}

	.logo {
		width: 350px !important;
		margin-top: 0px;
	}

	.container {
		width: 85% !important;
	}

	.video {
		width: 420px !important;
	}

	.gas {
		width: 60%;
		margin-left: 150px;
	}

	.img1 {
		margin-top: 100px;
	}

	.caj {
		height: 259px;
		background: #ccc;
		font-size: 12pt !important;
		padding: 15px;
	}

	.caj1 {
		height: 228px;
		background: #ccc;
		font-size: 12pt !important;
		padding: 15px;
	}

	.i24 {
		width: 50%;
		margin-left: 25px;
	}

	.inicio {
		position: absolute;
		top: 0;
		left: 0;
		height: 75px;
	}

	.caj2 {
		height: auto;
		background: #007ffe;
	}

	.fb {
		width: 25% !important;
	}

	.lgto {
		width: 55% !important;
	}

	.sec-1 {
		text-align: center;
		height: 317px;
		/* font-family: 'Abel', sans-serif !important; */
	}

	.absoluta {
		position: absolute;
		top: -12%;
		left: 4%;
		width: 386px;

	}

	.fz {
		font-size: 20pt !important;
		padding-top: 15px;
	}

	.fz1 {
		font-size: 25pt !important;


	}

	.fz2 {
		font-size: 10pt;
	}

	p {
		font-size: 12pt;
	}

	.t1 {
		font-size: 40pt !important;
		font-weight: 400;
	}

	.t2 {
		font-size: 30pt !important;
	}

	.t3 {
		font-size: 15pt;
		padding: 10px 10px !important;
	}

	.fotos1 {
		height: 280px;
	}

	.foto4 {
		margin-top: 100px !important;
	}

	.bor {
		border-left: 2px solid #fff;
		margin-top: -3px;

	}

	.texto {
		margin-top: 35px;
		margin-bottom: -100px;
	}

	.pdg {
		padding: 40px !important;
	}

	.mtab {
		margin-top: 25px;
	}

	.slogan-c {
		margin-bottom: -120px;
	}
}


@media screen and (max-width: 735px) {
	nav ul li a {
		font-size: 13pt !important;
	}
}


@media screen and (max-width: 695px) {
	/* *{
		border: 1px solid red;
	} */

	header .social {
		width: 50px;
	}

	.call {
		font-size: 18pt;
	}

	.call span {
		font-size: 18pt;
	}

}


@media screen and (max-width: 600px) {
	.dir {
		text-align: center;
	}

	header .social2 {
		float: none;
	}

	header .social {
		margin: auto;
		display: block;
	}

	.call {
		text-align: center;
	}

	.slogan-c {
		/* background: #007ffe; */
		position: relative;
	}

	.slogan {
		margin: 0px;
		padding: 10px 0px;
	}


	nav .material-icons {
		font-size: 25pt !important;
	}

	nav ul li a {
		text-transform: initial;
	}

	.sec-1 p,
	.trio p {
		text-align: left;
	}

	.sec-3 ul {
		margin: 0px;
	}

	.container {
		width: 92% !important;
	}

	.logo {
		width: 100% !important;
	}

	.sec-3 p {
		text-align: left;
	}

	footer p {
		font-size: 11pt !important;
	}

	.cont-g ul li {
		width: 50%;
	}

	.pago {
		width: 50px;
	}

	.trio {
		padding-bottom: 10px !important
	}


	.s-height {
		height: 230px;
	}

	.parallax-container {
		height: auto;
	}

	.i247 {
		font-size: 15pt;
	}

	.video {
		width: 320px !important;
	}

	.fb {
		width: 45% !important;
	}

	.lgto {
		width: 85% !important;
	}

	.gas {
		width: 60%;
		margin-left: 70px !important;
		margin-top: -130px;
	}

	.sec-1 {
		text-align: center;
		height: 480px;
		margin-top:49px;
	}


	nav ul a:hover,
	nav ul a.active2 {
		color: #113c92 !important;
		background: #ccc !important;
		border-bottom: #e32426 3px solid;
	}

	nav ul a {
		color: #113c92 !important;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 16pt !important;
		transition: all .25s ease-in-out;
	}

	.caj {
		height: auto;
		background: #ccc;
		font-size: 12pt !important;
		padding: 15px;

	}

	.caj1 {
		height: auto;
		background: #ccc;
		font-size: 12pt !important;
		padding: 15px;

	}

	.fz {
		font-size: 25pt;
		height: 350px;
	}

	.slg {
		font-size: 38pt;
	}

	.absoluta {
		position: absolute;
		top: 1%;
		left: 10%;

	}

	.fz1 {
		font-size: 15pt !important;
	}

	.fotos2 {
		height: 362px;
	}

	.ft1 {
		margin-top: 0px;
	}

	.t1 {
		font-size: 35pt !important;
		font-weight: 400;
	}

	.t2 {
		font-size: 20pt !important;
		margin-top: -15px;
	}

	.t3 {
		font-size: 15pt;
		padding: 0px 0px !important;
	}

	.fotos1 {
		height: 283px;
	}

	.bdr {
		border: 0px !important
	}

	.bor {
		border-top: 2px solid #fff;
		margin-top: 15px;
		border-left: 0px;

	}

	.texto {
		margin-top: 0px;
		/* margin-bottom: -150px; */
	}

	.mtab {
		margin-top: 15px;
	}

	.absoluta {
		position: absolute;
		top: -7%;
		left: 4%;
		width: 250px;

	}
}

.amarillo {
	background: #feff00 !important;
}

.btn1 {
	background: #feff00 !important;
	width: 133px !important;
	padding: 0px !important;
	margin-bottom: 20px;
}