

a:hover,
a:focus {
   color:#43611b;
}

.btn-theme-dark:hover {
  color: #fff;
  background-color: #ffb526;
}
.btn-theme-bg{
    border-color: #43611b;
    color: #fff;
    background-color: #43611b;
}
.colored-text {
  color: #43611b;
}
/**dropcaps**/
p.dropcap:first-letter {
  display: block;
  float: left;
  font-size: 50px;
  line-height: 51px;
  margin: -1px 8px -2px 0;
  color: #ffb526;
}
/*header*/

/*Navbar*/
.navbar-brand {
   padding-left:0px;
   padding-right:0px;
   padding-top:0px;
   padding-bottom:0px;
   margin-top:0px;
   margin-bottom:10px;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

@media (max-width:768px){
    .navbar-brand img{
    padding-left:10px;
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #000;
  background-color: transparent
}

.nav>li>a {
    padding: 20px 12px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-brand {
  font-weight: 700;
  color: #000 !important;
  font-size: 30px; 
  line-height: 20px;
  font-style: normal;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #1fa400;
}

.navbar .dropdown-menu li a {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #ececec;
  padding: 8px 10px;
  line-height: 1.42857143;
}

.dropdown-menu .label {
  margin-top: 10px;
  margin-left:30px;
}

.navbar .dropdown-menu li a:hover {
  background-color: #43611b;
  color:#ffffff;
}

@media (max-width:768px){

.navbar-default{
    text-align:center;
}

}



/*footer*/
.legal {
    color:#555;
}
.legal a {
    color:#555;
}
.legal a:hover {
    color:#777;
}



/*Video*/

.hoja {
}
.video-section h1 {
    color:#fff;
    text-transform:uppercase;
    margin-top:30px;
    margin-top:10px;
    padding-top:0;
}
.video-section .hoja {
    padding-top:70px;
    min-width:60px;
    background: url(../imagenes/hoja.png) top center no-repeat;
}
.video-section h2 {
    color:#fff;
    text-transform:uppercase;
    margin-top:30px;
    font-weight:200;
    margin-top:10px;
    padding-top:0;
}
.video-section h2.cita {
    margin-top:10px;
    color:#fff;
    text-transform: none;
    margin-top:30px;
    font-weight:100;
    font-style:italic;
}

@media (max-width: 767px) {
    .video-section .hoja {
        padding-top:35px;
        min-width:30px;
        background: url(../imagenes/hoja.png) top center no-repeat;
        background-size: contain;
    }
    .video-section .video-overlay h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .video-section .video-overlay h2 {
        font-size: 28px;
        line-height: 28px;
    }
}
/***
buttons
***/
.btn{
    text-transform: uppercase;
    font-weight: 400;
    border-radius:0px;
    font-size: 13px;
    
}
.btn-lg{
    font-size: 14px;
    padding: 12px 25px;
}

.btn-lg2{
    font-size: 18px;
    padding: 12px 25px;
    letter-spacing:1px;
}

.btn-radius{
    border-radius:30px;
}
.btn-primary{
    color:#fff;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #333;
    color:#fff;

}
.btn-white-border{
    background-color: transparent;
    border: 2px solid #fff;
    color:#fff;
    letter-spacing: 0.3em;
}
.btn-white-border:hover,  .btn-white-border:focus{
    color:#333;
    background-color: #fff;
    border:2px solid #fff;
}
.btn-default{
    border: 1px solid #eee;
    color:#777;
}
.btn-default:hover, .btn-default:focus {
    background-color: #333;
    color:#fff;
    border:1px solid#333;
}

/*servicios*/

.cuadro-serv {
    height:440px;
}

.cuadro-serv img{
    border:none;
}

@media (max-width: 767px) {
.cuadro-serv {
        height: auto;
    }
}

.serv-texto{
  background: #FFF;
  border-top: none;
  position: relative;
}

.serv-texto:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left:50%;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 100;
}
.serv-texto h3{
  margin:10px;
  color:#000000;
}

.serv-texto2{
  border-top: none;
  position: relative;
  padding-top:10px;
}

.serv-texto2 h3{
  margin-top:5px;
  margin-bottom:0px;
  color:#000000;
  font-size:16px;
  line-height:20px;
  text-align:center;
  font-style:italic;
  min-height:40px;
}

.colored-boxed {
    padding:0 40px;
}
.colored-boxed p{
    display:block;
    min-height:160px;
}
.servicios i {
    font-size: 70px;
    /*background-color: black;*/
    width: 120px;
    height: 120px;
    padding-top:12px;
    border: #777 1px solid;
}

.colored-boxed.grey i {
  color: #666;
  border-color: #777;
}

.servicios i.mas {
  padding-top:0;
  font-size:32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 0px solid;
  display: inline-block;
  background-color: transparent;
}

/*portfolio*/
/*************NEW PORTFOLIO IN V1.4****************/
.filter {
  text-align: center;
  margin-bottom: 30px;
}

.filter li a.active {
  color: #222;
  border-color: #222;
}

.filter li a {
  display: inline-block;
  margin: 3px 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  color: #bbb;
  font-weight: 400;
  padding: 4px 12px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.filter li a:hover {
  color: #222;
  border-color: #222;
}

/*Conoce Digital Nature*/
.no-padding-inner h2 {
    color:#333;
    margin-bottom:15px;
}
.no-padding-inner h2 span{
    /*text-transform: none;*/
    font-weight: 400;
  
}
.conocenos li{
    color:#555;
    list-style:none;
    padding-bottom:5px;
    font-size:18px;
}
.conocenos .fa {
    padding-right:5px;
    color:#43621f;
}
.conocenos .cita {
    font-weight:400;
    text-align:center;
    text-transform:initial;
    font-size:24px;
    color:#43611b;
    font-style:italic;
    line-height:26px;
}
.conocenos .inicial {
    /*font-weight: 700;*/
    font-size: 18px;
    color: #222;
    margin-bottom: 5px;
}

.thumbnail{ 
    padding:0px;
    margin-bottom:30px;
    margin-right:15px;
    min-height:350px;
    max-width:370px;
}

.thumbnail img{
    padding:0px;
}

.thumbnail h3{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height:1em;
  margin-bottom: 0px;
  color:#687074;
  text-align:center;
  padding-top:30px;
  padding-left:10px;
  padding-right:10px;
  min-height:80px;
  text-transform:uppercase;
}

.thum{
    object-fit:cover;
    object-position:center;
    height:190px;
}

/*bandas*/
.fun-facts-bg {
    background: #43611b;
}
.fun-facts-bg2 {
    background: #777 url(../imagenes/bg2.jpg) center center no-repeat;
}
@media (max-width:768px){
    .fun-facts-bg2{
        text-align:center;
    }
    .facts-in h4 {
    text-align:center;
}
    .fun-fact-wrap {
        padding:30px;
    }
}

strong, b {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
}

.claim-contacto {
    background-repeat: repeat !important;
    padding-top: 30px;
    padding-bottom: 13px;
    margin-bottom:0px;
}

.tx-contacto{
    font-size:2.4em;
    line-height:1em;
    padding-bottom:20px;
    text-transform:initial;
    color:#f5f5f5;
}

.contacto {
    color:#222;
    background: url(../images/bg-contacto.jpg) top center no-repeat #fff;
    text-align:center;
    margin:auto;
}

.contacto .container{
    padding-top:90px;
    padding-bottom:90px;
}

.contacto .flecha-n {
        background:url(../images/flecha-naranja.png) top center no-repeat;
        width:80px;
        height:40px;     
    }

.contacto p {
    font-size:2em;color:#222;
}
.contacto .fa-stack{
}
.visible-xs{
    font-size:1.8em;
}
.visible-xs .fa-stack {
    font-size:1.2em;
    margin-bottom:15px;
}

.contacto .fa-stack {
    font-size:1.2em;
    margin-bottom:15px;
}

@media (max-width:768px){
    .contacto p{
        font-size:1.2em;
    }
    .contacto .container{
    padding-top:20px;
    padding-bottom:20px;
}
}

.btn-black-border{
    background-color: transparent;
    border: 2px solid #999;
    color:#777;
    letter-spacing: 0.3em;
}
.btn-black-border:hover,  .btn-white-border:focus{
    color:#222;
    background-color: #fff;
    border:2px solid #222;
}

/*Feature*/
.aside-feature-row  h3{
    margin-bottom:15px;
}

.cuadro-left:after {
    border-bottom:30px solid transparent;  /* izquierda flecha */
    border-top:30px solid transparent; /* derecha flecha */
    border-right:30px solid #fff; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right:15px; 
    width: 30px;
    height: 30px;
    /*border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;*/
    z-index: 100;
}
.cuadro-right:after {

    border-bottom:30px solid transparent;  /* izquierda flecha */
    border-top:30px solid transparent; /* derecha flecha */
    border-left:30px solid #fff; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left:15px;
   
    width: 30px;
    height: 30px;
    /*border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;*/
    z-index: 100;
}

@media (max-width: 767px) {
    .cuadro{
        text-align:center;
    }

    .cuadro-left:after {
        display:none;
    }
    .cuadro-right:after {
        display:none;
    }
}

/*Otros servicios*/
.services-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
}

.services-box-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color:#43611b;
  color: #fff;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.services-box-icon i:hover {
  background-color:#333;
  moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    }

.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 2px solid #ffb526;
    margin: auto;
}

