/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

h1,
h2,
h3,
h4{
    font-family: 'Alegreya', serif;
}

h1{
    font-size: 30px;
}

h1 small{
    font-size: 50%;
    color: #fff;
    text-transform: uppercase;
}

h2{
    color:#1C7D7D;
    font-weight: bold;
}

h2 small{
color: #6b2075;
font-weight: bold;
}

h3{
    color: #6b2075;
}

p{
    line-height: 24px;
}

.white{
    color: #fff;
}

.violet{
    color: #6b2075;
}

.violet a{
    color: #6b2075;

    }

.margin-top0{
    margin-top: 0;
}

@media (min-width: 768px){
    body {
    padding-top: 120px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

    h1{
        font-size: 40px;
    }

    h2{
        font-size: 28px;
        margin-bottom: 25px;
    }

    h2 small{
        font-size: 24px;
    }

    h3{
        font-size: 21px;
        margin-top: 0;
    }

    h4{
        margin-top: 0;
    }


}

@media (min-width: 992px){
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

  h1{
    font-size: 36px;
}

  h3{
    height: 50px;
}
}


.list-inline a{
    color: #fff;
    transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}

.list-inline a:hover{
    color: #1C7D7D;
}

.logo-header{
    position: absolute;
    top: 0;
}

.img-portfolio {
    margin-bottom: 35px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

.carousel {
    height: 50%;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
    right: 20%;
    left: 25%;
    top: 15%;
    width: 30%;
    padding-bottom: 30px;
}

.carousel-caption h1{
font-weight: bold;
margin-bottom:0;
    }

.carousel-caption p{
font-weight: 500;
font-style: italic;
line-height: 22px;
    }

#descripcion-home{
    padding: 50px 0;
}

#descripcion-home h2{
    margin-top: 40px;
    margin-bottom: 10px;
}

#proximas-actividades-home{
    background: #000;
    margin-bottom: 40px;
}

.titulo-actividades-home{
    font-family: 'Alegreya', serif;
    background-color: #6b2075;
    color:#fff;
    font-size: 28px;
    width: 100%;
    float: left;
    padding: 15px 0 10px;
    font-weight: bold;
    border-top: 5px solid #1C7D7D;
}

.item-act-home{
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
}

.item-act-home h3 a{
color: #fff;
letter-spacing: 1px;
transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}

.item-act-home a{
color: #1C7D7D;
font-weight: bold;
font-family: 'Alegreya', serif;
letter-spacing: 1.5px;
font-size: 16px;
transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}

.item-act-home a:hover,
.item-act-home a:focus{
    color: #fff;
    text-decoration: none;
}

.item-act-home p{
letter-spacing: 0.3px;
    }

.item-act-home img{
    opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

img{
    opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

#blog-home{
   /* background: url(../images/enredadera.png) left top no-repeat;*/
}

.leer-mas-sobre{
    float: left;
    padding: 10px 45px;
}

/* Links Interes */

.links-interes{
    color: inherit;
    font-style: italic;
    padding: 5px 0;
float: left;
width: 100%;
}

.links-interes:hover{
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px){
    #proximas-actividades-home{
    background: url(../images/bg-actividades.jpg) no-repeat bottom center;
    margin-bottom: 40px;
}

}

/* Acerca de */

.header-interno{
    background:url(../images/bg-header.jpg) no-repeat center;
    float: left;
    height: 250px;
    padding: 30px 0px 60px;
    width: 100%;
}

@media (min-width: 768px){
    .header-interno{
padding: 60px 0px;
    }
}

/* Iseum */

.iseum{
    background: url(../images/hadas.jpg) bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 50px;
}

section.iseum li{
    margin-bottom: 15px;
}

/* Blog */

.blog{
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog h3{
    font-size: 24px;
    font-weight: bold;
}

.blog hr{
    border-color: #1c7d7d;
    margin: 30px 0;
}

.article-blog{
    float: left;
}

aside{
    margin-top: 40px;
}

.img-blog-interna{
    margin-left: 20px;
    margin-bottom: 10px;
}

/* Tienda */

.descripcion-producto h2{
margin: 0;
}

h3 a{
    color: #1C7D7D;
    font-weight: bold;
    transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}

h3 a:hover{
    color: #000;
    text-decoration: none;
}

.aside-cursos{
    margin-top: 0;
}

.img-thumbnail {
margin-bottom: 35px;
}

.h1-header{
    font-size: 40px;
    margin-top: 30px;
margin-bottom: 10px;
font-family: 'Alegreya', serif;
}

.h1-producto{
    color:#1C7D7D !important;
    font-size: 28px !important;
        font-weight: normal;
        margin-top: 0;
}

.h2-producto{
    font-weight: normal;
    font-size: 21px;
}

.navbar-nav {
    margin: 50px -15px 7px;
}

.borde-hiedra{
    background: url(../images/hiedra-top.png) repeat-x top;
    float: left;
    height: 100px;
    margin-top: -60px;
    position: relative;
    width: 100%;
}


@media (min-width: 992px){
    .navbar-nav {
    margin: 15px -15px 7px;
}

}


/* Pages */

.img-iseum{
    padding: 14% 0;
}
.txt1-arboleda{
    margin-top: 30px;
    margin-bottom: 20px;
}
ul.listas-arb{
    padding-left: 0;
}
.btn-arboleda{
    float: left;
    padding: 10px 45px;
    margin: 15px;
    width: calc(100% - 30px);
}
@media (min-width: 992px){
  .item-iseum{
    height: 400px;
} 

.img-iseum{
    padding: 20% 0;
}
}

@media (min-width: 1200px){
  .item-iseum{
    height: 300px;
    }

    .img-iseum{
        padding: 14% 0;
    }  

    .txt1-arboleda{
        margin-top: 50px;
    }

    .img-arboleda1{
        background-color: white;
        -webkit-box-shadow: -2px 2px 10px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow:    -2px 2px 10px 0px rgba(50, 50, 50, 0.3);
        box-shadow:         -2px 2px 10px 0px rgba(50, 50, 50, 0.3);
        padding: 15px;
        position: relative;
        margin-top: -80px;
        z-index: 99;
    }
    .img-arboleda2{
        background-color: white;
        -webkit-box-shadow: -2px 2px 10px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow:    -2px 2px 10px 0px rgba(50, 50, 50, 0.3);
        box-shadow:         -2px 2px 10px 0px rgba(50, 50, 50, 0.3);
        margin-top: 35px;
        padding: 15px; 
    } 
    .lista-arboleda{
        margin-top: 30px;
    }
    ul.listas-arb{
        float: left;
    }
    .btn-arboleda:first-child{
        float: left;
        width: calc(50% - 10px);
    }
    .btn-arboleda:last-child{
        float: right !important;
        width: calc(50% - 10px);
    }
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 35px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 0;
    padding: 20px 0;
    background: #080808;
    color: #fff;
    font-size: 12px;
}

.icon-footer{
    margin: 0 5px;
}

footer p a{
color: #fff !important;
}

footer p a:hover{
color: #6b2075 !important;
text-decoration: none;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    .carousel .carousel {
        height: 70%;
    }
}

.active_cat {
    font-weight: bold;
    color: #1C7D7D !important;
}