/*----- Globales ------------------ */
:root {
	--primario: #006d77;
	--secundario: #383d5a;
	--gris: #333;
	--fondo1: #f4f4f4;
	--blanco: #fff;
	--negro: #111
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: var(--gris);
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 16px;
}
p.peq {
    font-size: 13px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: var(--primario);
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: var(--secundario) !important;
}
a.activo {
	color: var(--secundario) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Bebas Neue", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}
h2 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
h3 {
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
}
h4 {
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
}
h5 {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
}
section {
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 100px;
		padding-bottom: 80px;
	}
}
::selection {
    background: var(--primario);
    color: var(--negro);
}
/*---------------------------------*/

/*----- botones -------------------*/
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.btn-1 {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--blanco);
	font-size: 14px;
	line-height: 14px;
	background-color: var(--primario);
	box-shadow:none;
	transition: all .4s;
	display: inline-block;
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	text-align: center;
	border:  none;
	border-radius: 50px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,.10);
	background-color: var(--secundario);
	color: var(--blanco) !important;
}
.btn-2 {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--gris);
	font-size: 14px;
	line-height: 14px;
	background-color: var(--blanco);
	transition: all .4s;
	display: inline-block;
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	text-align: center;
	border:  none;
	border-radius: 50px;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,.10);
	background-color: var(--primario);
	color: var(--blanco) !important;
}
/*------------------------------------*/

/*----- Menu -------------------------*/
.navbar {
    border-bottom: none !important;
    background-color: var(--blanco);
	padding-top: 5px;
	padding-bottom: 5px;
    transition: all ease .5s;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.logo {
	width: auto;
	height: 60px;
    transition: all ease .5s;	
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:hover,
button.navbar-toggler:active {
    border: none;
    background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}
#navbarResponsive {
	margin-top: 40px;
}
.navbar .navbar-toggler i {
    color: var(--primario);
	margin-top: 7px;
	margin-bottom: 7px;
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: var(--secundario);
}
.nav-link  {
	color: var(--secundario);
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-weight: 400;
	line-height: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all ease .5s;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
	color: var(--primario) !important;
}
.nav-link.active {
	color: var(--primario) !important;
}
.redes-top .nav-link {
	padding-right: 0px !important;
	font-size: 24px;
	margin-top: -2px;
}
.fb-top .nav-link {
	padding-right: 0px !important;
	padding-left: 10px !important;
	font-size: 24px;
	margin-top: -2px;
}
.dt1 .nav-link {
	font-weight: 700;
	background-color: var(--primario);
	color: var(--blanco);
	padding-left: 30px !important;
	padding-right: 30px !important;
	border-radius: 30px;
}
.dt1 .nav-link:hover,
.dt1 .nav-link:focus {
	background-color: var(--secundario);
	color: var(--blanco) !important;
}
.dt2 .nav-link {
	font-weight: 700;
	color: var(--primario);
}
.dt2 .nav-link:hover,
.dt2 .nav-link:focus
{
	color: var(--secundario) !important;
}
.dt1 i,
.dt2 i {
	font-size: 16px;
}
@media(min-width:992px) {
	.navbar {
		background-color: var(--blanco);
	}
	.logo {
		height: 70px;
	}
    #mainNav.navbar-shrink {
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: var(--blanco);
    }
	#mainNav.navbar-shrink .logo {
		height: 60px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
	li.tel-top a {
		margin-top: -10px;
	}
	.redes-top .nav-link {
		margin-top: -1px;
	}
	.nav-link  {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.dt1 .nav-link {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media(min-width:1200px) {
	.nav-link  {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.dt1 .nav-link {
		margin-left: 20px;
		margin-right: 20px;
	}
	.logo {
		height: 80px;
	}
}
/*------------------------------------*/

/*----- Dropdown ---------------------*/
.dropdown-menu {
	background-color: var(--gris);
	border: none !important;
    transition: all ease .5s;	
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px !important;
}
.dropdown-item {
	color: #bbb;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px !important;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
	color: var(--primario) !important;
	background-color: transparent !important;
}
@media(min-width:992px) {
	.dropdown-menu {
		border: none !important;
		box-shadow: 0px 5px 13px rgba(0, 0, 0, .1);
		margin-left: 15px;
		margin-top: 10px !important;
	}
}
.dropdown-item i {
	color: var(--primario)
}
/*------------------------------------------*/

/*----- hero -------------------------------*/
#encabezado {
	background-image: url(/assets/img/fondo-hero.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 150px;
	padding-top: 200px;
	background-color: var(--secundario);
}
#encabezado h1 {
	font-size: 40px;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 50px;
	color: var(--blanco);
}
.copete-enc {
	color: var(--blanco);
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}
#carac-enc {
	margin-top: 60px;
	list-style: none;
	padding-left: 0px;
}
#carac-enc li {
	padding-right: 10px;
	color: var(--blanco);
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 14px;
	text-align: center;
}
#carac-enc li i {
	color: var (var(--primario));
	margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
}
.divisor {
	display: none;
}
#encabezado p {
	color: var(--blanco);
	margin-top: 40px;
}
@media(min-width:576px) {
	#encabezado {
		background-position: center center;
	}
}
@media(min-width:768px) {
	#encabezado h1 {
		font-size: 60px;
		line-height: 60px;
	}
	.enviado {
		margin-top: 80px;
	}
}
@media(min-width:992px) {
	#encabezado {
		padding-top: 180px;
		padding-bottom: 100px;
	}
	#encabezado h1 {
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 30px;
	}
	.copete-enc {
		font-size: 24px;
		line-height: 24px;
	}
	.enviado {
		margin-top: 100px;
	}
	#carac-enc li {
		display: inline-block;
	}
}
@media(min-width:1200px) {
	.copete-enc {
		font-size: 30px;
		line-height: 30px;
	}
}
/*-------------------------------------*/

