/*
Theme Name: Sirera
Theme URI: http://kreativeimagen.com
Description: Tema para wordpress
Author: Dayron Rámida Coll, Enrique Garcia Quiñonez
Author URI: http://kreativeimagen.com
Version: 1.0
License: Uso reservado para Kreativeimagen (http://kreativeimagen.com)
Text Domain: twentyten
*/

@font-face{
    font-family: "mav";
    src: url("fonts/MavenPro-Regular.eot");
    src: url("fonts/MavenPro-Regular.otf") format("opentype"),
         url("fonts/MavenPro-Regular.ttf") format("truetype"),
         url("fonts/MavenPro-Regular.eot#iefix") format("embedded-opentype");
}
@font-face{
    font-family: "mavl300";
    src: url("fonts/MavenProLight-300.eot");
    src: url("fonts/MavenProLight-300.otf") format("opentype"),
         url("fonts/MavenProLight-300.ttf") format("truetype"),
         url("fonts/MavenProLight-300.eot#iefix") format("embedded-opentype");
}

/* TRANSICIONES */

.transition{
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* OVERLAY */

/* HEADER */

.header .site-logo{
    position: fixed;
    top: 0;
    left: 0;
    max-width: 90px;
    z-index: 999999;
}

.color-overlay{
    background: #fff !important;
}

#main-slider{
    position: relative;
    z-index: 1;
    
}

.header h2{
    /*margin-top: 160px;
    font-family: "mav";
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 25px;*/
}

.header h2 span{
    color: #E00109;
}

.header p{
    /*font-family: "mav";
    font-size: 16px;
    line-height: 18px;
    color: #fff;*/
}

.header a.btn{
    /*margin-top: 10px;
    text-transform: uppercase;
    font-family: "mav";
    font-size: 16px;
    line-height: 18px;
    width: 90%;*/
}

/*.header a.btn.btn-dark, */.header .btn-dark{
    color: #fff;
}

.header a.btn.btn-dark span, .header .btn-dark span{
    color: #FF0000;
}

/*.header a.btn.btn-red,*/ .header .btn-red{
    color: #fff;
}

.header a.btn.btn-red span, .header .btn-red span{
    color: #242424;
}

/* sticky-navigation */

.sticky-navigation{
    background: #fff;
}
.sticky-navigation a{cursor: pointer;}
.sticky-navigation img.menu-st{
    float: right;
    max-width: 40px;
    margin-top: 15px;
}

