@charset "UTF-8";

/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

#boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

.box {
    width: 100px;
    height: 100px;
    background-color: darkgrey;
    border-radius: 15px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    background-image: url(/images/iconosdoc/outlook.png);
    background-size: cover;
}

/**/
/**/
/**/
.boxdos {
    background-image: url(/images/iconosdoc/office.png);
}

.boxtres {
    background-image: url(/images/iconosdoc/office365.png);
}

.boxcuatro {
    background-image: url(/images/iconosdoc/violeta.png);
}

.boxcinco {
    background-image: url(/images/iconosdoc/office.png);
}

.boxseis {
    background-image: url(/images/iconosdoc/naranja.png);
}

.box p {
    font-size: 12px;
    margin-top: 30px;
    padding-top: 105px;
    text-align: center;
}

#titulologin {
    width: 80%;
    margin: auto;
}

#titulologin h1 {
    font-size: 20px;
    text-align: center;
    padding-top: 100px;
}

#formu {
    padding-top: 10px--;
}

#formu p {
    text-align: center;
}

#whatsapp a img {
    z-index: 99999;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 20px;
    left: 20px;
}


.carruseluno {
    margin-top: 50px;
    margin-bottom: 50px;
}

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

a {
    color: #DEB887;
}

a:hover,
a:focus {
    color: #DEB887;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #E3BD8A;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #E3BD8A;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #E3BD8A;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #E3BD8A;
    margin-bottom: 0.7rem;
}

.color-nuestros {
    color: #B89970;
}

p {
    color: #959094;
}

p.lead {
    color: #B19F6A;
    margin-bottom: 2rem;
}

.text-primary {
    color: #B19F6A !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #DEB887;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient(122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-image: linear-gradient(122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #B19F6A;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #f2f2f2;
    <--------------------------------------------- margin-bottom: 20px;
}

.section {
    padding-top: 100px;
    padding-bottom: 0;
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0-;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    /**background-color: #31384a;**/
    background-color: #B89970;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.4);
    /*
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    */
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar .img-fluid {
    width: 40px;
}

.nav-menu {
    /**background-color: #31384a;**/
    background-color: #E3BD8A;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.4);
}

.spa {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.macbook {
    width: 350px;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    top: 60px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }

    .navbar-nav > .nav-item > .nav-link.active:after {
        content: "";
        border-bottom: 2px solid #fff;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }

    .macbook {
        width: 750px;
        position: relative;
        top: 20px;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-color: white-;
    /*
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    */
}

.bg-gradient h1 {
    color: #DEB887;
    font-weight: 100 !important;
}

.container .tagline {
    font-size: 20px;
    font-weight: 300;
    color: black;
    color: #ffb8f6----;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.tagline strong {
    color: #DEB887;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }

    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }

    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background-color: #DEB887;
    /*
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    */
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
    margin: auto;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #31384a;
    background-color: lightgray
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #DEB887 #faf6fb #FFF;
    color: #31384a;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 210px;
    margin: 0px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #31384a;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #DEB887;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}

.figcaption {
    text-align:center;
    padding: 10px;
}

/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #DEB887;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #212529;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

.centrar-area {
    margin: 0 auto;
}

/* MEDIA IPHONE WHATSAPP VERTICAL */

@media (min-width:320px) and (max-width:375px) {

    #whatsapp a img {
        z-index: 99999;
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 20px;
        left: 10px;

    }

    #rojo a img {
        display: none;
    }

    #areapayroll {
        width: 100%;
        height: 1130px;
        background-color: #faf6fb-------;
        margin-top: 0;
        padding-top: 0;
    }

    #areaimpositiva {
        width: 100%;
        height: 1040px;
        background-color: #faf6fb-------;
        margin-top: 0;
        padding-top: 0;
    }

    #areacontable {
        width: 100%;
        height: 700px;
        background-color: #faf6fb-------;
        margin-top: 0;
        padding-top: 0;
    }

    #areaseguros {
        width: 100%;
        height: 420px;
        background-color: #faf6fb-------;
        margin-top: 0;
        padding-top: 0;
    }

    #areajuridico {
        width: 100%;
        height: 510px;
        background-color: #faf6fb-------;
        margin-top: 0;
        padding-top: 0;
    }

    .areaserp {
        width: 100%;
        margin: 0 auto;
    }

    #areaserh1 {
        position: relative;
        top: -30px;
        font-size: 37px;
    }

    .formulario {
        width: 100%;
        height: 640px;
        background-color: #fff;
    }

    #formu {
        width: 80%;
        margin: auto;
        margin-top: 30px;
    }

    input,
    textarea {
        width: 100%;
        margin-bottom: 20px;
        padding: 7px;
        box-sizing: border-box;
        font-size: 15px;
        border: 1px solid #f0f0f0;
        font-family: 'Raleway', sans-serif;
    }

    #botonform {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #DEB887;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
    }

    #botonform:hover {
        cursor: pointer;
        background-color: #212529;
        color: #DEB887;
    }

    .formulario h2 {
        padding-top: 30px;
        font-size: 19px;
        text-align: center;
        margin: auto;
        width: 90%;
    }

    #gracias h1 {
        width: 85%;
        padding-top: 150px;
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    #gracias a:hover {
        text-decoration: none;
    }

    #documentos h1 {
        width: 82%;
        padding-top: 150px;
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    #documentos input {
        font-size: 12px;
    }

    #documentos a {
        text-decoration: none;
    }

    -------------------- -------------------------------- #boxes {
        width: 100px;
        height: 100px;
        background-color: grey;
        border-radius: 5px;
    }


    #listadoc {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #listadoc a:hover {
        color: #212529;
    }

    #botondoc {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #DEB887;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botondoc:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #documentos h2 {
        font-size: 18px;
        text-align: center;
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }

    .excelimg {
        width: 100%;
        margin-top: 150px;
    }

    #excel a:hover {
        text-decoration: none;
    }

    #error h1 {
        font-size: 18px;
        margin-top: 150px;
        text-align: center;
    }

    #error {
        width: 86%;
        margin: auto;
    }

    #botonerror {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 230px;
        height: 46px;
        background-color: #DEB887;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botonerror:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #error a:hover {
        text-decoration: none;
    }
}