/*----- encabezado-mini ---------------*/
#encabezado-mini {
	background-image: url(/assets/img/fondo-hero.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 200px;
	background-color: var(--secundario);
}

/*----- contacto ---------------------*/
#contacto {
	background-color: var(--fondo1);
}
#contacto h2 {
	color: var(--primario);
}
.formulario {
	margin-top: 40px;
}
.eca {
	font-weight: 700;
	color: var(--primario);
}
#contacto a {
	color: #333;
}
#contacto a:hover,
#contacto a:focus {
	color: var(--primario);
}
#contacto table {
	margin-top: 15px;
	margin-bottom: 30px;
}
#contacto table td {
	font-size: 15px;
	line-height: 18px;
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 12px;
}
#contacto table td i {
	font-size: 16px;
	line-height: 16px;
	color: var(--primario);
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 14px 14px 14px 24px;
	color: var(--gris) !important;
}
.form-group input.form-control {
	height: auto;
	background-color:#fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-group textarea.form-control {
	height: 202px;
	background-color:#fff;
	border-color: #ccc;
	border-radius: 0px;
}
.form-control:focus {
	border-color: var(--primario) !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
/*------------------------------------*/

/*----- ubicación --------------------*/
#ubicacion {
	background-color: var(--fondo1);
	padding-top: 10px;
}
#ubicacion h2 {
	color: var(--primario);
}
/*------------------------------------*/

