﻿@font-face {
    font-family: 'sinac';
    src: url('fonts/amatic2-webfont.eot');
    src: url('fonts/amatic2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/amatic2-webfont.woff2') format('woff2'),
         url('fonts/amatic2-webfont.woff') format('woff'),
         url('fonts/amatic2-webfont.ttf') format('truetype'),
         url('fonts/amatic2-webfont.svg#amaticregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
    color: #fff;
    text-decoration: none;
}


@font-face {
    font-family: 'sinac2';
    src: url('fonts/helvetica-light2-webfont.eot');
    src: url('fonts/helvetica-light2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-light2-webfont.woff2') format('woff2'),
         url('fonts/helvetica-light2-webfont.woff') format('woff'),
         url('fonts/helvetica-light2-webfont.ttf') format('truetype'),
         url('fonts/helvetica-light2-webfont.svg#helvetica-lightlight') format('svg');
    font-weight: normal;
    font-style: normal;

}       
/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu {
    background:#F2F2F2;
}

/* if you want to change the left nav width, change this and the margin-left in .s4-ca */
body #s4-leftpanel {
    /* width:155px; */
}       

/* body area normally has a white background */
.s4-ca {
    background:transparent none repeat scroll 0 0;
    /* margin-left:155px; */
}

/* fix scrolling on list pages */
#s4-bodyContainer {
    position: relative;
}
.main-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

nav.navbar.navbar-default {
    background: #67A961;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default li a.selected {
    color: #FDFDFD;
    background-color: rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-nav>li>a, navbar-default .menu-item {
    font-family: 'sinac2';
    color: #FFF;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background: none;}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 20px;
}
.logo img{
	margin: 0 auto;
	max-width: 100%;
	width: 60%;
}

.turismo {
    float: left;
    width: 100%;
    text-align: right;
    padding-top: 40px;
}

.turismo img {
 width: 80%;
 text-align:right;
 }
.banner {
    width: 100%;
    margin-bottom: 13px;
}

.home .colz {
    padding-right: 9px;
    padding-left: 9px;
}
.banner a{
	width:100%;
	display:block;
}
.banner a img {
    min-width: auto;
    min-height: auto;
    width: 100%;
}
.withlinks {
    position: relative;
}

.linkgroup {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding:0 10%;
    text-align: center;
    z-index: 99;
}
.linkgroup a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.368) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.linkgroup a:hover:before, .linkgroup a:focus:before, .linkgroup a:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.linkgroup a {
	position: relative;
    display: inline-block;
    width: 32%;
    padding: 13px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.linkgroup a:hover, .linkgroup a:focus, .linkgroup a:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


#s4-leftpanel, .sidebar {
    position: relative;
    background: #e1e1e1;
    padding: 20px 0 30px 0;
}

.home .nopadright {
    padding-right: 0; 
}

.post .nopadright {
}
.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'sinac';
    font-size: 40px;
}

#s4-leftpanel ul.root li.static a span {
color: #3cab63;
}
/*SIDEBAR MENUS*/
.sidebar-right {
    position: relative;
    background: #e1e1e1;
    padding: 10px 10px 25px 10px;
    /* height: 747px; */
    /* max-height: 747px; */
    margin-bottom: 30px;
    float: left;
    text-align:center;
    width:100%;
}
.sidebar-right h2{
    font-family:sinac;
    color:#3cab63;
    text-align:center;
}
.sidebar{
    text-align:left;
}
a.leer {
    display: inline-block;
    width: 100%;
    color: #E96524;
    text-decoration: none;
    padding: 6px;
    text-align: center;
}
a.leer span {
    display: inline-block;
    width: 100%;
    color: #E96524;
    border: 1px solid;
    max-width: 100px;
    padding: 5px;
}
a.leer span {
    display: inline-block;
    width: 100%;
    color: #E96524;
    border: 1px solid;
    max-width: 100px;
    padding: 5px;
}
.new {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 20px;
}
.sidebar-menu .menu-item .additional-background .menu-item-text{
    font-family: sinac;
    color: #3cab63;
    font-size: 1.7em;
    }
