@font-face {
  font-family: 'Myriad';
  src: url('../files/Myriad-Pro_31655.ttf');  
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Exo';
  src: url('../files/Exo-BoldItalic.ttf');  
  font-weight: normal;
  font-style: normal;
}

html {
  	min-height: 100%;
  	position: relative;
}

body {
	margin: 0;
	font-family: 'Myriad', sans-serif;
	transition: all 0.3s ease;
	transition-timing-function:ease;
	overflow-x: hidden;
  	overflow-y: scroll;
  	color: #3d3d3d;
  	background: url(img/fondo_landing_2.png) repeat-y;
  	background-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif;
	letter-spacing: 2px;
	color: #253884;
}

header {
  padding-bottom: 80px;
}

footer {
	padding: 40px 0;
	background-color: #f9f8f7;
}

footer p {
	font-size: 0.9rem;
}

footer a {
	font-size: 0.9rem;
	color: #253884;
}
.power {
	float: right;
	margin: 0px;
}
.logo-footer {
	width: 150px;
}

.derechos {
	text-align: center;
	margin: 10px 0 0 0;
}

a:hover {
	text-decoration: none;
}

.flash {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
	font-weight: bold;
	text-align: center;
}
.flash_error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.flash_notice {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.flash_success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #f39414;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #fff;
  width: 0%;
}

a.edit-publication {
	float: right;
}

a.add-time-publication {
	padding: 6px 15px 4px 15px;
}

.main-header {
	text-align: center;
}

.amarillo {
	height: 40px;
	background-color: #f39414;
	margin-bottom: 10px;
}

.logo {
	width: 350px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: -15px;
}
.multi {
	display: block;
	margin: 0;
	padding: 0;
}
.multi img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.menu {
	float: right;
	margin: 15px 0 15px 0;
}

.menu li{
	float: left;
	display: inline-block;
	margin-left: 40px;
}

.menu li a{ 
	color: #273587;
	font-size: 1.1rem;
}

.menu li a:hover{
	color: #f39414;
}

.menu li a.active{
	color: #f39414;
}

.menu li a.button,  a.button {
	padding: 8px 25px 6px 25px;
	background: #f39414;
	color: #fff;
	border-radius: 30px;
}

a.button:hover , .menu li a.button:hover{
	background: #ea8b0c;
	color: #fff;
}

h1.que_sos {
	color: #f39414;
	margin-bottom: 20px;
	font-size: 2.2rem;
}

h1.error {
	color: #f39414;
	margin-bottom: -53px;
	font-size: 5.1rem;
}

h1.error_numero {
	color: #f39414;
	margin-bottom: 20px;
	font-size: 10rem;
}

h2.presenta {
	font-family: 'Myriad', sans-serif;
	margin-bottom: 30px;
	font-size: 1.8rem;
}

a.solicita {
	padding: 12px 30px 10px 30px;
	font-size: 1.3rem;
	transition: all 0.3s ease;
	display: inline-block;
}

a.solicita:hover {
	padding: 15px 35px 13px 35px;
	font-size: 1.4rem;
	transition: all 0.3s ease;
}

a.registra_prueba {
	padding: 12px 30px 10px 30px;
	font-size: 1.3rem;
	transition: all 0.3s ease;
	display: inline-block;
}

#Notevayas .modal-title {
	clear: both;
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0 5px 0;
	font-size: 1.4rem;
}
#Notevayas .modal-header {
	background-color: #f39414;
	justify-content: center;
	border: none;
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem;
}

#Notevayas .modal-header .close{
	color: #fff;
	position: absolute;
	right: 12px;
	top: 5px;
}

#Notevayas .modal-body b {
	color: #273587;
}

#Notevayas .modal-content {
	border: none;
	border-radius: .8rem;
}

.video_presentacion {
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 15px;
	background-color: #f9f8f7;
}

.detalle-derecha {
	background: url(img/detalle.png)no-repeat;
	background-position: right top;
	display: inline-block;
  	background-size: 18px;
  	margin-bottom: 15px;
  	padding-top: 3px;
  	transition: all 0.5s ease;
}