#clientes {
    font-size: 22px;
}

@media (min-width:1px) and (max-width:375px) {

    #rojo a img {
        display: none;
    }

    .formulario {
        width: 100%;
        height: 640px;
        background-color: #fff;
    }

    #formu {
        width: 80%;
        margin: auto;
        margin-top: 30px;
    }

    input,
    textarea {
        width: 100%;
        margin-bottom: 20px;
        padding: 7px;
        box-sizing: border-box;
        font-size: 15px;
        border: 1px solid #f0f0f0;
        font-family: 'Raleway', sans-serif;
    }

    #botonform {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #DEB887;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
    }

    #botonform:hover {
        cursor: pointer;
        background-color: #212529;
        color: #DEB887;
    }

    .formulario h2 {
        padding-top: 30px;
        font-size: 19px;
        text-align: center;
        margin: auto;
        width: 90%;
    }

    #gracias h1 {
        width: 85%;
        padding-top: 150px;
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .excelimg {
        width: 100%;
        margin-top: 150px;
    }

    #excel a:hover {
        text-decoration: none;
    }

    #documentos h1 {
        width: 82%;
        padding-top: 150px;
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    #documentos input {
        font-size: 12px;
    }

    #documentos a {
        text-decoration: none;
    }

    #listadoc {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #listadoc a:hover {
        color: #212529;
    }

    #botondoc {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #DEB887;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botondoc:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #documentos h2 {
        font-size: 18px;
        text-align: center;
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }

    #error h1 {
        font-size: 18px;
        margin-top: 150px;
        text-align: center;
    }

    #error {
        width: 86%;
        margin: auto;
    }

    #botonerror {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 230px;
        height: 46px;
        background-color: #B19F6A;

        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botonerror:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #error a:hover {
        text-decoration: none;
    }
}

@media (min-width:375px) and (max-width:414px) {

    #whatsapp a img {
        z-index: 99999;
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 20px;
        left: 10px;

    }

    #rojo a img {
        display: none;
    }

    .formulario {
        width: 100%;
        height: 640px;
        background-color: #fff;
    }

    #formu {
        width: 80%;
        margin: auto;
        margin-top: 30px;
    }

    input,
    textarea {
        width: 100%;
        margin-bottom: 20px;
        padding: 7px;
        box-sizing: border-box;
        font-size: 15px;
        border: 1px solid #f0f0f0;
        font-family: 'Raleway', sans-serif;
    }

    #botonform {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #DEB887;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
    }

    #botonform:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
    }

    .formulario h2 {
        padding-top: 30px;
        font-size: 19px;
        text-align: center;
        margin: auto;
        width: 90%;
    }

    #gracias h1 {
        width: 85%;
        padding-top: 150px;
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .excelimg {
        width: 100%;
        margin-top: 150px;
    }

    #excel a:hover {
        text-decoration: none;
    }

    #documentos h1 {
        width: 82%;
        padding-top: 150px;
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    #documentos input {
        font-size: 12px;
    }

    #documentos a {
        text-decoration: none;
    }

    #listadoc {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #listadoc a:hover {
        color: #212529;
    }

    #botondoc {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #B19F6A;

        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botondoc:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #documentos h2 {
        font-size: 18px;
        text-align: center;
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }

    #error h1 {
        font-size: 18px;
        margin-top: 150px;
        text-align: center;
    }

    #error {
        width: 86%;
        margin: auto;
    }

    #botonerror {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 230px;
        height: 46px;
        background-color: #B19F6A;

        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botonerror:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #error a:hover {
        text-decoration: none;
    }
}

