:root{
    --blue: #0D5293;
    --gray:#BDBDBE;
}

a:hover{
    color: var(--gray)!important;
}

.cta:hover{
    color: white!important;
    border-color: var(--blue);
}

.menu-links .links li.cta a:hover {
    border-color: rgba(13, 82, 147, 0.8);
    background: rgba(255, 255, 255, 0.1);
}

.arrow-circ-btn:focus .arrow-icon:before, .arrow-circ-btn:hover .arrow-icon:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    border-color: var(--blue);
    border-left-color: transparent;
}

.cta:hover a{
    color: white!important;
}

.section-contact .content .item-desc a {
    color: var(--gray);
}

#fp-nav ul li a.active span, #fp-nav ul li a.active:hover span {
    border-color:  var(--blue);
}

.circ-btn:hover:before {
    border-color: var(--blue);
    border-top-color: transparent;
}

.site-footer .note .marked {
    color: var(--gray);
}

.header-upper {
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    height: 30px;
    margin-left: 64px;
}

div#header-wrap, #header-wrap nav {
    top: 15px;
}

.topmargin-sm {
    padding: 4px 0px;
    font-size: 14px;
    font-weight: 300;
    float: left;
}

.topmargin-sm span {
    margin-right: 15px;
}

.topmargin-sm .redes{
    text-align: right;
}
.topmargin-sm.redes-sociales {
    float: right;
    color:white;
}

.topmargin-sm.redes-sociales span i {
    color: white;
}

.topmargin-sm.redes-sociales span i:hover {
    color:  var(--gray);
}


p.copy {
    position: relative;
    top: 10px;
}

.section-contact .content .c-form .form .fields input {
    float: right;
    padding-left: 15px;
}

.scrolldown{
    margin-bottom: 52px;
    right: 8px;
}

.section-contact .content .c-form .c-content {
    padding: 5px 0;
}

/**** Catálogo BTN *****/
.cta-catalogo a {
    border-radius: 100px;
    padding-left: 24px;
    padding-right: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #ffffff;
    font-family: "Roboto Condensed", "Helvetica", sans-serif;
    font-size: 16px;
    padding: 4px 30px;
    display: inline-block;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}


/*********************** Media queries **************************/

@media screen and (min-width: 769px) {

    .mobile-only{
        display:none;
    }

}


@media screen and (max-width: 768px) {
    #fp-nav-wrapper {
        display: none;
    }

    #contact-sect .c-content.card-wrapper {
        padding-top: 0px!important;
    }

    #contact-sect .wrapper.contact-wrapper {
        padding-bottom: 0px!important;
    }

    .topmargin-sm.redes-sociales {
        float: left;
        color: white;
    }

    .topmargin-sm span {
        font-size: 11px;
    }
    .menu-links.menu-visible {
        background: rgba(0,0,0,0.7);
        padding: 50px;
    }

    .desktop-only{
        display:none;
    }

    .mobile-only{
        display:block;
    }

    .site-footer {
        position: absolute;
        margin-top: 52px;
        z-index: 10;
        bottom: 10px;
        width: 280px;
    }


    .section-home .content .home-logo img {
        height: auto;
    }

    .header-upper {
        display: none;
    }

    .section .content .title-desc h3 {
        font-size: 1.5rem;
    }

    p {
        font-size: 14px;
    }
}


@media screen and (min-width: 601px) {
    .header-upper {
        margin-left: 64px;
        margin-right: 64px;
    }

    .text-title-home h2 {
        font-size: 48px!important;
    }

    .section-home .content .home-logo img {
        height: auto;
    }

}

@media screen and (max-width: 600px) {
  
    .topmargin-sm.redes-sociales {
        float: left;
        color: white;
    }

    .header-upper {
        margin-left: auto;
        margin-right: auto;
    }

    .topmargin-sm span {
        font-size: 11px;
    }

}
