/*********************/
/*
/* GLOBAL
/*
/*********************/

/*********************/
/*
/* MENU
/*
/*********************/

nav #menu ul a,
nav #menu ul a:hover {
  text-decoration: none;
}

nav #menu ul li:hover {
	opacity: 0.5;
}

/*********************/
/*
/* ENCABEZADO
/*
/*********************/
section.home {
  position: relative;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  overflow: hidden;
  min-height: 360px;
}

section.home.noSlider {
  padding: 30px 0;
  display: table;
}
section.home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0
}
section.home .overlay.al0 {
  background: rgba(0,0,0,0);
}
section.home .overlay.al25 {
  background: rgba(0,0,0,0.25);
}
section.home .overlay.al50 {
  background: rgba(0,0,0,0.50);
}
section.home .overlay.al75 {
  background: rgba(0,0,0,0.75);
}

section.home .swiper-container .swiper-slide {
  display: table;
  padding: 30px 0;
}

section.home .texto {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
section.home .texto h1 {
	font-size: 34pt;
	line-height: 38pt;
	font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0 auto 10px;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
section.home .texto h3 {
	font-size: 16pt;
	line-height: 18pt;
	font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0 auto;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

section.home .texto .botonVerSitio {
  position: relative;
  margin-top: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding-top: 12px;
  width: 50px;
  height: 50px;
  font-size:20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  color:#ffffff;
  border:2px solid #ffffff;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.home .texto .botonVerSitio:hover {
  color:#1d1d1d;
  background: #FFFFFF;
}

/***********************/
/*
/* SERVICIOS
/*
/***********************/

span.servicio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 10px;
  padding:10px;
  border:1px solid #dddddd;
  border-radius:3px;
  -webkit-border-radius:3px;
  font-size:11pt;
}

span.servicio .icono {
  font-size:11pt;
  vertical-align: middle;
  margin-right:5px;
  color:#313131;
}

/***********************/
/*
/* HIGHLIGHTS
/*
/***********************/

section.highlights {
  position: relative;
  text-align: center;
  padding:10px;
  background:#f5f5f5;
}
section.highlights .wrapper {
  margin: 0 auto;
}
section.highlights .tabla {
  position: relative;
  margin-top: -100px;
  z-index: 10;
  background: #ffffff;
  border-radius: 3px;
  display: table;
  padding: 10px;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}	
section.highlights .tabla .celda {
  display: table-cell;
  padding: 20px;
  text-align: left;
  color: #313131;
}
section.highlights .tabla .celda h3 {
  margin: 15px 0;
  font-size: 1.25rem;
  font-weight: 600;
}


/************************/
/*
/* BOTONES COMPARTIR
/*
/************************/

.fb-button {
  position: relative;
  display: inline-table;
  vertical-align: top;
  margin-right: 10px;
  line-height: 1;
}
.gplus-button {
  position: relative;
  display: inline-table;
  vertical-align: top;
  margin-right: 10px;
  line-height: 1;
}
.twitter-button {
  position: relative;
  display: inline-table;
  vertical-align: top;
  line-height: 1;
}
.whatsapp-button {
  position: relative;
  display: inline-table;
  vertical-align: top;
  color:#ffffff;
  font:8pt/8pt 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  background:#1BD741;
  padding:1px 3px;
  border-radius: 3px;
  -webkit-border-radius:3px;
}
.whatsapp-button a {
  color: #ffffff;
  vertical-align: middle;
  line-height: 18px;
}



/************************/
/*
/* GALERIA
/*
/************************/

section.galeria {
  background: #313131;
  padding:40px 20px;
  text-align: center;
} 
section.galeria .fotito {
  vertical-align: top;
  outline: none;
  position: relative;
  width: calc(25% - 30px);
  -moz-width: calc(25% - 30px);
  margin:0 10px 20px;
  text-decoration: none;
  display: inline-block;
}
section.galeria .imagen {
  position: relative;
  width:100%;
  padding: 0;
  display: inline-table;
  height: 200px;
  vertical-align: top
}
section.galeria .imagen .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  display: table;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.galeria .imagen .hover .i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24pt;
  color:#ffffff;
}

section.galeria .imagen:hover .hover {
  opacity: 1;
}

section.galeria .galeriaMobileContainer{
  display: none;
}
section.galeria .galeriaMobile {
  position: relative;
  width: 100%;
  height: 400px;
}
section.galeria .galeriaMobile .slide {
  position: relative;
  width: 100%;
  height: 400px;
}

section.galeria .galeriaMobileLink {
  position:absolute;
  top: 0;
  left: 0;
  display: block;
  width:100%;
  height: 100%;
}

section.galeria .swiper-container {
  height: 320px;
}

section.galeria .swiper-container .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
}

.swiper-button-prev span,
.swiper-button-next span {
  color: #ffffff;
  font-size: 44px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}


/************************/
/*
/* CONTACTO
/*
/************************/

