@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: #242424; */
	background: #1F1F1F;
	padding: 10px 0;
}
.fondo  {
	/* background-color: #242424; */
	background: #1F1F1F;
}
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;
}


/*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: #2e71b3;
}

.cn1 {
	font-size: 20pt;
}
.parallax-container {
	height: auto;
}

.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: 550px !important;
}

header .social2 {
	float: left;
	margin-top: 15px;
}

header .social {
	width: 70px;

}

.menu {
	background: #73D10F !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; */


}

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: #fff 3px solid;
	background: #ccc !important;
}


nav ul a {
	color: white !important;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16pt !important;
	transition: all .25s ease-in-out;
	background: #666666c4 !important;
}

.inicio {
	position: absolute;
	top: 0;
	left: 0;
}

.slogan-c {
	background: #03326500;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 102;
	margin-bottom: -90px;



}

.slogan {
	font-size: 24pt;
	color: white;
	margin: 10px 0px;
	/* font-style: ; */
}


.fz {
	font-size: 25pt;
	height: 150px;
}

.pd {
	padding: 15px !important;
}

.slg {
	font-size: 35pt;
	margin-top: 1.5%;
}

/* .mt {
	margin-top: 90px;
} */
.btn {
	background: #689606 !important;
	width: 80px !important;
	padding: 0px !important;
	margin-bottom: 20px;
}


p {
	font-size: 13pt;
}

.call {
	text-align: right;
	font-weight: bold;
	font-size: 25pt;
	color: #000 !important
}


.call span {
	font-weight: 300;
	font-size: 20pt;
}

h4,
h2 {

	color: #007ffe;
	font-family: 'Abel', sans-serif;
}


.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; */
}

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: 100%;
	font-family: 'Abel', sans-serif !important;


}

.sec-1 p{
	font-size: 20px;
	text-align: center;
}
.sec-2 {
	text-align: center;
	height: 150px;
	font-family: 'Abel', sans-serif !important;
	margin-top: -27px;
	padding-top: 1px !important;

}

.sec-3 p {
	text-align: center;
}

.active {
	color: #000 !important;
}

.row {
	margin-bottom: 0px;
}

.red {
	background: #e32426;
}

.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;
}

.blue-text {
	color: #007ffe !important;
}

.image {
	width: 100%;
	height: 258px;
}


.fotos {
	margin-top: -10px !important;
	/* background: url(../img/fondo.png); */
	background: #e2bf0d;
}

.ft1 {
	margin-top: -20px;
}
.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: 30%;
    left: 33%;
}
.btn1 {
	background: #e2bf0d !important;
	width: 333px !important;
	height: 50px;
	padding-top: 10px !important;
	font-size: 29px !important;


}
@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;
	}

	.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: 100%;
		font-family: 'Abel', sans-serif !important;
		padding: 50px 0 50px 0 !important;
	}
	.sec-1 h4{
		font-size: 29px;
	}

	.sec-2 {
		text-align: center;
		height: 198px;
		font-family: 'Abel', sans-serif !important;
		margin-top: -27px;
		padding-top: 1px !important;}

	.absoluta{
		position: absolute;
		top: 15%;
		left: 20%;
	}
}


@media screen and (max-width: 735px) {
	nav ul li a {
		font-size: 13pt !important;
	}
}


@media screen and (max-width: 695px) {
	header .social {
		width: 50px;
	}

	.call {
		font-size: 18pt;
	}

	.call span {
		font-size: 18pt;
	}

}


@media screen and (max-width: 600px) {
	.sec-1 h4 {
		font-size: 20px;
	}
	.btn1 {
		background: #e2bf0d !important;
		width: 200px !important;
		height: 50px;
		padding-top: 10px !important;
		font-size: 15px !important;


	}
	.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: center;
	}

	.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: 400px;
	}

	.sec-2 {
		text-align: center;
		height: 250px;
		font-family: 'Abel', sans-serif !important;
		margin-top: -27px;
		padding-top: 1px !important;}

	nav ul a:hover,
	nav ul a.active2 {
		color: #113c92 !important;
		background: #ccc !important;
	}

	.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: 30pt;
	}

	.absoluta{
		position: absolute;
		top: 1%;
		left: 10%;

	}

	.fz1 {
		font-size: 15pt !important;
	}
}

.amarillo {
	background: #2d71b3 !important;
}

.verde {
	background: #68960B !important;
}



.cn1 a:last-child{
	margin-left: 3.5%;
}
.cn25{
	font-size: 20pt;
}