body, html, header {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

section {
    margin: 3rem 0;
}

button, .btn {
    color: #2a4348 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 1em 2em;
    border: 3px solid #2a4348 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-size: 0.8em;
    cursor: pointer;
}

button:hover, .btn:hover {
    color: #ffffff !important;
    background: #f39200;
    border-color: #f39200 !important;
    transition: all 0.4s ease 0s;
}

.mini {
    color: #2a4348 !important;
    text-decoration: none;
    background: #ffffff;
    padding: 0 0.2em;
    border: none !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-size: 0.7em;
    cursor: pointer;
}

.mini>a {
    text-decoration: none;
    color: #2a4348 !important;
}

.mini:hover {
    color: #ffffff !important;
    background: #f39200;
    transition: all 0.4s ease 0s;
}

.mb15 {
    margin-bottom: 15px;
}

.mobil {
    display: none;
}

@media (max-width: 600px) {
    button {
        padding: 0.5em 1em;
        margin-bottom: 2em;
    }
}

/* HEADER */

header {
    width: 100%;
    background-color: #f7f7f7;
    border-top: solid 5px #f39200;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 82%;
    max-width: 1100px;
    margin: 3rem auto;
}

.header-logo {
    width: 25%;
}

.header-logo img {
    width: 300px;
}

@media (max-width: 860px) {
    .header-logo img {
        width: 200px
    }
}

@media (max-width: 530px) {
    .header-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0.5rem auto;
        margin-bottom: -10px;
    }
    .header-logo {
        text-align: center;
        width: 100%;
    }
    .header-logo img {
        width: 50%;
    }
    nav {
        margin: 0 0 1.5em 0;
    }
}

/* MENU NAV*/

nav>ul {
    display: flex;
    justify-content: flex-end;
}

nav>ul>li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 1em;
}

@media (max-width: 860px) {
    nav>ul>li {
        margin: 0 0.5em;
        font-size: 0.8em;
    }
}

nav>ul>li>a {
    color: black;
    text-decoration: none;
}

nav>ul>li>a:hover {
    color: #f39200;
    padding-bottom: 6px;
    border-bottom: 3px solid #f39200;
}

.nav-active {
    font-weight: 700;
    border-bottom: 3px solid #f39200;
    padding-bottom: 6px;
}

/* SLIDER */

.slider {
    display: flex;
    justify-content: center;
    width: 100%;
    background-image: url(./images/slider01.jpg);
    background-repeat: no-repeat;
}

.slider-content {
    display: flex;
    width: 82%;
    max-width: 1100px;
    margin: 3rem auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slider-text {
    display: flex;
    align-items: center;
    width: 60%;
    padding: 1em;
    margin: 2em 0;
    background-color: rgba(42, 67, 72, 0.94);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    padding: 1.6em;
    color: white;
}

@media (max-width: 800px) {
    .slider-text {
        font-size: 1.1em;
    }
}

@media (max-width: 600px) {
    .slider-text {
        font-size: 1.1em;
        width: 100%;
        flex-wrap: wrap;
    }
    .cronoshare {
        margin: auto;
        padding-top: 0.8em;
    }
}

@media (max-width: 300px) {
    .slider-text {
        font-size: 0.8em;
        width: 100%;
    }
}

/* 4XCOLUMNAS y 3XCOLUMNAS */

.content-four, .content-three, .content-two {
    margin-left: 9%;
    width: 82%;
    max-width: 1100px;
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
}

.content-column {
    width: 25%;
    margin: 0 0.6em;
    border-bottom: 2px solid #2a4348;
}

.content-column3 {
    width: 31%;
    margin: 0 0.6em;
    border-bottom: 2px solid #2a4348;
}

.content-column-text {
    margin: 1em 0;
    font-size: 0.9em;
}

.content-column-img {
    position: relative;
}

.content-column-img img {
    width: 100%;
}

.content-column-fondo {
    content: '';
    position: absolute;
    top: 0;
    bottom: 4px;
    left: 0;
    right: 0;
    background-color: rgba(42, 67, 72, 0.6);
}

.content-column h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
}

@media (max-width: 800px) {
    .content-four {
        flex-wrap: wrap;
    }
    .content-column {
        width: 44%;
        margin: 0 0.6em;
    }
}

@media (max-width: 410px) {
    .content-four {
        flex-wrap: wrap;
    }
    .content-column {
        width: 100%;
        margin: 0;
    }
}

/* JUMBO */

