@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'OleoScript-Regular';
    src: url(../fonts/OleoScript-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'OleoScript-Bold';
    src: url(../fonts/OleoScript-Bold.ttf) format('truetype');
}

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */
.btn-arrow-intro{
    margin-top: 20px;
}
.btn-arrow-intro a{
    font-size: 4em;
    font-weight: lighter;
    color: #0154A3;
}
.btn-arrow-intro a:hover{
    color: #8E9293;
}
.btn-arrow-intro a:focus{
    color: #8E9293;
}

.FrutasAgua-Pos{
        top: 30px;
    position: relative;
}

.Tortas-Heladas{
    margin-top: 80px;
}

.FrutasZero-Pos{
    margin-top: 40px;
}

.FrutasCrema-Pos{
    margin-top: 140px;
}

.panel-group .panel {
  border-radius: 5px;
}
.panel-default {
  border-color: #025eab;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #025eab;
  border-color: #025eab;
}
.panel-title a:hover, .panel-title a:focus, .panel-title a:active {
  color: #fff !important;
  text-decoration: none;
  outline: 0;
  font-weight: bold;
}
.panel-body a{
    color: #333;
    font-weight: bold;
}
.panel-body a:hover{
    text-decoration: underline;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #005c2d;
    background: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #005c2d;
    background-color: #fff;
    border-bottom: 5px solid #005c2d;
    background: #fff;

}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #005c2d;
    background-color: #fff;
    border-bottom: 5px solid #005c2d;
}

.navbar-inverse .navbar-nav > li > a {
    text-transform: capitalize;
    font-family: 'OleoScript-Regular';
    font-size: 20px;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}



/**/
div.nav-tel{
    font-size: 18px;
    margin-top: 13px;
    float: right;
    padding-bottom: 12px;
}
div.nav-tel a{
    padding: 0 5px;
    color: #999;
}
div.nav-tel span.line{
    margin-right: 15px;
    border-right: 1px solid #999;
    padding-left: 15px;
}
div.nav-tel strong{
    font-weight: 300;
    font-family: 'OleoScript-Regular';
    font-size: 22px;
    letter-spacing: 0px;
    color: #005c25;
}
div.nav-tel span.icon-phone{
    color: #005c25;
}
.Logo-CAP-nav{
    margin-right: 30px;
    float: left;
}
.logo_haerder{
    padding: 175px;
}
.logo_haerder_nav div{
    background-image: url("assets/img/logo-cap-nav.png");
    background-color: red;

}
.logo_haeder{
  padding: 40px;
  background: rgba(255,255,255,0.9);
  margin-top: 150px;
  box-shadow: 1px 1px 10px #000;
  border-radius: 10px;
}
.logo_haerder img{
      width: 100%;
      max-width: 450px;
}
.navbar-brand {
float: left;
/* height: 20px; */
padding: 11px;
font-size: 18px;
line-height: 20px;
}

.DetallePostre{
    color: #fff;
    text-align: center;
    font-family: "Lato" !important;
    font-size: 16px !important;
    border-top: none !important;
    line-height: 18px !important;
    border-bottom: none !important;
}

.icono-helados {
    background: url("../img/icono-helados.png");
    background-repeat: no-repeat;
}

.icono-cafe {
    background: url("../img/icono-cafe.png");
    background-repeat: no-repeat;
}

.icono-postres {
    background: url("../img/icono-postres.png");
    background-repeat: no-repeat;
}

.icono {
    width: 200px;
    height: 85px;
    display: inline-block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/**/

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
border-color: transparent;
background-color: #dadada;
}


.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}



hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
    /*background: white;*/
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'OleoScript-Regular';
    font-weight: 300;
    color: #333;
}
h4{
    text-transform: uppercase;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}
#services h1{
    margin-bottom: 40px;
    color: #fff;
    margin-top: 80px;
}

#services .centered {
    margin-bottom: 40px;
    color: #fff;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a.con-link{
    color: #555;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a.con-link:hover,
a.con-link:focus {
    color: #86898A;
    text-decoration: none;
    outline: 0;
}

