/*
Theme Name: Bryan Comunicaciones
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--yellow: #BF923A;
	--hover: #b5872d;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.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);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-yellow {
	background: var(--yellow);
}
.transition, a.boton, 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(--blue);
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--yellow);
	border: 1px solid var(--yellow);
	outline: none;
	padding: 11px 30px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	border-radius: 6px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--hover);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: var(--black);
}
h1, h2, h3 {
	line-height: 1.4em;
}

/**** HEADER ****/
header {
	border-top: 6px solid var(--yellow);
	background: #fff;
}
.top {
	display: none;
	text-align: right;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 94px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 15px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 36px;
	padding-top: 25px;
	text-transform: uppercase;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 3px solid transparent;
}
.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(--black);
	border-bottom: 3px solid var(--yellow);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--black);
    border-bottom: 3px solid var(--yellow);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 24px;
}
.navbar-default .navbar-nav li.redes a {
	padding-left: 3px;
	padding-right: 3px;
	display: inline-block;
	color: #ccc;
	font-size: 20px;
	border-bottom: none !important;
}

/**** HOME ****/
.carousel-home .item {
	height: 600px;
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.content-carousel > div {
	text-align: left;
	width: 700px;
	max-width: 100%;
	margin: 0;
	font-size: 16px;
}
.content-carousel h1 {
	font-size: 44px;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(51,51,51,0.55);
}
.content-carousel a {
	margin-top: 30px;
}
/*
.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background-color: #EA0B13;
    border: 1px solid #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #ccc;
    border-radius: 20px;
}
*/
.bg-grey {
	background: #f2f2f2;
}
.title {
	position: relative;
	padding-left: 17px;
}
.title::before {
	content: '';
	width: 4px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 6px;
	background: var(--yellow);
}
.title.white::before {
	content: '';
	width: 4px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 6px;
	background: var(--white);
}
.intro {
	position: relative;
	padding-left: 360px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.intro img {
	width: 330px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ficha {
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	background: #fff;
	position: relative;
	transition: all .2s;
	margin-bottom: 60px;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ficha:hover {
	border: 1px solid var(--yellow);
}
.ficha .contenido {
	padding-left: 15px;
	padding-right: 15px;
}
.ficha h3 {
	text-align: center;
}
.ficha .imgficha {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	width: 200px;
	height: 250px;
}
.ficha table td {
	padding: 5px;
	font-size: 14px;
}
.equipo table {
	width: 100%;
}
.equipo table td {
	padding: 8px;
	font-size: 15px;
}
.ficha table tr:nth-child(2n+1) td, .equipo table tr:nth-child(2n+1) td {
	background: #f2f2f2;
}
.ficha a.boton {
	position: relative;
	top: 25px;
	margin-top: 12px;
}
.parallax {
	padding-top: 30px;
	text-align: center;
	background: url(images/parallax.jpg) no-repeat center center;
	color: #fff;
	background-size: cover;
}
.numeros {
	margin-left: auto;
	margin-right: auto;
}
.numero {
	display: inline-block;
	width: 296px;
	vertical-align: top;
	position: relative;
	font-size: 15px;
	margin-bottom: 40px;
}
@media(min-width: 991px) {
	.numero.line::after {
		content: '';
		width: 296px;
		position: absolute;
		top: 30px;
		left: 50%;
		height: 1px;
		border: 2px dashed #fff;
	}
}
.numero span {
	display: inline-block;
	background: #fff;
	color: var(--yellow);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.testimonio {
	position: relative;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	padding: 15px 35px 15px 90px;
	border-radius: 8px;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: 95% 20px;
	background-size: 24px;
}
.owl2 .item {
	padding: 10px;
}
.testimonio .image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 18px;
}
.owl2 .owl-nav, .owl2 .owl-dots {
	display: none !important;
}
.faqs {
	background: url(images/faqsbg.jpg) repeat-x center center;
	background-size: cover;
	padding-top: 50px;
	margin-top: 30px;
}
.faqs.nosotros {
	margin-top: 0;
}
.preguntas { 
	padding-left: 100px;
	position: relative;
	padding-right: 500px;
	padding-bottom: 80px;
}
.preguntas img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 380px;
}
.faq a {
	display: block;
	padding: 11px 6px;
	position: relative;
	color: #fff;
}
.faq a::after {
	content: '';
	display: block;
	background: #fff;
	height: 1px;
	width: 100%;
	opacity: 0.2;
	bottom: 0;
	left: 0;
	position: absolute;
}
@media(min-width: 767px) {
	.developer {
		text-align: right;
	}
}
footer {
	padding-top: 30px;
	padding-bottom: 20px;
}
.borde-footer {
	border-top: 1px solid var(--yellow);
}
.logof {
	height: 78px;
}
.socialfooter a {
	color: var(--yellow);
	font-size: 19px;
	margin-right: 8px;
}
.menufooter a {
	text-transform: uppercase;
	color: var(--black);
	margin-right: 20px;
}
p.contactos {
	position: relative;
	padding-left: 28px;
}
p.contactos img {
	width: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
}
.cab2 {
	background: url(images/cab2.jpg) no-repeat center center;
	background-size: cover;
}
.cab h1 {
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 60px 0;
}
.cab2 h1 {
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 60px 0 0 0;
}
.cab2 {
	padding-bottom: 50px;
}
.formulario input, .formulario textarea {
	background: #f2f2f2;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	width: 100%;
}
.formulario select {
	background: #f2f2f2;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	width: 100%;
}
.formulario textarea {
	height: 120px;
}
.mapa iframe {
	width: 100%;
	height: 370px;
}
.single-faqs img {
	margin-bottom: 12px;
}
.containerradio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 8px;
    width: auto !important;
    margin-right: 30px;
    font-weight: normal;
}
.containerradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}
.containerradio .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f4f4f4;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
.containerradio input:checked ~ .checkmark {
  background-color: var(--yellow);
}
.containerradio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerradio input:checked ~ .checkmark:after {
  display: block;
}
.containerradio .checkmark:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


@media(max-width: 991px) {
	.preguntas { 
		padding-left: 15px;
		padding-right: 386px;
	}
}
@media(max-width: 767px) {
	.top {
		display: block;
		background: var(--yellow);
		padding-top: 3px;
		padding-bottom: 5px;
	}
	.top .social a {
		color: #fff;
		font-size: 18px;
		margin-left: 4px;
	}
	header .navbar-brand img {
		margin-bottom: 8px;
		height: 68px;
 	}
	.navbar-toggle {
	 	margin-top: 30px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: var(--yellow);
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
	}
	.navbar-collapse {
	  border-top: 1px solid #fff !important;
	  box-shadow: none !important;
	  background: #fff;
	  margin-left: -15px;
	  margin-right: -15px;
	  padding: 0;
	  margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 20px;
		padding-left: 20px;
	}
	.navbar-default .navbar-nav li.redes {
		display: none;
	}
	.navbar-default .navbar-nav li a {
		color: #000;
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #fff !important;
		font-weight: normal;
	}
	.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
	.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-default .navbar-nav > .active > a:hover {
    	color: var(--yellow);
    	border-bottom: 1px solid #fff !important;
    	border-left: 5px solid var(--yellow);
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.navbar-right {
    	padding-top: 14px;
	}
	.carousel-home .item {
		height: 500px;
	}
	.content-carousel h1 {
		font-size: 32px;
	}
	.intro {
  		padding-left: 215px;
  		padding-top: 0;
  		padding-bottom: 30px;
	}
	.intro img {
		width: 270px;
		left: -80px;
	}
	.faqs {
		overflow: hidden;
	}
	.preguntas img {
	  right: -138px;
	  width: 380px;
	}
	.preguntas {
  		padding-left: 15px;
  		padding-right: 206px;
	}
}

@media(max-width: 498px) {
	.content-carousel h1 {
		font-size: 28px;
	}
	.intro {
  		padding-left: 15px;
  		padding-top: 0;
  		padding-bottom: 30px;
	}
	.intro img {
		display: none;
	}
	.h2, h2 {
  		font-size: 26px;
	}
	.h3, h3 {
  		font-size: 22px;
	}
	.faqs {
		margin-top: 0;
	}
	.preguntas img {
	  right: -167px;
	  width: 370px;
	}
	.preguntas {
	  padding-right: 127px;
	}
}

@media(max-width: 398px) {
	.preguntas img {
	  display: none;
	}
	.preguntas {
	  padding-right: 15px;
	}
}