@import url('navigation.css');

* {-webkit-box-sizing:border-box; box-sizing:border-box; outline: none;}

html {height: 100%;}

body{
	margin:0;
	padding:0;
	font-size:100%;
}
.esp_40{width: 100%; height: 40px;}
.esp_20{width: 100%; height: 20px;}

#banner{
	width:100%;
	position:relative;
}
#banner2{
	height: 100%;
	width:100%;
	position:relative;
}
.titulos{
	z-index: 999;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 85px;
    background: rgba(255, 173, 101, 0.60);
    text-align: center;
    color: #6F2E1B;
}

h1, h2, h3, h4, h5, h6{font-family: 'Anton', sans-serif;}

p{font-family: 'Poppins', sans-serif;}

/*BANNER*/
.fr-alt{
    top: 40%;
}
.tx-ban{
    background: rgba(255, 255, 255, 0.3) !important;
    color: #653128;
    font-family: Dosis;
    font-size: 2.5em !important;
    line-height: 1.5em !important;
    border-radius: 10px;
}
.fr1{
     font-size: 34px !important;
    margin: 0px !important;

}

.tx-ban2{
    color: #fff;
    background: rgba(101, 49, 40, 0.4) !important;
    font-family: Dosis;
    font-size: 2.5em !important;
    line-height: 1.5em !important;
    border-radius: 10px;
}

.tx-ban3{
    color: #653128;
    background: rgba(255, 255, 255, 0.3) !important;
    font-family: Dosis;
    font-size: 2.5em !important;
    line-height: 1.5em !important;
    border-radius: 10px;
}

/* TOP-MENU */
@media only screen and (min-width:768px) {
	.header {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 400;
		z-index: 99999999;
	}
}

.navbar {
    /*min-height: 5em;*/
}

.navbar-theme {
    background-color: rgba(248, 218, 195, 0.6);
    border-top: 5px solid #9B2E1B;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-responsive {
    padding-top: 2em;
}

.btn-product-custom {
    color: #9B2E1B;
    padding: 5px 10px;
    background: #fec79a;
    border-radius: 10px;
    border: 2px solid #9B2E1B;
}

.btn-product-custom:hover{
	color: #fec79a;
    padding: 5px 10px;
    background: #9B2E1B;
    border-radius: 10px;
    border: 2px solid #fec79a;
}

.logo-dolceany {
    width: 270px;
}

.img-muneco {
    width: 77px;
}

.nav-btn-menu a span {
    color: #000;
    border-bottom: 2px solid #E6742E;
}

.nav-btn-menu a:hover span{
	color: #9B2E1B;
	border-bottom: 2px solid #9B2E1B;
}

.menu-centro {
    margin-left: 15em;
}

nav ul li a {
    font-family: 'Anton', sans-serif;
    font-size: 1.8em;
}

.icono-fb, .icono-tw {
    padding: .5em;
    background: #9B2E1B;
    border-radius: 50%;
    color: #fff;
}

.icono-fb:hover, .icono-tw:hover{
    background: #E6742E;
}

.borde-franja {
    width: 100%;
}

.navbar-default .navbar-toggle {
    border-color: #9B2E1B;
	position: absolute;
	top: 4em;
	right: 1em;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #6F2E1B;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fec79a;
}

@media only screen and (max-width:768px) {
    .navbar {
        min-height: 8.5em;
    }

    .menu-centro {
        margin-left: 0;
    }

    .navbar-responsive {
        margin-top: 6em;
        padding: 0;
    }

    .logo-dolceany {
        width: 220px;
    }

	.borde-franja {
	    display: none;
	}
}