.sidebar-menu a,
.sidebar-menu .menu-item:hover,
.sidebar-menu .menu-item .additional-background:hover, 
.sidebar-menu .menu-item .additional-background .menu-item-text:hover, 
.s4-ql .menu-vertical ul.root > li > .menu-item:hover, 
.menu-vertical .s4-qlheader, 
.menu-vertical .s4-qlheader:visited{
    text-decoration:none !important;
}
.sidebar .s4-ql a.selected{
    background:none;
    border:none;
    border:0px;
    border-style: none !important;
}
.sidebar .s4-ql a.selected:hover{
    text-decoration:none;
}
.sidebar-submenu{
    padding-left:20px;
}
.sidebar-submenu .menu-item .additional-background .menu-item-text{
    background: none;
    color: black;
    font-weight: bold;
    font-family: 'sinac2';
      font-weight:300;
    font-size:1em;
}
.sidebar-submenu .menu-item .additional-background .menu-item-text:hover{
    text-decoration:none !important;
    color: #E86423;
}

#s4-leftpanel ul.root li.static ul li.static a span {
    color: #333;
    font-family: 'sinac2';
}
.banner.midbanner, .bannerpeq {
    width: 100%;
    height: 177px;
    overflow: hidden;
}
.banner img {transition: all 0.2s;}
.banner:hover > img {    transform: scale(1.1,1.1);}

.bannergrande {    width: 100%;
    height: 367px;
    overflow: hidden;}

.banner img {
    width: 100%;
    float:left;
}


.bannerpeq img {
    width: 100%;
    height: 100%;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color:rgba(0, 0, 0, 0.15);
}

.fixpadleft {    padding-left: 3px !important;}


@media screen and (max-width: 990px){
    .sidebar {}

    .banner, .sidebar {
        text-align: center;
        height: auto !important;
}
    
    .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    float: right;
    padding-top: 0;
    margin-bottom: 30px;
}
    
    .buttonlinks a {
    margin-bottom: 10px;
}
    
    .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
    
}

.video {position: relative;}
.video:before { cursor: pointer;content:"";position: absolute; width: 100%; height: 100%; background: url('Sinac1_files_/images/video.png'); background-position: center center; background-repeat: no-repeat;    z-index: 99;} 

h2.post-title {
    color: #3cab63;
    margin-bottom: 20px;
    font-family:sinac;
}

span.focus {
    clear: both;
    display: inline-block;
    width: 100%;
    font-size: 57px;
    color: #96c526;
}

div.tab-pane {
    padding: 20px 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-top: 4px solid #29d8e1;
    color: #29d8e1;
}

.nav-tabs>li>a {
    border-radius: 0;
}

blockquote {
    padding: 10px 40px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    background: #29D8E1;
    border: 0;
    border-radius: 34px 0px 0 34px;
    color: white;
}

.buttonlinks a { border: 1px solid; color: #3cab63; padding: 10px 15px; text-decoration: none;  transition: all 0.2s;     display: inline-block;}
.buttonlinks a:hover { border: 1px solid; color: #E86423; padding: 10px 15px;}

.addthis_toolbox.addthis_default_style.addthis_32x32_style {
    float: right;
    padding-top: 50px;
}

.col.right {
    text-align: right;
}

a.comprar {
    background: #3cab63;
    color: white;
    transition: all 0.2s;
}

a.comprar:hover {
    background: #E86423;
    color: white;
}

a.comprar:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    background: url("cart.png");
    vertical-align: middle;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.buttonlinks.right a {
    width: 80%;
    text-align: center;
    margin: 10px auto;
    display: inherit;
}

.buttonlinks {text-align: center;}

.eng {padding-right: 10px;}
@media screen and (min-width: 1000px){
.buttonlinks {text-align: left;}
    
.buttonlinks.right a {
    width: 80%;
    text-align: center;
    margin: -7px auto;
    display: inherit;
}
}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none;
    color: #E86423;
}

.imagen-post img{width: 100%;}

h2.post-title-loop {
    font-family: 'sinac2';
    font-size: 2em;
    margin-top: 0;
    color: #29D8E1;
}

.row.postrow {
    margin-bottom: 30px;
}

.interna3 .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    float: right;
    padding-top: 23px;
}
.social {
	text-align: center;
	width: 100%;
    float: left;
    margin-top: 28px;
}

.social a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 5px;
    transition: all 0.2s;
    max-width:20%;
}

.social.socialmov a {
    display: inline-block;
    width: 20px;
    height: 20px;
margin: 5px;
transition: all 0.2s;
}

.social.socialmov {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: auto;
    width: 100%;
    top: 5px;
}

.nav-tabs>li>a {
    color: #333;
}

.social a:hover {
transform: scale(1.1,1.1);
}

