﻿@font-face {
    font-family: Lora;
    font-weight: bold;
    src: url('../font/Lora-Bold.ttf');
}

@font-face {
    font-family: SourceSansPro;
    font-weight: bold;
    src: url('../font/SourceSansPro-Semibold.ttf');
}

@font-face {
    font-family: SourceSansPro;
    font-weight: normal;
    src: url('../font/SourceSansPro-Regular.ttf');
}

body {
    background-color: #FFFFFF;
    margin: 0;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    o-user-select:none;
}

section {
    background-color: #F5F1F0;
    position:relative;
}

header {
    height: 250px;
}


#title {
    font-family: 'Lora', Arial, sans-serif;
    font-size: 30px;
    color: #CD4335;
    min-height:70px;
    line-height:32px;
    z-index:100;
}

#title > div {
    padding-top: 10px;
}


.cycle-slideshow {
    width: 100%;
    height: 100%;
    overflow-y:hidden;
    position:relative;
}

 .cycle-slideshow img {
    width: 100%;
    height: auto;
 }

 .item_gallery img{
     width:100%;
 }

 .item_gallery{
     position: absolute!important;
     top: 50%!important;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     width:100%;
 }


.banner_gallery {
    z-index: 1000;
    position: absolute;
    left: -170px;
    max-width:1380px;
    right: 0px;
    top:0px;
    margin: 0 auto;
}

.banner-logo {
    z-index: 1000;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 250px;
    width: 438px;
    background: url('../img/logo_banner_1.png') no-repeat;
    background-size: 438px 250px;
    pointer-events: none;
}

.banner-franja {
    position: absolute;
    z-index: 500;
    background-color: #CD4335;
    max-width: 1210px;
    left:171px;
    right:0px;
    top: 200px;
    height: 50px;
}

.banner-franja > a {
    position:absolute;
    width:100%;
    height:100%;
    z-index:100;
}


.banner-apps {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 12px;
    width:260px;
    margin: 0 auto;
}

.banner-apps > div {
  position: absolute;
  width: 115px;
}

.banner-apps > div > img {
        width: 115px;
        height: 38px;
        border: 0;
}


    #title > div > a {
        color: #545E69;
        text-decoration: none;
        display: inline-block;
        margin-right: 5px;
    }

#title > div > span {
        display: inline-block;
}

#title > div > a:hover {
        color: #CD4335;
        text-decoration: none;
    }

.btn_back{
    float:right;
    width:40px;
    height:40px;
    display:none;
    cursor:pointer;
    right:0px;
    margin-top:-5px;
    background-image:url('../img/btn_atras.png');
    background-size:100% 100%;
    -moz-transition: 0.5s -moz-transform ease;
    -webkit-transition: 0.5s -webkit-transform ease;
    -o-transition: 0.5s -o-transform ease;
    transition: 0.5s transform ease;
}

.btn_back:hover {
    background-image:url('../img/btn_atras_select.png');
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.centered-section {
    max-width: 1210px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

@media screen and (min-width: 480px) and (max-width: 1370px) {
    .centered-section {
        margin-left: 86px;
        margin-right: 86px;
    }
}

 @media screen and (min-width: 480px) and (max-width: 1024px) {
        header {
            height: 200px;
        }

        .banner-logo {
            left: 0px;
            top: 0px;
            width: 350px;
            height: 200px;
            background: url('../img/logo_banner_1.png');
            background-size: 350px 200px;
        }

        .banner-franja {
            left: 140px;
            right: 0px;
            top: 150px;
            height: 50px;
        }

        .banner_gallery {
            left: 0px;
            right: 0px;
            top: 0px;
        }

        #title {
            font-size: 28px;
            line-height:30px;
        }

        
    }

    @media screen and (max-width: 480px) {

        header {
            height: 150px;
        }

        .banner-logo {
            width: 156px;
            height: 45px;
            left: 48px;
            top: 15px;
            background: url('../img/logo_banner_2.png');
            background-size: 156px 45px;
        }

        .banner_gallery {
            left: 0px;
        }


        .banner-franja {
            left: 0px;
            right: 0px;
            top: 120px;
            height: 30px;
        }

        .banner-apps {
            top: 5px;
            width: 160px;
        }

        .banner-apps > div {
            position: absolute;
            width: 76px;
        }

        .banner-apps > div > img {
             width: 76px;
             height: 25px;
        }

        .centered-section {
            margin: 0 auto;
        }

        #title {
            font-size: 18px;
            text-align:center;
            min-height:55px;
            line-height:19px;
        }

        #title > div {
          padding-top: 5px;
        }

        .btn_back{
           width:30px;
           height:30px;
           margin-top:-3px;
           margin-right:3px;
        }


    }


