@font-face {
    font-family: 'NaturaSans-Regular';
    src: url("font/MDLZBITETYPE-Regular.eot");
    src: url('font/MDLZBITETYPE-Regular.otf'),
         url('font/MDLZBITETYPE-Regular.ttf'),
         url('font/MDLZBITETYPE-Regular.woff'),
         url('font/MDLZBITETYPE-Regular.svg');
}
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500&display=swap');
/*Body*/

body {
	font-family: 'Quicksand', sans-serif;
	}
.header {
    background-color: #fff;
	background-image: url(../images/fondo1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.top-header-row {
    background-color: #4F2170;
    margin: 0;
    display: none;
}
.middle-header-row .col-sm-3 {
width: 288px;
height: 80px;
padding: 0;
background: url('../images/bg-logo.png') no-repeat center;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header{
    display: none;
}
.main-nav-row {
    background-color: #4F2170;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: #957AA9;
    color: #FFFFFF;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: #957AA9;
    color: #ffffff;
}
.btn-default, .js-btn-confirm-send, .js-segmentation-btn, .js-quickview, .aplicar-oferta-resultados, .btn-return:hover, .btn-return:focus, .js-view-offer:hover, .js-view-offer:focus {
    color: #fff;
    background-color: #4F2170;
    border-color: #4F2170;
}
.btn-default:hover {
    color: #fff;
    background-color: #957AA9;
    border-color: #adadad;
}
.vl{
	background-image: url("../images/valores.png");
	background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 28px;
}
.ti{
    color: #df862b;
    font-size: 32px;
}
.fo{
	color: #fff;
    font-weight: 100;
	font-size: 15px;
}
.pp{
    padding-top: 40px;
    margin-left: -10px;
}
/*Textos*/

h3{
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
	font-family: 'Quicksand', sans-serif;
}
.p{
	font-size: 18px;
    text-align: left;
	font-family: 'Quicksand', sans-serif;
}
.p2{
	font-size: 30px;
	font-weight: 600;
	color: #E18719;
}
.a {
    color: #4F2170;
    text-decoration: none;
}

/*Carrusel*/

.carousel-caption {
	width: 80%;
    top: 20% !important;
	text-align: left !important;
	padding-top: 0px;
	margin-left: -120px!important;
	}
.carousel-inner>.item {
    -webkit-transition: 0.9s ease-in-out left;
    transition: 0.9s ease-in-out left;
    -webkit-transition: 0.9s, ease-in-out, left;
    -moz-transition: .9s, ease-in-out, left;
    -o-transition: .9s, ease-in-out, left;
/*Ajustes del diseño*/
    transition: .9s, ease-in-out, left;
    }
.carousel-indicators{
	display: none;
}


.space{
	height: 60px;
}
.galleta{
	margin-top: -51px;
}
.centro{
	margin-left: auto;
	margin-right: auto;
}
.fondo1{
	background-image: url("../images/fondo1.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media (max-width: 740px){
	.galleta{
	margin-top: 0px;
}
	a {
    color: #fff;
    text-decoration: none;
}
}

@media (max-width: 640px) and (min-width: 310px){
	.vl {
    background-image: url(../images/valores.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 28px;
    background-position: right;
}
	.pp {
    padding-top: 15px;
    margin-left: 0px;
}
	.ti {
    color: #df862b;
    font-size: 18px;
}
	.fo {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    padding: 9px;
}
}