.social a.fb {background: url("Sinac1_files_/fb.png"); background-size: 100% auto; background-repeat: no-repeat;}
.social a.yt {background: url("Sinac1_files_/yt.png"); background-size: 100% auto; background-repeat: no-repeat;}
.social a.tw {background: url("Sinac1_files_/tw.png"); background-size: 100% auto; background-repeat: no-repeat;}


.mobilemenufix ul.nav.nav-tabs li {
    width: 33%;
    background: none;
    text-align: center;
}

.mobilemenufix ul.nav.nav-tabs li a {
    color: #333;
}


.mobilemenufix .nav-tabs>li.active>a, .mobilemenufix .nav-tabs>li.active>a:focus, .mobilemenufix .nav-tabs>li.active>a:hover {
    background-color:#F7F7F7;
    border: 0px;
}

.mobilemenufix .nav-tabs {
    background-color: #E2E2E2;
    border: 0;
}

.mobilemenufix .tab-content {
    background-color: #F7F7F7;
}

.logo2 {
    position: absolute;
    padding-left: 10px;
}

.logo2 img {
    max-width: 50px;
}

.tab-content {
    margin-bottom: 20px;
}


@media screen and (max-width: 767px){
    
    .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    float:left !important;
    padding-top: 0 !important;
}
    
.navbar-header {
    background: #FFF;
}
button.navbar-toggle, .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #69A65F;
    border: 0;
}
    
}

.fixpadxD {padding: 18px;}


@media screen and (max-width: 1025px){
.banner {
    height: auto !important;
}
}

nav.navbar.navbar-default {
    background: #67A961;
}
/*
------------------------------------------------------
CSS Guayo
------------------------------------------------------
*/
.testcss{
    color:aqua;
}
.ms-formfieldvaluecontainer textarea{
    width:100%;
    color:#000;
}
#s4-ribbonrow{
    z-index: 9999 !important;
    overflow: visible !important;
}
.welcome.blank-wp{
    padding-top:0;
}
body.v4master {
   overflow: visible;
   height: inherit;
   width: inherit;
}
body #s4-workspace {
    overflow: visible !important;
}
body #s4-ribbonrow {
    position: fixed;
    z-index: 1000;
}
#s4-ribbonrow .ms-MenuUIPopupBody, #s4-ribbonrow .ms-popoutMenu, .ms-cui-menu[id ^= "Ribbon."] {
    position: fixed !important;
    z-index:2000;
}
.ms-dlgOverlay {
    width: 100% !important;
}
.s4-tn .menu-item .menu-item-text{
    min-height:20px;
    line-height: 20px;
    padding:15px;
    display:inline-block;
    cursor:pointer;
}
.s4-tn .menu-item .menu-item-text:hover, .language-switcher .menu-item-text:hover{
    background-color: rgba(0, 0, 0, 0.15);
}
.s4-tn li.static > .menu-item {
    color: #3b4f65;
    white-space: nowrap;
    border: 0;
    padding:0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
.s4-tn .static.menu-item span{
    display: block;
    font-family: 'sinac2';
    color: #FFF;
}
.s4-tn .static.menu-item span.caret{
    display: inline-block;
    margin-left: 10px;
}
/*LANGUAGE SWITCHER*/
.language-switcher{
    display:block;
}
.language-switcher .menu-item-text{
    color:#fff;
    min-height:20px;
    line-height: 20px;
    padding:15px;

    display:inline-block;
    cursor:pointer;
}

/* ESTILOS SUBMENU */
.s4-tn ul.dynamic{
    padding:10px 0 20px 0;
}
.s4-tn li.dynamic > .menu-item{
    padding:0;
}
.s4-tn li.dynamic > .menu-item .menu-item-text{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    min-height: 20px;
    line-height: 20px;
}
.s4-tn li.dynamic > .menu-item .menu-item-text:hover, a.menu-item:hover{
    text-decoration:none !important;
}
.menu-horizontal a.dynamic-children span.additional-background, .menu-horizontal span.dynamic-children span.additional-background{
    background:none;
    padding-rigth:0;
}
div.welcome {
    padding:0;
}
.welcome-content{
    margin:0;
}
.no-padding-right{
    padding-right:0;
}
.min-gutter .row{
    margin-right:-7px;
    margin-left:-7px;
}
.min-gutter .col{
    padding:0 7px;
}
.ms-WPBody .link-item a, .ms-WPBody .link-item:visited{
    font-family: 'sinac2';
    font-size: 2em;
    margin-top: 0;
    color: #555;
    font-weight: bold;
}
.ms-WPBody{
    padding-bottom:30px;
}
.ms-WPBody:after, .ms-WPBody .item:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.ms-WPBody, .ms-WPBody .item{ 
display: inline-block; 
    padding-bottom:10px;
}
.image-area-left{
    padding-right:15px;
}
.main-content{
    margin-bottom:20px;
}
.item .description p{
    font-size:13px;
}
/* SEARCHBOX */
.s4-search {margin-right:8px}
.ms-sbtable-ex {margin-top:1px!important}
.s4-search INPUT.ms-sbplain {
    background-color: #fff;  
    background-repeat: no-repeat; 
    background-position:5px 5px;
    padding: 4px 0px 4px 25px;
    height:30px;
    border:#efefef 1px solid; 
    border-radius:5px;
    color:#333;
    font-size:13px;
}
.s4-search .ms-sbgo a{ 
    display:block;
    height:23px; width:50px;
    margin-top:0px; margin-left:0px
}
.searchbox{
    padding-right:0;
}
.ms-sbscopes, .srch-gosearchimg{
    display:none;
}
#WebPartWPQ1 .ms-sbgo.ms-sbcell{
    display:none;
}

