/* STYLE FOR ALVAREZ TORNEL

/******************************
 0 - BODY
 ******************************/

body {
	background: url('../images/bg-body.jpg') no-repeat top center;
	background-color: #000 !important;
	background-size: 100%;
}

* {
	text-align: justify;
}

a{
	cursor: pointer;
}

a:hover{
	color:#CCC;
}

/******************************
 1 - HEADER
 ******************************/

header {
	background-color: rgba(27,45,71, 0.6);
}

.alvarez-clear-li {
	clear: both !important;
	float: none !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 0px !important;
}

#nav ul {
	display: table;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.navbar-nav {
		display: table;
		float: none;
		margin: 0 auto;
	}

	.navbar-right {
		float: right !important;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.navbar-nav {
	color: #fff;
}

.padding-menu {
	padding: 15px 15px 0px 15px;
}

textarea {
	resize: none;
}

#z20-logotipo {
	display: block;
	margin: 3rem auto 26rem auto;
}

/******************************
 2 - SERVICIOS
 ******************************/

#section_servicios h2, #section_contacto h2 {
	border: 1px #7CC0CB solid;
    color: #00B3C3;
	display: table;
	font-weight: 100;
	font-size: 4rem;
	margin: 0px;
	margin-bottom: 40px;
	padding: 1.5rem 3.5rem 2.5rem 3.5rem;
}

#section_servicios h2 span {
	color: #154064;
	font-family: 'HelveticaNeueLT Pro 65 Md';
	font-weight: bold;
}

.z20-diagnostico {
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
}

.z20-blue {
	background-color: rgba(35,184,208,.56);
	color: #FFF;
	font-family: 'HelveticaNeueLT Pro 45 Lt';
	font-size: 2.8rem;
	margin-top: 40px;
	padding-right: 15px;
	text-align: right;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}

.card-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
}

.hidden-content {
	height: 169px;
	overflow: hidden;
}

.open-content {
	height: auto;
	overflow: auto;
}

.card {
	margin-bottom: 20px;
	padding: 0px 25px 40px 0px;
}

.padding-30px {
	padding-top: 30px;
	padding-bottom: 30px;
}

.text-big {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9rem;
}

.view-more {
	background: url('../images/view_more.png') no-repeat bottom right;
	cursor: pointer;
}

.view-less {
	background: url('../images/view_less.png') no-repeat bottom right;
	cursor: pointer;
}

.card-figure {
	background: url('../images/figura.png') no-repeat 0px 0px;
}

.card-figure-2 {
	background: url('../images/figura.png') no-repeat 15px 0px;
}

.card-blue1 {
	background-color: rgba(22,65,100, 0.75);
}

.card-blue2 {
	background-color: rgba(0,129,210, 0.75)
}

.text-white {
	color: #FFF !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-card-blue {
	background-color: #2fbad6;
	width: 100%;
}

.bg-blue {
	background-color: rgba(243,245,247,1);
	color: #2C597F;
	display: table;
	height: 100%;
	font-size: 3rem;
	position: relative;
	font-family: 'HelveticaNeueLT Pro 65 Md';
	padding-top: 120px;
    padding-bottom: 123px;
}

.card.bg-white .card-body {
	padding: 20px 35px;
}

.card-title {
	color: #164164;
}

.card.bg-white .card-title {
	margin-bottom: 2rem;
}

.card.bg-white .card-text {
	color: #666666;
	margin-bottom: 5rem;
}

.card-img-top {
	display: block;
	margin: 0 auto;
}

.btn-primary {
	background-color: #2FBAD7;
	border: none;
	border-radius: 0px;
	font-size: 2.4rem;
	font-family: 'Lato', sans-serif;
	display: table;
	padding: 5px 15px;
}

.center {
	margin: 0px auto;
}

/******************************
 X - Eduardo
 ******************************/

.z20-eduardo {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.z20-eduardo h2 {
	color: #B8B7B6;
	font-family: 'HelveticaNeueLT Pro 45 Lt';
	font-size: 4.5rem;
	line-height: 4.3rem;
	margin-bottom: 4rem;
}

.z20-eduardo h2 span {
	color: #FFF;
	font-family: 'HelveticaNeueLT Pro 65 Md';
	font-size: 6.4rem;
}

.z20-eduardo p {
	font-size: 1.8rem;
	padding-right: 3rem;
}

.z20-eduardo h3 {
	font-size: 2.7rem;
	margin-top: 3.5rem;
	margin-bottom: 3rem;
}

.z20-eduardo ul {
	font-size: 1.6rem;
	list-style-image: url('../images/bullet.png');
}

.z20-eduardo ul li {
	margin-bottom: 25px;
	padding-right: 3rem;
}

.z20-eduardo ul li:last-child {
	margin-bottom: 0px;
}

.z20-cita {
	background-color: rgba(27,45,71, 0.8);
	font-size: 2.2rem;
	padding: 2.5rem 3rem;
	font-style: italic;
	text-align: center;
	width: 100%;
	margin-top: 600px;
}

.bg-blue p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 30px;
}
/******************************
 X - GENERAL
 ******************************/

