/*
Theme Name: Rodriguez y Asociados
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #555;
	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;
}
.grey {
	color: #ebebeb;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.blue {
	color: #00044E;
}
.yellow {
	color: #FFCC00;
}
.bg-grey {
	background: #f2f2f2;
}
.bg-black {
	background: #000;
}
.bg-white {
	background: #fff;
}
.bg-blue {
	background: #00044E;
}
.bg-yellow {
	background: #FFCC00;
}
.bg-image {
	/*
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
	*/
}
.bgcopyright {
	background: #1b1b1b;
	padding-top: 20px;
	padding-bottom: 20px;
}
.raleway {
	font-family: 'Raleway', sans-serif;	
}
.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: #00044E;
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background: #FFCC00;
	border: none;
	padding: 10px 40px;
	border-radius: 15px;
	font-weight: normal;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: #fff;
	background: #FFCC00;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol {
	margin: 0;
	padding: 0;
}


/**** HEADER ****/
.carousel-home {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.carousel-home .item {
	height: 100%;
}
.carousel-home .container-fluid {
   	color: #fff;
   	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
}
.content-carousel > div {
	text-align: center;
	width: 720px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
.content-carousel h1 {
	color: #fff;
	font-size: 42px;
	text-shadow: -1px 2px 2px rgba(0,0,0,0.65);
}
.content-carousel p {
	padding-left: 5%;
	padding-right: 5%;
	text-shadow: -1px 2px 2px rgba(0,0,0,0.65);
}
header {
	z-index: 100;
	position: absolute;
	width: 100%;
}
header .navbar-brand {
	padding: 5px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 53px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: #fff !important;
    border-color: none;
    border: none;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 12px 30px 0 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px -2px 5px 0px rgba(255,255,255,0.5);
	box-shadow: 0px -2px 5px 0px rgba(255,255,255,0.5);
}
.navbar-default .navbar-nav li a {
	color: #000;
	font-size: 15px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	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: 'Raleway', sans-serif;
	border-bottom: 4px solid transparent;
	padding-top: 20px;
	padding-bottom: 30px;
}
.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: #000;
	border-bottom: 4px solid #00044E;
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-default .navbar-nav li.social {
	padding-right: 12px;
	padding-left: 4px;
}
.navbar-default .navbar-nav li.social a {
	border: none !important;
	color: #00044E !important;
	font-size: 20px;
}
.navbar-default .navbar-nav li.cotizar {
	padding-right: 22px;
}
.navbar-default .navbar-nav li.cotizar a {
	border: 1px solid #00044E;
	border-radius: 4px;
	padding: 5px 12px;
	position: relative;
	top: 15px;
}
.navbar-default .navbar-nav li.cotizar a:hover, .navbar-default .navbar-nav li.cotizar a:focus {
	background: #00044E !important;
	color: #fff;
}


/**** HOME ****/
.fichahome {
	margin-top: -200px;
	width: 400px;
	max-width: 100%;
	background: #fff;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.fichahome .img {
	width: 100%;
	height: 200px;
}
.fichahome .content-ficha {
	padding: 20px 15px 12px 15px;
}
.fichahome .content-ficha span {
	display: inline-block;
	width: 60px;
	height: 3px;
	margin: 10px 0;
}
.fichahome .content-ficha h4 {
	margin-bottom: 12px;
}
.service-home {
	position: relative;
	padding-left: 120px;
}
.service-home img {
	position: absolute;
	left: 0;
	top: 0;
}
.home-content h2 {
	margin-bottom: 14px;
	margin-top: 30px;
}
.imagebg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.members-text {
	padding-top: 40px;
	padding-bottom: 10px;
}
.members {
	text-align: center;
}
.members img {
	margin: 10px 24px;
}


/**** FOOTER ****/
footer {
	padding-top: 40px;
	color: #fff;
	padding-bottom: 15px;
	background: #252525;
}
.menufooter a {
	color: #fff;
	display: block;
	margin-bottom: 8px;
}
.directions img {
	margin-right: 5px;
	width: 24px;
}
.footersocial {
	text-align: right;
}
.footersocial a {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 18px;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	text-align: center;
	line-height: 28px;
	margin-left: 4px;
}
.developer {
	text-align: right;
}
.developer a {
	color: #fff;
}


/**** PAGES ****/
.cabecera {
	background: url(images/slide.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 50px;
}
.cabecera h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 400;
}
span.line {
	width: 60px;
	height: 3px;
	display: inline-block;
}
.nosot img {
	border-radius: 8px;
}
.nosot h4 {
	font-size: 26px;
	font-weight: 600;
	margin: 30px 0 22px 0;
}
.nosotros ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nosotros ul li {
	display: block;
	float: left;
	width: 25%;
	padding-right: 20px;
}
.nosotros ul li strong {
	color: #00044E;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.valor {
	background: #f2f2f2;
	padding: 30px 30px 30px 120px;
	border-radius: 12px;
	margin-bottom: 30px;
	position: relative;
	min-height: 220px;
}
.valor img {
	position: absolute;
	left: 30px;
	top: 30px;
}
.valor h4 {
	margin-top: 0;
	font-size: 21px;
}
.valor .line {
	background: #00004E;
	width: 64px;
	margin: 18px 0;
	height: 1px;
}
.lista p {
	margin-bottom: 7px;
}
.contacto img {
	width: 24px;
	margin-right: 4px;
}
.contacto p {
	margin-bottom: 4px;
}
.contacto span.location {
	margin-right: 10px;
}
.formulario input {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding: 13px 15px;
	background: #f6f6f6;
}
.formulario textarea {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding: 13px 15px;
	background: #f6f6f6;
	height: 200px;
}
.formulario .boton {
	background: #00044E;
	width: 100%;
	padding: 14px;
	border-radius: 8px;
}
.mapa iframe {
	width: 100%;
	height: 400px;
}
.page .miembros {
	border-top: 1px solid #e0e0e0;
}
.floatright {
	float: right;
}
.imageservice {
	width: 100%;
	height: 400px;
}
.servicios .flex {
	display: flex;
	align-items: center;
	height: 400px;
	width: 100%;
}
.servicios .flex div {
	width: 100%;
}
.servicios .col-sm-6 {

}
.servicios .col-sm-6.floatright {

}
.servicios ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.servicios ul li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 4px;
	display: block;
	width: auto;
}
.servicios ul li::before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #444;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 8px;
}
.servicios ul li::after {
	content: '';
	display: block;
	clear: both;
}
.servicios strong {
	color: #111;
	font-weight: 600;
}
.formulario label {
	display: inline-block;
	margin-right: 20px;
	font-weight: normal;
}
.formulario input[type="radio"] {
	width:auto;
	margin-right: 5px;
	padding: 0;
	margin-bottom: 0;
}




