body{
    font-family: 'Roboto', 'Arial', sans-serif;
    box-sizing: content-box;
    
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1060;
    transition: all .35s ease-in-out;
}
header nav.ss-navbar{
    width: 100%;
    height: 55px;
    background-color:black;
    /*background: rgba(0,0,0,0.65);*/
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(255,255,255,0)));*/
    /*background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%);*/
    /*background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%);*/
    /*background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%);*/
    /*background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );*/
    /*height: 80px;*/
    transition: all .35s ease-in-out;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.45);
}
header nav.ss-navbar ul, header nav.ss-navbar .ss-nav-mobile{
    
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 4%;
    float: right;
}
header nav.ss-navbar ul, .ss-nav-horizontal{
    display: block;
    list-style: none;
}
header nav.ss-navbar .ss-nav-mobile{
    display: none;
    margin-top: 2%;
    
}
header nav.ss-navbar .ss-nav-mobile button{
    background-color: transparent;
    color:white;
    border: none;
    cursor:pointer;
}
header nav.ss-navbar ul li, .ss-nav-horizontal li{
    display:inline-block; 
    
}
header nav.ss-navbar ul li a{
    display: block;
    color: white;
    padding: 1em;
    text-decoration: none;
    font-size: 1.1em;
}
header nav.ss-navbar ul li:hover{
    background-color: rgba(0,0,0,.65);
}
header nav.ss-navbar div.ss-brand{
    display: inline-block;
    color: white;
    padding: .8em 1em;
    font-size: 1.2em;
    background-color: white;
    margin-left: 4%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,.35);
}

.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1100;
    text-align: center;
}
.loading video, .loading img{
    height: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
section article h2{
    width: 100%;
    text-align: center;
    font-family: 'FuturaBold';
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0,0,0,.35);
}
section article h3{
    color: #004a92;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 2em;
    font-weight: bold;
}