/* app-brief */
.app-brief, .indexhealt{position: relative;    z-index: 99;}
.app-brief-red{
    background: #E20404;
    position: relative;
    z-index: 99;
}
.app-brief-red h4{
    font-family: "mav";
    font-size: 30px;
    line-height: 32px;
    color: #000;
    margin-bottom: 15px;
}
.app-brief-dark{
    background: #2D2D2D;
    position: relative;
    z-index: 99;
}
.app-brief-dark h4{
    font-family: "mav";
    font-size: 20px;
    line-height: 22px;
    color: #E20404;
    margin-bottom: 15px;
}
.app-brief-dark h5{
    font-family: "mav";
    font-size: 18px;
    line-height: 18px;
    color: #717171;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.app-brief-dark h6{
    font-family: "mav";
    font-size: 16px;
    line-height: 16px;
    color: #ff0000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.app-brief-dark strong, .app-brief-dark b{
    color: #F40000;
}
.app-brief p{
    font-family: "mav";
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}
.app-brief-img{
    min-height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.app-brief .text-right{padding-right: 25px;}
.app-brief .text-left{padding-left: 25px;}
.app-brief a.action{color: #fff; cursor: pointer;}
.app-brief-red a.action span{color: #000;}
.app-brief-dark a.action span{color: #ff0000;}
.app-brief-red a.action:hover span, .app-brief-dark a.action:hover span{color: #fff;}
.app-brief .all-content{display: none;}

/* parallax */

.parallax{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}
.parallax .content{
    padding: 15px;
    padding-bottom: 100px;
    background: #F50000 url('images/sirera.jpg') no-repeat bottom right;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: "mav";
    text-align: left;
}

/* ELEMENTOS */

.elementos{background: #fff;}


.elementos, .elementos p{
    font-family: "mav";
    font-size: 16px;
    color: #000000;
    line-height: 20px;
}
.elementos .item{
    height: 170px;
    background-color: #F50000;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
}
.elementos h4{
    font-family: "mav";
    font-size: 24px;
    color: #F50000;
    line-height: 26px;
    margin-bottom: 10px;
}

/* CONTACTO */

.contact{
    font-family: "mav";
    color: #fff;
    font-size: 18px;
}
.contact a{
    color: #FFDA00;
}
.contact h3{
    font-size: 24px;
    color: #000;
    line-height: 24px;
    margin-bottom: 15px;
}
.contact p{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 25px;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea{
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-family: "mav";
    font-size: 18px;
    color: #000;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 25px;
}
.contact input[type="checkbox"]{
    margin-bottom: 25px;
}
.contact input[type="submit"]{
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-family: "mav";
    font-size: 18px;
    color: #fff;
    height: 60px;
    background: #000;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 10px;
    
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contact input[type="submit"]:hover{
    
    background: #ffda00;
    
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* GMAP */

#gmap{
    position: relative;
    height: 500px;
    background: #fff;
}
#gmap iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* FOOTER */

footer{
    font-family: "mav";
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

footer .copyright{
    padding-top: 60px;
    margin-top: 45px;
    border-top: 1px solid #fff;
}
footer .copyright a{
    color: #fff;
}
footer .copyright a:hover{
    color: #000;
}
footer .data h3{
    font-family: "mavl300";
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}

footer .data input[type="email"]{
    padding: 0;
    padding-left: 10px;
    width: 100%;
    max-width: 100%;
    font-family: "mavl300";
    font-size: 18px;
    color: #000;
    height: 40px;
    background: #fff;
    border: none;
    margin-bottom: 15px;
}
footer .data input[type="submit"]{
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-family: "mavl300";
    font-size: 18px;
    color: #fff;
    height: 40px;
    background: #000;
    border: none;
    
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
footer .data input[type="submit"]:hover{
    
    background: #ffda00;
    
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
footer .data span{
    color: #000;
}
footer .data b{
    color: #fff;
    font-size: 20px;
}
footer ul.redes-sociales{margin-bottom: 15px;}
footer ul.redes-sociales li{display: inline-block; vertical-align: top; margin-left: 10px;}

/* COLASH */

.colash{background: #fff;}

.height-1{
    height: 180px;
}
.height-2{
    height: 180px;
}

.row.no-padding .col-xs-4,
.row.no-padding .col-xs-6,
.row.no-padding .col-sm-4,
.row.no-padding .col-sm-6,
.row.no-padding .col-xs-12{
    padding: 0;
}
.row.no-padding .row{
    margin: 0;
}
.colash-item{
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.colash-item .opacer{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    filter: alpha(opacity=0);
}
.colash-item:hover .opacer{
    opacity: 1;
    filter: alpha(opacity=100);
}
.colash-item .caption{
    padding: 2%;
    padding-left: 6%;
    background: #F21E1D;
    position: absolute;
    width: 100%;
    bottom: -490px;
    font-family: "mav";
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: left;
}
.colash-item:hover .caption{
    bottom: 0px;
}
.colash-item .caption h5{
    font-family: "mav";
    font-weight: bold;
    font-size: 16px;
    color: #000;
    border-left: 15px solid #fff;
    padding-left: 10px;
    margin-bottom: 5px;
}

/* MEGA HEADER */

#mega-header{
    background: url('images/mega-header.jpg') no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.contenido, footer, .parallax, .app-brief-red, #gmap, .site-logo{
    position: relative;
    z-index: 2;
}

.contenido{
    padding-top: 130px;
    padding-bottom: 25px;
}

/* NOTICIAS */

.noticia{
    margin-bottom: 15px;
    text-align: left;
    background: #2D2D2D;
}
.noticia.snoticia{
    margin-bottom: 15px;
}
.noticia .img{
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.noticia.snoticia .img{
    height: 190px;
}
.bnoticia .img{
    height: 250px;
}
.noticia .content{
    padding: 15px;
    font-family: "mav";
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.noticia.snoticia .content{
    padding: 20px 15px;
}
.noticia .content h3{
    font-family: "mav";
    font-size: 26px;
    line-height: 30px;
    color: #E20404;
    margin: 0;
    margin-bottom: 15px;
}
.noticia.snoticia h3{
    font-size: 20px;
    line-height: 22px;
}
.noticia .content .text{
    margin-bottom: 25px;
}
.noticia a.action{color: #fff; cursor: pointer;}
.noticia ul.redes-sociales li{display: inline-block; vertical-align: top; margin-left: 4px;}
.noticia.snoticia ul.redes-sociales li{margin-left: 2px;}
.noticia ul.redes-sociales li img{max-width: 20px;}
.noticia.snoticia ul.redes-sociales li img{max-width: 20px;}

ul.redes-sociales li img{
    
    -moz-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); 
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); 
    
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.redes-sociales li img:hover{
    
    -moz-transform: rotate(-10deg); 
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg); 
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); 
    
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.noticia .fecha{
    position: absolute; 
    font-family: "mav"; 
    text-transform: uppercase; 
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    background: #E00109;
    line-height: 35px;
    left: 0;
    bottom: 0;
    padding: 15px 25px;
}
.noticia.snoticia .fecha{
    font-size: 24px;
    line-height: 24px;
    padding: 5px 10px;
}
.noticia .fecha .mes{font-size: 18px;}

.noticia p{
    font-size: 16px;
    line-height: 20px;
}

#menu-lateral{
    position: fixed;
    height: 100%;
    width: 320px;
    max-width: 320px;
    background: #fff;
    z-index: 9999999;
    right: -320px;
    top: 0;
    padding: 50px;
    text-align: right;
}
#menu-lateral.sh{
    right: 0;
}
#menu-lateral li{
    margin-bottom: 10px;
}
#menu-lateral a{
    color: #E00109;
    font-family: "mavl300";
    font-size: 20px;
    line-height: 20px;
}
#menu-lateral .close{
    position: absolute;
    color: #000;
    font-size: 30px;
    bottom: 20px;
    left: 25px;
}
#menu-lateral .close a{color: #000 !important;}
#menu-lateral .close i{opacity: 1; filter: alpha(opacity=100); color: #000;}

.open-menu{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    background: #171716;
    padding: 5px 10px;
    color: #E00109;
    font-size: 14px;
    font-family: "mav";
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
}
.open-menu:hover{
    color: #fff;
}
.open-menu img{max-width: 30px;}

.close-menu{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #171716;
    padding: 10px;
    color: #E00109;
    font-size: 14px;
    font-family: "mav";
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
}
.close-menu:hover{
    color: #fff;
}
.close-menu img{max-width: 30px;}

.navbar-header{float: left; max-width: 100px;}

@media (max-width: 768px){
    
    header .full-screen{
        height: auto;
        width: 100%;
        min-height: 0 !important;
    }
}

@media (min-width: 768px) {  
    
    .header .site-logo{max-width: 140px;}
    /*.header h2{
        margin-top: 180px;
        font-size: 80px;
        line-height: 80px;
        letter-spacing: 23px;
        margin-bottom: 55px;
    }*/
    /*.header p{
        font-size: 28px;
        line-height: 32px;
    }*/
    /*.header a.btn{
        margin-top: 55px;
        font-size: 28px;
        line-height: 32px;
    }*/
    .app-brief-img{
        min-height: 475px;
    }
    .app-brief {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .app-brief-dark h4{
        font-size: 30px;
        line-height: 32px;
    }
    .parallax .content{
        font-size: 22px;
        line-height: 24px;
    }
    .contact h3{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 25px;
    }
    .sticky-navigation img.menu-st{
        margin-top: 15px;
    }
    .open-menu{
        padding: 15px 20px;
        font-size: 20px;
        line-height: 30px;
    }
    .open-menu img{max-width: 50px;}
    .height-1{
        height: 245px;
    }
    .height-2{
        height: 490px;
    }
    .colash-item .caption{
        padding: 5%;
        padding-left: 10%;
        font-size: 16px;
        line-height: 20px;
    }
    .colash-item .caption h5{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .noticia .img{
        height: 350px;
    }
    .noticia .content{
        padding: 50px 35px;
    }
    .noticia{
        margin-bottom: 50px;
    }
    .noticia ul.redes-sociales li{ margin-left: 5px;}
    .noticia ul.redes-sociales li img{max-width: 25px;}
    .contenido{
        padding-top: 280px;
        padding-bottom: 100px;
    }
    .bnoticia .img{
        height: 450px;
    }
    
    .sticky-navigation img.menu-st{
        margin-top: -14px;
    }
    
    #main-slider{
        position: fixed;
        z-index: 1;

    }
}

@media (min-width: 992px) {
    
    .header .site-logo{max-width: 160px;}
}

@media (min-width: 1200px) {
    
    .header .site-logo{max-width: 190px;}
    .header h2{margin-top: 150px;}
}

@media (min-width: 1368px) {
    
    .header .site-logo{max-width: 280px;}
    .header h2{margin-top: 280px;}
}


/*This remove the margin at the row's between screen*/
.row{
   margin-left: 0px; 
   margin-right: 0px;
}




