body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	line-height: 30px;
	text-align: center;
}
strong {
	font-weight: 500;
}
a, a:hover, a:focus {
	color: #888987;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
h1, h2 {
	margin-top: 10px;
    font-size: 33px;
    font-weight: 900;
	line-height: 50px;
}
h3 {
	font-size: 22px;
	font-weight: 300;
	color: #f8f8f8;
	line-height: 30px;
	    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0,0,0,.8);
}
h4 {
	color: #000;
}
h4.h4tit {
	font-size: 24px;
}
h5 {
	font-size: 22px;
	color: #f8f8f8;
	line-height: 30px;
    text-shadow: 1px 1px rgba(0,0,0,.8);
	padding-top:20px;
}	
img {
	max-width: 100%;
}
.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}


::-moz-selection {
background: #6ab33f;
color: #fff;
text-shadow: none;
}
::selection {
	background: #6ab33f;
	color: #fff;
	text-shadow: none;
}
/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}
.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}
/***** General style, all sections *****/

.section-container {
	margin: 0 auto;
	padding-bottom: 0px;
}
.section-container-gray-bg {
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.section-container-image-bg, .section-container-image-bg h2, .section-container-image-bg h3 {
	color: #fff;
}
.section-container-image-bg .divider-1 span {
	background: #fff;
}
.section-description {
	margin-top: 60px;
	padding-bottom: 10px;
}
.txticonos {
	line-height: 20px;
}
.margin_iconos {
	margin-bottom: 60px;
}
.section-description p {
	margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}
.section-bottom-button {
	padding-top: 20px;
}
.btn-link-1 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #019299;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
}
.btn-link-1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.1);
}
.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus {
	outline: 0;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}
/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #ddd;
}
/***** Modal *****/

.modal-content {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: left;
}
.modal-body {
	padding: 0 25px 15px 25px;
}
.modal-body img {
	margin-bottom: 15px;
}
.modal-header {
	padding: 25px 25px 15px 25px;
}
.modal-footer {
	padding: 15px 25px 25px 25px;
}
.modal-header, .modal-footer {
	border: 0;
}
.modal-header .close {
	font-size: 36px;
	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}
.modal-footer button {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	background: none;
	border: 1px solid #888;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.modal-footer button:hover {
	outline: 0;
	opacity: 0.6;
	background: none;
	border: 1px solid #888;
	color: #888;
}
.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus {
	outline: 0;
	opacity: 0.6;
	background: none;
	border: 1px solid #888;
	color: #888;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal-footer button:before {
	background: none;
}
/***** Top menu *****/