/*----- footer mini ------------------*/
footer {
	background-color: var(--gris);
	color: #999;
	font-size: 14px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
footer a {
	color: #999;
	transition: all .4s;
	line-height: 24px;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: #fff !important;
}
.logo-pie {
	margin-bottom: 20px;
	height: 50px;
}
.redes-pie {
	font-size: 36px;
	margin-top: 20px;
	color: var(--blanco) !important;
	transition: all .4s;
}
.redes-pie:hover {
	color: var(--secundario) !important;
	transition: all .4s;
}
/*----------------------------------*/

/*----- créditos MLP ---------------*/
.creditos {
	display: block;
	background-color: #222222;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
.creditos a {
	color: #999;
}
.creditos a:hover,
.creditos a:focus {
	color: #999 !important;
}
.creditos img {
	height: 16px;
	width: auto;
	margin-left: 10px;
	transition: all .4s;
}
.creditos img:hover {
	filter: brightness(256);
	filter: grayscale(256);
}
/*------------------------------------*/

/*----- Botón de Whatsapp ------------*/
.wa {
	position: fixed;
	right: 7px;
	bottom: 8320px;	
	z-index: 1500;
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 15px;
		bottom: 30px;	
	}
	.wa img {
		max-width:80px;
	}
}
/*------------------------------------*/

/*----- Go To Top --------------------*/
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	left: 10px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: var(--primario); /* Set a background color */
	color: #fff; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 12px 10px 12px 10px; /* Some padding */
	border-radius: 100px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
	line-height: 18px;
	transition: all .4s;
}  
  #myBtn:hover {
	background-color: var(--gris); /* Add a dark-grey background on hover */
	transition: all .4s;
}
@media(min-width:768px) {
	#myBtn {
	bottom: 20px; /* Place the button at the bottom of the page */
	left: 20px; /* Place the button 30px from the right */
	}
}
/*------------------------------------*/

/*----- imagen y texto ---------------*/
.imagen-texto {
	background-color: var(--blanco);
}
.imagen-texto .botones {
	margin-bottom: 30px;
}
@media(min-width:768px) {
	.imagen-texto .botones {
		margin-bottom: 0px;
	}
}
/*------------------------------------*/

/*----- texto e imagen ---------------*/
.texto-imagen {
	background-color: var(--blanco);
}
.texto-imagen .botones {
	margin-bottom: 30px;
}
@media(min-width:768px) {
	.texto-imagen .botones {
		margin-bottom: 0px;
	}
}
/*------------------------------------*/

/*----- cards ------------------------*/
.cards {
	background-color: var(--fondo1);
}
.paneles-cards {
	margin-top: 0px;
	margin-bottom: 30px;
}
.panel-card {
	position: relative;
	background-color: var(--secundario);
	padding: 25px 15px 15px 15px;
	margin-top: 10px;
	transition: all .25s ease;
	color: var(--blanco);
}
.panel-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,.10);
}
.panel-card i {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
/*------------------------------------*/

/*----- CTA --------------------------*/
.cta {
	background-color: var(--secundario);
	color: var(--blanco);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*------------------------------------*/

/*----- video-texto ------------------*/
.video-texto {
	background-color: var(--fondo1);
}
.video-texto h2 {
	color: var(--primario);
}
.video-texto h3 {
	color: var(--primario);
	margin-top:50px;
	margin-bottom:40px
}
/*------------------------------------*/

/* VIDEOS */
.video-reel {
    display: block;
    width: 100%;
    height: auto;
}
.video-box {
    position: relative;
	margin-top: 20px;
}
.img-box {
    position: relative;
	margin-top: 20px;
}
.play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.play-btn i {
    font-size: 4rem;
    color: #fff;
}
.play-btn {
    transition: opacity .3s ease;
}
@media(min-width:992px) {
	.video-box {
    position: relative;
	margin-top: 0px;
}
.img-box {
    position: relative;
	margin-top: 0px;
}
}
/*/*/

/*----- texto-iconos------------------*/
.texto-iconos h2 {
	color: var(--primario);
}
.texto-iconos a {
	transition: all .4s;	display: inline-block;
}
.texto-iconos a:hover {
	transform: translateY(-5px);

	transition: all .4s;
}
.texto-iconos a i {
	font-size: 70px;
	line-height: 70px;
}
.panel-servicio {
	padding-top: 80px;
}
.panel-servicio h3 {
	color: var(--primario);
}
.panel-servicio ul li {
	font-size: 14px;
	line-height: 21px;
}
/*------------------------------------*/

/*----- CTA --------------------------*/
.mensaje-gracias {
	background-color: var(--blanco);
	color: var(--gris);
	padding-top: 150px;
	padding-bottom: 150px;
}
/*------------------------------------*/