@font-face {
    font-family: CharterBlackBT;
    src: url(../Fuentes/CharterBlackBT.ttf);
}

@font-face {
    font-family: CharterBlackItalicBT;
    src: url(../Fuentes/CharterBlackItalicBT.ttf);
}

@font-face {
    font-family: CharterBT;
    src: url(../Fuentes/CharterBT.ttf);
}

@font-face {
    font-family: Chartrk;
    src: url(../Fuentes/Chartrk.ttf);
}

@font-face {
    font-family: Chartrki;
    src: url(../Fuentes/Chartrki.ttf);
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    text-align: center;
}

strong { font-weight: 600; }

a, a:hover, a:focus {
	color: #ff8a38;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}




h3 {
	
    font-weight: 300;
    color: #ff8a38;
    line-height: 30px;
    font-family: 'Charter BT', CharterBT;
    color: #cebf94;
    font-size: 37px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text { color: #ff8a38; }

::-moz-selection { background: #ff8a38; color: #fff; text-shadow: none; }
::selection { background: #ff8a38; color: #fff; text-shadow: none; }


/***** Contenido Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 40px 0 40px;
	
	background: #ff8a38; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb24b 0%, #ff8a38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#ff8a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb24b 0%,#ff8a38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#ff8a38',GradientType=0 ); /* IE6-9 */
	
	border: 0;
	
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
	background: #ff8a38; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb24b 0%, #ff8a38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#ff8a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb24b 0%,#ff8a38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#ff8a38',GradientType=0 ); /* IE6-9 */
	
	outline: 0;
	opacity: 0.6;
	color: #fff;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 40px 0 40px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dotted #aaa;
}


/***** Top menu *****/

.navbar {
    margin-bottom: 0;
    background: #f2f2f2;
    border: 0;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}
    .navbar.navbar-no-bg {
        background: #f2f2f2;
        background: rgba(242, 243, 238, 0.2);
    }

.navbar-right { margin-right: 0; }

ul.navbar-nav {
    font-family: 'Charter BT', CharterBT;
    font-size: 20px;
    color: #705d3c;
    /*text-transform: uppercase;*/
}

.navbar-inverse ul.navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #705d3c;
    opacity: 0.8;
}
    .navbar-inverse ul.navbar-nav li a:hover {
        color: #705d3c;
        opacity: 1;
    }
    .navbar-inverse ul.navbar-nav li a:focus {
        color: #705d3c;
        outline: 0;
        opacity: 1;
    }

.navbar-text a {
    margin: 0 8px;
    font-size: 26px;
    color: #705d3c;
    line-height: 28px;
    opacity: 0.8;
}
.navbar-text a:hover { opacity: 1; }

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}


/***** Contenido Top *****/

.inner-bg {
    padding: 10px 0;
}


.topTextL1 {
    position: absolute;
    top: 460px;
    left: 30px;
    font-family: 'Charter BT', CharterBT;
    color: #ffb24b;
    font-size: 90px;
    text-align: left;
    font-weight: 100;
    letter-spacing: 5px;
}

.topTextL2 {
    position: absolute;
    top: 560px;
    left: 30px;
    font-family: 'Charter BT', CharterBT;
    color: #ffb24b;
    font-size: 90px;
    text-align: left;
    width:100%; 
}
.top-content .text {
    color: #ffb24b;

}


/***** Contenido Nosotros *****/

.Nosotros {
    height: 1464px; 
}

.imagen_siembra {
    width: 449px;
    height: 674px;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 10px 10px 28px -4px rgba(0,0,0,0.75);
}

.imagen_ManosGrano {
    width: 586px;
    height: 586px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    box-shadow: -10px 10px 28px -4px rgba(0,0,0,0.75);
}

.imagen_LogoNosotros {
    width: 195px;
    height: 150px;
    position: absolute;
    top: 37px;
    right: 93px;
}

.Nosotros_texto1 {
    position: absolute;
    top: 250px;
    right: 30px;
    width: 650px;
    height: 200px;
    font-family: 'Charter BT', CharterBT;
    color: #5F4B26;
    font-size: 25px;
    text-align: right;
    line-height: 32px;
}

.Nosotros_texto2 {
    position: absolute;
    bottom: 100px;
    left: 120px;
    width: 500px;
    height: 250px;
    font-family: 'Charter BT', CharterBT;
    color: #5F4B26;
    font-size: 25px;
    text-align: left;
    line-height: 32px;
    
}
/***** Contenido Servicios *****/
.services-box {
    padding-top: 30px;
    text-align: left;
    background-color: #EBB73D;
}

.services-box .services-box-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	
	background: #ff8a38; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb24b 0%, #ff8a38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#ff8a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb24b 0%,#ff8a38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#ff8a38',GradientType=0 ); /* IE6-9 */

    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.services-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
    color:#fff; 
}



/***** Contenido Portfolio *****/
.EspacioNosotros {
        height:80px; 
}

.Servicios {
    height: 200px;
    background-color: #EBB73D;
    font-family: 'Charter BT', CharterBT;
    color: #fff;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    letter-spacing: 33px;
}

.Servicio_PanMolido{
    height:500px;
    width: 33%;
    position: absolute;
    top: 0px;
    left: 100px;   
}

.Servicio_Empanizador{
    height:500px;
    width: 33%; 
    position: absolute;
    top: 0px;
    left: 700px; 
}
.Servicio_PanMolido{
    height:500px;
    width: 33%;  
    position: absolute;
    top: 0px;
    right: 100px; 
}
 .ImagenCuchara{
     height: 497px;
     width:  211px;
     left: 100px; 
 }

.EspacioServicio {
    height:50px;    
}

.Cotizacion {
    height: 650px;
    text-align: center;
    /*style ="height:860px;background-image:url(Imagenes/Cotizacion.jpg);background-repeat:no-repeat; background-size:cover;*/
}
.EspacioCotizacion {
    height: 200px;
}

.SolCotizacion {
    top: 200px;
    height: 130px;
    font-family: 'Charter BT', CharterBT;
    color: #43474A;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    letter-spacing: 1px;
}



.btn-link-email {
    display: inline-block;
    height: 80px;
    width: 750px;
    margin: 0 5px;
    padding: 30px 40px 0 40px;
    background: #FFEDA9; /* Old browsers */
    background: -moz-linear-gradient(top, #FFEDA9 0%, #FFEDA9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFEDA9), color-stop(100%,#FFEDA9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFEDA9 0%,#FFEDA9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFEDA9 0%,#FFEDA9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFEDA9 0%,#FFEDA9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFEDA9 0%,#FFEDA9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEDA9', endColorstr='#FFEDA9',GradientType=0 ); /* IE6-9 */
    border: 0;
    font-family: 'Charter BT', CharterBT;
    font-size: 30px;
    font-weight: 500;
    line-height: 16px;
    color: #49434D;
    /*text-transform: uppercase;*/
    /*-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;*/
}

    .btn-link-email:hover, .btn-link-email:focus, .btn-link-email:active {
        background: #FFF0B3; /* Old browsers */
        background: -moz-linear-gradient(top, #FFF0B3 0%, #FFF0B3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF0B3), color-stop(100%,#FFF0B3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #FFF0B3 0%,#FFF0B3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #FFF0B3 0%,#FFF0B3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #FFF0B3 0%,#FFF0B3 100%); /* IE10+ */
        background: linear-gradient(to bottom, #FFF0B3 0%,#FFF0B3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF0B3', endColorstr='#FFF0B3',GradientType=0 ); /* IE6-9 */
        outline: 0;
        opacity: 0.6;
        color: #666666;
    }


.Contacto {
    height: 100px;
    background-color: #7A6143;
    font-family: 'Charter BT', CharterBT;
    color: #fff;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    letter-spacing: 33px;
}






.portfolio-box {
	padding-top: 30px;
	text-align: left;
}

.portfolio-box-image {
	overflow: hidden;
      
}


/*
.portfolio-box-image:hover img {
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
} 
*/

.portfolio-box h3 {
	margin-top: 30px;
    color: #ff8a38; 
}

.portfolio-box-date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
}

.portfolio-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.portfolio-container .section-bottom-button {
	padding-top: 40px;

}



/***** Contenido Footer *****/

footer {
    padding: 70px 0 0 0;
    background: #7A6143;
    color: #fff;
    text-align: center;
}



.LineaContacto1 {
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-family: 'Charter BT', CharterBT;
    height:65px; 
}

.LineaContacto1 a {
    color: #fff;
}

.LineaContacto1 a:hover, .LineaContacto1 a:focus {
       color: #ffb24b;
 }

.LineaContacto2 {
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-family: 'Charter BT', CharterBT;
}

.LineaContacto3 {
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-family: 'Charter BT', CharterBT;
    padding-left:30px; 
}

.LineaContacto4 {
    color: #fff;
    text-align: right;
    font-size: 30px;
    font-family: 'Charter BT', CharterBT;
    padding-left: 30px;
   
}


.footer-social {
	padding-top: 50px;
    text-align:right;   
}

    .footer-social a {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin-right: 6px;
        margin-bottom: 10px;
        padding-top: 7px;
        background: #7A6143;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 32px;
        color: #fff;
        line-height: 55px;
        text-align: center;
        
    }

.BotonRed {
    width :60px;
    height:60px;
   
}
    .footer-social a:hover, .footer-social a:focus {
        background: #7A6143;
        color: #ffb24b;
    }

.footer-social a i { vertical-align: middle; }

.footer-bottom {
    margin-top: 60px;
    padding-top: 15px;
    padding-bottom: 25px;
    background: #7A6143;
    text-align: center;
}

.footer-bottom a {
	font-size: 32px;
    color: #fff;
    line-height: 40px;
}

.footer-bottom a:hover, .footer-bottom a:focus {
        color: #ffb24b;
}
