/* CSS de TEMPLATE 4 */
@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;
}

.datos a {
    color: #666 !important;
}

.datos a:hover {
    color: #999!important;
}

body {
	padding-top: 80px;
}

/* Wrapper */
.wrapper {
	position: relative;
	width: 97%;
	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 { text-decoration: none; }

/* Tables display */
.table {position: relative; display: table; }
.row2 {position: relative; display: table-row; }
.cell {position: relative; display: table-cell; }
.cell2 {position: relative; display: table-cell; }
.w20 {position: relative; width: 20%;}
.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%;}
.w90 {position: relative; width: 90%;}
.w95 {position: relative; width: 95%;}
.w100 {position: relative; width: 100%;}

.margin_auto {margin: 0 auto; }

/* NAV */
nav {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	text-align: center;
	width: 100%;
	height: 80px;
	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 #nombre {
	position: relative;
	display: none;
	text-align: left;
	vertical-align: middle;
	font-size: 14pt;
	line-height: 15pt;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	padding: 10px;
	text-transform: uppercase;
}

nav #menu {
	position: relative;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
nav #menu ul {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline-table;
}
nav #menu ul li {
	position: relative;
	display: inline-block;
	padding: 15px 0;
	margin: 0 15px;
	font-size: 10pt;
	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_icon {
	position: relative;
	padding-top: 2px;
	display: none;
	margin: 0;
	vertical-align: middle
}
nav #menu_icon button {
	outline: none;
}
nav #redes {
	position: relative;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding: 0 10px
}
nav #redes .icono_link {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	background: none;
	box-sizing: border-box;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	margin-left: 10px;
	-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 #redes .icono_link span {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	width: 100%;
	height: 20px;
	text-align: center;
}

/* Sections */
section {position: relative;}
section.home { padding: 0; color: #FFFFFF; text-align: center; width: 100%; overflow: hidden;}
section.home.noSlider { padding: 0; min-height: 300px; display: table; }
	section.home .overlay {position: absolute; width: 100%; height: 100%; display: block; z-index: 1; background: rgba(0,0,0,0.45); top: 0; left: 0}
	section.home .overlay.al0 {position: absolute; width: 100%; height: 100%; display: block; z-index: 1; background: rgba(0,0,0,0); top: 0; left: 0}
	section.home .overlay.al25 {position: absolute; width: 100%; height: 100%; display: block; z-index: 1; background: rgba(0,0,0,0.25); top: 0; left: 0}
	section.home .overlay.al50 {position: absolute; width: 100%; height: 100%; display: block; z-index: 1; background: rgba(0,0,0,0.50); top: 0; left: 0}
	section.home .overlay.al75 {position: absolute; width: 100%; height: 100%; display: block; z-index: 1; background: rgba(0,0,0,0.75); top: 0; left: 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#Nosotros .icono_circular_chico {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin:10px 10px 0 0;
	width:20px;
	text-align: center;
}
section#Nosotros .icono_circular_chico span {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

#redesMobile {
	position:relative;
	padding: 0 20px;
	color: #FFFFFF;
	display: none;
}

#redesMobile .icono_link_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;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
#redesMobile .icono_link_grande span{
	display: block;
	margin-top: 15px;
	font-size: 26px;
	width: 100%;
	height: 30px;
	text-align: center;
}

section.texto {background: #FFFFFF; padding:40px 20px 0px; color:#231f20; font: 11pt/15pt 'Open Sans', Arial, Helvetica, sans-serif;}
	section.texto .table .desc { padding-right: 40px; vertical-align: top; text-align: left }
	.datos {vertical-align: top;  margin: 20px 0px 20px 20px; text-align: left; padding: 0px; height: fit-content; }
	.datos h2 {font: 14pt/16pt 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 600; text-transform: uppercase; margin-bottom: 5px;}

	section.texto .table .datos svg {width:20px; height: 20px; vertical-align: middle; margin:10px 10px 10px 0;}
	section.texto .table .datos div[itemprop=address] {display: inline-table; margin: 0; padding: 0}
	section.texto h1 {padding:0; font: 34pt/38pt 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 700; margin:0 0 20px;}

	section.texto .tel_ind {position: relative; display: inline-table; vertical-align: middle; width: 30px;}
	

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

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


section.contacto {
	padding: 0 !important;
}

.mapa {position: relative; display: table-cell; height: 600px;}

.contTarifas { padding:40px 0px !important;}

/* Sucursales */

.offices {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #bbb;
width: 65%; }

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

.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: 1.8em;
	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: 1.5rem;
line-height: 2.5rem;
flex-grow: 1; 
text-transform: uppercase;
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;
}
/*-- ---------------- --*/
.offices__info__icon {
padding-right: 0.6rem; }



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


