@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Gotham;
	src:url(../font/goth_med.otf);
	font-style: normal;
	font-weight:normal;
}

@font-face {
	font-family: Gotham;
	src:url(../font/goth_bold.otf);
	font-style: normal;
	font-weight:700;
}

@font-face {
	font-family: Gotham;
	src:url(../font/goth_light.otf);
	font-style: normal;
	font-weight:100;
}

/*General*/

html, body {
	font-family: Gotham!important;
	background-image: url(../img/background.jpg);
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #002F0F;
}

.wrapper {
	overflow-x: hidden;
}

.btn-radius {
	border-radius: 10px!important;
}

.btn-radius {
	border-radius: 0px;
}

.btn-green {
	background-color: #02ba40;
}

.btn-green:hover {
	background-color: #019A35;
}

.btn-green:focus, .btn-green:active {
	background-color: #00892E;
}

.btn-blue {
	background-color: #34548d;
}

.btn-blue:hover {
	background-color: #274478;
}

.btn-blue:focus, .btn-green:active {
	background-color: #1b3461;
}

.green-font {
	color: #02ba40;
}

/*Menú*/

#mainNav {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#mainNav .navbar-brand img {
	max-width: 200px;
	width: 100%;
	content:url(../img/logo.png);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
  }

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ddd;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #888;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color:#00c04b!important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    background-color: transparent;
	border: transparent;
  }
	#mainNav .navbar-brand{
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color:rgba(255,255,255,0.80);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color:rgba(255,255,255,1.00);
  }
  #mainNav.navbar-shrink {
	  transition: all 0.5s;
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color:rgba(0,0,0,0.7);
  }
  #mainNav.navbar-shrink .navbar-brand img{
	  content:url(../img/logo.png);
	  transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -ms-transition: all 0.3s;
	  width: 50%;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #00a3b4;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #ddd;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #AAA;
  }
}

/*Header*/

header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(../img/header.png)!important;
	height: 100vh;
}

.header2 {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(../img/header2.png)!important;	
}

.header3 {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(../img/header3.png)!important;	
}

.header4 {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(../img/header4.png)!important;	
}

header.masthead h1 {
	font-size: 5rem!important;
}

.extra {
	z-index: 0;
	margin-left: 25vw;
		
}

.header-content {
	position: relative;
	z-index: 1;
}

.header-content2 {
	position: relative;
	z-index: 1;
	margin-top: -25vh;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }

	
}

@media (max-width: 992px) {
	header.masthead h1 {
		font-size: 3rem!important;
	}
}

@media (max-width: 576px) {
	header.masthead h1 {
	  font-size: 2.5rem!important;
	}

	header.masthead h2 {
		font-size: 1.3rem!important;
	}
}


/* Cotizador */

.cotizador {
	margin-top: -10vh;
}

.cotizador2 {
	margin-top: -60vh;
}

.panel {
    box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.2);
}

@media (max-width:576px) {

	.ahorro {
		font-size: 1.5rem;
	}
	
}

/* Ventajas */

.icon {
	max-width: 55px;
}

.panel-ventajas {
	min-height: 330px;
}

/* Ayuda */
.bg-ayuda {
	background-image: url(../img/rombo.png);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width: 370px;
	min-height: 370px;
	max-height: 370px;
}

.ayuda-texto {
	margin-top: 140px;
	margin-left: 65px;
}

@media (max-width:1200px) {
	.bg-ayuda {
		min-width: 270px!important;
		min-height: 270px!important;
	}
	
	.ayuda-texto {
		margin-top: 120px;
		margin-left: 65px;
	}
}

@media (max-width:992px) {
	.bg-ayuda {
		width: 320px!important;
		height: 320px!important;
	}
	
	.ayuda-texto {
		margin-top: 120px;
		margin-left: 38px;
	}
}

/* Mapa */

.iframe-wrapper {
	overflow: hidden;
}

.iframe {
	width: 100%;
	height: 400px;
	margin-top: -46px;
}

@media (max-width:992px) {
	.encuentranos {
		font-size: 2rem;
	}
}

/* Nota */

.nota {
	min-height: 250px;
}

@media (max-width:1200px) {
	.nota {
		min-height: 280px;
	}
}

@media (max-width:1200px) {
	.nota {
		min-height: 250px;
	}
}

/* Contacto */

.contacto {
	background-image: url(../img/contacto.png);
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width:768px) {
	.sitemap {
		font-size: 12px;
	}
}

/* Graph */
.bar1 {
	width: 38%;
	height: 4px;
	background-image: url(../img/bar.jpg);
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bar2 {
	width: 91.1%;
	height: 4px;
	background-image: url(../img/bar2.jpg);
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bar3 {
	width: 81.8%;
	height: 4px;
	background-image: url(../img/bar2.jpg);
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bar4 {
	width: 65.5%;
	height: 4px;
	background-image: url(../img/bar2.jpg);
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.precio1 {
	margin-left: 33%;
	position: absolute;
	padding: 5px;
	margin-top: -6px;
	font-size: 18px;
}

.precio2 {
	margin-left: 81%;
	position: absolute;
	padding: 5px;
	margin-top: -5px;
}

.precio3 {
	margin-left: 75%;
	position: absolute;
	padding: 5px;
	margin-top: -5px;
}

.precio4 {
	margin-left: 60%;
	position: absolute;
	padding: 5px;
	margin-top: -5px;
}

.puntos {
	border: solid 1px rgba(45,48,43,1.00);
	border-radius: 5px;
}

@media (max-width:576px) {
	.text-graph {
		font-size: 10px;
		margin-top: 5px;
	}
}

/* Modal */

.modal-body .form-control {
	font-size: 10px!important;
}

.map-container {
}

.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}