.left-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 3px solid #43621f;
    margin-left:5px;
}

/*----------------------------------------------------------------------------------*/
/*páginas interiores*/
/*----------------------------------------------------------------------------------*/

article {
  color: #555;
  line-height: 24px;
  font-size: 16px;
}
article header {
    padding-top:40px;
    padding-left:0px;
}
article a {
    color:#000;
    text-decoration:underline;
}
article a:hover {
    color:#ffb526;
   
}
article img {
    max-width: 100%;
    height: auto;
    padding-left: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    article img {
        padding: 0;
        float:none;
    }
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 700;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}

h1, article h1 {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 44px 0;
  font-weight: normal;
}

article h2, h2.destacado {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 20px 0 35px 0;
  position:relative;
  font-weight: normal;

}
article h2:after, h2.destacado:after {
    content:"";
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 3px solid #43621f;
    position:absolute;
    left:0;
    bottom: -15px;
    margin: 0 auto 0 5px;
}

h3 {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: normal;
  line-height:1.3em;
  margin-bottom: 10px;
  color:#687074;
}

/*Use in section headings*/
h3.heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Source Sans Pro", sans-serif;
}

h3.heading:after {
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  vertical-align: middle;
  height: .50em;
  margin: 0 -200% 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

h4 {
  font-size: 1.4em;
  font-weight: 400;
  font-style:italic;
  line-height: 27px;
  margin:14px 0 14px 0;
  text-align:left;
  color:#43611b;
}

h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

@media (max-width: 767px) {

    h1, article h1 {
font-size: 2.1em;
  line-height: 40px;
    }
}


/*Módulos páginas*/

.linklist{
  padding-left:30px; 
}

.linklist a{
    font-size:18px;
    color:#000;
    font-weight:600;   
}

.linklist i{
    padding-right:5px;
}

.linklist a:hover{
    color:#43611b;
}

.documentlist{
    padding-left:30px;
}

.documentlist i{
    padding-right:5px;
}

.documentlist a{
    font-size:18px;
    color:#000;
    font-weight:600;
}

.documentlist a:hover{
   color:#43611b;
}

.galeria{
    padding-top:30px;

}

/*parahraphs*/
article p {
  color: #555;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
}

p.sub-text {
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  color: #555;
}

p.lead {
  font-size: 16px;
  font-weight: 400;
}

pre:after, pre:before {
  clear: both;
  display: table;
  content: "";
}

/*******section heading**********/
.center-heading {
  text-align: center;
  margin-bottom: 40px;
}

.center-heading h2 {
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #333;
  font-size: 30px;
}

.center-heading p {
  font-size: 20px;
  line-height: 35px;
}

.center-heading h2 strong {
  font-weight: 700;
}

.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 3px solid #43611b;
  /* border-bottom: 1px solid $skincolor; */
}