footer{
    background-color: #2196F3;
    color: white;
    margin-top: 1em;
    padding-top: 1em;
}
footer div.copyright{
    background-color: rgba(0,0,0,.5);
    padding: .2em 4%;
    color: white;
    font-weight: 500;
    text-align: center;
}
div.social-buttons{
    display: flex;
    justify-content: center;
    text-align: center;
}
div.social-buttons .btn-social{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 1.45em;
    background-color: rgba(0,0,0,.5);
    margin: .5em;
    color:white;
}
div.social-buttons .btn-social:hover{
    background-color: rgba(0,0,0,.75);
}
.brand-slider{
    width: 100%;
    padding: 1em 2%;
    background-color: lightgray;
    overflow-x:auto;
}
.brand-slider>ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 99999px;
}
.brand-slider>ul>li{
    display: inline-block;
    margin-right: 1em;
    background-color: yellow;
}
.brand-slider>ul>li>a{
    display: block;
    width: 200px;
    height: 180px;
}
.brand-slider>ul>li>a>img{
    width: 100%;
}
.row{
    margin: 0;
}
.round-card{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: relative;
    background-color: white;
    overflow: hidden;
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,.5);
    margin: 0 auto;
}
.round-card>img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    
}
.round-card>.round-modal{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0,0,0,.65);
    -webkit-transition: all .35 ease-in-out;
    transition: all .35 ease-in-out;
}
.round-card>.round-modal>.modal-preview{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.round-card>.round-modal>.modal-preview>span{
    font-size: 3em;
    color: white;
    display: block;
    vertical-align: middle;
    margin-top: 38%;
}
.round-card>.round-modal>.modal-preview>button.close-modal{
    display: inline-block;
    position: absolute;
    top: 2%;
    right: 2%;
    color: white;
    border:0;
    background: transparent;
    display:none;
}
.round-card + span{
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: .6em;
}
.round-card>.round-modal.in{
    position:fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1150;
-webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.round-card>.round-modal.in>.modal-preview{
    /*display:none;*/
}
.round-card>.round-modal.in>.modal-preview>button.close-modal{
    display: inline-block!important;
    
}
.card{
    position: relative;
    width: 100%;
    margin-bottom: 1em;
    background-color: white;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.75);
    overflow: hidden;
    border-radius: 5px;
}
.card>.content-card{
    position: absolute;
    height:inherit;
    width: inherit;
}
.card>.content-card>.title-card{
    width: inherit;
    background-color: rgba(255,255,255,.85);
    padding: .1em 4%;
    overflow: hidden;
    border-bottom: 4px solid #ffc100;
}
.card>.content-card>.title-card>h4,.card>.content-card>.title-card>h5{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0e2b67;
    font-weight: 600;
    text-transform: uppercase;
}
.card>.content-card>.text-card{
    position: absolute;
    bottom: 0;
    width: inherit;
    background-color: rgba(255,255,255,.65);
    padding: .4em 4%;
    overflow-y: auto;
    font-weight: 700;
}
.card>.content-card>.text-card>p{
    font-weight: 700;
}
.card>img{
    height: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
}
.card-sm{
    height: 200px;
}
.card-md{
    height: 250px;
}
.card-lg{
    height: 300px;
}
.card-lg>.content-card>.text-card{
    max-height: 254px;
}
.card-animation>.content-card>.text-card, .card>.card-animation>.text-card{
    height: 0;
    padding: 0;
}
#proyectos{
    width: 100%; padding-bottom: 4%; background-color: #004a92; box-shadow: inset 0px 0px 6px rgba(0,0,0,.6);
}
.title{
    width: 100%;text-align: center; margin-bottom: 1em;
}
.title>div:first-child{
    background-size: 100% 100%;display:inline-block;padding: .5em 2% 2em 2%;margin-top: -2px;
}
.title .bg-img-white{
    background-image: url('../res/image/bg-title.png');
}
.title .bg-img-blue{
    background-image: url('../res/image/bg-title-dark.png');
}
.ss-nav-horizontal{
    width: 100%;
    padding: 0;
    
}
.ss-nav-horizontal li{
    position: relative;
    width: 16%;
    height: 70px;
    padding: .5em 2%;
    vertical-align: middle;
    text-align: center;
    background-color: yellowgreen;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.5);
}
.ss-nav-selected, .ss-nav-horizontal li:hover{
    background-color: greenyellow!important;
}
.ss-nav-selected:after, .nav-active:after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 35%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid greenyellow;
	z-index: 1;
}
.content-nav{
    display:none;
    
}
.content-nav-active{
    display:block;
}