.extra {
    width: 100%;
    background-image: url(./images/back-extra.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 1em 0 2em 0;
}

.extra h2 {
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    font-weight: normal;
}

.extra-content {
    width: 80%;
    max-width: 1100px;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.extra-content-img {
    width: 20%;
    margin: 0 2em;
}

.extra-content-img img {
    width: 100%;
}

.extra-content-txt {
    width: 28%;
    font-size: 0.9em;
    color: #fff;
}

@media (max-width: 750px) {
    .extra {
        padding: 0.5em 0 1em 0;
    }
    .extra-content {
        flex-wrap: wrap;
    }
    .extra-content-img {
        width: 12%;
        margin-bottom: 1em;
    }
    .extra-content-txt {
        width: 68%;
        margin-bottom: 1em;
    }
}

/* DOBLE */

.doble {
    width: 82%;
    max-width: 1100px;
    margin-left: 9%;
    margin: 3rem auto;
    display: flex;
}

.doble-title {
    width: 48%;
    position: relative;
    background-image: url(images/back-doble.jpg);
}

.doble-title img {
    width: 100%;
    height: 100%;
}

.doble-title-fondo {
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(42, 67, 72, 0.6);
}

.doble-title h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.5em;
    color: #fff;
    font-size: 1.6em;
    text-transform: uppercase;
}

.doble-title span {
    text-transform: lowercase;
    font-size: 0.7em !important;
}

.doble-text {
    background-color: #c7c8cd;
    width: 50%;
    color: #fff;
    font-size: 0.9em;
}

.doble-text p {
    padding: 0 2em;
}

@media (max-width: 600px) {
    .doble {
        flex-wrap: wrap;
    }
    .mobil {
        display: flex;
    }
    .web {
        display: none;
    }
    .doble-title {
        width: 100%;
        background-image: none;
        background-color: #f7f7f7 !important;
    }
    .doble-title h1 {
        position: relative;
        color: #fff;
        font-size: 1.2em;
    }
    .doble-text {
        background-color: #f7f7f7;
        width: 100%;
        color: #000;
    }
}

/* 3 COLUMNAS */

.content-triple {
    margin-left: 9%;
    width: 82%;
    max-width: 1100px;
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.content-triple-text {
    width: 50%;
}

.content-triple-text h2 {
    font-size: 1.1em;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 2px solid #2a4348;
    padding-bottom: 5px;
}

.content-triple-text p {
    font-size: 0.9em;
}

.content-triple-icons {
    position: relative;
    width: 25%;
    margin-left: 1.5em;
    border-bottom: 5px solid #f39200;
    text-align: center;
    text-transform: uppercase;
}

.content-triple-icons img {
    width: 80%;
}

.content-triple-icons h2 {
    font-size: 1em;
    width: 80%;
    margin-left: 10%;
}

@media (max-width: 800px) {
    .content-triple {
        align-items: center;
    }
}

@media (max-width: 600px) {
    .content-triple {
        flex-wrap: wrap;
    }
    .content-triple-text {
        width: 95%;
    }
    .content-triple-icons {
        width: 47%;
        margin-left: 0;
    }
    .content-triple-icons h2 {
        font-size: 0.8em;
    }
}

/* TRIANGLES */

.triangle-tl {
    content: '';
    width: 0;
    height: 0;
    border-top: 60px solid #f39200;
    border-right: 100px solid transparent;
}

.triangle-tl:hover {
    border-top: 60px solid #2a4348;
}

.triangle-icon {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    color: #fff;
    text-transform: lowercase;
}

.triangle-icon a {
    text-decoration: none;
    color: #f7f7f7;
}

/* FOOTER */

footer {
    padding: 2em 0;
    font-size: 0.8em;
    width: 100%;
    background-color: #2a4348;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.footer-content {
    width: 80%;
    text-align: center;
    margin-bottom: 1.5em;
}

.footer-content img {
    width: 40px;
    margin: 0 0.5em;
}

/* FORM CONTENT */

.forms {
    margin-left: 9%;
    width: 82%;
    max-width: 1100px;
    margin: 3rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    text-align: center;
}

.forms-tit {
    width: 100%;
}

.forms h1 {
    color: #2a4348;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 0;
}

.forms p {
    margin-top: 0;
}

.forms-img {
    width: 47%;
    margin: 0;
    padding: 0;
    background-color: #f39200;
}

.forms-img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    border: 6px solid #f39200;
}

.forms-content {
    position: relative;
    left: -30px;
    text-align: left;
    width: 45%;
    background-color: #b5c4c7;
    margin: 2em 0;
    padding: 0.5em 1.5em 1em 1.5em;
}

.forms-content h1 {
    color: #2a4348;
    font-size: 1em;
    ;
    text-transform: uppercase;
    font-weight: 700;
}

.forms-content h2 {
    color: #2a4348;
    font-size: 1em;
    ;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 755px) {
    .forms {
        margin-bottom: 0;
    }
    .forms-img {
        width: 100%;
        height: 140px;
        background-image: url(images/contacto-asesoria-gestoria.jpg);
        border: 6px solid #f39200;
        background-size: 100% auto;
        background-position: bottom;
    }
    .forms-img img {
        display: none;
    }
    .forms-content {
        width: 100%;
        left: 0;
        margin: 2em 0 0 0;
    }
    .columns-content {
        height: auto !important;
    }
    .columns {
        margin: 1em 0;
    }
    .map {
        margin: 2em 0 0 0;
    }
}

@media (max-width: 590px) {
    .forms- h1 {
        font-size: 1.1em;
    }
}

@media (max-width: 550px) {
    .columns {
        flex-wrap: wrap;
    }
    .t30 {
        width: 100% !important;
    }
}

/* COLUMNS */

.columns {
    margin-left: 9%;
    width: 82%;
    max-width: 1100px;
    margin: 3rem auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.columns-content {
    text-align: center;
    height: 90px;
    background-color: #f7f7f7;
    padding: 1em 0;
    font-size: 0.7em;
}

.high {
    font-size: 1.6em !important;
    font-weight: 700;
    color: #2a4348;
}

.t30 {
    width: 30%;
}

@media (max-width: 755px) {
    .columns-content {
        font-size: 0.6em;
        height: 45px;
    }
}

/* GOOGLE MAPS */

.map {
    width: 100%;
    margin: 0;
    padding-bottom: 2em;
    background-color: #f7f7f7;
}

/***** contact form *****/

.contact-form {
    margin: 0;
}

.contact-form fieldset {
    top: 1.5em;
    border: none;
    padding: 0;
    width: 100%;
}

.contact-form label {
    display: block;
    min-height: 45px;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.contact-form .message {
    display: block;
    width: 100%;
}

.contact-form input {
    padding: 10px 15px;
    margin: 0;
    text-decoration: none;
    font-size: 0.8em;
    color: #8b8b8b;
    background: #fff;
    outline: none;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form textarea {
    padding: 10px 15px;
    margin: 0;
    text-decoration: none;
    font-size: 1em;
    color: #8b8b8b;
    background: #fff;
    outline: none;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form input {
    height: 32px;
}

.contact-form input:focus, .contact-form textarea:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #8b8b8b !important;
    border: none;
}

.contact-form .area .error {
    float: none;
}

.contact-form textarea {
    width: 100%;
    height: 60px;
    resize: none;
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
}

.contact-form .success {
    border: none;
    display: none;
    font-size: 0.8em;
    background: #f39200;
    padding: 18px 0px;
    text-transform: none;
    text-align: center;
    z-index: 20;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form .error, .contact-form .empty {
    color: #f39200;
    font-size: 0.6em;
    display: none;
    text-align: right;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.contact-form .message .error, .contact-form .message .empty {
    top: 0;
}

.contact-form .btn {
    margin-left: 2px;
    margin-top: 1em;
    padding: 0.5em 1em;
    border: 2px solid #2a4348 !important
}

.mini-form {
    background-color: none;
    font-size: 0.6em;
}

/*-- end contacts --*/

/* CronoShare */

.crono-img {
    width: 140px;
}

/*   RENTA 2020 */

.renta {
    width: 100%;
    margin: auto;
    padding: 1em 0;
    text-align: center;
    background-color: #f39200;
    color: white;
}

.img-renta {
    width: 80% !important;
    margin: 0 10%;
}

.content-column-img h1 {
    text-align: center;
}

.content-column3renta {
    width: 32%;
    color: white;
    margin: 0 0.5em;
    font-size: 1em;
}

.content-column-renta {
    padding: 1em;
    text-align: center;
}

.content-column-renta h1 {
    font-size: 1em;
}

/* DOS COLUMNAS */ 

.content-gris {
    width: 100%;
    background-color: #f7f7f7;
}

.content-column2 {
    width: 49%;
    margin: 0 0.5em;
}


@media (max-width: 550px) {
    .content-two, .content-three {
        flex-wrap: wrap;
    }


    .content-column2, .content-column-renta {
        width: 100%;
        margin: 0 0.5em;
    }
}
