/**
 * Author: Luis J. Caamal <lcaamal@locker.com.mx>
 * Copyright: Luis J. Caamal 2017
 * License: Locker Agencia Creativa S.A de C.V
 */

/*AJUSTE CAROUSEL BOOTSTRAP*/
.carousel-inner>.item>img, .carousel-inner>.item>a>img {display: block; height: auto; max-width: 100%; line-height: 1; width: 100%;}
.carousel-control.right, .carousel-control.left{background: none;}
.carousel-control > img{position: absolute; /*set position of image from top to be 50%...*/ top: 50%; /*and then shift it down to make it perfectly center.*/ transform: translate(-50%, -50%); z-index: 5; display: inline-block; }
.relative{position: relative;}


body{background-color: #EBE9E1;}

header{padding-top: 60px; padding-bottom: 60px; padding-right: 78px;}

div.share{position: absolute; right: 0px; bottom: 5px;}
div.share i, footer section.logo-footer i{color:#dc4c40; font-size: 19px; float: right; margin-right: 40px;}

section.nosotros{padding-left: 75px; margin-top: 100px; margin-bottom: 100px;}
section.nosotros h1{font-family: 'Source Sans Pro', sans-serif; font-size: 40px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #dc4c40; margin-bottom: 44px;}
section.nosotros p{font-family: 'Source Sans Pro', sans-serif; font-size: 15px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.6; letter-spacing: normal; color: #9f9e96;}
section.nosotros p.lema{font-size: 34px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.29; letter-spacing: normal; color: #dc4c40;}

section.mapa #maps{height: 444px; margin-bottom: 23px; margin-top: 100px;}
footer section.info ul li, footer section.info ul li a{display: inline-block; list-style: none; font-family: 'Source Sans Pro', sans-serif; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #dc4c40;}
footer section.info ul li.separator{width: 102px;}
footer section.info ul li span{margin-right:20px}

footer section.logo-footer{margin-top: 48px; padding-left: 76px; padding-right: 76px;}
footer section.logo-footer img{margin-bottom: 23px;}
footer section.logo-footer .pad{padding-top: 25px;}
footer section.logo-footer .derechos, footer section.logo-footer .derechos a{font-family: 'Source Sans Pro', sans-serif; font-size: 13px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #bfbdb5;}
footer section.logo-footer .derechos a{margin-right: 35px;}

@media (max-width: 1024px) {
	footer section.info ul li.separator{width: 25px;}
	footer section.logo-footer .derechos a{margin-right: 0px;}
}
@media (max-width: 991px) {
	footer section.logo-footer i{float: inherit; margin-bottom: 23px;}
	footer section.logo-footer .derechos{text-align: center;}
}
@media (max-width: 540px) {
	header{padding-right: 0px;}
	section.nosotros{padding-left: 0px;}
	div.share{position: static; margin-top: 23px; margin-left: 50px;}
	div.share i{float: inherit;}
	footer section.info ul li{display: block}
}