@media (min-width:414px) and (max-width:736px) {

    #whatsapp a img {
        z-index: 99999;
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 20px;
        left: 10px;

    }

    #rojo a img {
        display: none;
    }


    .formulario {
        width: 100%;
        height: 640px;
        background-color: #fff;
    }

    #formu {
        width: 80%;
        margin: auto;
        margin-top: 30px;
    }

    input,
    textarea {
        width: 100%;
        margin-bottom: 20px;
        padding: 7px;
        box-sizing: border-box;
        font-size: 15px;
        border: 1px solid #f0f0f0;
        font-family: 'Raleway', sans-serif;
    }

    #botonform {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #DEB887;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
    }

    #botonform:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
    }

    .formulario h2 {
        padding-top: 30px;
        font-size: 19px;
        text-align: center;
        margin: auto;
        width: 90%;
    }

    #gracias h1 {
        width: 85%;
        padding-top: 150px;
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .excelimg {
        width: 100%;
        height: 450px;
        margin-top: 150px;
    }

    #excel a:hover {
        text-decoration: none;
    }

    #documentos h1 {
        width: 82%;
        padding-top: 150px;
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    #documentos input {
        font-size: 12px;
    }

    #documentos a {
        text-decoration: none;
    }

    #listadoc {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #listadoc a:hover {
        color: #212529;
    }

    #botondoc {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #B19F6A;

        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botondoc:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #documentos h2 {
        font-size: 18px;
        text-align: center;
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }

    #error h1 {
        font-size: 18px;
        margin-top: 150px;
        text-align: center;
    }

    #error {
        width: 86%;
        margin: auto;
    }

    #botonerror {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 230px;
        height: 46px;
        background-color: #B19F6A;

        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botonerror:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #error a:hover {
        text-decoration: none;
    }
}

@media (min-width:736px) {

    #rojo img {
        display: none;
    }


    .formulario {
        width: 100%;
        height: 640px;
        background-color: #fff;
    }

    #formu {
        width: 35%;
        margin: auto;
        margin-top: 30px;
    }

    input,
    textarea {
        width: 100%;
        margin-bottom: 20px;
        padding: 7px;
        box-sizing: border-box;
        font-size: 15px;
        border: 1px solid #f0f0f0;
        font-family: 'Raleway', sans-serif;
    }

    #botonform {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #DEB887;

        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
    }

    #botonform:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
    }

    .formulario h2 {
        padding-top: 30px;
        font-size: 30px;
        text-align: center;
        margin: auto;
        width: 80%;
    }

    #gracias h1 {
        width: 90%;
        padding-top: 150px;
        font-size: 25px;
        margin: 0 auto;
        text-align: center;
    }

    .excelimg {
        width: 100%;
        height: 550px;
        margin-top: 150px;
    }

    #excel a:hover {
        text-decoration: none;
    }

    #documentos h1 {
        width: 50%;
        padding-top: 150px;
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    #documentos input {
        font-size: 12px;
    }

    #documentos a {
        text-decoration: none;
    }

    #listadoc {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #listadoc a:hover {
        color: #212529;
    }

    #botondoc {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 195px;
        height: 46px;
        background-color: #B19F6A;

        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botondoc:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #documentos h2 {
        font-size: 18px;
        text-align: center;
        width: 50%;
        margin: auto;
        margin-bottom: 40px;
    }

    #error h1 {
        font-size: 18px;
        margin-top: 150px;
        text-align: center;
    }

    #error {
        width: 66%;
        margin: auto;
    }

    #botonerror {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 230px;
        height: 46px;
        background-color: #B19F6A;

        font-weight: 700;
        line-height: 19px;
        letter-spacing: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    #botonerror:hover {
        cursor: pointer;
        background-color: #212529;
        color: #B19F6A;
        text-decoration: none;
    }

    #error a:hover {
        text-decoration: none;
    }
}


@media (min-width:880px) {
    #excel {
        width: 70%;
        margin: auto;
    }
}

@media (min-width:1250px) {
    #excel {
        width: 40%;
        margin: auto;
    }
}


/* MEDIA IPHONE WHATSAPP HORIZONTAL */



@media (min-width:568px) and (max-width:569px) {
    #rojo a img {
        display: block;
        z-index: 99999;
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 20px;
        left: 10px;
    }

    #whatsapp a img {
        display: none;
    }

    .excelimg {
        width: 100%;
        margin-top: 150px;
    }
}

@media (min-width:667px) and (max-width:668px) {
    #rojo a img {
        display: block;
        z-index: 99999;
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 20px;
        left: 10px;
    }

    #whatsapp a img {
        display: none;
    }
}


iframe {
    width: 100%;
}