
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    line-height: 21px;
	font-size: 15px;
    color: #6a737b;
	overflow-x:hidden;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #6CB670;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #0feb9e;
}

body > section,
.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom:0px;
}

.sec-title {}


.contop{
	background-color:#FFFFFF;
	padding-bottom:20px;
	}

.contredes{
	text-align: right;
	padding-top: 10px;
	padding-left: 10px;
}


.contredesymenu{
	background-color:#E7E7E7;
	margin-bottom:-30px;
	}

.contmenu{
	background-color:#ffffff;
	padding-top:35px;
	text-align:right;
	}
	
.conteltop{
	color: #000000;
	font-family: 'Josefin Sans';
	text-align: right;
	font-size: 25px;
	padding-top: 30px;
	line-height: 40px;
}

.conteltop a{
	background-color:#AB0407;
	color: #ffffff;
	font-family: 'Josefin Sans';
	text-align: right;
	font-size: 25px;
	line-height: 40px;
	padding: 20px;
	
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.conteltop a:hover{
	background-color:#AB0407;
	color: #F0FF05;
	font-family: 'Josefin Sans';
	text-align: right;
	font-size: 25px;
	padding: 20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


@media (max-width: 800px) {
.conteltop{
	color: #000000;
	font-family: 'Josefin Sans';
	text-align: right;
	font-size: 20px;
	padding-top: 30px;
	line-height: 40px;
}

.conteltop a{
	background-color:#AB0407;
	color: #ffffff;
	font-family: 'Josefin Sans';
	text-align: right;
	font-size: 20px;
	line-height: 40px;
	padding: 20px;
	
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.conteltop a:hover{
	background-color:#AB0407;
	color: #F0FF05;
	font-family: 'Josefin Sans';
	text-align: right;
	font-size: 20px;
	padding: 20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

}

.bgfrasetop{
	background-color:#49aa52;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:15px;
	}
.frasetop{
	font-family: 'Squada One', cursive;
	color:#FFFFFF;
	text-align:center;
	font-size:18px;
	}
.contenidoultimasimgs{
	width: 100%;
}
.imglasts{
	width: 100%;
	height: auto;
}
.bloqueimgs{
	padding-bottom: 20px;
	overflow: hidden;
}
.contlogo{
	width:100%;
	height:auto;
	}
.contlogohome{
	width:100%;
	height:auto;
	padding-top: 50px;
	padding-bottom:20px;
	}
.datostop{
	text-align:center;
	font-size:19px;
	font-family: 'PT Sans', sans-serif;
	color:#5B5B5B;
	padding-bottom:18px;
	}
.btnredestop{
	text-align:center;
	padding-bottom:20px;
	}
.sec-title h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom:#A4A4A4 dotted thin;
  padding-bottom:20px;
  font-family: 'Lalezar';    
  background-color:#D12D44;
  padding-top:20px;
}

.sec-title h6 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight:normal;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}


/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(16, 22, 54, 0.2);
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: #ffffff;
	border-top: 0px solid #007202;
	color: #007202;
}

.navbar-default {
  background-color:#ffffff;
  background-image: none;
  background-repeat: no-repeat;
 }

.navbar-default .navbar-nav > li > a{
	color:#000000;
	}
/*=========================================
	Slider
==========================================*/

.contbanner{
	margin-top:0px;
	width:100%;
	}

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 50%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.carousel-caption p:before,
.carousel-caption p:after {
color: #0feb9e;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}

.contworks{
	margin-top:0px;
	}

.bgbarramedia{
	background-color:#466FED;
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
	}


.titulohomewhite{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:25px;
	text-align:center;
	color:#FFFFFF;
	line-height: 35px;
	}
	
.titulohomeblue{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:30px;
	text-align:center;
	color:#323232;
	}
	
	
.contservices{
	background-color:#143799;
	}
.services {
	margin-top:80px;
	margin-bottom:40px;
}
.services .icon {
	position:relative;
	font-family: 'Josefin Sans';
	width:155px;
	height:155px;
	margin:0 auto;
	text-align:center;
	line-height:160px;
	font-size:56px;
	color:#bb1246;
	border-radius:50%;
	box-shadow:0 0 0 0 rgba(0,0,0,0.0);
	margin-bottom:40px;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border: 4px solid #FFFFFF;
	color: #bb1246;
	background:#BF0811;
}

.services .item .icon {
	background: #3D2322;
	border: 2px solid #FFFFFF;
}
.services .item:hover .icon {
	background: #D12D44;
	border: 2px solid #FFFFFF;
}
.services .item [class*=fa] {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.services .item:hover [class*=fa] {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	color:#fff;
}
.features-wrapper {
	margin:50px 0 0;
}
i.respons {
	position:relative;
	width:35px;
	height:35px;
	margin:0 auto;
	line-height:35px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border:1px solid #CCCCCC;
	color: #CCCCCC;
}

/*=========================================
	Features
==========================================*/

.features {
  background-color:#466FED;
  margin-top:20px;
  padding-bottom:50px;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  color: #7e0001;
  float: center;
  padding: 10px 13px;
  float:left;
  font-size:40px;
  margin-right:20px;
  margin-top:50px;
}

@media (max-width: 800px) {
.service-icon {
  border: 0px;
  border-radius: 30%;
  color: #3e55a3;
  float: center;
  padding: 10px 13px;
  float:left;
  font-size:40px;
  margin-right:20px;
  margin-top:70px;
}
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}


.titulocirculoshome{
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	font-family: 'Josefin Sans';
	border-bottom:#ffffff;
	margin-bottom:10px;
	padding-bottom:15px;
	}
	
.titulocirculoshome a{
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	font-family: 'Josefin Sans';
	margin-bottom:10px;
	padding-bottom:15px;
	}

.titulocirculoshome a:hover{
	font-size:18px;
	color:#000000;
	font-weight:bold;
	font-family: 'PT Sans Narrow', sans-serif;
	}

/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #0eb493;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.overlay {
	background-color: rgba(79,79,79,.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}

.tituloproyectos{
	background-color:#192d66;
	padding:15px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	font-size:28px;
	text-transform:uppercase;
	}

/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 100%;
  position: relative;
  text-align:center;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 120px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #7e0001;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}

.contbloque{
	padding-top:40px;
	padding-bottom:40px;
	}
	
.imgtopseccion{
	width:100%;
	background-image:url(../img/fondotopseccion.jpg);
	background-size:cover;
	height:180px;
	}
.contseccion{
	margin-top:40px;
	}
.contsecciondos{
	margin:40px 0px 40px 0px;
	}
.contsecciontres{
	padding-top:20px;
	padding-bottom:20px;
	overflow:hidden;
	}
.imgseccion{
	width:100%;
	height:auto;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 4px 4px 5px -1px rgba(34,34,34,0.52);
-moz-box-shadow: 4px 4px 5px -1px rgba(34,34,34,0.52);
box-shadow: 4px 4px 5px -1px rgba(34,34,34,0.52);
	}
	
.imgsecciondos{
	width:100%;
	height:auto;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
box-shadow: 1px -1px 5px 5px rgba(0,0,0,0.38);
-webkit-box-shadow: 1px -1px 5px 5px rgba(0,0,0,0.38);
-moz-box-shadow: 1px -1px 5px 5px rgba(0,0,0,0.38);
	}
	
.imgsecciontres{
	width:100%;
	height:auto;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	}
.contenidoseccion{
	overflow:hidden;
	}
.textoseccion{
	text-align:justify;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	color:#383838;
	font-family: 'Open Sans', sans-serif;
	}

.textoseccionprod{
	text-align:left;
	font-size:25px;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 40px;
	color:#383838;
	font-family: 'Open Sans', sans-serif;
	}
.imgdatos{
	width:100%;
	height:auto;
	}
.imagendatos{
	margin-top:-70px;
	}
/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: none;
	background-color: rgba(51,51,51,.8);
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(51,51,51,.8);
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}


/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #031a49;
    font-size: 16px;
    height: 50px;
	background-color:#DDDDDD;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #fff;
}

#submit:before {
  background-color: #1D5500;
}

