/* @import url('https://fonts.googleapis.com/css?family=Caveat|Patrick+Hand|Source+Sans+Pro'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');
/*=========================================*/
/*---- Fonts Begin
font-family: 'Caveat', cursive;
font-family: 'Patrick Hand', cursive;
font-family: 'Source Sans Pro', sans-serif;
/*---- Fonts End ---*/
/*=========================================*/
/*=========================================*/

/*--- Colors Begin ---

/*==== Green: 207840 // rgba(32,120,64,0.5)
/*==== Yellow: ffca42 // rgba(255,202,66,0.5)
/*==== Light Gray: f9f9f9
/*==== Blue: 45e0f6

--- Colors End ---*/

/*=========================================*/
/*-------- General Styles Begin --------*/
*{
	outline: 0 !important;
	text-decoration: none !important;
}
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}
::selection {
    color:white;
    background:rgb(2, 71, 114);;
}
.row{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, strong{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
h5, h6 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-0.5px;
}
ul, li, a, label, input, select {
	font-family: 'Open Sans', sans-serif;
}
a, button{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 700;
}
p{
	font-size:1em;
	line-height:1.5em;
	font-family: 'Open Sans', sans-serif;
}
a, button {
	cursor:pointer;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
a:hover, button:hover {
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
img {
  width:100%;
}
iframe{
	max-width: 100%;
}
ul {
  list-style-type: none;
  padding:0;
}
.carousel-control.left, .carousel-control.right {
	background:transparent;
}
textarea{
	resize: none;
}
/*--- General Styles End ---*/

/* Padding's */
.p-1{
	padding: 1%;
}
.p-3{
	padding: 3%;
}
.p-5{
	padding: 5%;
}
.px-0{
	padding-right: 0;
	padding-left: 0;
}
.px-1{
	padding-right: 1%;
	padding-left: 1%;
}
.px-3{
	padding-right: 3%;
	padding-left: 3%;
}
.px-5{
	padding-right: 5%;
	padding-left: 5%;
}
.py-1{
	padding-top: 1%;
	padding-bottom: 1%;
}
.py-3{
	padding-top: 3%;
	padding-bottom: 3%;
}
.py-5{
	padding-top: 5%;
	padding-bottom: 5%;
}
.pt-1{
	padding-top: 1%;  
}
.pt-3{
	padding-top: 3%;  
}
.pt-5{
	padding-top: 5%;  
}
.pb-1{
	padding-bottom: 1%;  
}
.pb-3{
	padding-bottom: 3%;  
}
.pb-5{
	padding-bottom: 5%;  
}
/* End Padding's*/

/* Margin's */

.m-1{
	margin: 1%;
}
.m-1{
	margin: 1%;
}
.m-5{
	margin: 5%;
}

.mx-auto{
	margin-right: 1%;
	margin-left: 1%;
}
.mx-0{
	margin-right: 0;
	margin-left: 0;
}
.mx-1{
	margin-right: 1%;
	margin-left: 1%;
}
.mx-3{
	margin-right: 3%;
	margin-left: 3%;
}
.mx-5{
	margin-right: 5%;
	margin-left: 5%;
}
.my-1{
	margin-top: 1%;
	margin-bottom: 1%;
}
.my-3{
	margin-top: 3%;
	margin-bottom: 3%;
}
.my-5{
	margin-top: 5%;
	margin-bottom: 5%;
}
.mt-1{
	margin-top: 1%;  
}
.mt-3{
	margin-top: 3%;  
}
.mt-5{
	margin-top: 5%;  
}
.mb-1{
	margin-bottom: 1%;  
}
.mb-3{
	margin-bottom: 3%;  
}
.mb-5{
	margin-bottom: 5%;  
}

/* End Margin's*/

/* Display's */
.d-flex{
	display: flex;
}
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
/* End Display's */
/*--- Header Begin ---*/
/*-- CTA styles begin --*/
.cta {
	margin:5% 0;
}
.cta a {
	padding:1% 3%;
	color:#fff;
	border-radius:2px;
	background:rgb(2, 71, 114);;
	font-size:1.2em;
	border:1px solid transparent;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.cta a:hover {
	background:transparent;
	color:rgb(2, 71, 114);;
	border-color:rgb(2, 71, 114);;
}
/*-- CTA styles end --*/

/*-- Form styles begin --*/
form input, form textarea {
}
form label {
}
/*-- Form styles end --*/
.cover, .organos_cover,.valores_cover,.informes_cover {
	background-size:cover;
	background-repeat:no-repeat;
}
.cover h1,.organos_cover h1,.valores_cover h1,.informes_cover h1 {
	background:rgba(0,0,0,0.5);
	color:white;
	margin:0;
	padding:5% 10%;
	text-shadow:0 1px 5px rgba(0,0,0,0.5);
	text-align:center;
}
.content {
	padding: 2% 5%;
}
/*-------- General Styles End --------*/
/*=========================================*/
/*--- Header Begin ---*/
.mobile-header {
	display:none;
}
.desktop-header {
	display:block;
	padding:0;
	background:white;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
.upper_header {
}
.upper_header .col-md-4 ul li {
	display:inline-block;
}
.upper_header .col-md-4:nth-child(1), .upper_header .col-md-4:nth-child(3) {
	margin-top:5%;
}
.upper_header .col-md-4:nth-child(1) {
	text-align:right;
}
.upper_header .col-md-4:nth-child(1) a {
	color:rgb(29, 29, 27);
	font-size:1.4em;
}
.upper_header .col-md-4:nth-child(1) a:hover {
	color:rgb(2, 71, 114);;
}
.upper_header .col-md-4:nth-child(3) {
	text-align:left;
}
.upper_header .col-md-4:nth-child(1) img {
	height:40px;
	width:auto;
}
.upper_header .col-md-4:nth-child(3) img {
	height:50px;
	width:auto;
}
.h_logo {
	padding:1% 20%;
}

.lower_header {
	background:rgb(2, 71, 114);;
}
.lower_header .navbar-nav {
	width:100%;
	display: flex;
}
.lower_header .nav > li {
	width:14.28%;
	text-align:center;
}
.lower_header .nav .active {
	background:rgb(233, 234, 235);
}
.lower_header .nav .active a {
	color:rgb(29, 29, 27);
}
.lower_header .nav > li > a {
	color: #FFF;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lower_header .nav > li > a:hover,
.lower_header .nav > li > a:focus {
	background:rgb(233, 234, 235);
	color:rgb(29, 29, 27);
}
/*-- Navbar appears when user scrolls down --*/
#h_fixed {
  position: fixed;
  top: -180px;
  width: 100%;
  transition: top 0.3s;
  z-index: 1000;
}

/*--- Header End ---*/
/*=========================================*/
/*--- Footer Begin ---*/
footer {
	background: rgb(2, 71, 114);
	padding: 0% 5% 1%;
	color: rgba(255,255,255,0.8);
}
footer a {
	color:rgb(233, 234, 235);
}
.upper_footer {
	padding:1% 10%;
}
.f_logo {
	position: relative;
	width: 20%;
	margin: 0 auto;
	margin-top: 0%;
}
.upper_footer h6 {
	text-align:center;
	font-size: 1.5em;
}
.f_social {
	width:30%;
	margin:0 auto;
	text-align:center;
	margin-top:2%;
}
.f_social img {
	width:40px;
}
.f_social ul li {
	display:inline-block;
	border:2px solid rgba(255,255,255,0.2);
	border-radius:2px;
}
.f_social ul li:hover {
	border-color:white;
}
.middle_footer {
	padding: 0.5% 20%;
}
.middle_footer *{
	font-size: 1em!important;
}
.middle_footer .col-md-6 {
	border-radius:3px;
	padding:1%;
}
.middle_footer .col-md-6 h2 {
	margin:0;
}
.lower_footer {
	padding:5% 5% 0 5%;
}
.lower_footer p {
	font-size:0.95em;
}
.lower_footer p a:hover {
	color:white;
	border-bottom:1px solid white;
}
.lower_footer .col-md-4 {
	padding:0;
}
.lower_footer .col-md-4:nth-child(1) p {
	text-align:right;
}
.lower_footer .col-md-4:nth-child(2) p {
	text-align:center;
}
.lower_footer .col-md-4:nth-child(3) p {
	text-align:left;
}







/*--- Footer End ---*/
/*=========================================*/
/*--- Inicio Begin ---*/

/* #carousel-index-top */

#carousel-index-top .carousel .carousel-inner .item img{
	height: 50vh;
	object-fit: cover;
}
.i_intro {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4d800+0,ffca42+100 */
background: rgb(244,216,0); /* Old browsers */
background: -moz-linear-gradient(left, rgba(234, 234, 234,1) 0%, rgba(139, 139, 139,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(234, 234, 234,1) 0%,rgba(139, 139, 139,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgb(234, 234, 234) 0%,rgb(139, 139, 139) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgb(139,139,139)',GradientType=1 ); /* IE6-9 */
	text-align:center;
}
.intro_overlay {
	background:url("../images/bg_intro.svg");
	background-size:100%;
	background-repeat: repeat-x;
	padding:5% 20%;
}
.i_intro h1 {

}
.i_intro h6 {
	font-size:1.7em;
}
.i_servicios {
	background:white;
	padding:5% 15%;
	text-align:center;
}
.i_servicios h2 {
	text-align:center;
	margin-bottom:8%;
}
.i_servicios .col-md-4 {
	text-align:center;
}
.i_servicios .col-md-4 h3 {
	font-size:1.8em;
}
.i_servicios .col-md-4 h3 a {
	color:rgb(29, 29, 27);
}
.i_servicios .col-md-4 h3 a:hover {
	color:rgb(2, 71, 114);;
}
.i_icon {
	margin:0 auto;
	padding:0 5%;
}
.i_icon img {
	border-radius:3px;
}

.i_servicios .col-md-4 ul li {
	border:1px solid #ddd;
	width:50%;
	margin:0 auto;
	margin-bottom:1%;
	font-size:1.3em;
}
.i_servicios .col-md-4 a {
	color:rgb(2, 71, 114);;
}
.i_servicios .col-md-4 .btn {
	color: rgb(2, 71, 114);
	display: block;
	background-color: transparent;
	border: 1px solid rgb(2, 71, 114);
	margin: 3% auto;
	padding: 3%;
	width: 75%;
}
.i_servicios .col-md-4 .btn:hover {
	color: #FFF;
	background-color: rgb(2, 71, 114);;
}
.i_noticias {
	padding:5% 0 10% 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,62d7f7+100 */
background: rgb(250,250,250); /* Old browsers */
/* background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(98,215,247,1) 100%); /* FF3.6-15 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(98,215,247,1) 100%); /* Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(98,215,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#62d7f7',GradientType=0 ); /* IE6-9  */
}
.i_noticias h2 {
	text-align:center;
	margin-bottom:3%;
}
.n_slider .item {
	padding:0 10%;
}
.n_slider .carousel-indicators {
	bottom:-15%;
}
.i_noticias .col-md-4 {
	padding:0 3%;
}
.i_noticias .col-md-4 h4 {
	font-size:1.7em;
	height: 50px;
	display: flex;
	align-items: center;
}
.i_noticias .col-md-4 h4 a {
	color:rgb(29, 29, 27);
	padding:0 1%;
}
.i_noticias .col-md-4 h4 a:hover {
	background:rgb(233, 234, 235);
}
.i_noticias .n_image {
	height:200px;
	overflow:hidden;
		border:3px solid #fff;
}
.i_noticias .n_image img {
	border-radius:5px;
}
.i_noticias .col-md-4 p {
	font-size:0.9em;
}
.i_noticias .col-md-4 p a {
	color:rgb(29, 29, 27);
	padding:0 1%;
}
.i_noticias .col-md-4 p a:hover {
	background:rgb(233, 234, 235);
}
/*--- Inicio End ---*/
/*=========================================*/
/*--- Quienes Somos Begin ---*/
.s_content {
	background-size:cover !important;
	background-repeat: no-repeat !important;
}
.s_overlay {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+58 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.s_intro {
	text-align:center;
	padding:2% 20%;
}
.s_intro p strong {
	font-weight:700;
	font-size:1.1em;
}
.s_intro h2 {
	margin-top:10%;
	margin-bottom:3%;
}
.s_vision {
	padding:5% 10%;
}
.s_vision .col-md-6 {
	text-align:center;
	margin-right:2%;
	width:46%;
	padding:0 5%;
	height:300px;
	border-radius:5px;
}
.s_vision .col-md-6 h3 {
	font-size:2.8em;
}
.s_vision .col-md-6:nth-child(1) {
	background:rgb(233, 234, 235);
}
.s_vision .col-md-6:nth-child(2) {
	background: rgb(2, 71, 114);;
	height:240px;
	color: #FFF;
}
.s_actividades {
	padding:3% 15%;
}
.s_actividades h2 {
	text-align:center;
	margin-top:0;
	font-size:2.5em;
}
.s_actividades .col-md-4 {
	text-align:center;
}
.s_actividades .col-md-4 h3 {
	font-size:1.25em;
	
	color:rgb(2, 71, 114);;
}
.s_organos {
	padding:5% 15%;
}
.s_organos .upper {
	margin-bottom:5%;
	text-align:center;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border:1px solid rgb(2, 71, 114);;
}
.s_organos ul {
	padding-left:3%;
}
.s_organos ul li {
	list-style-image: url("./assets/images/check.svg");
	margin-top:3%;
	line-height:1.6em;
}
.s_organos .panel-default > .panel-heading {
	background:rgb(2, 71, 114);;
	padding:0;
}
.s_organos .panel-default > .panel-heading a {
	color:white;
	display:block;
	padding:1%;
	font-size:1.2em;
}
.valores_inner {
	padding:5% 10%;
}
.valor {
	margin-bottom:1%;
	border:1px solid #ddd;
	padding:1%;
	border-radius:3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	height: 150px;
	display: flex;
	align-items: center;
}
.valor .col-md-4 {
	padding:5%;
	width:20%;
}
.v_image img{
	/* height:50px; */
	height: 50px;
	width: 70px;
	object-fit: contain;
}
.v_content h4 {
	color:rgb(2, 71, 114);;
	font-size:1.5em;
}
.s_informes {
	padding:2% 15%;
}
.s_informes .right {
	text-align:right;
}
.s_informes .center {
	text-align:center;
}
.s_informes table thead th {
	background:rgb(2, 71, 114);;
	color:white;
	padding:1%;
}
.cover_asociate {
	background-size:cover !important;
	background-repeat: no-repeat !important;
}
.asociate_overlay {
	background:rgba(0,0,0,0.5);
	padding:5%;
	text-align:center;
}
.asociate_overlay h1 {
	text-align:center;
	color:white;
	font-size:3em;
}
.asociate_overlay p {
	color:white;
}
.asociate_overlay .cta {
	margin-top:2%;
}
.asociate_overlay .cta a {
	border-color:transparent;
	color:rgb(29, 29, 27);
	background:rgb(233, 234, 235);
	padding:0.5% 3%;
}
.asociate_overlay .cta a:hover {
	border-color:rgb(233, 234, 235);
	color:#fff;
	background:transparent;
}
/*--- Quienes Somos End ---*/
/*=========================================*/
/*--- Servicios Begin ---*/






/*--- Servicios End ---*/
/*=========================================*/
/*--- Asociate Begin ---*/
.asociate_cover {
	background-size:cover;
	background-repeat:no-repeat;
}
.asociate_cover h1 {
	text-align:center;
	margin:0;
	padding:5%;
	background:rgba(0,0,0,0.5);
	color:white;
	text-shadow:0 2px 5px rgba(0,0,0,0.2);
}
.asociate_content .a_intro {
	padding:2% 5%;
	background:rgb(2, 71, 114);;
}
.a_intro ul li {
	color:white;
	list-style-image: url("./assets/images/check_white.svg");
	margin-top:5%;
	line-height:1.6em;
}
.a_intro h3 {
	color:white;
	font-size:2em;
	text-align:center;
	margin-top:5%;
}
.asociate_content .a_content {
	background:white;
	padding:2% 5%;
}
.a_content .col-md-6 {
	margin-bottom:5%;
}
.a_content .col-md-6 ul {
	padding-left:2%;
	width:80%;
}
.a_content .col-md-6 ul li {
	list-style-image: url("./assets/images/check.svg");
	margin-top:5%;
	line-height:1.8em;
	border-bottom:1px solid #ddd;
}
.a_content h2 {
	font-size:2.2em;
	color:rgb(2, 71, 114);;
}
.a_content h3 {
	font-size:2em;
}


/*--- Asociate End ---*/
/*=========================================*/
/*--- Blog/Eventos Begin ---*/
.blog_cover {
	background-size:cover;
	background-repeat:no-repeat;
}
.blog_cover h1 {
	text-align:center;
	margin:0;
	padding:5%;
	background:rgba(0,0,0,0.3);
	color:white;
	text-shadow:0 2px 5px rgba(0,0,0,0.2);
}
.blog_content {
	padding:5% 2%;
}
.blog_content .col-md-2 label {
	color:rgb(2, 71, 114);;
	font-weight:normal;
}
.blog_content .col-md-4 {
	border:1px solid #ddd;
	border-radius:2px;
	margin-bottom: 3%;
	margin-right:1%;
	width:31%;
	padding:1%;
}
.blog_content .row {
	margin-bottom:1%;
}
.blog_content .n_image {
	height:200px;
	overflow:hidden;
	opacity:0.8;
}
.blog_content .n_image:hover {
	opacity:1;
}
.blog_content .n_image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius:5px;
}
.blog_content h4 {
	font-size:1.5em;
	padding-bottom:1%;
	line-height:1.5em;
}
.blog_content h4 a {
	color:rgb(2, 71, 114);;
}

.desc-archive{
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 0.9em;
}
.blog_content h4 a:hover {
	color:#45e0f6;
}
.blog_content a {
	color:rgb(2, 71, 114);;
	display:block;
}
.upper_search {
	padding:1% 0;
}
.upper_search .col-md-6:nth-child(2) {
	padding-left:20%;
}
.blog_content .n_title {
	height:80px;
	overflow:hidden;
}
.n_summary {
	padding:3% 0;
	border-top:2px solid #eee;
}
.post_upper {
	margin-bottom:5%;
}
.post_upper h2 {
	font-size:3em;
}
.post_upper a {
	color:rgb(2, 71, 114);;
	border:1px solid rgb(2, 71, 114);;
	border-radius:25px;
	padding:0 1%;
}
.post_upper hr {
	border:2px solid #ddd;
}
.post_content {
	padding:5%;
}
.post_content h1 {
	margin-top:0;
}
.post_description {
	padding:0;
	padding-right:2%;
}
.post_description ol, .post_description ul {
	padding-left:3%;
}
.post_description ol li, .post_description ul li {
	margin-top:2%;
}
.post_description ul li { 
	list-style-image: url("./assets/images/check.svg");
}
.post_description a {
	color:rgb(2, 71, 114);;
}
.post_description blockquote {
	margin:5% 0;
	width:80%;
}
.sidebar {
	background:#eee;
	border-top:3px solid #ddd;
	padding-bottom:1%;
}
.sidebar h4 {
	font-size:1.5em;
	margin-top:5%;
}
.addthis img {
	width:200px;
}
.related {
	margin:5% 0;
}
.related select {
	width:150px;
}
.recent {
	background:white;
	border:1px solid #ddd;
	border-radius:2px;
	padding:2% 3%;
	margin-bottom:2%;
}
.recent .col-md-2 {
	padding:0;
}
.recent .col-md-10 h4 {
	margin-top:0;
	line-height:1.4em;
}
.recent .col-md-10 h4 a {
	color:rgb(2, 71, 114);;	
}
.recent p {
	font-size:0.9em;
}
.post_gallery {
	background:#f9f9f9;
	padding:2% 1%;
	border:1px solid #ddd;
	margin-top:5%;
}
.post_gallery img {
	border-radius:2px;
	opacity:0.8;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.post_gallery img:hover {
	opacity:1;
}
.post_gallery .col-md-3 {
	padding:1px;
}
.post_gallery .modal-header {
	border:none;
}
.post_gallery .modal-body img {
	border-radius:2px;
	opacity:0.8;
	width: 100%;
	height: auto;
}
.post_nav a {
	color:rgb(2, 71, 114);;
}
/*--- Blog/Eventos End ---*/
/*=========================================*/
/*--- RSE Begin ---*/






/*--- RSE End ---*/
/*=========================================*/
/*--- Contacto Begin ---*/
.contacto_cover {
	background-size:cover;
	background-repeat:no-repeat;
}
.contacto_cover h1 {
	text-align:center;
	margin:0;
	padding:5%;
	background:rgba(0,0,0,0.3);
	color:white;
	text-shadow:0 2px 5px rgba(0,0,0,0.2);
}
.contacto_content {
	padding:1% 5%;
	background:white;
}
.contacto_content .col-md-6:nth-child(1) {
	background:rgb(2, 71, 114);;
	padding:0 2%;
	border-radius:5px;
	margin-top:-3%;
}
.contacto_content .col-md-6:nth-child(1) h2, .contacto_content .col-md-6:nth-child(1) label, .contacto_content .col-md-6:nth-child(1) p {
	color:white;
}
.contacto_content .col-md-6:nth-child(1) label {
	color:rgb(233, 234, 235);
}
.contacto_content .col-md-6:nth-child(1) {
	padding-bottom:3%;
}
.contacto_content .col-md-6:nth-child(2) {
	padding:2% 5%;
}
.contacto_content .col-md-6:nth-child(1) form button {
	background:rgb(233, 234, 235);
	color:rgb(29, 29, 27);
	border-color:rgb(233, 234, 235);
}
.contacto_content .col-md-6:nth-child(2) h2 {
	font-size:2.5em;
	color:rgb(2, 71, 114);;
	margin-top:0;
}
.contacto_content .col-md-6:nth-child(2) .ubicacion {
	background:rgb(233, 234, 235);
	padding:5%;
	margin-bottom:2%;
	border-radius:5px;
}
.contacto_content .col-md-6:nth-child(2) .ubicacion h3 {
	margin-top:0;
}
.contacto_content .col-md-6:nth-child(2) .ubicacion a {
	color:rgb(2, 71, 114);;
}
.ubicacion .mapa iframe{
	width: 100%;
	height: 250px;
}

.legal_cover {
	background-size:cover;
	background-repeat:no-repeat;
}
.legal_cover h1 {
	text-align:center;
	margin:0;
	padding:5%;
	background:rgba(0,0,0,0.3);
	color:white;
	text-shadow:0 2px 5px rgba(0,0,0,0.2);
}
.legal_content {
	padding:2% 10%;
}
.legal_content p {
	text-align:justify;
}
.ctas-thk div:first-child{
	text-align: right;
	padding: 3% 5% 1%;
}
.ctas-thk div:last-child{
	text-align: left;
	padding: 3% 5% 1%;
}

.contact-services{
	padding: 5%;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.productos-servicios .panel-heading{
	background-color: #024772;
	color: #FFF;
	padding: 0;
}
.productos-servicios .panel-heading a h4{
	padding: 1.75% 3%;
}
.productos-servicios .panel-heading *{
	color: #FFF;
}
/*--- Contacto End ---*/
/*=========================================*/
/*--- Modal Styles Begin ---*/






/*--- Modal Styles End ---*/
/*=========================================*/

@media (min-width:320px) and (max-width:768px){
	.i_servicios,
	.valores_inner {  
    padding: 5%;
	}
	.valor {
    height: 200px;
	}
}