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

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

body {
	padding-top: 80px;
}

/* Wrapper */
.wrapper {
	position: relative;
	width: 97%;
	max-width: 1024px;
	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;
}
.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: fixed;
	top: 0;
	left: 0;
	display: table;
	text-align: center;
	width: 100%;
	background: #f5f5f5;
	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 #logo {
	position: relative;
	display: table-cell;
	text-align: left;
	padding: 6px 10px;
	vertical-align: middle;
	font-size: 14pt;
	line-height: 15pt;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}
nav #logo img {
	width: auto;
	display: block;
	margin:0;
	max-width:100%;
	max-height: 60px;
}
nav #menu {
	position: relative;
	display: table-cell;
	text-align: right;
	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.f-nav {
	position: fixed;
	width: 100%;
	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);
}

.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 */
section.home  {
	height: 640px;
}

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

.home .swiper-container {
height: 640px;
}

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

@media (max-width: 1600px) {
	.home .swiper-container {
		height: 550px;
		}
	
	section.home {
		height: 550px;
		}
	}

@media (max-width: 1366px) {
.home .swiper-container {
	height: 485px;
	}

section.home {
	height: 485px;
	}

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



section.texto {background: #FFFFFF; padding:40px 20px; color:#231f20; font: 11pt/15pt 'Open Sans', Arial, Helvetica, sans-serif;}
	section.texto .table .w50:last-child img { display: inline-table;}
	section.texto h1 {padding:0; font: 34pt/38pt 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 700; margin: 0 0 20px;}
	section.texto .icono_redes {margin: 5px;}
	section.texto .foto img {max-width: 92%;}


.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);
}
#Ubicacion {
	padding: 0!important;
	height: 450px;
}
	
section.ubicacion {
	position: relative;
}
section.ubicacion .mapa {
	position: relative;
	width:100%;
	height: 100%;
	background: #eeeeee;
}

section.contacto {
	padding: 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;
	box-sizing: border-box;
	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;
}
  	
.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;
	-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;
	box-sizing: border-box;
	width: 100%;
	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 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.whTel {width: 20px; height: 20px; vertical-align:middle}

	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 p.ir_arriba_p #ir_arriba svg {vertical-align: middle; margin-left: 10px; width:48px;}


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

section.contacto .icono_link_grande {
	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-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;
}
section.contacto .icono_link_grande span {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	width: 100%;
	height: 20px;
	text-align: center;
}

section.contacto .icono_circular_chico {
	position: relative;
	display: inline-block;
	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;
}

/* Sucursales */

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

	@media (max-width: 480px) {
		.offices {
		padding-bottom: 30px;
		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: 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;
		}
	}
	/*-- ---------------- --*/
	.offices__info__icon {
	padding-right: 0.6rem; }



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

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

	body {
		padding-top: 60px;
	}
	nav {
		height: 70px;		
	}
	nav #logo {
		padding: 5px 0 5px 15px;
		text-align: left;
		display: table-cell;
	}
	nav #logo img {
		margin: 0;
	}
	nav #menu {
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	nav #menu ul {
		width: 100%;
		display: none;
	}
	nav #menu ul.active {
		display:block;
	}
	nav #menu ul li {
		position: relative;
		display: block;
		padding: 20px 0;
		margin: 0;
		border-top:0;
		font-size: 12pt;
		border-bottom: 1px solid #eeeeee;
		color:#FFFFFF;
	}
	nav #menu ul li:hover, nav #menu ul a.active li {
		border-top:0;
		color:#ffffff;
	}
	nav #menu ul li:hover {
		opacity: 1;
	}
	nav #menu_icon {
		display: table-cell;
		text-align: right;
	}


	section.home  {
		height: 480px;
	}

	section.home .swiper-container {
		height: 480px;
	}

	section.texto .w50 {width:100%; display: block;}
	section.texto .foto { text-align: center; }
	section.texto .foto img {max-width: 100%;}
	
}

@media screen and (max-width: 575px) {
	/* Encabezado */
	section.home {
		height: 360px;
	}
	section.home .texto h1 {
		font-size: 22pt;
		line-height: 24pt;
	}
	section.home .texto h3 {
		font-size: 14pt;
		line-height: 16pt;
	}
	section.texto h1 {
		font-size: 22pt;
		line-height: 24pt;
		font-family: 'Montserrat', 'Open Sans', sans-serif;
		font-weight: 700;
	}



	.home .swiper-container {
		height: 360px !important;
	}

	.w33, .w40, .w50, .w60, .w66 {width: 100%; display:block; margin-bottom: 10px}
	section.ubicacion .mapa {height: 300px;}

	#Ubicacion {
		height: 300px;
	}
		section.highlights .tabla { margin-top: 10px; }
	section.highlights .tabla .celda { display: block; width: 100% !important; box-sizing: border-box; }


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


	section.galeria .galeriaMobile {display: block;}
	section.galeria {padding: 0;}
  	section.galeria .imagen {display: none;}

}





#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: 10px 0px 0px 20px;
}

@media (max-width: 768px) {
	.fondoVideo {
		padding: 0px;
	}
}

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

.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;
	  }
	  	  
.form__motivo{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#495057;
  }
  
  .form__motivo label:first-of-type{
  width: 100%; 
  color: white;
  }
  
  .form__motivo .form-control{
  display:flex;
	align-items: center;
	border:none;
	width: calc(50% - 0.5rem);
	gap: 5px;
	font-size: 10pt;
    color: var(--servicios_color_titulo);
  }
  
  .form__motivo .form-control input{
  margin:2px; 
	height: 15px; 
	width: 15px;
  }
  
  /* Iconos redes footer */
  .footer-social{
	display:flex;
	align-items:center;
	gap:10px;
	flex-wrap:wrap;
  }

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

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

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

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