#submit.btn-effect:after {
  background:#DCDCDC;
}

.textoempresahome{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	font-size:16px;
	}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: #000000;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #1f3c82;
	color: #ffffff;
}

.bg-blue a {
    background-color: #1f3c82;
	color: #ffffff;
}

.bg-blue a:visited {
    background-color: #1f3c82;
	color: #ffffff;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #1f3c82;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}

/*============================================================
	Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 300px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}



/*=========================================
	Contact Us
==========================================*/


.footer {
  background-color: #a5ce37;
  border-top: 5px solid #062033;
  color: #fff;
  height:auto;
  margin-bottom:-40px;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 100px;
  font-size:0px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

.datoscontacto{
	color:#FFFFFF;
	text-align: center;
	}
.textodatosbottom{
	font-size:15px;
	text-align:center;
	}
.textodatosbottomcontacto{
	font-size:15px;
	text-align:center;
	}
.titulobottom{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:#FFFFFF;
	text-align:center;
}
.contbotonabajo{
	text-align:center;
	padding-top:10px;
	}
.formydatos{
	padding-top:20px;
	}
.titulodatosbottom{
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:28px;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:20px;
	}

.fondodatosbottom{
	background-color:#7e0001;
	padding-bottom:40px;
	}
	
.contslidevideos{
	width:100%;
	background-color:#FFFFFF;
	padding-top:40px;
	padding-bottom:0px;
	}
	
.contdatosbottom{
	padding-top:30px;
	padding-bottom:30px;
	background-color:#466FED;
	width:100%;
	overflow:hidden;
	}

.franjalogos{
	padding: 15px;
	text-align: center;
}
.btnbeneficios{
	text-align: right;
}

.frasenosotroshome{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 25px;
	color:#535353;
	line-height: 40px;
}

.img_productos{
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.tituloprod{
	text-align:center;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	color:#383838;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	}

.bloqueproductos{
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: thin #770002 dottedss;
}

.textolinkanillos{
	text-align:center;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	color:#B4080B;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.textolinkanillos a{
	text-align:center;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	color:#B4080B;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.textolinkanillos a:hover{
	text-align:center;
	font-size:17px;
	padding-top:10px;
	padding-bottom:10px;
	color:#2A2A2Assss;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.tituloproducts{
	color: #D12D44; 
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
.btnproducts a{
	background-color: #D12D44;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	margin-top: 10px;
}

.btnproducts a:hover{
	background-color: #D12D44;
	color: #CCCCCC;
	padding: 5px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	margin-top: 10px;
}