header.nav {
    background-image: url(header.png);
    background-position: 115%;
    background-repeat: no-repeat;
    box-shadow: 0 5px 10px #0000005e;
    border-bottom: 2px solid #987623;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #00000036;
    color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: uppercase;
}

.vina-camera-slider-content .camera_caption > div h3 {
    text-align: center;
}
.main-box{
    min-height: calc( 100vh - 50px );
    align-items: flex-start;
    padding-top: 2em;
}
.empresa {
    min-height: calc( 100vh - 50px);
    font-size: 19px;
    background: rgb(237,238,239);
    background: -moz-radial-gradient(center, ellipse cover, rgba(237,238,239,1) 1%, rgba(213,217,224,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(237,238,239,1) 1%,rgba(213,217,224,1) 100%);
    background: radial-gradient(ellipse at center, rgba(237,238,239,1) 1%,rgba(213,217,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeef', endColorstr='#d5d9e0',GradientType=1 );
    line-height: 1.5;
}
.acerca-de .module-title h1{
    color: hsl(213, 18%, 32%);
    font-size: 34px;
}
.acerca-de .module-title h1 span{
    border-color: #c4c8d1;
}
.module-title {padding: 0;}
.module-title h1{
    margin-bottom: 1em;
}
.module-title h1 span{
    border-bottom: 6px solid;
}

.empresa .module-title h1{
    color: #987623;
   
    display: inline-block;
    
}
.empresa .module-title span{
    border-color: #adb2bc;
}
.servicios{
   
}
.servicios .f-item{
    padding: 25px;
    background: #fff;
    margin-bottom: 1em;
    text-align: left;
    border-bottom: 1px solid #c49a42;
}
.servicios .f-item h3{
    margin-bottom: 30px;
    font-size: 32px;
    text-align: left;
    margin-top: 15px;
}
.servicios .f-item .f-item-flex-item{
    
    width: 100%;
}
.servicios .f-item p{}
.servicios .f-item ul{
    
    column-count: 2;
    column-gap: 0;
    break-inside: avoid-column;
   
    margin: 65px 15px 15px;
    column-width: 50px;
}
.servicios .f-item ul li{
    display: block;
    border: none;
    padding: 0;
  
    line-height: 1.7;
}

.servicios .f-item ul li::before{
    content:'\f00C';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 8px;
    color: #cf9d3b;
}
.servicios .f-item .font-icon{
    float: left;
    width: 150px;
    height: 150px;
    background: #31363f;
    margin: 0 15px 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.servicios .f-item .font-icon svg{
    width: 90px;
    height: 90px;
    fill: hsl(40, 55%, 72%);
    filter: drop-shadow(3px 3px 0 rgba(255,255,255,0.1));
}


.section-intro {
    margin-bottom: 30px;
    font-size: larger;
}
.acerca-de{
    background-image: url(sec-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: rgb(222, 225, 229);
    background-size: calc( 100vw - 50%);
}
.acerca-de ul{
    margin: 0 !important;
    column-count: 2;
    break-inside: avoid-column;
}
.acerca-de li{
    border: none !important;
    line-height: 2;
    font-size: 22px;
    background: #ffffff73;
    margin-bottom: 1em;
    padding: 15px !important;
    border-radius: 2em;
    text-transform: uppercase;
    box-shadow: 1px 1px 5px #ccc, inset 0 4px 10px #ffffffb5;
}
.acerca-de li:before{
    content: '\f005';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 8px;
    color: #cf9d3b;
    font-size: 15px;
}

.servicios .f-item:last-child {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    transition: all .35s linear;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #ddae49;
    color: #1c2228;
}

@media(max-width:1100px){
    h1{
    font-size: 30px;
}
}

.inicio {
    padding: 0;
    min-height: auto;
}

.vina-camera-slider-content .camera_wrap img {
    max-width: 100% !important;
}

@media(max-width:1024px){

    .acerca-de ul{
  
}
    .acerca-de ul li{
 
    font-size: 18px;
}
}
@media(max-width:640px){
 .acerca-de ul{
    column-count: auto;
    margin: 0 30px;
}
    .acerca-de ul li{
  
    font-size: 18px;
}
.acerca-de .module-title h1{
    font-size: 20px;
}
.acerca-de .module-title h1 span{
    border: none;
}



.servicios .f-item h3{
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
}
.servicios .f-item .f-item-flex-item{
    text-align: center;
}
.servicios .f-item p{}
.servicios .f-item ul{
    column-count: 1;
    /* column-gap: 0; */
    /* break-inside: avoid-column; */
    margin: 0;
    text-align: left;
    /* column-width: 50px; */
}
.servicios .f-item ul li{
    display: block;
    border: none;
    padding: 0;
    line-height: 1.7;
    font-size: 15px;
}

.servicios .f-item ul li::before{
    content:'\f00C';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 8px;
    color: #cf9d3b;
}
.servicios .f-item .font-icon{
    float: none;
    width: 110px;
    height: 110px;
    background: #31363f;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.servicios .f-item .font-icon svg{
    width: 60px;
    height: 60px;
}
.section-intro{
    font-size: 17px;
    text-align: justify;
}
}

.small-nav .navbar-brand .logo-img {
    /* max-width: 100%; */
}
@media(max-width:420px){
    .small-nav .navbar-brand .logo-img{
    max-width:280px;
    height: auto;
    width: initial;
}
   header.nav{}

}

.address.center h3 {
    font-size: 22px;
}

.address.center, address.center {
    font-size: 15px;
}

.contacto .container {
    /* padding: 0; */
}

.contacto .row {
    margin: 0;
}

@media(max-width:720px){
    .vina-camera-slider-content .camera_caption{
    width: 100% !important;
}
    .vina-camera-slider-content .camera_caption > div{}
    .vina-camera-slider-content .camera_caption > div h3{
    font-size: 18px;
    margin: 0;
}
}
.wbtn {
  position: fixed;
  bottom: 18px;
  right: 16px;
  z-index: 999;
}
.wbtn a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease-in;
}
.wbtn svg{
  filter: drop-shadow(0 5px 5px rgba(0,0,0,0.3));
  width: 60px;
  height:60px;
}
.wbtn a:focus svg,
.wbtn a:hover svg{
  filter: none;
  fill: #000;
  color: #25d366;
  width:70px;
  height:70px;
}
@media(max-width:640px){
  .logo-top{ text-align:center;}
  .logo-img{
    max-width:260px;
   
  }
}
#back-to-top{display:none;}