.detalle-izquierda {
	background: url(img/detalle.png)no-repeat;
	background-position: left top;
	display: inline-block;
  	background-size: 18px;
  	margin-bottom: 15px;
  	padding-top: 3px;
  	transition: all 0.5s ease;
}

.text_beneficio:hover .detalle-derecha {
	transition: all 0.5s ease;
	background-position: left top;
}

.text_beneficio:hover .detalle-izquierda {
	transition: all 0.5s ease;
	background-position: right top;
}

.title_beneficio:hover .detalle-derecha{
	transition: all 0.5s ease;
	background-position: left top;
}

.beneficio {
	text-align: center;
	display: inline-block;
	margin-bottom: 50px;
}
.animacion {
	height: 250px;
	background-color: #f9f8f7;
}

.pAZ {
	color: #273587;
	font-size: 1.7rem;
}

.pAZ2 {
	color: #273587;
	font-size: 1.2rem;
}

.pAM {
	color: #f39414;
	font-size: 1.7rem;
}

.row_beneficio {
	margin-bottom: 80px;
}

.WhatsApp_fixed {
	position:fixed; 
	right:2%; 
	bottom:0; 
	text-align:center; 
	padding:3px; 
	z-index:4;
}

.WhatsApp_fixed a img{
	width: 100px;
	transition: all 0.3s ease;
}

.WhatsApp_fixed:hover a img{
	width: 120px;
	transition: all 0.3s ease;
}

footer .datos-contacto p{
	text-align: left;
	margin-bottom: 10px;
}

.mas_clientes {
	background-color: #f39414;
	color: #fff;
	font-family: 'Myriad', sans-serif;
	font-size: 1.2rem;
	padding: 7px 0;
	border-radius: 5px;
	margin-bottom: 20px;
}

.opcion {
	background-color: #f9f8f7;
	padding: 25px 0;
	font-family: 'Exo', sans-serif;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}

.calcular_precio {
	background-color: #f9f8f7;
	padding: 50px 0;
	font-family: 'Exo', sans-serif;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}
.opcion .cant_clientes {
	color: #273587;
	font-size: 1rem;
	margin-bottom: 0px;
}
.opcion .precio {
	color: #f39414;
	font-size: 1.6rem;
	margin-bottom: 0px;
	font-family: 'Exo', sans-serif;
}

.opcion .mensual {
	color: #273587;
	font-size: 1rem;
	margin-bottom: 0px;
}

.precios_clientes {
	margin-bottom: 30px;
}

.label_price {
	color: #273587;
	font-family: 'Myriad', sans-serif;
	text-align: center;
	margin-bottom: 0;
	font-size: 1.2rem;
}

.cuantos_clientes {
	border: 0;
	border-radius: 5px;
	font-family: 'Exo', sans-serif;
	text-align: center;
	margin-top: 7px;
	font-size: 1.2rem;
	width: 100px;
	color: #f39414;
	border: 2px solid #f39414;
	transition: all 0.3s ease;
	transition-timing-function:ease;
}

.cuantos_clientes:focus {
	transition: all 0.3s ease;
	transition-timing-function:ease;
	box-shadow: 0px 0px 5px 0px #f39414;
	outline: 0 none;
}

.calcular p {
	color: #273587;
	font-family: 'Myriad', sans-serif;
	margin-bottom: 0;
}

.calcular .label_price {
	font-family: 'Exo', sans-serif;
}

.text_tarifa {
	margin-top: 5px;
}
.tarifa_individual {
	font-family: 'Exo', sans-serif;
	font-size: 1.6rem;
}
.text_total {
	margin-top: -5px;
}

.total {
	font-family: 'Exo', sans-serif;
	font-size: 2.2rem;
	color: #f39414;
	margin-bottom: -10px;
}

.container_tarifa {
	margin-bottom: 80px;
}
.calcula {
	margin-bottom: 0px;
}
.disminuye {
	color: #273587;
}
.argentina {
	color: #273587;
	position: absolute;
	bottom: -25px;
	font-size: 12px;
	margin: auto;
	left: 0;
	right: 0;
	font-family: 'Myriad', sans-serif;
}

