/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9/03/2015, 03:19:17 PM
    Author     : SFS

Gray:   #9E9E9E
Orange: #EC842F
Dark:   #B47646

*/
html{
    overflow-x: hidden;
}
@font-face {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
}
.www-back-location{
    margin: 60px 0 0 0;
    padding: 10px 20px 10px 20px;
    font-size: 40px;
    color: #009cde;
    background-color: white;
    border: #009cde hidden 3px;
    border-top-style: solid;
}
.www-back-stats i{
    font-size: 50px;
}
.www-back-stats b{
    font-size: 20px;
}
.www-back-stats{
    font-size: 17px;
}
.www-back-stats{
    margin: 30px 0 30px 0;
    text-align: center;
    padding: 0 20px 0 20px;
}
.www-box-seccion{
    padding: 10px;
    background-color: white;
    border: grey solid 1px;
    min-height: 600px;
}
.www-back-optica{
    border-top: #009cde 3px solid;
    border-bottom: #009cde 3px solid;
    background-color: white;
    min-height: 200px;
    background-position: left;
    background-image: url('/img/optica.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.www-back-prices{
    background-position: left;
    background-size: contain;
    padding: 5px;
    min-height: 200px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-color: #001881;
    color: white;
}
.www-back-platform{
    background-position: center;
    background-image: url("/img/platform.png");
    background-size: cover;
    padding: 5px;
    min-height: 400px;
    padding-bottom: 20px;
    border-top: #009cde 3px solid;
}
.www-logo{
    height: 70px;
    background-image: url('/img/logo_completo.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.fade-image {
    display: inline-block;
    margin: 5px;
    border: solid gray 1px;
    background-size:cover;
    background-position: center;
    width: 180px;
    height: 180px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 100px;
}
.fade-image div {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    height: 180px;
    background-color: black;
    border: none;
    color: white;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    opacity: 0;
    border-radius: 100px;
}

.fade-image div:hover {
    opacity: 0.7;
    background-color: black;
    color: white;
    cursor: pointer;
}
.www-contact {
    border: solid #009cde 1px;
    z-index: 101;
    display: block;
    overflow: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    background-color: #009cde;
    color: transparent;
    width: 70px;
    height: 70px;
    transition: width 1s, background-color 1s, color 1s;
}
.www-contact i{
    padding: 5px;
}
.www-contact:hover{
    color: white;
    width: 250px;
    background-color: #009cde;
}
.www-contact a{
    float: left;
    text-decoration: none;
    color: white;
    padding: 15px 0 0 5px;
    font-size: 25px;
}
.www-contact div{
    font-size: 50px;
    text-align: center;
    background-color: #001881;
    float: right;
    height: 70px;
    width: 70px;
    color: white;
}
.www-detail-box {
    color: grey;
    margin: 30px 10px 10px 10px;
    border: solid grey 2px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-size: cover !important;
}
.www-detail-box img{
    max-height: 200px;
    margin: auto;
    display: flex;
    margin-bottom: 20px;
}
body{
    background-color: #f0f7f2;
    font-family: "Gill Sans MT";
    letter-spacing: 1px;
}
.svg-line {
    background-color: transparent;
    width: 100%;
    height: 50px;
    z-index: 10;
    position: absolute;
}
.www-to-up{
    color: white;
    font-size: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    height: 70px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.www-fp-separator{
    background-image: url(/img/separator2.png?ad);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 50px;
    width: 100%;
    position: absolute;
    z-index: 3;
    margin-top: -40px;
}
@media all and (max-width: 500px) {
    .www-fp-separator{
        background-size: cover;
    }
}
.www-slider {
    color: black;
    position:absolute;
    top:180px;
    left:100px;
    width:70%;
    height:250px;
    z-index:0;
    font-size:16px;
    line-height:30px;
    text-align:left;
    padding:10px;
    box-sizing:border-box;
}
.www-slider span{
    color: grey;
}
.www-box {
    font-size: 16px;
    text-align: center;
    color: #9c9ba0;
    background-color: #001881;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    border: solid #bde0c7 2px;
    margin-top: 70px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: url(/img/back_white.png);
    background-size: cover;
}
.www-box .dot{
    text-align: center;
    color: #009cde;
    font-size: 50px;
    border-radius: 100px;
    height: 70px;
    width: 70px;
    display: block;
    margin: auto;
    background-color: white;
    margin-top: -60px;
    border: solid #009cde 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.www-box hr{
    border-color: #009cde;
}
.www-box h4{
    color: #009cde;
    font-weight: bold;
}
.www-img-slider {
    background-size: cover;
    height: 300px;
}
.www-shadow-single{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.www-back-white {
    color: red;
    background-color: white;
    background-image:  linear-gradient(to bottom, transparent 70%, white), url(/img/back_white.png);
    background-size: contain;
    background-position: right;
    padding: 20px;
}
.www-back-red {
    overflow: auto;
    color: white;
    background-color: #001881;
    background-image: linear-gradient(to bottom, transparent 70%, #001881), url(/img/back_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 20px 20px 0;
}
.www-back-w {
    overflow: auto;
    color: black;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, transparent 70%, #ffffff), url(/img/back_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 20px;
}
.www-back-green {
    overflow: auto;
    color: white;
    background-color: #001881;
    background-image: linear-gradient(to bottom, transparent 70%, #001881), url(/img/back_blue_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 20px 20px 0;

}
.www-back-red .border{
    border-style: solid none solid none;
    border-bottom-color: #c40941;
    border-width: 2px;
}

.sheet-art{
    border-radius: 10px;
}

.www-home-section-gray{
    background-image: url(https://i.imgur.com/3EOAgvM.jpg);
    padding: 20px;
    color: white;

    border-top-color: black;
    border-top-width: 2px;
    border-top-style: solid;

    border-bottom-color: black;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.www-home-section-gray:hover{
    opacity: 0.8;
}
.www-home-section{
    background-color: #ff9900;
    padding: 20px;
    color: white;

    border-top-color: orangered;
    border-top-width: 2px;
    border-top-style: solid;

    border-bottom-color: orangered;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.www-home-section:hover{
    background-color: #FFB039;
}
.www-gallery-slider{
    background-size: cover;
    min-height: 300px;
    overflow: auto;
    background-position: center;
}
.www-gallery-title{
    text-shadow: 2px 2px rgba(0,0,0,0.7);
}
.www-gallery-text{
    text-align: left;
    white-space: normal;
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin: 20px;
    opacity: 0.9;

}
.www-foot{
    background-color: white;
    color: #ff9900;
    font-size: 20px;
    bottom: 0;
    min-height: 100px;
    overflow: auto;
    width: 100%;
    margin-top: 10px;
}

.www-foot-sec{
    border-top: solid;
    border-top-color: #001881;
    border-top-width: 2px;
}
.www-foot-sec:hover{
    background-color:  0;
}
.www-header-social{
    color: white;
    font-size: 16px;
    text-align: right;
}
.back-green{
    background-color: #008f4f;
}
.back-red{
    background-color: #ed2f59;
}
.back-blue{
    background-color: #001881;
}
.back-blue2{
    background-color: #009cde;
}
.www-header-social a {
    margin: 0 5px 0 5px;
    color: white;
}
.www-header-social a:hover {
    color: gainsboro;
    text-decoration: none;
}
.www-header{
    background-color: white;
    background-size: cover;
    /*background-image: linear-gradient(to left, transparent, white), url(https://i.imgur.com/akjPOwf.jpg);*/
    background-position: center;
    border-bottom: gainsboro 1px solid;;
}
.www-header img{
    margin: 10px;
    margin-top: 20px;
}
/*.www-header .logo{
    border-style: solid;
    border-color: #ff9900;
    border-width: 0 5px 5px 0;
    opacity: 0.9;
    min-width: 430px;
    background-color: white;
    border-radius: 0 0 100px 0;
    margin-right: 75%;
    padding: 20px;
    //margin-bottom: 20px;
}*/
.fixer{
    width: 900px;
    margin: 10px auto 50px auto;
}

/*
position: fixed;
top: 0;
*/
.www-menu{
    z-index: 100;
    color: #9c9ba0;
    width: 90%;
    opacity: 0.9;
    font-size: 20px;
    overflow: initial;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-left: 5%;
    margin-right: 5%;
}
.www-menu{
    position: absolute;
}
.www-menu-float{
    position: fixed;
    background-color: #eeeeee;
    border-radius: 0 0 24px 24px;
    top: 0;
    left: 0;
}
.www-menu li{
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    float: left;
}
.www-menu a{
    color: #9c9ba0;
    width: 100%;
    display: block;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
}

.www-menu a:hover, .www-menu-active{
    color: #001881 !important;
}
.www-box-shadow{
    box-shadow: -4px 11px 35px -18px rgba(0,0,0,0.75);
}
.www-menu-active {
    border: gainsboro 1px solid;
    border-radius: 50px;
}
.www-menu li:hover> ul{
    display: block;

    margin-top: 1px;

    border-color: #c0c0c0;
    border-width: 2px;
    border-style: solid;
}
.www-menu>li>ul{
    white-space: nowrap;
    display: none;
    background-color: white;
    border-color: #9c9ba0;
    border-width: 2px;
    border-style: solid;
    z-index: 100;
    margin: 0;
    position: absolute;
    float: left;
    width: auto;
    padding: 0;
    box-shadow: -4px 11px 35px -18px rgba(0,0,0,0.75);
}

.www-menu>li>ul>li{
    font-size: 17px;
    display: inline-block;
    width: 100%;
}
.www-space-15 {
    height: 15px;
}
.www-spacer-50 {
    height: 50px;
}
.www-spacer-100 {
    height: 100px;
}
.www-menu-divider{
    border-color: #001881;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
}
@media all and (max-width: 500px) {
    .www-menu {
        overflow: hidden;
        height: auto;
        position: relative;
        background-color: white;
    }
    .www-menu li{
        display: inline-block;
        width: 100%;
    }
    .www-menu ul{
        float: none;
        height: auto;
        position: initial;
    }

    .www-back-optica{
        background-size: cover;
        background-position: right;
    }
}
