/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-may-2018, 12:14:42
    Author     : dgalarza
*/

@import url("https://fonts.googleapis.com/css?family=Gloria+Hallelujah");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script|Indie+Flower|Kaushan+Script");

body{
    background-color: #F6E3CE;
}

.headerFixed{
    position: relative;
    top: 0px;
}

.headerEmpresa{  
    background-color: #fff;
    height: auto;
    width: 100%;   
}



.rowHeader{
    display: flex;
    align-items: center;   
    height: auto;
}

.lead{
    font-family: 'Gloria Hallelujah', cursive;
}

.parraf_serv{
    font-size: 20px;
}

#news-block{
    padding: 5px;
    width: 100%;
    height: 30px;
    background: linear-gradient(90deg, #61380B, #F6E3CE );
}

.navbar-llamanos{
    padding: 6px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.navbar-menu {
  background-color:  #61380B;
  border-color: #080808;
  
}
.nav > li > a {
    color: #fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
  color: #61380B;
}

.navbar-toggle {
    background-color: #cc9900;    
}

.navbar-toggle .icon-bar{
    background-color:  #ffffff;
}

 .navbar-menu .navbar-brand,
 .navbar-menu .navbar-brand:focus,
 .navbar-menu .navbar-brand:hover {
    color: #fff;
}

#navside {
    background-color: #61380B;
}

/* START OF Change the font/size/color of the Slider Titles */

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
  z-index: 10;
  
  padding-top: 20px;
  
  padding-bottom: 20px;
  
  color: #fff;
  
  text-align: center;
  
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}

.carousel-caption > h1{
    font-size: 36px;
    color: #FFA500;
}

address > h5 {
    background-color: #61380B;
    color: #fff;
    text-align: center;
}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #FFA500;
}

.bc-docs-sidebar
{
    border: outset;
    border-radius: 0.5em;
    border-color: #000;
    border-width: 0.3em;
    background-color: #61380B;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    height: 100%; 
}

.bs-docs-sidenav > a
{
    color: #fff;
}

@media screen and (min-width: 180px){
    .carousel-caption > h1 {
        font-size: 10px;
    }
    .carousel-caption > p {
        font-size: 10px;
    }
    .lemaEmpresa {     
        font-size: 10px;
        font-family: "Helvetica Neue";
    }
}

@media screen and (min-width: 480px){
    .carousel-caption > h1 {
        font-size: 14px;
    }
    .carousel-caption > p {
        font-size: 11px;
    }
    
    .lemaEmpresa {     
        font-size: 12px;
        font-family: "Helvetica Neue";
    }
}

@media screen and (min-width: 768px){
    .carousel-caption > h1 {
        font-size: 25px;
    }
    .carousel-caption > p {
        font-size: 12px;
    }
    .lemaEmpresa {     
        font-size: 18px;              
        font-family: 'Kaushan Script', cursive; 
    }
}
@media screen and (min-width: 992px){
    .carousel-caption > h1 {
        font-size: 36px;
    }
    .carousel-caption > p {
        font-size: 12px;        
    }
    .lemaEmpresa {     
        font-size: 20px;
        font-family: 'Kaushan Script', cursive;              
    }
}
@media screen and (min-width: 1200px){
    .carousel-caption > h1 {
        font-size: 36px;
    }
    .lemaEmpresa {     
        font-size: 25px;
        font-family: 'Kaushan Script', cursive;              
    }
}