.ingresa_cantidad {
	color: #273587;
	position: absolute;
	bottom: -25px;
	font-size: 12px;
	margin: auto;
	left: 0;
	right: 0;
	font-family: 'Myriad', sans-serif;
}

@keyframes flecha {
  from {top: 3px;}
  to {top: 9px;}
}

.ingresa_cantidad i {
    bottom: -25px;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    animation-name: flecha;
  	animation-duration: 2s;
  	animation-iteration-count: infinite;
  	animation-timing-function: ease;
}


.calcular .operacion {
	position: absolute;
	left: -10px;
	bottom: -1px;
	font-family: 'Exo', sans-serif;
	font-size: 1.6rem;
	color: #f39414;
}

.calcular .operacion_x {
	bottom: 4px;
}

.adaptamos {
	margin-bottom: 30px;
}
.form-control {
	background-color: #f9f8f7;
	border: none;
	border-radius: 5px;
}
.form-control:focus {
	background-color: #f9f8f7;
	border-color: #facf95;
	box-shadow: 0 0 0 .2rem rgba(250, 207, 149,.25);
}
.btn-enviar {
	background-color: #f39414;
	color: #fff;
	border-radius: 50px;
}
.btn-enviar:hover {
	color: #fff;
	background: #ea8b0c;
}
.section-contacto {
	margin-bottom: 100px;
}

.politica h4, .politica h5 { 
	font-family: 'Myriad', sans-serif;

}
.politic_div a {
	color: #f39414;
}

.section-contacto .iti {
	display: block;
}

.error-message {
	color: red;
	font-size: 0.8rem;
}

//RESPONSIVE

@media (min-width: 1200px) { 


}

@media (max-width: 1200px) { 
	.argentina {
		right: 15px;
		font-size: 11px;
	}
	.total{
		font-size: 2rem;
	}
	.text_tarifa {
		margin-top: 3px;
	}

	.calcular .operacion {
		font-size: 1.4rem;
	}
}