.navbar {
	padding-top: 8px;
	/*background-image: url(../img/ele1.png);*/
	background-repeat: no-repeat;
	background-position: 100% 10%;
	border: 0;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.navbar.navbar-no-bg {
	background: none;
}
ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}
.navbar-inverse ul.navbar-nav li a {
	color: #fff;
	opacity: 0.8;
	border-bottom: 1px solid transparent;
}
.navbar-inverse ul.navbar-nav li a:hover {
	color: #fff;
	opacity: 1;
	border-bottom: 1px solid #fff;
}
.navbar-inverse ul.navbar-nav li a:focus {
	color: #fff;
	outline: 0;
	opacity: 1;
	border-bottom: 1px solid #fff;
}
.navbar-inverse ul.navbar-nav li a.btn-link-2 {
	height: auto;
	margin: 4px 0 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
}
.navbar-brand {
	width: 159px;
	/*background: url(../img/logo_meridional.png) left center no-repeat;*/
	text-indent: -99999px;
}
/*flip*/
@-webkit-keyframes flip {
 50% {
 -webkit-transform: translate3d(0px, -2em, 2em) rotateY(90deg);
 transform: translate3d(0px, -2em, 2em) rotateY(90deg);
}
 100% {
 -webkit-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
 transform: translate3d(0px, 0px, 0px) rotateY(180deg);
}
}
@keyframes flip {
 50% {
 -webkit-transform: translate3d(0px, -2em, 2em) rotateY(90deg);
 transform: translate3d(0px, -2em, 2em) rotateY(90deg);
}
 100% {
 -webkit-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
 transform: translate3d(0px, 0px, 0px) rotateY(180deg);
}
}
@-webkit-keyframes flip-reverse {
 0% {
 -webkit-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
 transform: translate3d(0px, 0px, 0px) rotateY(180deg);
}
 50% {
 -webkit-transform: translate3d(0px, -2em, 2em) rotateY(90deg);
 transform: translate3d(0px, -2em, 2em) rotateY(90deg);
}
 100% {
 -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
 transform: translate3d(0px, 0px, 0px) rotateY(0deg);
}
}
@keyframes flip-reverse {
 0% {
 -webkit-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
 transform: translate3d(0px, 0px, 0px) rotateY(180deg);
}
 50% {
 -webkit-transform: translate3d(0px, -2em, 2em) rotateY(90deg);
 transform: translate3d(0px, -2em, 2em) rotateY(90deg);
}
 100% {
 -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
 transform: translate3d(0px, 0px, 0px) rotateY(0deg);
}
}
.flip-container {
	-webkit-perspective: 1000;
	perspective: 1000;
}
/* flip the pane when hovered */
.flipper.active {
	-webkit-animation: .35s flip;
	animation: .35s flip;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.flipper.inactive {
	-webkit-animation: .35s flip-reverse;
	animation: .35s flip-reverse;
	-webkit-animation-fill-mode: reverse;
	animation-fill-mode: reverse;
}
.flipper.complete {
	-webkit-animation: .35s flip-vertical;
	animation: .35s flip-vertical;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.flip-container, .front, .back {
	width: 100%;
}
/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.front, .back {
	/*background-color: rgba(254, 254, 254, 0.76);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;*/
	box-sizing: border-box;
	/*padding: 3em 1.5em 2em;*/
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.separador-tel {
	padding: 0px;
	margin-left: 8%;
}
 @media (max-width:768px) {
.front, .back {
	/* background-color: rgba(254, 254, 254, 0.76);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
	box-sizing: border-box;
	/*padding: 3em 1.5em 2em;*/
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 5px 2em 5em -1em rgba(0, 0, 0, 0.25);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.separador-tel {
	/*padding: 0px;
	margin-left: 0px;
	margin-top: 15px;*/
	margin-bottom: 5px;
}
}
	
	
/* 
.front {
	z-index: 2;
	/* for firefox 31 */
	-webkit-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
/*
.back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
*/
.centered-text {
	text-align: center;
}
input[type="submit"], input[type="button"], button {
	background: rgba(147, 147, 147, 0.38);
	color: #ffffff;
	font-size: 16px;
	text-transform: capitalize;
	padding: .5em 2em;
	margin: .5em;
	border: 0px;
	
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}


input[type="submit"].datosPersonales, input[type="submit"].datosVehiculo, input[type="submit"].submit, input[type="button"].datosPersonales, input[type="button"].datosVehiculo, input[type="button"].submit, button.datosPersonales, button.datosVehiculo, button.submit, .boton .cotizahora, .boton .cotizahoratel {
	background-color: #6ab33f;
	box-shadow: 0px 0.5em 0.5em -0.25em rgba(0, 0, 0, 0.3);
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .boton .cotizahora:hover, .boton .cotizahoratel:hover {
	/*-webkit-transform: translateY(-0.1em);
	transform: translateY(-0.1em);*/
	box-shadow: 0px 1em 1em -0.5em rgba(0, 0, 0, 0.2);
}
input[type="submit"]:active, input[type="submit"]:focus, input[type="button"]:active, input[type="button"]:focus, button:active, button:focus {
	/*-webkit-transform: translateY(0px);
	transform: translateY(0px);*/
	/*box-shadow: 0px 0.25em 0.25em -0.125em rgba(0, 0, 0, 0.35);*/
}



.Cotiza_form-form {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	text-align: left;
	position: relative;
	margin-top: 10px;;
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.19, 0.26, 1.52);
	transition: all 0.4s cubic-bezier(0.58, 0.19, 0.26, 1.52);
}
.Cotiza_form-form .input-container {
	position: relative;
	margin-bottom: 1.5em;
}
::-webkit-input-placeholder {
 color: red;
}

:-moz-placeholder { /* Firefox 18- */
 color: red;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: red;
}

:-ms-input-placeholder {
 color: red;
}/*
.Cotiza_form-form input[type="text"], .Cotiza_form-form input[type="email"] {
	box-sizing: border-box;
	/*background-color: rgba(255, 255, 255, 0.42);
	border: 1px solid #cccccc;
	padding: .55em .75em;
	width: 100%;
	z-index: 1;
	position: relative;
}
.Cotiza_form-form .form-label {
	color: #aaaaaa;
	background-color: #fefefe;
	padding: .25em .25em;
	position: absolute;
	top: .35em;
	left: .55em;
	z-index: 0;
	-webkit-transition: -webkit-transform .1s ease-in-out;
	transition: -webkit-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
	transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}
.Cotiza_form-form .form-label.active {
	padding-bottom: 0px;
	-webkit-transform: scale(0.8) translate(-0.5em, -1.7em);
	transform: scale(0.8) translate(-0.5em, -1.7em);
	z-index: 2;
}*/
.fn_part1 {
	background: rgba(248, 248, 248, 0.62);
}
.fn_part2 {
	background: rgba(248, 248, 248, 0.1);
}
.bg_nosotros {
	background-image: url(../img/backgrounds/fn_seccion.png);
	background-size: cover;
	background-attachment: fixed;
}
.padding_section {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*telefono*/
.material-icons {
	/*border-radius: 100%; */
	-webkit-animation: ripple 1.5s linear infinite;
	animation: ripple 1.5s linear infinite;
	padding: 5px 100px;
	background-color: #9aca79;
	line-height: 55px;
	font-size: 18px;
}
 @-webkit-keyframes ripple {
 0% {
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
}
 100% {
 box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
}
}
 @keyframes ripple {
 0% {
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
}
 100% {
 box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
}
}
/*telefono*/
.telefono {
	/*border-radius: 100%; */

	padding: 5px 100px;
	line-height: 55px;
	font-size: 18px;
}
/*letras*/
.seguro {
	margin-top: 60px;
}
.seguro .content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 60px;
	line-height: 60px;
	font-family: 'Lato', sans-serif;
	color: #ecf0f1;
	overflow: hidden;
}
.seguro .visible {
	/* font-weight: 600; */
	overflow: hidden;
	height: 90px;
	padding: 10px 10px;
	width: 390px;
}
.seguro .visible:before {
	content: '[';
	left: 0;
	line-height: 40px;
	color: #6ab33f;
}
.seguro .visible:after {
	content: ']';
	position: absolute;
	right: 0;
	line-height: 40px;
	color: #6ab33f;
}
.seguro .visible:after, .visible:before {
	position: absolute;
	top: 20px;
	color: #6ab33f;
	font-size: 65px;
	-webkit-animation-name: opacity;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.seguro p {
	display: inline;
	margin: 0;
}
.seguro ul {
	margin-top: 0;
	padding-left: 110px;
	text-align: left;
	list-style: none;
	-webkit-animation-name: change;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: change;
	animation-name: change;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.seguro ul li {
	line-height: 30px;
	margin: 0;
}
 @-webkit-keyframes opacity {
 0%, 100% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
}
@-webkit-keyframes change {
 0%, 12%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 17%, 29% {
 -webkit-transform: translateY(-25%);
 transform: translateY(-25%);
}
 34%, 46% {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
 51%, 63% {
 -webkit-transform: translateY(-75%);
 transform: translateY(-75%);
}
 68%, 80% {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
 85%, 97% {
 -webkit-transform: translateY(-25%);
 transform: translateY(-25%);
}
}
@keyframes opacity {
 0%, 100% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
}
@keyframes change {
 0%, 12%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 17%, 29% {
 -webkit-transform: translateY(-25%);
 transform: translateY(-25%);
}
 34%, 46% {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
 51%, 63% {
 -webkit-transform: translateY(-75%);
 transform: translateY(-75%);
}
 68%, 80% {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
 85%, 97% {
 -webkit-transform: translateY(-25%);
 transform: translateY(-25%);
}
}
/***** Top content *****/

.inner-bg {
	padding: 15px 0 30px 0;
	background-image: url(../img/backgrounds/luminoso.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
}


.inner-bg-hogar {
	padding: 15px 0 30px 0;
	background-image: url(../img/backgrounds/poliza_hogar.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
}
.top-content .text {
	color: #fff;
}
 @media (max-width:768px) {
	 .inner-bg {
	padding: 0 0 0 0;
	background-image: url(../img/backgrounds/poliza.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
}
.top-content .text {
	/*
	padding-top: 10px;
	margin-bottom:-90px;*/
}
h1, h2 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 50px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.txticonos{ color:#FFF;}
.subtext{
	font-size: 18px;
    margin: 30px 0;
    display: block;
	
}
.form-group {
    margin-bottom: 5px;
}
}
.top-content .text h1 {
	color: #fff;
}
.top-content .description {
	margin: 20px 0 10px 0;
}
.top-content .description p {
	opacity: 0.8;
}
.top-content .top-big-link {
	margin-top: 35px;
}
.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}
.form-top-left h3 {
	margin-top: 0;
}
.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 70px;
	color: #eee;
	line-height: 100px;
	text-align: right;
}
.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	text-align: left;
}
.form-bottom form textarea {
	height: 100px;
}
.form-bottom form .form-links {
	display: inline-block;
	width: 275px;
	text-align: right;
	vertical-align: top;
}
.form-bottom form .form-links a {
	color: #888;
}
.form-bottom form .form-links a:hover, .form-bottom form .form-links a:focus {
	color: #888;
	border-bottom: 1px dotted #888;
}
/***** Features *****/

.features {
	padding-bottom: 30px;
}
.features-box {
	padding-top: 15px;
	padding-bottom: 15px;
}
.features-box-gray {
	background: #f8f8f8;
}
.features-box .features-box-icon {
	font-size: 80px;
	color: #019299;
	line-height: 80px;
}
.features-box h3 {
	margin-top: 15px;
}
/***** More features *****/

.more-features-container {
	padding-bottom: 60px;
}
.more-features-box {
	margin-top: 30px;
	margin-bottom: 20px;
}
.more-features-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.more-features-box-text:first-child {
	margin-top: 20px;
}
.more-features-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}
.more-features-box-text-icon {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 6px;
	background: #019299;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.more-features-box-text h3 {
	float: right;
	width: 86%;
	margin-top: 0;
}
.more-features-box-text-description {
	float: right;
	width: 86%;
}
.sombra_img {
	background-attachment: fixed;
	-webkit-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
}
/***** Always beautiful *****/

.footer {
	padding-bottom: 60px;
	background-color: #6ab33f;
	color: white;
}

.always-beautiful-box {
	margin-top: 0px;
	margin-bottom: 20px;
}
.always-beautiful-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.always-beautiful-box-text:first-child {
	margin-top: 40px;
}
.always-beautiful-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}
.always-beautiful-box-text h3 {
	margin-top: 0;
}
.always-beautiful-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer.always-beautiful-box{
	padding-top:50px;
}
.afip{
	display:inline-block;
}
.img-foo {
		display:inline-block;

}
/***** How it works *****/

.how-it-works {
	padding-bottom: 30px;
}
.how-it-works-box {
	padding-top: 15px;
	padding-bottom: 15px;
}
.how-it-works-box .how-it-works-box-icon {
	position: relative;
	font-size: 80px;
	line-height: 80px;
}
.how-it-works-box-icon .how-it-works-step {
	position: absolute;
	top: 0;
	left: 95px;
	width: 32px;
	height: 32px;
	background: #019299;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
}
.how-it-works-box h3 {
	margin-top: 15px;
}
.how-it-works-box p {
	opacity: 0.8;
}
/***** Pricing *****/

.pricing {
	padding-bottom: 30px;
}
.pricing-box {
	padding-top: 30px;
	padding-bottom: 20px;
}
.pricing-box-inner {
	background: #f8f8f8;
}
.pricing-box-price {
	position: relative;
	padding: 20px 0 7px 0;
	background: #eee;
	font-size: 42px;
	color: #555;
	line-height: 54px;
}
.pricing-box-best .pricing-box-price {
	background: #019299;
	color: #fff;
}
.pricing-box-price span {
	font-size: 18px;
	color: #888;
	line-height: 32px;
}
.pricing-box-best .pricing-box-price span {
	color: #fff;
}
.pricing-box-icon {
	position: absolute;
	top: -32px;
	right: 20px;
	width: 63px;
	height: 63px;
	padding-top: 5px;
	background: #019299;
	border: 3px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pricing-box-icon span {
	display: block;
	font-size: 40px;
	line-height: 40px;
}
.pricing-box h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	background: #eee;
	color: #888;
}
.pricing-box.pricing-box-best h3 {
	background: #019299;
	color: #fff;
}
.pricing-box h4 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #e8e8e8;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
}
.pricing-box.pricing-box-best h4 {
	background: #02848a;
	color: #fff;
}
.pricing-box-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing-box-features li {
	padding: 7px 20px;
	border-bottom: 1px solid #eee;
}
.pricing-box-sign-up {
	padding: 25px 0;
}
/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}
/***** About us *****/

.about-us-container {
	padding-bottom: 65px;
}
.about-us-box {
	padding-top: 30px;
	padding-bottom: 15px;
}
.about-us-box .about-us-photo {
	position: relative;
	width: 160px;
	margin: 0 auto;
}
.about-us-box .about-us-photo img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.about-us-box .about-us-photo .about-us-role {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 5px;
	background: #019299;
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	text-transform: uppercase;
}
.about-us-box .about-us-social {
	margin-top: 5px;
	font-size: 36px;
	line-height: 36px;
}
.about-us-box .about-us-social a {
	color: #ddd;
}
.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus {
	color: #019299;
}
/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}
.testimonial-list {
	margin-top: 30px;
	text-align: left;
}
.testimonial-list .tab-pane {
	overflow: hidden;
}
.testimonial-list .testimonial-image {
	position: relative;
	float: left;
	width: 17%;
	margin: 10px 0 0 0;
}
.testimonial-list .testimonial-image img {
	max-width: 120px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.testimonial-list .testimonial-image .testimonial-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	padding-top: 3px;
	background: #019299;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.testimonial-list .testimonial-image:hover .testimonial-icon {
	opacity: 0;
}
.testimonial-list .testimonial-text {
	float: left;
	width: 83%;
}
.testimonial-list .nav-tabs {
	border: 0;
	text-align: right;
}
.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.testimonial-list .nav-tabs li a {
	width: 14px;
	height: 14px;
	padding: 0;
	background: #ddd;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.testimonial-list .nav-tabs li a:hover {
	border: 0;
	background: #019299;
}
.testimonial-list .nav-tabs li.active a {
	background: #019299;
}
.testimonial-list .nav-tabs li.active a:focus {
	border: 0;
}
/***** Footer *****/

footer {
	padding: 40px 0 35px 0;
}
.footer-social {
	font-size: 50px;
	line-height: 50px;
}
.footer-social a {
	color: #ddd;
}
.footer-social a:hover, .footer-social a:focus {
	color: #019299;
}
.footer-copyright {
	margin-top: 25px;
}
.bg_gra {
}
.con_som {
	-webkit-box-shadow: 10px 10px 25px -9px rgba(0,0,0,1);
	-moz-box-shadow: 10px 10px 25px -9px rgba(0,0,0,1);
	box-shadow: 10px 10px 25px -9px rgba(0,0,0,1);
}




/*transicion left*/



@media (max-width:1920px) {
.item {
	width: 1200px;
	height: 70px;
	position: relative;
	left: -560px;
	background-image: url(../img/ele.png);
	background-repeat: no-repeat;
	background-position: right;
	/* background: #000; */
	text-align: center;
	color: #fefefe;/* border-bottom-right-radius: 20px; */
}
}
 @media (max-width:1280px) {
.item {
	width: 750px;
	height: 70px;
	position: relative;
	left: -100px;
	background-image: url(../img/ele.png);
	background-repeat: no-repeat;
	background-position: right;
	/* background: #000; */
	text-align: center;
	color: #fefefe;/* border-bottom-right-radius: 20px; */
}
.txt_cot {
	margin-right: -10px;
	margin-top: 10px;
}
}
 @media (max-width:1024px) {
.item {
	width: 850px;
	height: 70px;
	position: relative;
	left: -320px;
	background-image: url(../img/ele.png);
	background-repeat: no-repeat;
	background-position: right;
	/* background: #000; */
	text-align: center;
	color: #fefefe;/* border-bottom-right-radius: 20px; */
}
}
 @media (max-width:768px) {
.item {
	width: 700px;
	height: 70px;
	position: relative;
	left: -300px;
	background-image: url(../img/ele.png);
	background-repeat: no-repeat;
	background-position: right;
	/* background: #000; */
	text-align: center;
	color: #fefefe;/* border-bottom-right-radius: 20px; */
}
.txt_cot {
}

.afip{
	display:block;
	margin-left:0px;
}
.img-foo {
		display:block;
		margin-top: 50px;

}

}
}
.mg-top {
	margin-top: 50px;
}
.ele_nav {
	background-image: url(../img/ele1.png);
	background-repeat: no-repeat;
	background-position: right;
}
#footer-bottom {
	background-color: #1a1919;
	color: #CCC;
}
.bot_mov {
	margin-top: 10px;
}
.barratel_xs {
	padding-top: 50px;
	height: 10px
}
.fondobarra_xs {
	background-color: #6ab33f;
}
/* SELECT2 */
.select2-search input {
	height: 34px !important;
	background: #fff url(../../plugins/select2/select2.png) no-repeat 100% -22px;
	background: url(../../plugins/select2/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url(../../plugins/select2/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url(../../plugins/select2/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url(../../plugins/select2/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container {
	width: 100%;
}
.select2-container .select2-choice {
	height: 34px;
	background: #fdfdfd;
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 0;
	margin: 0;
}
.select2-container-multi .select2-choices {
	min-height: 26px;
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
	background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 0;
	margin: 0;
}
.select2-results {
	text-align: left !important;
}
/*

.form-group .form-control, 
.form-group .input-group, 
.form-group .select2-container {
  margin-bottom: 5px;
}

*/

/* SELECT2 */

/* Date Picker*/
.ui-datepicker .ui-datepicker-title {
	height: 30px;
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	font-size: 14px;
}
#ui-datepicker-div {
	background-color: #fdfdfd;
	border: 1px solid #e4e4e4;
}

#ui-datepicker-div .ui-widget-header {
	background: #6eb33f !important;
	border: 0;
	border-bottom: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 1px 0;
}


#ui-datepicker-div select {
	color: #555;
	height: 28px;
}
#ui-datepicker-div.ui-widget-content {
	color: #666 !important;
}
#ui-datepicker-div.ui-widget-content {
	background: none;
	background-color: #fdfdfd !important;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
	background: none;
	border: 0;
	color: #555;
	text-align: center;
}
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div.ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div.ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus, #ui-datepicker-div .ui-state-highlight, #ui-datepicker-div.ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
	background: rgba(0, 0, 0, 0.3) !important;
	border: 0;
	border-radius: 4px;
	top: 2px;
}
#ui-datepicker-div .ui-datepicker-group {
	border-left: 1px solid #e4e4e4;
}
#ui-datepicker-div .ui-datepicker-group:first-child {
	border-left: 0;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
	margin: 0;
}
#ui-datepicker-div .ui-datepicker-group table {
	margin: 0 auto !important;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px !important;
	cursor: pointer;
	height: 1.9em !important;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px !important;
	cursor: pointer;
	height: 1.9em !important;
}
.ui-icon-circle-triangle-w {
/*	background: url(../../img/ui-left.png) 0 0 no-repeat !important;*/
}
.ui-icon-circle-triangle-e {
/*	background: url(../../img/ui-right.png) 0 0 no-repeat !important;*/
}
.ui-icon-circle-arrow-s {
	background: url(../../img/ui-accordion-down.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-e {
	background: url(../../img/ui-accordion-right.png) 0 0 no-repeat !important;
}
#ui-datepicker-div .ui-slider-horizontal {
	background: rgba(0, 0, 0, 0.5);
	height: 4px;
	border: 0;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
	background: #D8D8D8 !important;
	border: 1px solid #e4e4e4;
	height: 8px;
	width: 8px;
	top: -2px;
	margin-left: -4px;
	outline: none;
	cursor: pointer;
}
.displaynone .ui-datepicker-calendar {
	display: none;
}
.form-control-feedback :before {
	position: static;
	display: inline-block;
}
.has-error .select2-container a {
	border-color: #A57171;
}
.has-success .select2-container a {
	border-color: #3c763d;
}
.has-feedback .form-control {
	padding-right: 12px;
}
.Cotiza_form-form .has-feedback .form-control-feedback {
	top: 0;
	right: -30px;
}

/* Date Picker*/

@media (max-width: 481px) {
.error-wrapper .error-inner .error-type {
	font-size: 10em;
}
.margen_form {
	margin-bottom: 15px;
}
}
/* AREA y NRO. TELEFONO */
.input-group-addon-withoutborder:first-child {
	border-right: 0;
}
.input-group-addon-withoutborder:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group .form-control.withoutborder:last-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: left;
}
.input-group .form-control.withoutborder:not(:first-child):not(:last-child) {
	border-radius: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: left;
}
.input-group-addon-withoutborder {
	padding: 2px 2px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #f8f8f8;
	text-align: center;
	/*background-color: #fff;*/
	border: 0px;
	border-radius: 4px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon-withoutborder, .input-group .form-control {
	display: table-cell;
}
.Cotiza_form-form .has-success .form-control {
	/*color: #3c763d;*/
    /*background-color: #dff0d8;*/
	border-color: #3c763d;
}
#telefonoArea {
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#telefonoNumero {
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.has-error .form-control.withoutborder {
	border-color: #A57171;
}
.has-error .form-control.hasDatepicker {
	border-color: #A57171;
}
.Cotiza_form-form .has-error .form-control {
	border-color: #A57171;
}
/* AREA y NRO. TELEFONO */

/*BOTONES NUEVOS*/
.boton .cotizahora {
    text-align: center;
    margin: 30px auto;
    padding: 30px 0px;
    display: block;
    height: 30px;
    width: 100%;
    line-height: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #6cb535;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0,0,0,.8);
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.boton {
	padding-top: 30px;
}
.boton .cotizahora:hover {
    background: #41b506;
}}




/*
.boton .cotizahora {
    text-align: center;
    margin: 30px auto;
    padding: 30px 0px;
    display: block;
    height: 30px;
    width: 165px;
    line-height: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 0 10px 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #6eb33f;
    transform: rotate(-6deg);
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0,0,0,.8);
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.boton .cotizahora:before {
display: block;
	content: ' ';
	background-image: url(../img/punta.svg);
	background-size: 30px 60px;
	height: 60px;
	width: 30px;
	position: absolute;
	top: 0;
	left: -29px;
							 
}
.boton .cotizahora:hover {
transform: rotate(-2deg);
}
*/
/*.hotsale {
    position: absolute;
    background: url(../img/hot-sale-logo.png);
    width: 215px;
    height: 145px;
    z-index: 2;
    bottom: -110px;
    right: -60px;
}*/
.hot-sale {
	background: #222;
	height: 80px;
	padding-top: 3px;
}
.hot-sale .int {
    border-top: 1px dashed rgba(255,255,255,.6);
}
.hot-sale .int img {
	margin-top: 5px;
}

@media (max-width: 767px) {
	.centered-text.boton {
		
	}
	
.boton .cotizahora {
    padding: 20px;
    width: 100px;
    line-height: 5px;
    font-size: 14px;
}
.boton .cotizahora:before {
    background-size: 20px 40px;
    height: 40px;
    width: 20px;
    left: -19px;
}
.boton .cotizahoratel {
	text-align: center;
    margin: 10px auto;
    padding: 10px;
    display: block;
    /* height: 20px; */
    width: 35px;
    line-height: 5px;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #ee242d;
}
.boton .cotizahora:hover {
	background-position: 100px;
	color: #fff;
}
a, a:hover, a:focus {
	color: #fff;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
}


@media (max-width: 767px){
	.boton .cotizahora{
		width:200px;

	}
}

/*BOTONES NUEVOS */

.hit-the-floor {
	color: #fff;
	font-size: 24px;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.hit-the-floor {
	text-align: center;
}
/*animaiones*/
.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
.fadeInUp {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
.fadeInDown {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
.fadeInLeft {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
.fadeInRight {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
.swing {
	animation-name: swing;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-ms-animation-name: swing;
	-o-animation-name: swing;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
.flipInH {
	animation-name: flipInH;
	-webkit-animation-name: flipInH;
	-moz-animation-name: flipInH;
	-ms-animation-name: flipInH;
	-o-animation-name: flipInH;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
.flipInV {
	animation-name: flipInV;
	-webkit-animation-name: flipInV;
	-moz-animation-name: flipInV;
	-ms-animation-name: flipInV;
	-o-animation-name: flipInV;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
.bounceIn {
	animation-name: bounceIn;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
.progressStart {
	animation-name: progressStart;
	-webkit-animation-name: progressStart;
	-moz-animation-name: progressStart;
	-ms-animation-name: progressStart;
	-o-animation-name: progressStart;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
}
.animation-delay1 {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
.animation-delay2 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
.animation-delay3 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
.animation-delay4 {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
.animation-delay5 {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
.animation-delay6 {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
.animation-delay7 {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
.animation-delay8 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
.animation-delay9 {
	animation-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	-ms-animation-delay: 1.7s;
	-o-animation-delay: 1.7s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
.animation-delay10 {
	animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	-ms-animation-delay: 1.9s;
	-o-animation-delay: 1.9s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}
@-webkit-keyframes swing {
 0% {
 -webkit-transform: rotate(0deg);
}
 20% {
 -webkit-transform: rotate(-15deg);
}
 40% {
 -webkit-transform: rotate(15deg);
}
 60% {
 -webkit-transform: rotate(-7deg);
}
 80% {
 -webkit-transform: rotate(7deg);
}
 100% {
 -webkit-transform: rotate(0);
}
}
@-moz-keyframes swing {
 0% {
 -moz-transform: rotate(0deg);
}
 20% {
 -moz-transform: rotate(-15deg);
}
 40% {
 -moz-transform: rotate(15deg);
}
 60% {
 -moz-transform: rotate(-7deg);
}
 80% {
 -moz-transform: rotate(7deg);
}
 100% {
 -moz-transform: rotate(0);
}
}
@-ms-keyframes swing {
 0% {
 -ms-transform: rotate(0deg);
}
 20% {
 -ms-transform: rotate(-15deg);
}
 40% {
 -ms-transform: rotate(15deg);
}
 60% {
 -ms-transform: rotate(-7deg);
}
 80% {
 -ms-transform: rotate(7deg);
}
 100% {
 -ms-transform: rotate(0);
}
}
@-o-keyframes swing {
 0% {
 -o-transform: rotate(0deg);
}
 20% {
 -o-transform: rotate(-15deg);
}
 40% {
 -o-transform: rotate(15deg);
}
 60% {
 -o-transform: rotate(-7deg);
}
 80% {
 -o-transform: rotate(7deg);
}
 100% {
 -o-transform: rotate(0);
}
}
@keyframes swing {
 0% {
 transform: rotate(0deg);
}
 20% {
 transform: rotate(-15deg);
}
 40% {
 transform: rotate(15deg);
}
 60% {
 transform: rotate(-7deg);
}
 80% {
 transform: rotate(7deg);
}
 100% {
 transform: rotate(0);
}
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-ms-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-o-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
 0% {
 opacity: 0;
 -moz-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
@-ms-keyframes fadeInUp {
 0% {
 opacity: 0;
 -ms-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -ms-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
 0% {
 opacity: 0;
 -o-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
@keyframes fadeInUp {
 0% {
 opacity: 0;
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
@-ms-keyframes fadeInDown {
 0% {
 opacity: 0;
 -ms-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -ms-transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -moz-transform: translateX(20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0);
}
}
@-ms-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -ms-transform: translateX(20px);
}
 100% {
 opacity: 1;
 -ms-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -o-transform: translateX(20px);
}
 100% {
 opacity: 1;
 -o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
 0% {
 opacity: 0;
 transform: translateX(20px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
@-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
 0% {
 opacity: 0;
 -moz-transform: translateX(-20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0);
}
}
@-ms-keyframes fadeInRight {
 0% {
 opacity: 0;
 -ms-transform: translateX(-20px);
}
 100% {
 opacity: 1;
 -ms-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
 0% {
 opacity: 0;
 -o-transform: translateX(-20px);
}
 100% {
 opacity: 1;
 -o-transform: translateX(0);
}
}
@keyframes fadeInRight {
 0% {
 opacity: 0;
 transform: translateX(-20px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
@-webkit-keyframes flipInH {
 0% {
 -webkit-transform: perspective(1000px) rotateY(90deg);
 opacity: 0;
}
 33% {
 -webkit-transform: perspective(1000px) rotateY(-10deg);
}
 66% {
 -webkit-transform: perspective(1000px) rotateY(10deg);
}
 100% {
 -webkit-transform: perspective(1000px) rotateY(0deg);
 opacity: 1;
}
}
@-moz-keyframes flipInH {
 0% {
 -moz-transform: perspective(1000px) rotateY(90deg);
 opacity: 0;
}
 33% {
 -moz-transform: perspective(1000px) rotateY(-10deg);
}
 66% {
 -moz-transform: perspective(1000px) rotateY(10deg);
}
 100% {
 -moz-transform: perspective(1000px) rotateY(0deg);
 opacity: 1;
}
}
@-ms-keyframes flipInH {
 0% {
 -ms-transform: perspective(1000px) rotateY(90deg);
 opacity: 0;
}
 33% {
 -ms-transform: perspective(1000px) rotateY(-10deg);
}
 66% {
 -ms-transform: perspective(1000px) rotateY(10deg);
}
 100% {
 -ms-transform: perspective(1000px) rotateY(0deg);
 opacity: 1;
}
}
@-o-keyframes flipInH {
 0% {
 -o-transform: perspective(1000px) rotateY(90deg);
 opacity: 0;
}
 33% {
 -o-transform: perspective(1000px) rotateY(-10deg);
}
 66% {
 -o-transform: perspective(1000px) rotateY(10deg);
}
 100% {
 -o-transform: perspective(1000px) rotateY(0deg);
 opacity: 1;
}
}
@keyframes flipInH {
 0% {
 transform: perspective(1000px) rotateY(90deg);
 opacity: 0;
}
 33% {
 transform: perspective(1000px) rotateY(-10deg);
}
 66% {
 transform: perspective(1000px) rotateY(10deg);
}
 100% {
 transform: perspective(1000px) rotateY(0deg);
 opacity: 1;
}
}
@-webkit-keyframes flipInV {
 0% {
 -webkit-transform: perspective(1000px) rotateX(90deg);
 opacity: 0;
}
 33% {
 -webkit-transform: perspective(1000px) rotateX(-10deg);
}
 66% {
 -webkit-transform: perspective(1000px) rotateX(10deg);
}
 100% {
 -webkit-transform: perspective(1000px) rotateX(0deg);
 opacity: 1;
}
}
@-moz-keyframes flipInV {
 0% {
 -moz-transform: perspective(1000px) rotateX(90deg);
 opacity: 0;
}
 33% {
 -moz-transform: perspective(1000px) rotateX(-10deg);
}
 66% {
 -moz-transform: perspective(1000px) rotateX(10deg);
}
 100% {
 -moz-transform: perspective(1000px) rotateX(0deg);
 opacity: 1;
}
}
@-ms-keyframes flipInV {
 0% {
 -ms-transform: perspective(1000px) rotateX(90deg);
 opacity: 0;
}
 33% {
 -ms-transform: perspective(1000px) rotateX(-10deg);
}
 66% {
 -ms-transform: perspective(1000px) rotateX(10deg);
}
 100% {
 -ms-transform: perspective(1000px) rotateX(0deg);
 opacity: 1;
}
}
@-o-keyframes flipInV {
 0% {
 -o-transform: perspective(1000px) rotateX(90deg);
 opacity: 0;
}
 33% {
 -o-transform: perspective(1000px) rotateX(-10deg);
}
 66% {
 -o-transform: perspective(1000px) rotateX(10deg);
}
 100% {
 -o-transform: perspective(1000px) rotateX(0deg);
 opacity: 1;
}
}
@keyframes flipInV {
 0% {
 transform: perspective(1000px) rotateX(90deg);
 opacity: 0;
}
 33% {
 transform: perspective(1000px) rotateX(-10deg);
}
 66% {
 transform: perspective(1000px) rotateX(10deg);
}
 100% {
 transform: perspective(1000px) rotateX(0deg);
 opacity: 1;
}
}
@-webkit-keyframes bounceIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.7);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.05);
}
 100% {
 -webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
 0% {
 opacity: 0;
 -moz-transform: scale(0.7);
}
 50% {
 opacity: 1;
 -moz-transform: scale(1.05);
}
 100% {
 -moz-transform: scale(1);
}
}
@-ms-keyframes bounceIn {
 0% {
 opacity: 0;
 -ms-transform: scale(0.7);
}
 50% {
 opacity: 1;
 -ms-transform: scale(1.05);
}
 100% {
 -ms-transform: scale(1);
}
}
@-o-keyframes bounceIn {
 0% {
 opacity: 0;
 -o-transform: scale(0.7);
}
 50% {
 opacity: 1;
 -o-transform: scale(1.05);
}
 100% {
 -o-transform: scale(1);
}
}
@keyframes bounceIn {
 0% {
 opacity: 0;
 transform: scale(0.7);
}
 50% {
 opacity: 1;
 transform: scale(1.05);
}
 100% {
 transform: scale(1);
}
}
@-webkit-keyframes progressStart {
 0% {
 width: 0;
}
}
@-moz-keyframes progressStart {
 0% {
 width: 0;
}
}
@-ms-keyframes progressStart {
 0% {
 width: 0;
}
}
@-o-keyframes progressStart {
 0% {
 width: 0;
}
}
@keyframes progressStart {
 0% {
 width: 0;
}
}
@-webkit-keyframes rotateY {
 0% {
 -webkit-transform: rotateY(0);
}
 50% {
 -webkit-transform: rotateY(360deg);
}
 100% {
 -webkit-transform: rotateY(0);
}
}
@-moz-keyframes rotateY {
 0% {
 -moz-transform: rotateY(0);
}
 50% {
 -moz-transform: rotateY(360deg);
}
 100% {
 -moz-transform: rotateY(0);
}
}
@-ms-keyframes rotateY {
 0% {
 -ms-transform: rotateY(0);
}
 50% {
 -ms-transform: rotateY(360deg);
}
 100% {
 -ms-transform: rotateY(0);
}
}
@-o-keyframes rotateY {
 0% {
 -o-transform: rotateY(0);
}
 50% {
 -o-transform: rotateY(360deg);
}
 100% {
 -o-transform: rotateY(0);
}
}
@keyframes rotateY {
 0% {
 transform: rotateY(0);
}
 50% {
 transform: rotateY(360deg);
}
 100% {
 transform: rotateY(0);
}
}
@-moz-keyframes rotateX {
 0% {
 -moz-transform: rotateX(0);
}
 50% {
 -moz-transform: rotateX(360deg);
}
 100% {
 -moz-transform: rotateX(0);
}
}
@-webkit-keyframes rotateX {
 0% {
 -webkit-transform: rotateX(0);
}
 50% {
 -webkit-transform: rotateX(360deg);
}
 100% {
 -webkit-transform: rotateX(0);
}
}
@-moz-keyframes rotateX {
 0% {
 -moz-transform: rotateX(0);
}
 50% {
 -moz-transform: rotateX(360deg);
}
 100% {
 -moz-transform: rotateX(0);
}
}
@-ms-keyframes rotateX {
 0% {
 -ms-transform: rotateX(0);
}
 50% {
 -ms-transform: rotateX(360deg);
}
 100% {
 -ms-transform: rotateX(0);
}
}
@-o-keyframes rotateX {
 0% {
 -o-transform: rotateX(0);
}
 50% {
 -o-transform: rotateX(360deg);
}
 100% {
 -o-transform: rotateX(0);
}
}
@keyframes rotateX {
 0% {
 transform: rotateX(0);
}
 50% {
 transform: rotateX(360deg);
}
 100% {
 transform: rotateX(0);
}
}
/*login*/


.btn:focus .dropdown, .btn:active .dropdown {
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px);
	opacity: 1;
	visibility: visible;
}



.material-icons {
	/*border-radius: 100%;*/
	-webkit-animation: ripple 1.5s linear infinite;
	animation: ripple 1.5s linear infinite;
	padding: 5px 10px;
	background-color: #9aca79;
}
 @-webkit-keyframes ripple {
 0% {
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
}
 100% {
 box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
}
}
 @keyframes ripple {
 0% {
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
}
 100% {
 box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
}
}
/*contenido form slide*/
.vuelta .seccion1 {
	display: none;
}
/*contenido form slide*/

/*header nuevo*/
#nav_bar-header h2 {
	
	color: #e36f1e;
	margin-top: 5px;
	display: inline-block;
	font-size: 2.2em;
	line-height: 0.6em;
}
 @media(max-width:768px) {
#nav_bar-header h2 {
	color: #e36f1e;
	margin-top: 5px;
	display: inline-block;
	font-size: 1.8em;
	line-height: 0.6em;
}
}
 @media(max-width:768px) {
#banner-heading strong {
	font-size: 30px;
}
  .has-feedback {
        position: static;
	}
}
.affix {
	position: relative !Important;
	top: 0;
	z-index: 1030;
	width: 100%;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	
}
.nogutter {
	padding-left: 0;
	padding-right: 0;
}
#nav_bar-page-wrapper #nav_bar-header {
	width: 100%;
	position: relative;
	top: 0;
}
#nav_bar-header .nav_bar-header-top-bar {
	height: 40px;
	background: #f5f5f5;
	width: 100%;
}
#nav_bar-header .nav-bar-contenido {
	padding: 4px 0px 4px;
	background: #fff;
}
#nav_bar-header .nav-bar-contenido.affix {
	box-shadow: 0px 1px 3px 0px #666;
}


#nav_bar-header .header-text {
	border-left: 1px dotted #ccc;
	padding-top: 10px;
}

.line {
¡++
	
}

 # @media(max-width:1000px) {
#nav_bar-navigationWrapper .navbar-nav_bar-menu > li.dropdown > a {
 padding-left: 55px;
 padding-right: 55px;
}
}

#nav_bar-navigationWrapper ul.navbar-nav_bar-menu-submenu li {
	padding-top: 0;
	padding-bottom: 0;
}
#nav_bar-navigationWrapper ul.navbar-nav_bar-menu-submenu li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-menu.navbar-nav_bar-menu-submenu >.active>a {
	background-color: transparent;
	color: #000;
}
.dropdown-menu.navbar-nav_bar-menu-submenu > .active > a:hover, .dropdown-menu.navbar-nav_bar-menu-submenu > li > a:hover {
	background-color: #428bca;
	color: #fff;
}
#nav_bar-navigationWrapper .navbar-nav > li > .dropdown-menu {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: none;
}
#nav_bar-header-down .boton .cotizahora{
	margin-top:5px;
	}
.nav-bar-contenido #nav_bar-header-down {
	display: none;
}
.nav-bar-contenido.affix #nav_bar-header-down {
	display: block;
	
	
}
.nav-bar-contenido.affix #nav_bar-header-bajadascroll {
	display: none;
}
.nav-bar-contenido.affix-top #nav_bar-header-down {
	display: none;
}
.nav-bar-contenido.affix-top #nav_bar-header-bajadascroll {
	display: block;
	
}
#responsive-header .container {
	width: 100%;
}
#responsive-header .navbar {
	margin-bottom: 0;
	border-bottom: 0;
}
#responsive-header .navbar-brand {
	padding: 0;
	height: auto;
	margin: 0px auto;
	width: 100%;
}
#responsive-header .container .navbar-header {
	width: 100%;
}
#responsive-header .navbar-nav_bar {
	background: #6ab33f;
	border-color: #080808;
    -webkit-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
}

#responsive-header .navbar-nav_bar .navbar-toggle {
	    color: #fff;
    float: left;
    cursor: pointer;
    /*width: 120px;*/
    /* height: 40px; */
    background: transparent;
    margin: 0;
}
#responsive-header .navbar-nav_bar .navbar-toggle .icon-bar {
	background-color: #fff;
}
#nav_bar-mobile-phone {
	padding-top: 10px;
}
#responsive-header .navbar-collapse {
	border-top: 1px solid #659bb4;
	max-height: 800px;
	background-color: #fff;
	overflow-x: hidden;
	padding-left: 0;
	padding-right: 0;
}