@media (min-width: 1200px) {
	.container {
		max-width: none;
		width: 90%;
	}
}

@media (max-width: 1199px) {
	.fondoVideo {
		padding: 25px 0px 0px 0px !important;
	}

	.datos {
		margin: 20px 0px 20px 0px;
	}
}

@media screen and (max-width: 1024px) {
	section.texto .w50 {width:100%; display: block;
		padding: 20px 0px;}
	section.texto .foto { text-align: center; }
	section.texto .table .datos {
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
		width: 90%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: none;
		width: 90%;
	}

	.contTarifas {
		padding:25px 0px 0px 0px !important;
	}
	
	#redesMobile {
		padding: 0px 0px 20px;
	}
}

@media screen and (max-width: 768px) {
	#redesMobile {
		padding: 20px 0px 0px;
	}
	body {
		padding-top: 60px;
	}
	nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		height: 60px;
	}
	nav #menu {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		z-index: 1000
	}
	nav #redes {
		display: none;
	}
	nav #menu ul {
		width: 100%;
		display: none
	}
	nav #menu ul.active {
		display:block;
	}
	nav #menu_icon {
		display: table-cell;
		text-align: right;
	}
	nav #menu ul li.active a {
		color: #FFFFFF;
	}
	nav #nombre {
		display: table-cell;
	}
	#redesMobile {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	/* Encabezado */
	section.home {
		min-height: 0px;
	}
	section.home .texto h1 {
		font-size: 22pt;
		line-height: 24pt;
	}
	section.home .texto h3 {
		font-size: 14pt;
		line-height: 16pt;
	}

	.fondoVideo {
		padding: 0px 0px 20px 0px !important;
	}

	section.texto {padding: 20px;}
	section.texto h1 {font: 22pt/24pt 'Montserrat', 'Open Sans', sans-serif; font-weight: 700}
	section.texto .table .datos {border-top: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7;}
	section.texto .table .desc,
	section.texto .table .datos,
	.w20,
	.w33,
	.w40,
	.w50,
	.w60,
	.w66,
	.w90,
	.w95 {width: 100%; display:block; margin-bottom: 10px; padding-left: 0; padding-right: 0}
	section.contacto {padding: 20px; width: auto;}
	.mapa {display:block; height: 300px;}
	section.highlights .tabla { margin-top: 10px; }
	section.highlights .tabla .celda { display: block; width: 100% !important; box-sizing: border-box; }
}

@media (min-width: 620px) { 
	.container {
		max-width: none;
		width: 90%;
	}
}

@media screen and (max-width: 480px) {
	section.texto .foto {display: none;}
	section.galeria .galeriaMobile {display: block;}
	section.galeria {padding: 0;}
  section.galeria .imagen {display: none;}
}

@media (max-width: 1480px) {
	section.texto .table .datos,
	.w20 {
		width: 100%;
		display: block;
		position: relative;
		padding: 20px;
	}

	section.texto .table .desc
	{
		width: 100%;
		display: block;
		position: relative;
		padding: 0px;
	}

	
 }




#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 0px 10px 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: left;
	font-weight: 600;
	padding-bottom: 0.7rem;
	font: 14pt/16pt 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.fotoTexto img {
	width: 100%;
	height: auto;
	padding: 0px 0px 10px 20px;
	}

	@media (max-width:1199px) {
		.fotoTexto img {
			padding: 0px 0px 0px 0px;
			}
	}

	.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;
		  }
 /* Iconos redes footer */


 .header-social{
	display:none;
	align-items:center;
	gap:10px;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content: flex-end;
	height:100%;
  }

  @media screen and (min-width:768px){
	.header-social{
		display:flex !important;
	}
  }

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

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

  .tarifas__item__description{
	color: #231f20;
    font-size:14px;
	margin:0;
  }

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

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

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