@media (max-width: 992px) { 
	.menu li a{ 
		font-size: 1rem;
	}
	.menu li{
		margin-left: 35px;
	}
	.logo {
		width: 300px;
		margin-top: 0;
	}
	h1 {
		font-size: 2rem;
	}
	h1.que_sos {
		font-size: 2rem;
	}
	h1.error {
		font-size: 5rem;
		margin-bottom: 0px;
	}
	h1.error_numero {
		font-size: 8rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h2.presenta {
		font-size: 1.5rem;
	}
	a.solicita {
		padding: 12px 20px 10px 20px;
		font-size: 1.1rem;
		transition: all 0.3s ease;
	}
	a.solicita:hover {
		padding: 15px 35px 13px 25px;
		font-size: 1.2rem;
		transition: all 0.3s ease;
	}
	.WhatsApp_fixed a img{
		width: 80px;
	}
	.WhatsApp_fixed:hover a img{
		width: 90px;
		transition: all 0.3s ease;
	}
	.pAZ , .pAM{
		font-size: 1.5rem;
	}
	.pAZ2 {
		font-size: 1.1rem;
	}
	.detalle-derecha {
	  	background-size: 15px;
	}
	.detalle-izquierda {
	  	background-size: 15px;
	}
	.amarillo {
		margin-bottom: 5px;
	}
	.menu {
		margin: 8px 0 10px 0;
	}
	.menu li a.button {
		padding: 6px 15px 4px 15px;
	}
	.mas_clientes {
		font-size: 1rem;
	}
	.opcion .cant_clientes, .opcion .mensual {
		font-size: 0.9rem;
	}
	.opcion .precio {
		font-size: 1.5rem;
	}
	.cuantos_clientes {
		width: 80px;
		margin-top: 1px;
		font-size: 1rem;
	}
	.argentina {
		font-size: 10px;
	}
	.calcular .operacion_x {
		bottom: 2px;
	}
	.label_price {
		font-size: 0.9rem;
	}
	.total{
		font-size: 1.7rem;
	}
	.tarifa_individual {
		font-size: 1.4rem;
	}
	.opcion {
		padding: 20px 0;
	}
	.text_total, .text_tarifa {
		font-size: 0.8rem;
	}

}

@media (max-width: 768px) { 
	.amarillo {
		height: 30px;
	}
	footer .datos-contacto p{
		text-align: center;
	}

	p.power {
		text-align: center;
		float: none;
	}
	.menu li a{ 
		font-size: 0.9rem;
	}
	.menu li{
		margin-left: 20px;
	}
	.logo {
		width: 250px;
	}
	h1 {
		font-size: 1.4rem;
	}
	h1.que_sos {
		font-size: 1.4rem;
	}
	h1.error {
		font-size: 4rem;
	}
	h1.error_numero {
		font-size: 7rem;
	}
	h2 {
		font-size: 1.2rem;
	}
	h2.presenta {
		font-size: 1.2rem;
	}
	.pAZ , .pAM{
		font-size: 1rem;
	}
	.pAZ2 {
		font-size: 0.9rem;
	}
	a.solicita {
		padding: 10px 15px 8px 15px;
		font-size: 1rem;
	}
	a.solicita:hover {
		padding: 12px 20px 10px 20px;
		font-size: 1.1rem;
		transition: all 0.3s ease;
	}
	.WhatsApp_fixed a img{
		width: 70px;
	}
	.WhatsApp_fixed:hover a img{
		width: 80px;
		transition: all 0.3s ease;
	}
	.detalle-derecha {
	  	background-size: 12px;
	}
	.detalle-izquierda {
	  	background-size: 12px;
	}
	.video_presentacion {
		padding: 10px;
	}
	.total{
		font-size: 1.4rem;
	}
	.tarifa_individual {
		font-size: 1.2rem;
	}
	.calcular .operacion {
		font-size: 1.2rem;
		bottom:20px;
	}
	.calcular .operacion_x {
		bottom:21px;
	}
	.label_price {
		font-size: 0.8rem;
	}
	.text_total {
		margin-top: -1px;
		font-size: 0.8rem;
	}
	.text_tarifa {
		font-size: 0.8rem;
	}
	.ingresa_cantidad {
		bottom: -10px;
	}
	.argentina {
		bottom: -35px;
	}
	#Notevayas .modal-title {
		font-size: 1.1rem;
	}

}

@media (max-width: 576px) { 
	.amarillo {
		height: 25px;
	}
	.logo {
		width: 200px;
	}
	a.solicita {
		padding: 8px 12px 6px 12px;
		font-size: 0.9rem;
	}
	a.solicita:hover {
		padding: 10px 15px 8px 15px;
		font-size: 1rem;
		transition: all 0.3s ease;
	}
	.opcion .precio {
		font-size: 1.4rem;
	}
	.total{
		font-size: 1.3rem;
	}
	.tarifa_individual {
		font-size: 1.1rem;
	}
	.menu li{
		margin-left: 15px;
	}
	h1 {
		font-size: 1.3rem;
	}
	h1.que_sos {
		font-size: 1.3rem;
	}
	h1.error {
		font-size: 3rem;
	}
	h1.error_numero {
		font-size: 6rem;
	}
	h2 {
		font-size: 1.1rem;
	}
	h2.presenta {
		font-size: 1.1rem;
	}
	
	.ingresa_cantidad {
		bottom: -30px;
	}
	.col_cuantos_clientes {
		margin-bottom: 60px;
	}
	.col_tarifa {
		margin-bottom: 20px;
	}
	.calcular .operacion {
		left: 0px;
		right: 0px;
		bottom: none;
		top: -28px;
	}
	.calcular .operacion_x {
		top: -35px;
	}

}

@media (max-width: 450px) { 
	.WhatsApp_fixed a img{
		width: 50px;
	}
	.WhatsApp_fixed:hover a img{
		width: 60px;
		transition: all 0.3s ease;
	}

}

@media (max-width: 350px) {
	.menu li {
	    margin-left: 9px;
	}
	.menu li a {
	    font-size: 0.8rem;
	}
	.menu li a.button {
	    padding: 6px 10px 4px 10px;
	}
}

@media (max-width: 320px) {

}