.center-heading p {
  margin-top: 10px;
}

/*Blog*/
.cat-list li a:hover, .popular-desc h5 a:hover {
  color: #ffb526;
}

.tag-list a:hover {
  background-color: #ffb526;
  color: #fff;
}

.modulos{
    padding-top:30px;
    padding-bottom:30px;
    margin-top:40px;
    margin-bottom:0px;
  background-color:rgba(226, 226, 226, 0.5);
}

.telefono-movil{
    background-color: #43611b;
    padding:20px;
    text-align:center;
    color:#ffffff;
    font-weight:500;
    font-size:34px;
}
.telefono-movil a{
    color:#ffffff;
}

.ajuste{
    object-fit: cover;
    object-position: top center;
    width: 200px;
    height: 150px;
    margin-bottom:30px;
}




.modal-backdrop {
    position: relative !important;
    display: none;
  }

.modal-backdrop.in {
   
    opacity: 0 !important;
    display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	AVISO DE COOKIES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cookies-notice {
    line-height:  normal;
    position: fixed;
    width:100%;
    padding: 15px;
    bottom: 0px;
    left: 0px;
    font-size:15px;
    color:#000000;
    text-align:center;
    background-color: RGBA(255,255,255,1);
    z-index: 100;

    -webkit-box-shadow: 0 -5px 5px 0 rgba(0,0,0,1);
    box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.1);
}

.cookies-notice img {
content:url(../Images/aspa.png);
width: 15px;
float:right;
margin-right:30px;
}