/*
Theme Name: Seguros Crecer
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--green: #00B36A;
	--yellow: #FFEF93;
	--black: #231F20;
	--yellow-hover: #f0de79;
	--blue: #4B77C4;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraBold.eot');
    src: url('fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.eot');
    src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Bold.woff2') format('woff2'),
        url('fonts/Gilroy-Bold.woff') format('woff'),
        url('fonts/Gilroy-Bold.ttf') format('truetype'),
        url('fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBold.eot');
    src: url('fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('fonts/Gilroy-SemiBold.woff') format('woff'),
        url('fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.eot');
    src: url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Regular.woff2') format('woff2'),
        url('fonts/Gilroy-Regular.woff') format('woff'),
        url('fonts/Gilroy-Regular.ttf') format('truetype'),
        url('fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
	color: #444;
	font-weight: normal;
	overflow-x: hidden;
}
.maincontent {
	width: 100%;
	overflow-x: hidden !important;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.yellow {
	color: var(--yellow);
}
.green {
	color: var(--green);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-green {
	background: var(--green);
}
.bg-yellow {
	background: var(--yellow);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--green);
}
.boton {
	text-transform: none;
	display: inline-block;
	color: var(--black);
	background: var(--yellow);
	border: 1px solid var(--yellow);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Gilroy', sans-serif;
	border-radius: 4px;
}
.boton:hover, .boton:focus {
	color: var(--black);
	background: var(--yellow-hover);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gilroy', sans-serif;
	font-weight: bold;
	color: var(--black);
	margin-bottom: 20px;
}


/**** HEADER ****/
.top {
	background:var(--green);
	padding-top: 14px;
	padding-bottom: 14px;
}
.top a {
	border:1px solid #fff;
	color:#fff;
	display: inline-block;
	padding: 7px 14px;
	border-radius:4px;
}
.top a:hover {
	background:#fff;
	color:var(--green);
}
.top img {
	width: 27px;
}
header {
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
header .navbar-brand {
	padding: 0;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 49px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 16px;
	border: none;
	padding: 8px 0;
	text-transform: none;
	font-weight: 600;
	font-family: 'Gilroy', sans-serif;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background: none !important;
	color: var(--green);
	border: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background: none !important;
	color: var(--green);
	border: none;
}
.navbar-default .navbar-nav li a::after {
	content: '';
	width: 1px;
	height: 10px;
	border-left:1px solid var(--black);
	border-right:1px solid var(--black);
	display: inline-block;
	margin-right: 12px;
	margin-left: 12px;
}
.navbar-default .navbar-nav li.last a::after {
	content: none;
}
.navbar-default .navbar-nav li.cotizar a {
	background: var(--yellow);
	color: var(--black);
	border-radius: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 14px;
}
.navbar-default .navbar-nav li.cotizar a:hover {
	background: var(--yellow-hover) !important;
	color: var(--black);
}
.navbar-right {
    padding-top: 10px;
}
.container-menu {
	position: relative;
	padding-right: 111px;
}
.container-menu .search {
	position: absolute;
	right: 50px;
	top: 14px;
}
.container-menu .search a {
	padding: 5px;
	margin-left: 10px;
}
.container-menu .search a img {
	width: 20px;
}
.container-menu .hamburger {
	position: absolute;
	right:0;
	top: 14px;
}
.container-menu .hamburger a {
	padding: 5px;
	margin-left: 12px;
	margin-right: 4px;
	cursor: pointer;
}
.container-menu .hamburger a img {
	width: 24px;
}
.sidenav {
	height: 100%; 
  	width: 0; 
  	position: fixed; 
  	z-index: 1000; 
  	top: 0;
  	right: 0;
  	background-color: var(--green); 
  	overflow-x: hidden; 
  	padding-top: 60px; 
  	transition: 0.3s;
}
.sidenav .menu {
	padding-left: 20px;
	padding-right: 20px;
}
.sidenav .menu a {
  	padding: 10px;
  	text-decoration: none;
  	color: #fff;
  	display: block;
  	transition: 0.3s;
  	font-weight: 600;
  	border-bottom: 1px solid #2bd690;
  	white-space: nowrap;
}
.sidenav .menu a:hover {
	color: #fff;
	padding-left: 20px;
}
.sidenav .closebtn {
	position: absolute;
  	top: 0;
  	right: 25px;
  	font-size: 42px;
  	color:#fff;
  	margin-left: 50px;
}
.item-responsive {
	display: none !important;
}
.btncotizar {
	display: none !important;
}
#search input {
	width: 100%;
	height: 48px;
	border:1px solid #ccc;
	padding: 10px;
}
#search form {
	position: relative;
}
#search button {
	position: absolute;
	right:0;
	top:0;
	height: 48px;
	width: 48px;
	background:var(--yellow);
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left: none;
	outline: none;
	text-align:center;
}
#search button img {
	width: 21px;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 40px;
}
.owl1 .owl-nav {
	display: block !important;
  	width: 1200px;
  	margin: -64px auto 0 auto;
    position: relative;
}
.owl1 .owl-nav button span {
	display: none;
}
.owl1 .owl-nav button.owl-next {
    background: url(images/right.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    opacity: 0.8;
}
.owl1 .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    margin-right: 6px;
    opacity: 0.8;
}.owl1 .owl-nav button.owl-next:hover, .owl1 .owl-nav button.owl-prev:hover {
	opacity: 1;
}
.owl1 .owl-dots {
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 150px;
  text-align: center;
}
.owl1 button.owl-dot {
    background: #fff;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 16px;
    margin: 8px 3px;
}
.owl1 button.owl-dot.active {
	background: var(--green)
}
h1.normal, h2.normal, h3.normal, h4.normal {
	font-weight: 600;
}
.carousel .carousel-indicators {
	position: relative;
	margin: 0;
	padding: 0;
	bottom: inherit;
	left: inherit;
	right: inherit;
	top: inherit;
	width: 100%;
	text-align: center;
	vertical-align: top;
}
.carousel-indicators li {
 	display: inline-block;
  	width: 152px !important;
  	height: 178px;
  	margin: 5px;
  	text-indent: inherit;
  	cursor: pointer;
  	background-color: #E8E8E8;
  	border: 1px solid #fff;
  	border-radius: 4px;
  	text-align: center;
  	font-weight: bold;
  	color:#636466;
  	padding-top: 18px;
  	padding-left: 15px;
  	padding-right: 15px;
}
.carousel-indicators li.active {
 	display: inline-block;
  	height: 178px;
  	margin: 5px;
  	background-color: var(--green);
  	border: 1px solid #fff;
  	border-radius: 4px;
  	color:#fff;
}
.carousel-indicators li img {
	margin: 0 auto;
}
.carousel-indicators li img.activo {
	display: none;
}
.carousel-indicators li.active img.activo {
	display: block;
	margin: 0 auto;
}
.carousel-indicators li.active img.noactivo {
	display: none;
}
#carousel-servicios .item {
	padding-left: 10px;
	padding-right: 10px;
}
#carousel-servicios .col-sm-5 {
	padding-top: 30px;
}
.owl1 .imgdesktop {
	display: block;
	width: 100%;
}
.owl1 .imgresponsive {
	display: none !important;
}
@media(min-width:767px) {
	.floatright {
		float: right;
	}
}
.app-home {
	margin-top: 50px;
	background: url(images/bg1.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
}
.app-home .contenidos {
	padding-top: 20px;
}
.app-home .descarga img {
	width: 160px;
	margin: 0 5px 5px 0;
}
img.phone {
	width: 300px;
}
.linksapp h3 {
	opacity: 0.8;
	cursor: pointer;
}
.linksapp h3.active {
	opacity: 1;
}
.slim {
	font-weight: normal;
}
.content-canales {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 4px;
	background:#fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media(min-width:767px) {
	.content-canales {
		margin-top: 46px;
	}
}
.content-canales a {
	color: var(--black) !important;
}
.content-canales a img {
	width: 40px;
	margin-right: 7px;
}
.canales {
	position: relative;
}
.canales .img {
	background: url(images/contacto2.jpg) no-repeat top center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	border-radius: 4px;
}
.canales .esperamos {
	padding-top: 120px;
	padding-bottom: 120px;
	padding-right: 30px;
}
.content-mision {
	background: url(images/fondomision1.jpg) no-repeat top center;
	background-size:cover;
	padding-top: 50px;
	font-weight:400;
}
@media(max-width:767px) {
	.content-mision {
		background: url(images/fondomision2.jpg) no-repeat top center;
		background-size:cover;
		padding-top: 500px;
	}
}
@media(max-width:690px) {
	.content-mision {
		padding-top: 400px;
	}
}
.content-mision img {
	width: 400px;
	max-width: 90%;
}
.bg-grey {
	background:#f4f4f4;
}
.noticia-home {
	border-radius: 4px;
	padding: 8px;
	background:#fff;
}
.noticia-home .img-noticia {
	display: block;
	height: 200px;
	border-radius: 4px;
	margin-bottom: 12px;
}
.noticia-home .content-noticia {
	min-height: 160px;
}
.owl2 .owl-nav {
	display: block !important;
  	width: 1200px;
  	margin: 20px 0;
    position: relative;
    text-align: right;
}
.owl2 .owl-nav button span {
	display: none;
}
.owl2 .owl-nav button.owl-next {
    background: url(images/arrow-right.png) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 20px;
}
.owl2 .owl-nav button.owl-prev {
    background: url(images/arrow-left.png) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 6px;
}
.owl2 .owl-dots {
	display: none !important;
}
footer {
	background:#636466;
	color:#fff;
	padding-top: 40px;
	padding-bottom: 30px;
}
footer a {
	color: #fff !important;
}
.logofooter {
	margin-bottom: 20px;
	width: 200px;
}
.menufooter a {
	display: block;
	margin-bottom: 4px;
}
footer h4 {
	color:#fff;
}
p.contactos {
	position: relative;
	padding-left: 28px;
}
p.contactos img {
	position: absolute;
	left:0;
	top: 0;
}
@media(min-width:767px) {
	footer .sib {
		text-align: right;
	}
	.developer {
		text-align: right;
	}
}
.app-footer img {
	width: 140px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.cabazul {
	background: url(images/cabazul.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.cab h1 {
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.sucursal {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 6px;
	margin-bottom: 12px;
	padding: 24px 15px;
	min-height:72px;
}
.sucursal div {
	position: relative;
	padding-left: 35px;
	padding-right: 200px;
}
.sucursal div img {
	position: absolute;
	left: 0;
	top: -2px;
	width: 28px;
}
.sucursal strong {
	display: block;
	margin-bottom: 15px;
}
.sucursal .boton {
	position: absolute;
	right:0;
	top:-10px;
}
.caja {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 6px;
	margin-bottom: 12px;
	padding: 24px 15px 24px 84px;
	min-height:94px;
}
.caja img {
	position: absolute;
	left: 25px;
	top: 15px;
	width: 60px;
}
.content-contacto {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 6px;
	padding: 20px 30px;
}
.formulario input {
	width: 100%;
	border: none;
	outline: none;
	background:#ebf9f3;
	padding: 12px 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.formulario select {
	width: 100%;
	border: none;
	outline: none;
	background:#ebf9f3;
	padding: 12px 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.formulario textarea {
	width: 100%;
	border: none;
	outline: none;
	background:#ebf9f3;
	padding: 12px 15px;
	height: 120px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.formulario .boton {
	text-transform: uppercase;
	padding-left: 120px;
	padding-right: 120px;
}
.calltoaction {
	background:var(--green);
	color:#fff;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 21px;
}
.cabglosario {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
}
.glosario {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--green);
}
.links-glosario a {
	color: var(--black) !important;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 6px;
	border-radius: 6px;
}
.links-glosario a.active {
	background:var(--green);
	color:#fff !important;
}
.linea {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 4px solid var(--green);
}
.fecha {
	color:#9CA5B7;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.fecha .fa {
	font-size: 13px;
	margin-right:4px;
}
.noticia {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	margin-bottom: 30px;
}
.imgnoticia {
	display: block;
	border-radius: 6px;
	height: 300px;
}
.contenido-not {
	padding: 15px;
	min-height:284px;
}
.contenido-not h3 {
	font-size: 21px;
	line-height: 1.3em;
}
.noticia-sidebar {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	margin-bottom: 20px;
}
.noticia-sidebar .img-noticia {
	display: block;
	height: 240px;
}
.noticia-sidebar .content-noticia {
	text-align: center;
	padding: 15px;
}
.menu-faqs {
	text-align: center;
}
.menu-faqs a {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	display: block;
	padding: 20px;
	text-align:center;
	font-size: 18px;
	border-radius:6px;
	margin-bottom: 15px;
}
.menu-faqs a.active {
	color:#fff;
	background:url(images/cabglosario.jpg) no-repeat center center;
	background-size: cover;
}
.panel-heading .accordion-toggle {
    position: relative;
    display: block;
    padding-right: 40px !important;
}
.panel-heading .accordion-toggle:after {
  font-family: "FontAwesome"; 
  content: "\f068"; 
  color: #666; 
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0px;
  color: var(--green);
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\f067"; 
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
.panel-heading .accordion-toggle {
    color: #333;
    font-weight: 600;
    text-decoration: none !important;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding-top: 8px;
    padding-bottom: 8px;
}
.panel-default > .panel-heading {
  background-color: #f0f0f0;
  border-color: #fff;
  border: none;
}
.panel-group .panel {
  margin-bottom: 5px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}
.panel-body {
  padding-top: 5px;
}
img.redondeada {
	border-radius: 20px;
}
.datos-taller {
	position: relative;
	padding-right: 176px;
	min-height: 50px;
}
.datos-taller span {
	display: inline-block;
	white-space:nowrap;
	margin-right: 10px;
}
.datos-taller .boton {
	background:var(--green) !important;
	position: absolute;
	right: 15px;
	top: 0;
	border: none !important;
	color:#fff !important;
	padding-left: 15px;
	padding-right: 15px;
}
.condicionado a {
	display: block;
	position: relative;
	padding-left: 66px;
	color: inherit;
	padding-top: 3px;
}
.condicionado h4 {
	margin-bottom: 5px;
}
.condicionado img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 54px;
}


@media(min-width:767px) {
	.nina {
		text-align: right;
		padding-right: 30px;
	}
	.ptop {
		padding-top: 50px;
	}
}
.menu-nosotros {
	text-align: center;
}
.menu-nosotros a {
	color:var(--black);
	display: inline-block;
	margin: 3px 0;
}
.menu-nosotros a.active {
	color:var(--green);
}
.menu-nosotros .sep {
	display: inline-block;
	height: 10px;
	width: 1px;
	background: var(--black);
	margin: 0 10px;
}
.mision {
	position: relative;
	padding-left: 94px;
	margin-bottom: 50px;
}
.mision img {
	width: 77px;
	position: absolute;
	left: 0;
	top:0;
}
.mision h4 {
	margin-bottom: 10px;
}
.equipo {
	margin-bottom: 40px;
}
.equipo h4 {
	margin-bottom: 10px;
	font-weight:600;
}
.equipo img {
	width: 220px;
	max-width: 80%;
}
.memoria {
	display: inline-block;
	background: url(images/memoria.png) no-repeat center center;
	width: 100px;
	height: 100px;
	color:#fff !important;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin: 9px 15px;
	line-height: 95px;
	border-radius: 50%;
	background-size: cover;
}
.cabecera img {
	width: 100%;
}
.cabecera .imgresponsive {
	display: none;
}
.empresa .carousel-indicators li.active {
  display: inline-block;
  height: 178px;
  margin: 7px;
  background-color: #b1d3ef;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
}
.seguro {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	display: block;
	padding: 20px;
	text-align:center;
	margin-bottom: 30px;
	position: relative;
	background-color:#fff;
	background-image: url(images/circ.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	min-height: 280px;
}
.seguro.azul .green {
	color: var(--blue);
}
.seguro.azul {
	background-image: url(images/circazul.png);
	background-repeat:no-repeat;
	background-position: right bottom;
}
.content-seguro {
	min-height: 140px;
	padding-bottom: 10px;
}
.contadores h4 {
	color:#fff;
	font-size: 20px;
}
.contadores {
	font-weight: bold;
	font-size: 30px;
}
.contadores img {
	width: 60px;
}
.imagenesapp img {
	margin-bottom: 30px;
}
.col-equipo {
	float: left;
	width: 20%;
	text-align:center;
	margin-bottom: 40px;
}
.col-equipo .fotoequipo {
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 5px solid #fff;
}
p.documentos {
	position: relative;
	padding-right: 50px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 12px;
}
p.documentos a.doc1 {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 4px;
}
p.documentos a.doc2 {
	display: inline-block;
	position: absolute;
	right: 26px;
	top: 4px;
}


@media(max-width: 1200px) {
	.carousel-indicators li {
	  	width: 148px !important;
	}
}

@media(max-width:498px) {
	.carousel-indicators li, .carousel-indicators li.active {
    	width: 118px !important;
    	padding-left: 4px;
    	padding-right: 4px;
    	font-size: 14px;
    	margin-left: 2px !important;
    	margin-right: 2px !important;
  	}
}

@media (max-width: 1100px) {
  	.navbar-header {
    	float: none;
  	}
  	.navbar-left,.navbar-right {
      	float: none !important;
  	}
  	.navbar-toggle {
      	display: block;
  	}
  	.navbar-collapse {
      	border-top: 1px solid transparent;
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
  	.navbar-fixed-top {
      	top: 0;
      	border-width: 0 0 1px;
  	}
  	.navbar-collapse.collapse {
      	display: none!important;
  	}
  	.navbar-nav {
      	float: none!important;
      	margin-top: 7.5px;
  	}
  	.navbar-nav>li {
      	float: none;
  	}
  	.navbar-nav>li>a {
    	  padding-top: 10px;
      	padding-bottom: 10px;
  	}
  	.collapse.in{
      	display:block !important;
  	}
  	.item-responsive {
		display: block !important;
	}
	.btncotizar {
		display: inline-block !important;
		background:var(--yellow) !important;
		color:var(--black) !important;
		border: 1px solid var(--yellow) !important;
	}
	.btncotizar:hover {
		background:var(--yellow-hover) !important;
	}
}



@media(max-width:767px) {
	.owl1 .imgdesktop {
		display: none !important;
	}
	.owl1 .imgresponsive {
		display: block !important;
		width: 100%;
	}
	#carousel-servicios .col-sm-5 {
  		padding-top: 0;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 32px;
	}
	#carousel-servicios .col-sm-5 h2 {
		margin-top: -30px;
	}
	.app-home .contenidos {
  		padding-top: 0;
	}
	img.phone {
	  margin-top: 0;
	}
	.canales .img {
		display: none;
	}
	.canales .esperamos {
		padding-top: 0;
		padding-right: 15px;
	}
	.canales .content-esperamos {
		background: url(images/contacto2.jpg) no-repeat center center;
		background-size: cover;
		border-radius: 4px;
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.sucursal .boton {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.sucursal div {
  		padding-right: 168px;
	}
	.menu-faqs a {
  		padding: 14px;
  		font-size: 16px;
  	}
  	.cabecera .imgresponsive {
		display: block;
	}
	.cabecera .imgdesktop {
		display: none;
	}
	.datos-taller .boton {
		position: relative;
		margin-top: 15px;
		top: inherit;
		right: inherit;
	}
	.col-equipo {
		float: none;
		width: 100%;
	}
}


@media(max-width:498px) {
	.sucursal div {
    	padding-right: 20px;
  	}
	.sucursal .boton {
		display:block;
		text-align: center;
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 20px;
	}
	.content-contacto {
 		padding: 20px 20px;
	}
	.calltoaction {
  		font-size: 17px;
	}
}



.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid #fff;
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	color: #000;
	font-weight: 600;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--green);
}

.navbar-default .navbar-nav li ul li a::after {
  content: none;
}
.hamburger .cerrarmenu {
	display: none;
}

.overflow-hidden{
	overflow: hidden;
}