.textoll{
    font-size: 16px;
    color: #FFF;
    margin-right: 10px;} 

.textophone{
	font-size: 34px;
	line-height: 46px;
	word-spacing: 2px;
	font-weight: 500;
	color: #fff;
	}
	
.navbar-inverse {

background: #6ab33f;
border-color: #080808;
-webkit-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
}


.textphone_before{
	color:#FFF;}

/*header nuevo*/

 @media (max-width:768px) {
.subtext{
	font-size: 22px;
    margin: 30px 0;
    display: block;
    }
}


 @media (max-width:1980px) {
.subtext{
	font-size: 22px;
    margin: 30px 0;
    display: block;
    }
}

.edad {
	margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;}
.cp_l{
	margin-bottom: 5px;
    padding-left: 18px;
    padding-right: 0px;}


.vuelta .seccion1 .sociales{
	text-align: center;
    margin-bottom: 10px;
}
.vuelta .seccion1 .sociales p {
	color:#ffffff;
}
.vuelta .seccion1 .sociales a{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 5px;
}

.vuelta .seccion1 .sociales a img{
	width: 100%; 
}

.cotizahoratelanim {
	width: 80px;
	float: right;
}
.conttextophone {
	margin-bottom: 10px;
	text-align: center;
}
.textophone1 {
    font-size: 36px;
    line-height: 39px;
    word-spacing: 2px;
    font-weight: 500;
    color: #fff;
	font-weight:800;
	;
}
.text1  {
    color: black;
    text-transform: uppercase;
    line-height: 16px;
    padding: 7px 0 4px;
    font-size: 18px;
}
.text2  {
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
}
#banner-call  {
    background: #32b303;
    padding: 32px 0;
    position: fixed;
    top: -300px;
    right: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 50px 0px rgba(0,0,0,0.75);

    -webkit-transition: top .5s ease-in-out;
       -moz-transition: top .5s ease-in-out;
        -ms-transition: top .5s ease-in-out;
         -o-transition: top .5s ease-in-out;
            transition: top .5s ease-in-out;
}
@media (min-width: 778px) {
	#banner-call  {
		right: calc((100% - 750px)/2);
		width: calc(750px * 0.41);
		border-radius: 0 0 20px 20px;
    	padding: 70px 0;
	}
}
@media (min-width: 992px) {
	#banner-call  {
		right: calc((100% - 970px)/2);
		width: calc(970px * 0.41);
	}
	#banner-call .text1 {
	    line-height: 20px;
	    font-size: 18px;
	}
	#banner-call .text2 {
	    font-size: 23px;
	    line-height: 20px;
	}
	#banner-call .textophone1 {
	    font-size: 32px;
	}
}
@media (min-width: 1200px) {
	#banner-call  {
		right: calc((100% - 1170px)/2);
		width: calc(1170px * 0.41);
	}
}


#banner-call .fa {
    color: white;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.popup #banner-call {
	top: 0;
}
.popup #banner-call.cerrado {
	top: -300px;
}


.iconos {
	display: flex;
	flex-wrap: wrap;
}