a.con-link:before,
a.con-link:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a {
    color: #fff;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover {
    color: #86898A;
    text-decoration: none;
    outline: 0;
}
a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.headerwrap {
	margin-top: -50px;
	padding-top:100px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;

    /*-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

.headerwrap p {
	color:#ffffff;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

#greywrap {
	background: #005c2d;
	margin-top: 0px;
	padding-top: 120px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.Box-Sabor{
    height: 180px;
}

.Box-Sabor .Sabor-Imagen img{
    float: none;
    margin-bottom: 20px;
    padding: 5px;
    display: inline-block;
}

.Box-Sabor .Sabor-Texto p{
    line-height: 24px;
    margin-bottom: 0px;
    text-align: left;
    color: #fff;
}

.Box-Sabor-Nuevo{
}

.Box-Sabor-Nuevo img{
    display: inline-block;
    margin: 0 auto;
}

.Box-Sabor-Nuevo ul{
    list-style: none;
    padding: 20px 15px;
    background: rgba(255,255,255,1);
    margin: 15px 0;
    display: inline-block;
}

.Box-Sabor-Nuevo ul.Color-Cremas{
    color: #242c8e;
}

.Box-Sabor-Nuevo ul.Color-Chocolate{
    color: #46200e;
}

.Box-Sabor-Nuevo ul.Color-Licores{
    color: #85008f;
}

.Box-Sabor-Nuevo ul.Color-DulceLeche{
    color: #7e5c1a;
}

.Box-Sabor-Nuevo ul.Color-FrutasCrema{
    color: #65c33b;
}

.Box-Sabor-Nuevo ul.Color-FrutasAgua{
    color: #cd0606;
}

.Box-Sabor-Nuevo ul.Color-FrutasHunno{
    color: #fff;
    background: #398400;
}

.Box-Sabor-Nuevo ul.Color-FrutasZero{
    color: #fff;
    background: #0013a3;
}

.Box-Sabor-Nuevo ul li{
    display: inline-block;
    width: 100%;
}

.Box-Sabor-Nuevo ul li p{font-family: 'OleoScript-Regular';font-size: 20px;}

.Box-Sabor-Nuevo { width: 288px; margin-bottom: 20px;}
.Box-Sabor-Nuevo--width2 { width: 400px; }

.Sabor-Alto{
        height: 280px;
}


.Sabores {
    background: #005c2d;
    padding: 50px;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #005c2d;
	margin-top: 0px;
	padding-top: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h5 {
	color: white;
    font-family: "Lato";
}

.Carousel-Postres{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.Carousel-Local{
    margin-bottom: 50px;
}

.Carousel-Cafe {
    padding-bottom: 50px;
    background: #2c1a18;
}

.seccionCafe{
    background: #2c1a18;
}

.seccionCafe h1{
    color: #fff;
}

.seccionCafe p{
    color: #fff;
}

.seccionCafe hr::before {
    background: #fff;
}

.Box-Postres p {
    font-size: 35px;
    padding: 10px 25px;
    border-top: 5px solid #fff;
    display: inline-block;
    border-bottom: 2px solid #fff;
    font-family: 'OleoScript-Regular';
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 0px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;

    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;

    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/divider1.jpg')
}

.divider2 {
	background-image: url('../img/bg/divider2.jpg')
}

.divider3 {
	background-image: url('../img/bg/divider3.jpg');
    height: 250px;
}



/* ==========================================================================
   Services Section
   ========================================================================== */
#services p{
    line-height: 24px;
    margin-bottom: 0px;
}
.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;

}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;

}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}

.Box-Postres{

}

.Box-Postres img{
    width: 75%;
    margin: 0 auto;
}

.Box-Postres h2{
    color: #fff;
    text-align: center;
    font-family: "Lato";
    font-size: 24px;
}

.Box-Postres h2 span{
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    margin: 0;
}

.Box-Sabores p{
    text-align: center;
    color: #7bb30a;
    font-size: 30px;
    font-family: 'OleoScript-Regular';
    font-weight: 300;
    margin-bottom: 0px;
}

.Box-Sabores p strong{
        font-weight: lighter;
    font-size: 22px;
}

.Box-Batidos img{
    margin: 0 auto;
}

.Box-Batidos h2{
    color: #fff;
    text-align: center;
    font-family: "Lato";
    font-size: 24px;
}

.Box-Batidos h2 span{
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    margin: 0;
}




/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (min-width:322px) and (max-width:480px){
    .logo_haerder{
        margin-top: 0px;
        padding: 20px;
    }
    .textdivider h1{
        font-size: 28px;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .logo_haerder{
      padding: 25px;
        margin-top: 90px;
    }
}

@media screen and (max-width:991px) {
    .navbar-nav {
        display: inline-block;
        float: none;
    }
    .navbar-inverse .navbar-collapse{
        text-align: center;
    }
}

@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
}

.Box-Batidos span {
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    margin: 0;
}
.left-hr{
    text-align: left;
}
.anuncioVacaciones{
  position: absolute;
  background-color: #262827;
  top: 43px;
  left: 154px;
  font-size: 18px;
  padding: 2px 15px;
  height: 62px;
}
.anuncioVacaciones p strong {
  color: white;
  line-height: 22px;
}
.anuncioVacaciones p strong span {
  color: #65c33b;
  line-height: 22px;
}
.verif{ display: none; }