.z20-eduardo {
	background: url('../images/alvarez.jpg') no-repeat 0 0;
	background-size: cover;
	color: #fff;
}

#map {

	min-height: 500px;
	height: 100%;
	width: 100%;
}

#map {
	height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

label {
	color: #00B3C3;
	font-size: 1.7rem;
}

.data-contacto {
	color: #333;
	font-size: 1.4rem;
}

.data-contacto span {
	font-size: 1.6rem;
}

.contacto-desc {
	color: #444;
	font-family: 'Lato', sans-serif;
	font-size: 1.6rem;
}

/******************************
 X - GENERAL
 ******************************/

footer {
	background-color: #1B2D47;
	color: #FFF;
	font-family: Arial;
	font-size: 1.5rem;
	padding: 25px 0px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

#copy {
	font-size: 1.6rem;
}

footer .text-center p {
	text-align: center;
	margin: 0px auto;
}

/******************************
 X - GENERAL
 ******************************/

.z20-content {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 0 0 0.8rem 0;
}

.no-padding {
	padding: 0px !impotant;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-right {
	padding-right: 0px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-left15 {
	padding-left: 15px;
}

.clear {
	clear: both;
}

@media all and (max-width: 768px) {
	.z20-cita {
		margin-top: 5rem;
		padding:2.5rem 1.5rem !important;
		position: static;
	}

	.z20-content {
		padding: 2rem 2rem 4rem 2rem !important;
	}
	
	.bg-blue, .bg-blue p {
		display: block;
	}
	
	.bg-blue p {
		padding: 3.5rem 2rem;
	}
	
}

@media all and (max-width: 480px) {
	#z20-logotipo {
		margin: 3rem auto 10rem auto !important;
	}

	.card {
		padding: 30px 10px !important;
	}
	.col-sm-12, .col-sm-6, .col-sm-4, .col-sm-8 {
		padding: 0px;
	}

	

	.card.card-blue2 .hidden-content, .card.card-blue1 .hidden-content {
		height: 180px;
	}

	.z20-eduardo p, .z20-eduardo ul li, .z20-eduardo ul, .card.bg-white .card-body {
		padding-left: 0px;
		padding-right: 0px;
		list-style-position: inside;
	}

	

	footer .text-right p, footer .text-left p, footer .text-center p {
		text-align: center !important;
	}

	.card {
		margin-bottom: 0px;
	}

	.remove-padding {
		padding-bottom: 0px !important;
	}

	.card.card-blue1 {
		margin-bottom: 40px;
	}

}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 1.8rem;
	color: #818181;
	display: block;
	text-align: center;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

@media screen and (max-height: 450px) {
	.overlay {
		overflow-y: auto;
	}
	.overlay a {
		font-size: 20px
	}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

/* NUEVA SECCIÓN DE SERVICIOS */

.bg-dark-blue {
	background-color: #114F7F;
}
.bg-dark-blue h3,
.bg-dark-blue p {
	color: #fff;
	text-align: center !important;
	font-family: 'Lato', sans-serif;
}
.bg-dark-blue h3 {
	font-size: 30px;
}
.bg-dark-blue p {
	font-size: 20px;
}
.blue-line {
	width: 150px;
	background-color: #114F7F;
	padding-bottom: 3px;
}
.white-line {
	width: 150px;
	background-color: #fff;
	padding-bottom: 3px;
}
h3.blue,
p span.blue {
	color: #114F7F;
}
.m-top {
	margin-top: 25px;
}
.m-top-lg {
	margin-top: 50px;
}
#section_servicios {
    padding: 0 0 40px 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.bg-patente {
	background: url('../images/bg-patente.png') no-repeat 0 0;
	background-size: 100%;
	padding-top: 26px;
    padding-bottom: 37px;
}
.bg-patente h3,
.bg-patente p,
.bg-paquetes h3,
.bg-paquetes p {
	color: #fff;
}
.bg-paquetes {
	background: url('../images/bg-paquetes.png') no-repeat 0 0;
	background-size: 100%;
	padding-top: 50px;
    padding-bottom: 62px;
}
.navbar-inverse .navbar-nav>li>a,
p {
	font-family: 'Lato', sans-serif;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-size: 1.6rem;
    font-weight: bold;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    margin-bottom: 0;
}
.container {
    width: 1350px;
}
.bg-dark-blue {
	padding-top: 15px;
	padding-bottom: 20px;
}
p {
	font-size: 16px;
}
.pad-top-bot {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media all and (max-width: 768px) {

.bg-patente,
.bg-paquetes {
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px;
}
#section_servicios {
    padding: 0 0 40px 0;
    font-size: 16px;
}
.bg-dark-blue h3 {
    font-size: 24px;
}
.bg-dark-blue p {
    font-size: 18px;
}
.z20-content {
    padding: 2rem 0 4rem 0 !important;
}

}