#productos{
    position:relative;
    padding: 2em 0em;
}
#productos:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: #004a92;
    z-index: -1;
}
.producto{
    width: 100%;
    height: 310px;
    border-radius: 2px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.5);
    background-color: white;
    margin-bottom: 1em;
    color: dimgrey;
    text-align: center;
    padding-bottom: 40px;
    overflow:hidden;
    position:relative;
}
.producto:after {
  background: linear-gradient(to right, #ffcd02 33.3%, #006dbc 33.3%, #016dbb 66.6%, #00ab4e 66.6%);
  position: absolute;
  content: '';
  height: 4px;
  right: 0;
  left: 0;
  top: 0;
}
.producto .img{
    height: 120px;
    width: 100%;
    margin-bottom: .5em;
    background:whitesmoke;
}
.producto .img>img{
    display: block;
    height: 100%;
    margin: 0 auto;
    
}
.producto h4{
    font-weight: bold;
}
.producto p{
    padding: 0 1em;
}
.producto.bedtimes .img{
    background:#0d5da6;
}
.producto .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: whitesmoke;
    border: 0;
    border-radius: 0;
    color: darkorange;
    font-weight: bold;
    padding: .6em 1em;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
}
.producto .btn:hover {
    background: orange;
    color:whitesmoke;
}
#aliados_img{
    height: 120px;
    width: auto;
}
.circle-tile{
    height: 150px;
    width: 150px;
    
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.75);
    margin: 0 auto;
    text-align: center;
    border: 2px solid white;
    background-color:whitesmoke;
}
.circle-tile>img.fill-v{
    height: 100%;
   
}
.circle-tile>img.fill-h{
    width: 100%;
}
.circle-tile p{
    position: absolute;
    top: 0;
    left: 0;
    width: 146px;
    height: 146px;
    background-color: rgba(239,108,0,.85);
    border-radius: 50%;
    color:white;
    text-align:center;
    line-height: 700%;
    font-size: 1.3em;
    font-weight: bold;
    display:none;
}
.circle-tile:hover p{
    display:block;
    text-shadow: 1px 1px 2px rgba(0,0,0,.65);
}
.circle-tile .name{
    font-size: 2em;
    font-weight: bolder;
    display: block;
    vertical-align: middle;
    margin-top: 40px;
}
.circle-tile .name .blue{
    color:#01579B;
}
.circle-tile .name .green{
    color:#689F38;
}
.show-xs{
    display:none;
}
.hide-xs{
    display:block;
}
.page{
    margin-top: 27px;
}
#logoContactoForm{
    display: block; height: 120px; margin: 0 auto; text-align:center; filter:drop-shadow(0px 0px 2px black);
}
@media only screen and (max-width: 1200px) {
    .circle-tile, .circle-tile p{
        width: 120px;
        height: 120px;
    }
    .circle-tile p{
        width: 116px;
        height: 116px;
    }
}
@media only screen and (max-width: 992px) {
    /* For mobile phones: */
    header{
        position: static;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    header nav.ss-navbar{
        background-color: dodgerblue;
        height: auto;
        
    }
    header nav.ss-navbar ul{
        display: none;
        width: 100%;
        position: static;
        z-index: 10;
        background-color: white;
        
        /*Update 06072017*/
        
        display: inline-block;
        float: left;
        width: 70%;
        margin: 0;
        background-color: black;
    }
    header nav.ss-navbar ul li{
        display:block; 
        width: 100%;
        
    }
    header nav.ss-navbar ul li:hover{
        background-color: #4c4c4c;
    }
    header nav.ss-navbar div.ss-brand{
        position: static;
        float: left;
        width: 30%;
        margin: 0;
        border-radius: 0;
        height: 207px;
        vertical-align: middle;
        text-align: center;
        padding-top: 3.5em;
    }
    header nav.ss-navbar .ss-nav-mobile{
        display: inline-block;
    }
    header nav.ss-navbar ul li a{
        background-color: black;
        color: white;
        font-weight: bold
    }
    header nav.ss-navbar ul li a:hover{
        background-color: #f3f3f3;
    }
    .ss-nav-horizontal li{
        width: 48%;
        height: auto;
        margin-bottom: 1em;
        padding: .5em 0;
    }
    .ss-nav-selected:after, .nav-active:after{
        content: "";
        border-left: 0px solid transparent;
    	border-right: 0px solid transparent;
    	border-top: 0px solid greenyellow;
    }
    .circle-tile, .circle-tile p{
        width: 100px;
        height: 100px;
    }
    .circle-tile p{
        width: 96px;
        height: 96px;
    }
    .page{
        margin-top: 0px;
    }
    #productos{
        padding: 0;
    }
    
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .ss-nav-horizontal li{
        width: 100%;
        height: auto;
    }
    .producto{
        height: 100%;
    }
    #aliados_img{
        height: auto;
        width: 80%;
    }
    .circle-tile, .circle-tile p{
        width: 80px;
        height: 80px;
    }
    .circle-tile p{
        width: 76px;
        height: 76px;
    }
    .show-xs{
        display:block;
    }
    .hide-xs{
        display:none;
    }
    header nav.ss-navbar div.ss-brand{
        width: 100%;
        display: block;
        height: auto;
        text-align: center;
        padding:1em;
    }
    header nav.ss-navbar ul{
        width: 100%;
        display: block;
        text-align: center;
        height: auto;
    }
    #logoContactoForm{
        height: auto;
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}
@font-face {
    font-family: FuturaBold;
    src: url("../res/fonts/futuraBold.ttf");
}