/*NOVEDADES*/
.tit-nov{
	z-index: 999;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 60px;
    background: rgba(255, 173, 101, 0.60);
    text-align: center;
    color: #6F2E1B;
}
.nov-tit{
	font-size: 20px;
}
.espacio-sabores{
	padding-top: 50px;
}
.sabores-nuevos{
	text-align: center;
    font-size: 2em;
    padding-bottom: 25px;
    color: #000;
    background-color: rgba(248, 218, 195, 0.6);
}
.sabores-nuevos span{
	border-bottom: 2px solid #9B2E1B;
}
#novedades{
	background: #FFAD65;
    position: relative;
    padding-bottom: 20px;
}
.coso-invertido{
	transform: rotate(180deg);
    position: absolute;
    left: 0;
    z-index: 999999;
    top: 0;
    background: url(../img/franja.png) no-repeat;
    width: 100%;
    height: 50px;
}
.coso-invertido2{
	transform: rotate(180deg);
    position: absolute;
    left: 0;
    z-index: 999999;
    bottom: 0;
    background: url(../img/franjasolida.png) no-repeat;
    width: 100%;
    height: 50px;
}
.borde-re{
	border-radius: 10px;
    margin: 25px 0;
}

/*FOOTER*/
footer{
	background: #6F2E1B;
}
footer ul li{
	display: block;
    padding: 10px 0px;
    color: #fff;
    font-size: 1.3em;
    font-family: 'Poppins', sans-serif;
}

footer h3{
    color: #ffc89b;
}
footer ul li i{
    text-align: center;
    width: 40px;
    font-size: 1.5em !important;
    padding-right: 10px;
    color: rgba(255, 200, 155, 1.0);
}

/*NOSOTROS*/
#nosotros{
	background-color: rgba(248, 218, 195, 1);
    padding-bottom: 20px;
}
.gris{
	margin: 25px 0px;
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: #E4CEB9;
}
.est-nosotro{
	color: #6F2E1B;
	font-size: 1.4em;
    margin-top: 25px;
}

.tit-nosotro{
	color: #382E1B;
	font-size: 2em;
}
.tn1{margin-bottom: 35%;}
.tn2{margin-top: 10px; margin-bottom: 42px;}
.tn3{margin-top: 10px; margin-bottom: 20px;}

.fr-ups{
    padding: 10px;
    border-radius: 10px;
    background: rgba(102, 102, 102, 0.5);
}

/*PRODUCTOS*/
.lex{
    overflow: hidden;
    height: 90px;
    border-radius: 10px;
}
.parker{
    text-align: center;
}
.parker a{
    padding: 10px;
    text-decoration: none;
    font-size: 2em;
}
.parker a span{
    color: #9B2E1B;
    border-bottom: 2px solid #9B2E1B;
}
.parker a:hover span{
    color: #E6742E;
    border-bottom: 2px solid #E6742E;
}
#productos{
    background-color: rgba(248, 218, 195, 1);
    padding-bottom: 20px;
}
.lista-productos{
    color: #382E1B;
    font-size: 2em;
    width: 440px;
    height: 50px;
    padding-left: 0;
    margin: 0 auto;
    list-style: none;
}
.lista-productos li a{
    display: block;
    float: left;
    padding: 10px;
    text-decoration: none;
}
.lista-productos li a span{
    color: #9B2E1B;
    border-bottom: 2px solid #9B2E1B;
}

.lista-productos li a:hover span{
    color: #E6742E;
    border-bottom: 2px solid #E6742E;
}
.prod{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 360px;
}

.prod h3{
    position: absolute;
    text-align: center;
    bottom: 8%;
    padding: 12px 0px;
    display: block;
    width: 100%;
    color: #4F2E1B;
    background: rgba(255, 200, 155, 0.6);
}

/*PRODUCTOS2*/
.parker2 a{
    text-decoration: none;
    font-size: 2em;
}
.lex2{
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #888888;
}
.lex2 h4{
    position: absolute;
    text-align: center;
    bottom: -10px;
    padding: 12px 0px;
    display: block;
    width: 100%;
    color: #4F2E1B;
    background: rgba(255, 200, 155, 1.0);
    z-index: 99;
}
.lex2 a:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    background-image: url(../img/logodolceanny.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 35%;
    opacity: 0;
    transition: all .4s;
}
.lex2:hover a:after {
    opacity: 1;
}
.lex2:hover img{
    -ms-transform: scale(1.5, 1.5); /* IE 9 */
    -webkit-transform: scale(1.5, 1.5); /* Safari */
    transform: scale(1.5, 1.5);
    transition: all .4s;
}

