/* CSS de TEMPLATE 2 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,700');

html, body {
	width: 100%;
	font: 10pt/13pt 'Open Sans', Arial, Helvetica, sans-serif;
	color: #7b7c7d;
	padding: 0;
	margin: 0;
}

/* Wrapper */
.wrapper {
	position: relative;
	width: 97%;
	max-width: 900px;
	margin: 0 auto;
}

/* Aligns */
.aleft {
	text-align: left;
}
.acenter {
	text-align: center;
}
.aright {
	text-align: right;
}
.vtop {
	vertical-align: top;
}
.vmiddle {
	vertical-align: middle;
}
.vbottom {
	vertical-align: bottom;
}

a {
	color:#676767;
	text-decoration: none;
}

/* Tables display */
.table {
	position: relative;
	display: table;
}
.row {
	position: relative;
	display: table-row;
}
.cell {
	position: relative;
	display: table-cell;
}
.w33 {
	position: relative;
	width: 33.33%;
}
.w40 {
	position: relative;
	width: 40%;
}
.w50 {
	position: relative;
	width: 50%;
}
.w60 {
	position: relative;
	width: 60%;
}
.w66 {
	position: relative;
	width: 66.66%;
}
.w100 {
	position: relative;
	width: 100%;
}

/**************** NAV *****************/
nav {
	position: relative;
	text-align: center;
	width: 100%;
	background: #f5f5f5;
	z-index: 1000;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
}
nav #logo {
	position: relative;
	text-align: center;
	padding: 20px 10px;
	vertical-align: middle;
}
nav #logo img {
	margin: 0 auto;
	display: block;
	max-height: 163px;
}
nav #menu {
	position: relative;
	text-align: right;
	background: #FFFFFF
}

nav #menu ul.f-nav {
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
}

nav #menu_icon {
	position: relative;
	padding-top: 2px;
	display: none;
	margin: 0;
	vertical-align:top;
}


nav #menu_icon button {
	outline: none;
}

nav #menu ul {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	background: #ffffff;
}
 
nav #menu ul li {
	position: relative;
	display: inline-block;
	padding: 15px 0;
	margin: 0 30px;
	border-top: 3px solid #FFFFFF;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

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

.red_social_fb {
	position: absolute;
	width:32px;
	height: 32px;
	top: 10px;
	right: 52px;
	background: rgba(0,0,0,0.2);
}
.red_social_tw {
	position: absolute;
	width:32px;
	height: 32px;
	top: 10px;
	right: 10px;
	background: rgba(0,0,0,0.2);
}

/* Sections */
/******************/
/*
/* ENCABEZADO
/*
/******************/
.home .swiper-container .swiper-slide {
	display: table;
	padding: 30px 0;
}

section.redes {position: relative; text-align: center; padding:10px; background:#f5f5f5; border-bottom: 1px solid #e3e3e3; }


.home .swiper-container .swiper-slide { display: table; padding: 30px 0 }
.swiper-container {width: 100%; height: 340px; overflow: auto;}
.swiper-container .swiper-slide a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer;}

section.texto {background: #FFFFFF; padding:40px 20px; color:#000000; font: 12pt/18pt 'Open Sans', Arial, Helvetica, sans-serif;}


.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);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.8
}