div.article, div.welcome{
    padding-top:0;
}
.article-content{
    margin:0;
}
.description {
    margin-top:10px;
    font-size:15px;
    font-family:Sinac2;
}
div#owl-demo {
    background: #FFF;
    margin-bottom: 20px;
}

div#owl-demo .item {
    text-align: center;
}

a.allofthem {
    width: 100%;
    padding: 10px 0;
    border: 3px solid #3cab64;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #3cab64;
    font-size: 18px;
}
ul.footer-menu li{
	display:none;
}
.translate ul li a span, .translate a span{
	display:none;
}
.sidebar-right .dfwp-item{
	margin-bottom:10px;
}
.sidebar-right .dfwp-item a{
	font-size:16px;
}
.ms-WPBody .link-item{
	margin-bottom: 20px;
}
.bannergrande img {
	float: left;
}
#topnavbar .menu-item-text{
    font-weight:700;
    font-style:bold;
    font-family: arial;
    font-size: 15px;
    padding-left: 9px;
    padding-right:9px;
}
.bottom-slider-container{
    position:relative;
    padding: 0 40px;
}
.btn.prev, .btn.next{
    position:absolute;
    display:block;
    top: 0;
    text-indent: -999em;
    top: 35px;
}
.btn.prev{
    
    left: 5px;
    width: 32px;
    height: 38px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;

}
.btn.next{

    right: 5px;
    width: 32px;
    height: 38px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(Preloader_2.gif) center no-repeat #fff;
}
.animacion-frame{
    overflow: hidden;
}
.animacion{
    padding:0 0 80px 0;
    margin-bottom:40px; 
    position:relative;
}
.animacion h1{
    padding: 0;
}
#linea1, #linea2{
    position:absolute;
}
#linea1{
    bottom:0;
    left:-1200px;
}
#linea2{
    bottom:0;
    right:-800px;
}
h1.tlt{
	font-family: sinac2;
    font-size: 3.2em;
    padding: 40px 0;
    color: #589053;
    text-transform: uppercase;
    font-weight: bold;
}
.spacer-ribbon{
	padding-top: 40px;
}
@media (max-width: 768px) {
    #zz15_TopNavigationMenuV4, #zz15_TopNavigationMenuV4 ul li a, #zz15_TopNavigationMenuV4 ul li, #zz15_TopNavigationMenuV4 ul, #zz15_TopNavigationMenuV4 ul .menu-item-text{
       display:block;
       width: 100%;
    }
    .navbar-nav>li>a{
        margin: 0;
        padding:1px;
        padding-bottom: 10px;
    }
    h1.tlt{
        font-size: 2em;
    }
    /*
    .menu ul.dynamic{
        display: block;
        position: static;
    }
    */
    .navbar-nav{
        margin: 0;
        padding: 0;
    }
}


/*
/ Collapse Menu in small screens
*/
@media(max-width:max-width: 990px) {
    .navbar-header {
    float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .ms-WPBody table tbody tr td a{
    	display: inline-block !important;
    }
    .ms-WPBody{
    	padding-bottom: 0;
    }
    .collapse span{

    }
    nav.navbar-inverse{
        padding: 20px;
    }
}
.animacion-frame video{
	width: 100%;
}
nav.navbar-inverse{
    margin-bottom: 0;
}

/*HACER TODOS LOS FONTS M´AS GRANDES*/
@media(min-width: 1024px) {
    body{
        font-size: 1.6em;
    }
}