/* GLOBALES */
:root {
	--primario: #036;
	--secundario: #9cf;
	--gris: #333;
	--fondo1: #eee;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: var(--gris);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: var(--primario) !important;
}
.wa-sm {
	display: inline-block;
	font-size: 24px !important;
	color: #0db32d !important;
}
.wa-top {
	display: none;
	background-color: #0db32d;
	color: #fff !important;
	font-weight: 700 !important;
	margin-left: 20px;
}
.wa-top:hover,
.wa-top:focus {
	color: #fff !important;
	background-color: var(--primario);
}
@media(min-width:992px) {
	.wa-top {
		display: inline-block;
	}
	.wa-sm {
		display: none;
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Baskervville", serif;
}
h2 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 30px;
	font-weight: 600;
}
h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
}
h5 {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
}
@media(min-width:768px) {
	h2 {
		font-size: 36px;
		line-height: 36px;
	}
	h5 {
		font-size: 17px;
		line-height: 21px;
	}
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 120px;
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: rgba(0, 0, 0, .2);
}
::selection {
    text-shadow: none;
	background: rgba(0, 0, 0, .2);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.icono-btn {
	margin-right: 10px;
	font-size: 16px;
	position: relative;
	top: 1px;
}
.icono-btn-dd {
	margin-left: 10px;
	color: var(--primario);
}
.btn-1 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	text-align: center;
	border:  1px solid #999;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: #fff;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: var(--primario) !important;
	border-color: #fff;
}
.btn-2  {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px;
	line-height: 24px;
	background-color: var(--primario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	text-align: center;
	border:  1px solid var(--primario);
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: var(--secundario);
	border-color: var(--secundario);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: var(--primario) !important;
}
.btn-3  {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primario) !important;
	font-size: 14px;
	line-height: 24px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	text-align: center;
	border:  1px solid #fff;
	margin-top: 40px;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
	background-color: rgba(0, 0, 0, .1);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff !important;
	border-color: #999;
}
@media(min-width:992px) {
	.btn-1 {
		margin-left: 10px;
	}
}
.btn-4 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background-color: var(--primario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: block !important;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	text-align: center;
	border:  none;
}
.btn-4:hover,
.btn-4:focus,
.btn-4:active,
.btn-4.active {
	background-color: var(--secundario) !important;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: var(--primario) !important;
}
/*/*/
/* NAVIGATION */
.navbar {
    border-bottom: none !important;
    background-color: rgba(0, 0, 0, .9);
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.logo {
	width: auto;
	height: 60px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
	position: absolute;
	top: 0px;
}
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: #fff;
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: var(--secundario);
}
.nav-link  {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-weight: 400;
	line-height: 20px;
	border-radius: 40px;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
	color: var(--secundario) !important;
}
.llamar-sm {
	font-size: 20px;
}
li.tel-top {
	display: none;
}
.nav-link.active {
	color: var(--secundario) !important;
}
.redes-top .nav-link {
	padding-right: 0px !important;
	font-size: 24px;
	margin-top: px;
	line-height: 26px;
}
@media(min-width:992px) {
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: rgba(0, 0, 0, .5);
		height: 100px;
	}
	.logo {
		height: 120px;
	}
	.nav-link  {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 11px;
		padding-bottom: 11px;
	}
    #mainNav.navbar-shrink {
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: rgba(0, 0, 0, .9);
		height: 65px;
    }
	#mainNav.navbar-shrink .logo {
		height: 80px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
	.redes-top .nav-link {
		margin-top: -4px;
	}
}
/*/*/
/* ENCABEZADO */
#encabezado {
	background-image: url(../imagenes/fondo-encabezado.jpg);
	background-position: right -80px center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 150px;
	padding-top: 100px;
}
#encabezado h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 100px;
	color: #fff;
}
.copete-enc {
	color: #ccc;
	font-family: "Baskervville", serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}