.swiper-pagination-bullet-active {
	background: #ffffff !important;
}
.swiper-pagination-bullet{
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

section.ubicacion {
	position: relative;
}
section.ubicacion .mapa {
	position: relative;
	width:100%;
	height: 600px;
	background: #eeeeee;
}

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

section.contacto .icono_circular_grande {
	position: relative;
	display: inline-block;
	border:2px solid #ffffff;
	color:#ffffff;
	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;
}

section.contacto .icono_link_grande {
	position: relative;
	display: inline-block;
	border:2px solid #ffffff;
	color:#ffffff;
	width: 40px;
	height: 40px;
	text-align: center;
	background: none;
	box-sizing: border-box;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-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 .icono_link_grande span {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	width: 100%;
	height: 20px;
	text-align: center;
}

section.contacto .icono_ml {
	width: 40px;
	height: 40px;
}


section.contacto .icono_circular_chico {
	position: relative;
	display: inline-block;
	color:#ffffff;
	box-sizing: border-box;
	margin:10px 10px 0 0;
	width:20px;
	text-align: center;
}
section.contacto .icono_circular_chico span {
	width: 15px;
	height: 15px;
	font-size: 15px;
}

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 a {
	color: #FFFFFF;
	text-decoration: none;
}
section.contacto .contacto_form{
	margin-top: 15px;
}

.MinisitioCaptcha {
	position: relative;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #d1d3d4;
	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;
	cursor: pointer;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	background: none;
	box-sizing: border-box;
	-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 input::-webkit-input-placeholder { color: #656565; }
section.contacto input:-moz-placeholder { color: #656565; }
section.contacto input::-moz-placeholder { color: #656565; }
section.contacto input:-ms-input-placeholder { color: #656565; }

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

section.contacto svg {margin-bottom: 10px}

section.contacto svg.whTel {width: 20px; height: 20px; vertical-align:middle}

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

#resp_contacto {position: relative; width: 100%; display: none; }
  #resp_contacto h2 {font:11pt/14pt '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:11pt/14pt 'Open Sans', Arial, Helvetica, sans-serif; text-align: center}
  #resp_contacto .mensaje.success {background: #31AF36; border: 1px solid #CFE2C0}
  #resp_contacto .mensaje.alerta {background: red; color:white; border: 1px solid #FFEBCE}

  .destacado-home {
	  padding: 30px 0px;
  }

  /* Sucursales */
  
  .offices {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #bbb;
	width: 75%; }

	@media (max-width: 640px) {
		.offices {
			width: 100%;
		    padding-bottom: 30px; }
	}

	.offices__top {
	display: flex;
	align-items: center;
	margin-bottom: 20px; }
	.offices__top__icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 3px solid;
	border-color: var(--c-primary);
	box-shadow: 0 0 0 2px var(--c-white);
	background-color: var(--c-white);
	position: relative;
	margin-right: 1rem; }
	.offices__top__icon--arrow.fas {
		font-size: 2rem;
		color: var(--c-white); }
	.offices__top__icon .fas {
		position: absolute;
		font-size: 1.35rem;
		color: var(--c-primary);
		align-items: center;
		justify-content: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); }
	.offices__top__title {
	font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	color: var(--c-white);
	font-size: 2.2rem;
	line-height: 2.5rem;
	flex-grow: 1; 
	font-weight: 600;}
	/*-- Juan / Migración --*/
	.offices__info {
	font-size: 1.2rem;
	color: var(--c-white);
	text-align: left;
	margin-bottom: 1.7rem; }
	.offices__info h5 {
		margin-bottom: 0.2rem; }
	.offices__info p {
		margin-bottom: 0.2rem;
		font-size: 0.75rem;
	}
	@media (max-width: 576px) {
		.offices__info {
			font-size: 0.85rem;
		}
		.offices__info h5 {
			margin-bottom: 0.5rem; }
		.offices__info p {
			padding-bottom: 0;
			margin-bottom: 0;
			font-size: 10pt;
			line-height: 12pt;
		}
	}
	/*-- ---------------- --*/
	.offices__info__icon {
	padding-right: 0.6rem; }


/* ----------------------------------------------------------- MEDIA SCREENS ---------------------------------------------------------- */ 

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

	body {
		padding-top: 60px;
	}
	
	nav {
		position: fixed;
		top:0;
		left: 0;
		z-index: 1000;
		display: table;
		width:100%;
		height: 60px;
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
	}
	nav #logo {
		padding: 5px 0 5px 15px;
		text-align: left;
		display: table-cell;
	}
	nav #logo img {
		height: 50px;
		margin: 0;
	}
	nav #menu {
		background: #313131;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	nav #menu_icon {
		display: table-cell;
		text-align: right
	}
	nav #menu ul {
		position: fixed;
		top: 60px;
		left:0;
		display: none;
	}
	nav #menu ul.active {
		display:block;
	}
	nav #menu ul li {
		position: relative;
		width: 100%;
		display: block;
		padding: 20px 0;
		margin: 0;
		border-top:0;
		font-size: 12pt;
		border-bottom: 1px solid #eeeeee;
	}
	nav #menu ul a:hover {
		color:#FFFFFF;
	}
	
	/* Encabezado */
	

	.red_social_fb {
		position: absolute;
		width:32px;
		height: 32px;
		top:20px;
		right:112px;
		background: rgba(0,0,0,0.2);
	}
	.red_social_tw {
		position: absolute;
		width:32px;
		height: 32px;
		top:20px;
		right:70px;
		background: rgba(0,0,0,0.2);
	}
	section.highlights .tabla {
		margin-top: 10px;
	}
	section.highlights .tabla .celda {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}
	
 
	.w33,
	.w40,
	.w50,
	.w60,
	.w66 {
		width: 100%;
		display:block;
		margin-bottom: 10px
	}
  
	section.ubicacion .mapa {
		height: 300px;
	}

	section.home {
		min-height: 340px !important;
	}
	
	.swiper-container {
		height: 340px;
	}

	section.home .texto {
		top: 20px !important;
	}
}

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

	section.contacto .icono_link_grande {
		border:none;
		color:#ffffff;
		width: auto;
		height: auto;
		margin-bottom: 20px;
	}
	section.contacto .icono_link_grande span {
		display: inline;
		font-size: 28px;
		text-align: center;
	}
		
}


