@charset "UTF-8";
/* Body */
body {
	font-family: Arial, Helvetica;
	background-color: #FFFFFF;
	margin: 0;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #d9d9d9;
	
}
.logo {
	color: #585857;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 15px;
	line-height: 1.5em;
	font-size: 19px;
	padding-left:40px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 48%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #1b508e;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 20px;
	padding-top: 20px;
	border-bottom: 4px solid #1b508e;
	border-top: 4px solid #1b508e;
}
.thumbnail2 {
	width: 48%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #d9d9d9;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 20px;
	padding-top: 20px;
	border-bottom: 4px solid #d9d9d9;
	border-top: 4px solid #d9d9d9;
}
.gallery .thumbnail h4 {
	margin-top: 35px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 20px;
}
.gallery .thumbnail2 h4 {
	margin-top: 35px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.gallery .thumbnail2 p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.column {
	width: 100%;
	text-align: center;
	padding-top: 0px;
	float: left;
	color:#000000;
}
.intro .column h3 {
	color: #000000;
	text-align: center;
}
.intro .column p {
	color: #000000;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	
	text-align: center !important;
	line-height: 25px;
	font-weight: lighter;
	
	width: 100%;
	margin-top: 1%;
	font-size:30px;
}
.button {
	width: 300px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #ffed00;
background-color: #ffed00;
	color: #1b508e;
	transition: all 0.3s linear;
	border-radius:30px;
}
.button:hover {
	background-color: #1b508e;
	color: #ffed00;
	cursor: pointer;
}
.button2 {
	width: 300px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #ffed00;
background-color: #ffed00;
	color: #1b508e;
	transition: all 0.3s linear;
	border-radius:30px;
}
.button2:hover {
	background-color: #1b508e;
	color: #ffed00;
	cursor: pointer;
}
.button3 {
	width: 300px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #20caee;
background-color: #ffffff;
	color: #20caee;
	transition: all 0.3s linear;
	border-radius:30px;
}
.button3:hover {
	background-color: #bdbcbc;
	color: #ffffff;
	cursor: pointer;
}
.button4 {
	width: 290px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #20caee;
background-color: #ffffff;
	color: #20caee;
	transition: all 0.3s linear;
	border-radius:30px;
}
.button4:hover {
	background-color: #bdbcbc;
	color: #ffffff !important;
	cursor: pointer;
}

.button5 {
	width: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #ffed00;
background-color: #ffed00;
	color: #1b508e;
	transition: all 0.3s linear;
	border-radius:30px;
}
.button5:hover {
	background-color: #1b508e;
	color: #ffed00;
	cursor: pointer;
}
.button6 {
	width: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #20caee;
background-color: #ffffff;
	color: #20caee;
	transition: all 0.3s linear;
	border-radius:30px;
}
.button6:hover {
	background-color: #bdbcbc;
	color: #ffffff !important;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	
	background-color: #FFFFFF;
	font-size:30px;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #FFFFFF;
	padding-bottom: 4px;
	padding-top: 40px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-size:25px;
}
.gallery .thumbnail2 .tag {
	color: #FFFFFF;
	padding-bottom: 4px;
	padding-top: 40px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-size:25px;
}
.azul{
	background-color: #1b508e;
	
}
.gris{
	background-color: #d9d9d9;
	
}



.hero-image {
  background-image: url("../images/cabecera-1.jpg");
  background-color: #1b508e;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image2{
  background-image: url("../images/cabecera-2.jpg");
  background-color: #d9d9d9;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image3 {
  background-image: url("../images/cabecera-1.jpg");
  background-color: #1b508e;
  
  
  background-repeat: no-repeat;
  
}

.hero-image4{
  background-image: url("../images/cabecera-2.jpg");
  background-color: #d9d9d9;
 
  
  background-repeat: no-repeat;
  
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffed00;
}
.hero-text2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.hero-text3 {
  text-align: center;
 
  top: 50%;
  left: 50%;
  
  color: #ffed00;
}
.hero-text4 {
  text-align: center;
  
  top: 50%;
  left: 50%;
  
  color: #ffffff;
}
a {
  text-decoration:none;
	color:#1b508e;
}

a:hover {
  text-decoration:none;
	color:#ffed00;
}

.a-2 {
  text-decoration:none;
	color:#1b508e;
}

.a-2:hover {
  text-decoration:none;
	color:#ffffff;
}




.w50{
  width:50%;
}
.w90{
  width:95%;
}

td{
  width:50%;
}


.accordion {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: transparent;
}

.accordion:after {
  content: '\002B';
  color: #ffffff;
  font-weight: bold;
  
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: #1b508e;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.accordion2 {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion2:hover {
  background-color: transparent;
}

.accordion2:after {
  content: '\002B';
  color: #ffffff;
  font-weight: bold;
  
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}



/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
	.thumbnail2 {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: left;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px !important;
	padding-left:10px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
	.thumbnail2 {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 100%;
	text-align: center;
	padding-left: 0px;
}
	
	.gallery .thumbnail h4 {
	margin-top: 35px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}
.gallery .thumbnail2 h4 {
	margin-top: 35px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
	.thumbnail2 {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
	.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
		.gallery .thumbnail h4 {
	margin-top: 35px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}
.gallery .thumbnail2 h4 {
	margin-top: 35px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
