/* fuentes */
@import url("//hello.myfonts.net/count/3184b8");
@font-face {font-family: 'GloberRegular';src: url('../fonts/3184B8_0_0.eot');src: url('../fonts/3184B8_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3184B8_0_0.woff2') format('woff2'),url('../fonts/3184B8_0_0.woff') format('woff'),url('../fonts/3184B8_0_0.ttf') format('truetype');}

.f-source {
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    padding: 0;
    border: 0;
    margin: 0;
    outline: 0;
    resize: none;
    border-spacing: 0;
    border-collapse: collapse;
    text-decoration: none;
}
body {
    color: black;
    font-family: 'GloberRegular', 'Source Sans Pro';
    font-size: 16px;
}
h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
/* enlaces y botones */
a,
a:focus,
a:active {
    color: black;
}
a:hover {
    color: #4fc6e6;
}
a:focus, a:active, a:hover {
    text-decoration: none;
}
.lnk-corp,
.lnk-corp:focus,
.lnk-corp:active {
    color: #4fc6e6;
}
.lnk-corp:hover {
    color: black;
}
.btn-corp,
.btn-corp:focus,
.btn-corp:active {
    background-color: #4fc6e6;
    color: white;
}
.btn-corp:hover {
    background-color: black;
    color: white;
}
/* colores */
.tx-corp,
.tx-corp:focus,
.tx-corp:active,
.th-corp:hover {
    color: #4fc6e6;
}
.tx-white,
.tx-white:focus,
.tx-white:active,
.th-white:hover {
    color: white;
}
.tx-black,
.tx-black:focus,
.tx-black:active,
.th-black:hover {
    color: black;
}
.bg-corp,
.bh-corp:hover {
    background-color: #4fc6e6;
}
.bg-corp-rgba,
.bh-corp-rgba:hover {
    background-color: rgba(79, 198, 230, 0.5);
}
.bg-white,
.bh-white:hover {
    background-color: white;
}
.bg-black,
.bh-black:hover {
    background-color: black;
}
.bg-transparent,
.bh-transparent:hover{
    background-color: transparent;
}
/* formulario */
.form-control::-moz-placeholder {
    opacity: 1;
}
select ~ .form-control-feedback {/* Fix para feedback de bootstrap en los select, sacado de https://github.com/twbs/bootstrap/issues/14202 */
    margin-right: 15px;
}
/* varios */
#cargando {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.75);
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
}
.cargando #cargando {
    display: block!important;
}
/* tamaños */
.full-size          {width: 100%; height: 100%}
/* posicionamientos */
.pos-static         {position: static}
.pos-relative       {position: relative}
.pos-absolute       {position: absolute}
.pos-fixed          {position: fixed}
.pos-top-left       {top: 0; left: 0}
.pos-top-right      {top: 0; right: 0}
.pos-bottom-left    {bottom: 0; left: 0}
.pos-bottom-right   {bottom: 0; right: 0}
/* floats */
.clear-left         {clear: left}
.clear-right        {clear: right}
/* display */
.display-none       {display: none}
.display-inline     {display: inline}
.display-inlineblock{display: inline-block}
.display-block      {display: block}
.display-table      {display: table}
.display-tablecell  {display: table-cell}
/* alineacion */
.valign-top         {vertical-align: top!important}
.valign-bottom      {vertical-align: bottom!important}
.valign-middle      {vertical-align: middle}
/* texto */
.text-italic        {font-style: italic}
.text-underline     {text-decoration: underline}
.text-light         {font-weight: 300}
.text-regular       {font-weight: 400}
.text-semibold      {font-weight: 600}
.text-bold          {font-weight: 700}
.text-lineheight10  {line-height: 1.0}
.text-lineheight11  {line-height: 1.1}
.text-lineheight12  {line-height: 1.2}
.text-lineheight15  {line-height: 1.5}
.text-tam8          {font-size: 8px}
.text-tam9          {font-size: 9px}
.text-tam10         {font-size: 10px}
.text-tam11         {font-size: 11px}
.text-tam12         {font-size: 12px}
.text-tam13         {font-size: 13px}
.text-tam14         {font-size: 14px}
.text-tam15         {font-size: 15px}
.text-tam16         {font-size: 16px}
.text-tam18         {font-size: 18px}
.text-tam20         {font-size: 20px}
.text-tam22         {font-size: 22px}
.text-tam24         {font-size: 24px}
.text-tam30         {font-size: 30px}
.text-tam36         {font-size: 36px}
.text-tam40         {font-size: 40px}
.text-tam44         {font-size: 44px}
.text-tam48         {font-size: 48px}
.text-tam60         {font-size: 60px}
.text-tam72         {font-size: 72px}



/*menu pelado*/
header {
    
}
header #header-logo,
header #header-menu {
    display: inline-block;
    vertical-align: middle;
}
header #header-logo #logo {
    display: none;
}
header #header-menu {
    margin-top: 10px;
    color: white;
    font-size: 18px;
    text-align: right;
}
header #header-menu #header-menu-lnk {
    cursor: pointer;
}
header #header-menu #header-menu-lnk span {
    display: inline-block;
    vertical-align: middle;
}
header #header-menu #header-menu-lnk #header-menu-word {
    margin-right: 15px;
}
header #header-menu #header-menu-lnk #header-menu-icon {
    width: 42px;
    height: 42px;
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;
    background-position: center top;
    transition: transform 0.5s;
}
header #header-menu #header-menu-lnk:hover #header-menu-icon {
    background-position: center bottom;
}
header #header-menu #header-menu-cont {
    padding: 10px;
    background-color: white;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 70px;
    display: none;
}
header #header-menu #header-menu-lnk,
header #header-menu a {
    color: black;
}
header #header-menu #header-menu-lnk:hover,
header #header-menu a:hover {
    color: #4fc6e6;
}
header #header-menu.open #header-menu-lnk #header-menu-word {
    opacity: 0;
}
header #header-menu.open #header-menu-lnk #header-menu-icon {
    transform: rotate(-90deg);
}
header #header-menu.open #header-menu-cont {
    display: block;
}
header #header-menu.open #header-menu-cont a {
    display: block;
}

footer {
    background-image: url('../images/footerFondo.jpg');
    background-size: cover;
    background-position: center center;
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
}
footer span,
footer a {
    display: inline-block;
    vertical-align: middle;
}
footer span {
    color: #4fc6e6;
    font-weight: 900;    
}
footer a {
    color: white;
}
footer a:hover {
    color: #4fc6e6;
}
@media (min-width: 768px) {
    header.container-fluid {
        padding: 50px 75px 25px;
    }
    footer.container-fluid {
        height: 140px;
        padding: 50px 75px 0;
    }
    footer .row > div + div {
        text-align: right;
    }
}
@media (max-width: 767px) {
    header.container-fluid {
        padding: 15px;
    }
    footer.container-fluid {
        height: 60px;
        padding: 15px 15px 0;
        text-align: center;
    }
    footer .row > div + div {
        margin-top: 15px;
    }
}
@media(max-width: 500px){
    header #header-menu{
        margin-top: 0;
    }
    header #header-menu a span{
        display: none;
    }
}

.sobre,
.sobre-blanco {
    width: 38px;
    height: 26px;
    background-position: center top;
    display: inline-block;
}
.sobre {
    background-image: url('../images/productos/sobre.png');
}
.sobre-blanco {
    background-image: url('../images/productos/sobre-blanco.png');
}
.sobre:hover,
.sobre-blanco:hover {
    background-position: center bottom;
}