#actionsMobile {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 1.5% 0;
	height: 60px;
	z-index: 15;
	text-align: center;
	background: none;
	white-space: nowrap }
	@media (min-width: 768px) {
	  #actionsMobile {
		display: none; } }
	#actionsMobile .boton {
		cursor:pointer;
	  position: relative;
	  padding: 8px;
	  width: 29%;
	  margin: 0 1.5%;
	  display: inline-block;
	  text-transform: uppercase;
	  color: #ffffff;
	  text-align: center;
	  font-size: 1.5rem;
	  line-height: 1.5;
	  border: 0;
	  border-radius: 3px;
	  -webkit-border-radius: 3px;
	  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }
	#actionsMobile .whatsapp {
	  background: #4dc247; }
	#actionsMobile .consultar {
	  background: #3b5998; }
	#actionsMobile .llamar {
	  background: #10BF7A; }
	#actionsMobile .dropup {
	  width: 30.33%;
	  margin: 0 1.5%;
	  float: left;
	  text-align: center; }
	  #actionsMobile .dropup button {
		width: 100%;
		margin: 0; }

		/* Video */

.fondoVideo {
	background-color: #ffffff;
	padding: 0px 20px 40px 20px;
}


.bordeVideo {
	padding: 15px;
	border: 2px solid;
 	border-image: linear-gradient(45deg, #b3b3b3, #eaeaea, #b3b3b3) 1;
}

@media (max-width: 480px) {
	.bordeVideo {
		padding: 5px;
	}	
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	}

.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.tituloVideo {
	text-align: center;
	font-weight: 600;
	padding-bottom: 0.7rem;
}

.socialShare {
	position: relative;
	z-index: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	align-items: center; }
	
	.socialShare__text {
	  font-size: 0.8rem;
	  text-align: center;
	  margin-right: 0.5rem; }
	.socialShare a {
	  padding: 11px;
      font-size: 0.95rem;
	  color: #fff !important;
	  opacity: 1;
	  transition: opacity 0.15s linear;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  transition: width 0.6s;
	  width: 10px;
	  height: 10px;
	  margin-right: 0.5rem; }
	  .socialShare a:hover {
		opacity: 0.8; }
	.socialShare__facebook {
	  background: #3b5998; }
	.socialShare__twitter {
	  background: #000000; }
	.socialShare__whatsapp {
	  background: #25D366; }
	  .socialShare__icon{
		height:15px;
		width:15px;
		filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(122deg) brightness(107%) contrast(100%);
		max-width:none;
	  }

/* Redes footer */

.footer-social{
	display:flex;
	align-items:center;
	gap:10px;
	margin-top:20px;
}

.footer-social__item{
	height:40px;
	width:40px;
	border-radius:100px;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	border:2px solid white;
	transition: all .5s;
}

.footer-social__img{
	width: 20px;
	height:20px;
}

.tarifas__item__description a{
	color: #0260c5;
	text-decoration: underline;
  }

.tarifas__title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:0;
}

.tarifas__title + p{
	font-size: 14px;
}