section.contacto {
	padding:30px 20px;
	color:#231f20;
	font-size: 12pt;
	line-height: 18pt;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

section.contacto h2 {
  font-size: 22pt;
  line-height: 22pt;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin:0 0 10px;
}

section.contacto input {
  padding: 10px;
  width:100%;
  margin:0 0 10px;
  border: 1px solid #d1d3d4;
  font-size: 10pt;
  line-height: 10pt;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  height: 38px;
}

section.contacto .table {
  background: none;
  margin-bottom: 0;
}
  	
.MinisitioCaptcha {
	position: relative;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #d1d3d4;
	border-radius:3px;
	-webkit-border-radius:3px;
}

.MinisitioCaptcha img {
	display: block;
}

#formContactoCaptcha {
	box-sizing: border-box;
	margin-left: 10px;
	width:calc(100% - 10px) !important;
	-moz-width:calc(100% - 10px) !important;
}

section.contacto input.bcontacto {
	padding: 20px 10px;
	width: 100%;
	max-width: 250px;
	margin: 0 0 10px;
	border-radius: 3px;
	font-size: 12pt;
	line-height: 12pt;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	background: none;
  cursor: pointer;
  height: inherit;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

section.contacto textarea {
	padding: 10px; 
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	margin: 0 0 10px;
	border: 1px solid #d1d3d4;
	font-size: 10pt;
	line-height: 10pt;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	resize: none;
}

section.contacto .contacto_form{
	margin-top: 15px;
}

section.contacto input::-webkit-input-placeholder { color: #979797; }
section.contacto input:-moz-placeholder { color: #979797; }
section.contacto input::-moz-placeholder { color: #979797; }
section.contacto input:-ms-input-placeholder { color: #979797; }
section.contacto textarea::-webkit-input-placeholder { color: #979797; }
section.contacto textarea:-moz-placeholder { color: #979797; }
section.contacto textarea::-moz-placeholder { color: #979797; }
section.contacto textarea:-ms-input-placeholder { color: #979797; }

section.contacto svg.iconoChico {
	width: 20px;
   height: 20px;
   vertical-align: middle;
   margin: 10px 10px 10px 0;
}

section.contacto p.ir_arriba_p {
  text-align: right;
}

section.contacto p.ir_arriba_p #ir_arriba {
  position: relative;
  text-align:right;
  margin:10px;
  display:inline-table;
  cursor:pointer;
  vertical-align: middle;
}

section.contacto .icono_circular_grande {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	background: none;
	box-sizing: border-box;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	margin-bottom: 10px;
}
section.contacto .icono_circular_grande span{
	display: block;
	margin-top: 15px;
	font-size: 26px;
	width: 100%;
	height: 30px;
	text-align: center;
}

#resp_contacto {
  position: relative;
  width: 100%;
  display: none;
}

#resp_contacto h2 {
  font-size:10pt;
  line-height: 14pt;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin:0 auto 5px;
  font-weight: 700
}
#resp_contacto .mensaje {
  position:relative;
  padding:20px 10px;
  border-radius: 3px;
  color:#313131;
  font-size:10pt;
  line-height: 14pt;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: center
}
#resp_contacto .mensaje.success {
  background: #E9FFD9;
  border: 1px solid #CFE2C0
}
#resp_contacto .mensaje.alerta {
  background: #FFFBE7;
  border: 1px solid #FFEBCE
}



/************************/
/*
/* FOOTER
/*
/************************/

footer {
  position: relative;
  background: #313131;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  padding: 15px;
  font-weight: 300;
}
footer .table {
	position: relative;
	display: table;
}
footer .row {
	position: relative;
	display: table-row;
}
footer .cell {
	position: relative;
	display: table-cell;
}
footer img {
  vertical-align:top;
  margin:0 2px 0 0;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-transform: uppercase;
  line-height: 18px;
}
footer a:hover {
  color: #ffffff;
  opacity: 0.5;
}



@media screen and (max-width: 992px){
  section.galeria .imagen {
    height: 100px;
  }
}


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

  nav #menu ul li:hover {
    opacity: 1;
  }

  section.home .texto h1 {
		font-size: 22pt;
		line-height: 24pt;
	}
	section.home .texto h3 {
		font-size: 14pt;
		line-height: 16pt;
  }
  
  section.galeria .imagen {
    height: 160px;
  }

  section.galeria .fotito {
    width: calc(50% - 30px);
    -moz-width: calc(50% - 30px);
  }

}

@media screen and (max-width: 575px){

  section.galeria {
    padding: 0 !important;
  }
  
  section.galeria .imagen {
    display: none !important;
  }
  
  section.galeria .col-sm-6 {
    margin-bottom: 0 !important;
  }
  
  section.galeria .fotito {
    display: none !important;
  }
  
  section.galeria .galeriaMobileContainer {
    display: block !important;
  }

  section.contacto input.bcontacto {
    max-width: 100% !important;
  }

  footer {
    padding-bottom: 70px;
  }
  
}