.icono-wa {
	font-size: 24px;
	position: relative;
	top: 4px;
}
#carac-enc {
	margin-top: 60px;
	list-style: none;
	padding-left: 0px;
}
#carac-enc li {
	padding-right: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 14px;
}
#carac-enc li i {
	color: var(--secundario);
	margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
}
.divisor {
	display: none;
}
@media(min-width:576px) {
	#encabezado {
		background-position: right 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;
	}
}
/*/*/
/* NOSOTROS */
#pre-nosotros {
	padding: 0px;
}
#pre-nosotros img {
	transform: translateY(-9px);
	width: 94px;
}
@media(min-width:992px) {
	#pre-nosotros img {
		width: 125px;
	}
}
#nosotros h3 {
	color: #fff;
}
.panel-nos p {
	color: var(--secundario);
}
.panel-nos i {
	color: var(--secundario);
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}
.paneles-nos {
	margin-top: 30px;
	margin-bottom: 50px;
}
.panel-nos {
	position: relative;
	background-color: var(--primario);
	padding: 25px 50px 15px 50px;
	margin-top: 20px;
	background-image: linear-gradient(to bottom , #000033, #003366);
	transition: all .25s ease;
}
.panel-nos:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,.10);
}
.bg-pn {
	position: absolute;
	top: 0px;
	right: 50px;
}
/*/*/
/* SERVICIOS */
#pre-servicios {
	padding: 0px;
	background-color: var(--fondo1);
}
#pre-servicios img {
	transform: translateY(-9px);
	width: 94px;
}
@media(min-width:992px) {
	#pre-servicios img {
		width: 125px;
	}
}
#servicios {
	background-color: var(--fondo1);
}
#servicios h2 {
	color: var(--primario);
}
.info-servicios i {
	color: var(--primario);
	font-size: 40px;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 16px;
}
.info-servicios p {
	font-size: 18px;
	line-height: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
@media(min-width:992px) {
.info-servicios p {
	padding-left: 0px;
	padding-right: 0px;
}
}
/*/*/
/* CTA */
#pre-cta {
	padding: 0px;
	background-color: #000033;
}
#pre-cta img {
	transform: translateY(-9px);
	width: 94px;
}
@media(min-width:992px) {
	#pre-cta img {
		width: 125px;
	}
}
#cta {
	background-image: linear-gradient(to bottom , #000033, #003366);
	background-color: var(--primario);
	padding-top: 120px;
	padding-bottom: 120px;
	color: #fff;
}
/*/*/
/* AREAS */
#pre-areas-de-practica {
	padding: 0px;
	background-color: #fff;
}
#pre-areas-de-practica img {
	transform: translateY(-9px);
	width: 94px;
}
@media(min-width:992px) {
	#pre-areas-de-practica img {
		width: 125px;
	}
}
.info-areas i {
	font-size: 40px;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 16px;
}
.info-areas p {
	font-size: 18px;
	line-height: 20px;
	padding-left: 40px;
	padding-right: 40px;
	color: var(--primario);
	font-weight: 600;
}
@media(min-width:992px) {
.info-areas p {
	padding-left: 0px;
	padding-right: 0px;
}
}
/*/*/
/*! CONTACTO */
#pre-con {
	padding: 0px;
	background-color: var(--fondo1);
}
#pre-con img {
	transform: translateY(-9px);
	width: 94px;
}
@media(min-width:992px) {
	#pre-con img {
		width: 125px;
	}
}
#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;
}
/*!*/
/*! PIE */
footer {
	background-color: var(--gris);
	color: #999;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}
footer a {
	color: #999;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	line-height: 24px;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: #fff !important;
}
.logo-pie {
	width: 94px;
	margin-bottom: 60px;
}
@media(min-width:992px) {
	.logo-pie {
		width: 125px;
	}
}
footer table i {
	font-size: 17px;
	margin-top: 3px;
	display: block;
}
footer table {
	margin-bottom:20px;	
}
footer td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.redes-pie {
	font-size: 36px;
	margin-top: 20px;
	color: #fff !important;
}
.redes-pie:hover {
	color: var(--secundario) !important;
}
.creditos {
	display: block;
	background-color: #222222;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.creditos a {
	color: #ccc;
}
.creditos a:hover,
.creditos a:focus {
	color: #ccc !important;
}
.creditos img {
	height: 16px;
	width: auto;
	margin-left: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.creditos img:hover {
	filter: brightness(256);
	filter: grayscale(256);
}
/*!*/
/*! WHATSAPP */
.wa {
	position: fixed;
	right: 7px;
	bottom: 80px;	
	z-index: 1500;
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 15px;
		bottom: 100px;	
	}
	.wa img {
		max-width:80px;
	}
}
/*!*/
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 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;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}  
  #myBtn:hover {
	background-color: var(--gris); /* Add a dark-grey background on hover */
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
@media(min-width:768px) {
	#myBtn {
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 20px; /* Place the button 30px from the right */
	}
}
#espacio {
	padding: 0px;
	height: 50px;
	background-position: center top;
	background-repeat: repeat-x;
}

.gracias {
	margin-top: 100px;
	margin-bottom: 100px;
	color: #fff !important;
}