/*GALLETAS*/
.rosquita{background: url(../img/productos/ROSCAS.jpg) no-repeat center; background-size: cover;}
.alfajor{background: url(../img/productos/alfajorr.jpg) no-repeat center; background-size: cover;}
.galletas{background: url(../img/productos/galletas.jpg) no-repeat center; background-size: cover;}

/*KEKES*/
.piononos{background: url(../img/productos/PIONONO.jpg) no-repeat center; background-size: cover;}
.kekes{background: url(../img/productos/keke.jpg) no-repeat center; background-size: cover;}
.chifones{background: url(../img/productos/CHIFON.jpg) no-repeat center; background-size: cover;}

/*POSTRES*/
.brownies{background: url(../img/productos/BROWNIE4.jpg) no-repeat center; background-size: cover;}
.pai{background: url(../img/productos/pie2.jpg) no-repeat center; background-size: cover;}
.cupcakes{background: url(../img/productos/IMG_3454.jpg) no-repeat center; background-size: cover;}

/*BOCADITOS*/
.saladas{background: url(../img/productos/8.jpg) no-repeat center; background-size: cover;}
.dulces{background: url(../img/productos/8.jpg) no-repeat center; background-size: cover;}

/*TORTAS*/
.chocolate{background: url(../img/productos/6.jpg) no-repeat center; background-size: cover;}
.manjar{background: url(../img/productos/6.jpg) no-repeat center; background-size: cover;}
.turron{background: url(../img/productos/6.jpg) no-repeat center; background-size: cover;}

/*CONTACTO*/

#contacto{
    background-color: rgba(248, 218, 195, 1);
    padding-bottom: 20px;
}
.cas-1{
    font-size: 1.5em;
    padding: 10px;
    margin: 1%;
    width: 48%;
    background: #EED8C1;
    display: block;
    float: left;
    color: #63686A;
    border: 1px solid #63686A;
}
.cas-2{
    font-size: 1.5em;
    padding: 10px;
    margin: 1%;
    width: 98%;
    height: 120px;
    background: #EED8C1;
    display: block;
    float: left;
    color: #63686A;
    border: 1px solid #63686A;
}
.btn-form{
    margin: 1%;
    padding: 10px 20px;
    font-size: 1.5em;
    color: #fff;
    background: #6F2E1B;
    border: none;
    text-decoration: none !important;
}
.btn-form:hover{
    color: #fff;
    background: #E6742E;
}
.est-contacto{
    color: #6F2E1B;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 17px;
    margin-right: 4px;
    margin-bottom: 17px;
}
/*CLIENTES*/
#clientes{
    background-color: rgba(248, 218, 195, 1);
    padding-bottom: 20px;
}
#clientes ul{
    padding-left: 0px;
}
#clientes ul li{
    display: block;
    float: left;
    width: 18%;
    margin: 1%;
}
.colorin{
    text-align: center;
    color: #6F2E1B;
    font-size: 20px;
}

/*CAFETERIA*/
#cafeteria{
    background-color: rgba(248, 218, 195, 1);
    padding-bottom: 20px;
}
.est-cafeteria{
    color: #6F2E1B;
    font-size: 1.4em;
    margin: 25px 0px;
}
.nar{
    padding: 10px;
    height: 74px;
    border-radius: 10px;
    background: #E4CEB9;
    border: 1px solid #fff;
}
.lol{
    border-radius: 10px;
    margin: 4% -50%;
    padding: 3%;
    color: #4F2E1B;
    background: rgba(255, 200, 155, 0.6);
}

.glyphicon-chevron-left:before {
    content: "\e079";
    color: rgba(255, 200, 155, 1.0);
}
.glyphicon-chevron-right:before {
    content: "\e080";
    color: rgba(255, 200, 155, 1.0);
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: rgba(255, 200, 155, 1.0);
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(255, 200, 155, 1.0);
    border-radius: 10px;
}
/*envio y cv*/
.mid{ text-align: center; }
.e-tit{
    font-size: 4em;
}
.e-parrafo{
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 40px;}
.e-btn{
    margin: 1%;
    padding: 10px 20px;
    font-size: 1.5em;
    color: #fff;
    background: #6F2E1B;
    border: none;
    text-decoration: none !important;
}
.e-btn:hover{
    background: #E6742E;
    color: #fff;
}