@media(max-width: 767px) {
	.content-carousel > div {
		font-size: 17px;
	}
	.content-carousel h1 {
		font-size: 36px;
	}
	.navbar-default {
    	padding: 10px 15px 10px 15px;
    }
    .navbar-default .navbar-nav li.social {
		display: none;
	}
	.navbar-toggle {
	 	margin-top: 22px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #00044E;
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
	}
	.navbar-default .navbar-toggle .icon-bar.iconbar1 {
		width: 32px;
	}
	.navbar-default .navbar-toggle .icon-bar.iconbar2 {
		width: 32px;
	}
	.navbar-default .navbar-toggle .icon-bar.iconbar3 {
		width: 32px;
	}
	.navbar-default .navbar-toggle:hover .icon-bar.iconbar1 {
		width: 32px;
	}
	.navbar-default .navbar-toggle:hover .icon-bar.iconbar2 {
		width: 32px;
	}
	.navbar-default .navbar-toggle:hover .icon-bar.iconbar3 {
		width: 32px;
	}
	.navbar-collapse {
	  border-top: 1px solid transparent;
	  box-shadow: inset 0 1px 0 rgba(0,0,0,0.6);
	  background: #fff;
	  margin-left: -15px;
	  margin-right: -15px;
	  padding: 0;
	  margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-nav li a, .navbar-default .navbar-nav li.cotizar a {
		color: #000;
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #f0f0f0 !important;
		font-weight: normal;
		border-top: none;
		border-right: none;
		border-left: none;
		border-radius: 0;
	}
	.navbar-default .navbar-nav li.cotizar a {
		position: relative;
		top: 0;
	}
	.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.cotizar a:hover, 
	.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li.cotizar a:focus, 
	.navbar-default .navbar-nav li.active a {
		color: #fff !important;
		background: #00044E !important;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.fichahome {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.fichahome .content-ficha {
		padding: 12px 15px 12px 15px;
	}
	h2 {
		font-size: 26px;
	}
	.imagebg-right {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 220px;
	}
	.home-content {
		padding-top: 200px;
	}
	.members-text {
		text-align: center;
	}
	.developer, .copyright, .footersocial {
		text-align: center;
	}
	.nosotros ul li {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.contacto span.location {
		margin-right: 0;
		display: inline-block;
		width: 100%;
		margin-bottom: 4px;
	}
	.floatright {
		float: none;
	}
	.imageservice {
		width: 100%;
		height: 340px;
		margin-bottom: 20px;
	}
	.servicios .flex {
		display: block;
		align-items: inherit;
		height: auto;
		width: 100%;
	}
}

@media(max-width: 598px) {
	.imageservice {
		height: 300px;
	}
}

@media(max-width: 498px) {
	.imageservice {
		height: 240px;
	}
}