@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Montserrat:wght@400;500;700&family=Rubik:wght@400;500;600;700?family=Ubuntu:wght@400;500&display=swap');

body {
    font-family: 'Montserrat', 'Inter', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 15px;
}

html {
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
}

p {
    font-size: 15px;
    line-height: 30px;
}

a,
button,
a i {
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
    color: #333;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

a.button-custom {
    display: inline-block; 
    color: #fff;
    border: 1px solid #532e7b;
    text-align: center;
    background: #532e7b;

    margin: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 11px 42px;
    letter-spacing: 2px;
    border-radius: 24px;
}

.button-custom-sec {
    display: inline-block; 
    color: #532e7b;
    border: 1px solid #fff;
    text-align: center;
    background: #fff;

    margin: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 11px 42px;
    letter-spacing: 2px;
    border-radius: 24px;
}

@media(min-width:768px) {
    a.button-custom:hover{
        color: #532e7b;
        background-color: transparent;
    }
    .button-custom-sec:hover {
        border: 1px solid #fff;
    }
    div.presentation a:hover {
        color: #532e7b;
    }
    div.presentation a:hover i {
        color: #532e7b;
    }
}

@-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

div.presentation {
    top: 200px;
    position: absolute;
    width: 430px;
    z-index: 1;
    right: 60px;

    -moz-animation: reveal-banner 2s 0.3s ease-in-out;
    -webkit-animation: reveal-banner 2s 0.3s ease-in-out;
    -o-animation: reveal-banner 2s 0.3s ease-in-out;
    -ms-animation: reveal-banner 2s 0.3s ease-in-out;
    animation: reveal-banner 2s 0.3s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

/* div.presentation div {
    padding: 45px;
    background: #ffffff99;
    width: auto;
    display: table;
    margin: auto;
    text-align: center;
    max-width: 800px;
} */

div.presentation p {
    color: #fff;
    line-height: 40px;
}


div.presentation h1 {
    text-align: center;
    color: #532e7b;
    font-family: 'Montserrat', serif, sans-serif;
    font-size: 40px;

    font-style: normal;
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 7px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

div.presentation h1:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    top: 52px;
    background: #532e7b;
    left: 50%;
    margin-left: -40px;
}

@media(max-width:991px) {
    div.presentation {
        display: none;
    }
}

@media(max-width:767px) {
    div.presentation h1 {
        font-size: 28px;
        line-height: 48px;
        max-width: 300px;
        margin: 0 auto 22px;
        padding: 0;
    }
    div.presentation h1:after {
        bottom: -10px;
        top: auto;
    }
    #section1 p {
        margin-top: 20px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Montserrat', serif, sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

section {
    padding: 120px 0 30px;
}

section h2.section-heading {
    color: #532e7b;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 36px;
    text-shadow: 2px 2px 1px #532e7b38;
    letter-spacing: 3px;
    position: relative;
}

section h2.section-heading:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    top: 60px;
    background: #532e7b;
    left: 50%;
    margin-left: -40px;
    display: none;
}

p.section-sub-heading {
    color: #111;
    margin: -30px 0 40px 0;
    float: left;
    width: 100%;
    letter-spacing: 1px;
}

p.section-sub-heading a {
    font-family: 'Montserrat', serif, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 8px;
    display: block;
}

.section-sub-heading-bottom-section {
    margin-bottom: 20px;
}

.section-sub-heading-bottom-section span {
    display: block;
    margin-bottom: 10px;
}

/* section oficinas */
.oficinas-content > div {
    background: #fafafa;
    padding: 45px 15px;
    margin-bottom: 6px;
    border-radius: 5px;
}

.oficinas-content > div i {
    font-size: 35px;
    color: #532e7b;
    text-shadow: 2px 2px 1px #532e7b1f;
    margin-bottom: 10px;
}

.oficinas-content > div p {
    font-family: 'Montserrat';
    /* color: #532e7b; */
    margin-bottom: 0;
    font-weight: 500;
}

.oficinas-content > div,
.oficinas-content > div i,
.oficinas-content > div p {
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.contact-button-cont {
    margin-top: 36px;
    text-align: center;
}

@media (min-width: 992px) {
    .oficinas-content {
        display: flex;
        justify-content: space-around;
    }

    .oficinas-content > div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 33%;
        max-width: 100%;
        margin: 0;        
    }

    .oficinas-content > div:hover {
        background: #532e7b1f;
    }
    .oficinas-content > div:hover i,
    .oficinas-content > div:hover p {
        color: #532e7b;
    }
}


/** section:header **/
header {
    height: 100%;
    width: 100%;
}

header .intro-text {
    padding-bottom: 300px;
    padding-top: 200px;
}

.header-logo-cont {
    padding-bottom: 60px;
    padding-top: 85px;
}

.header-logo {
    margin: auto;
}

.header-logo img {
    width: 75%;
}

.navbar-default {
    border-color: transparent;
    box-shadow: 1px 1px 9px #222;
    background: #fff;
}

.navbar-en li a {padding-left: 25px;}

.navbar-default .navbar-brand {
    padding: 0;
    height: auto;
    margin-top: 10px;
    margin-left: 0!important;
}

.navbar-default .navbar-brand img {
    max-height: 25px;
    width: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.light {
    font-weight: 400;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border: 0;
    margin-top: 12px;
    padding-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #532e7b;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .nav li {
    padding: 0 12px;
}

.navbar-default .nav li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #532e7b!important;
    padding-bottom: 0;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    font-size: 13px;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    outline: 0;
    color: #532e7b;
}

.navbar-default .nav li a:hover {
    outline: 0;
    color: #532e7b;
}

.navbar-default .navbar-nav > .active > a {
    background: none;
    border-radius: 0;
    color: #532e7b; 
}

.navbar a {background: none!important;}


@media (min-width:768px) {
    .navbar-default .nav li a:after {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 4px;
        height: 4px;
        background: #532e7b;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        margin-top: 5px;
        border-radius: 50%;
        margin-left: -2px;
    }

    .navbar-default .nav li a:hover:after,
    .navbar-default .navbar-nav > .active > a:after,
    .navbar-default .nav li a:focus-within {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

    .navbar-default .nav li a.active:hover:after {
        opacity: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    nav.navbar.navbar-default .container {
        width: 100%;
    }
    .navbar-default .nav li {
        padding: 0 10px;
    }
}

/* inn_parallax */
.inn_parallax {
    text-align: center;
}

.inn_parallax p {
    max-width: 790px;
    margin: auto;
    color: #532e7b;
    font-size: 16px;
    line-height: 35px;
    padding: 70px 0 50px;
}

@media(min-width:992px) {
    .inn_parallax {
        display: none;
    }
}


/** section:1 **/
#section1 a.button-custom {
    margin-top: 55px;
}

.bienvenidos {
    text-align: center;
    margin-bottom: 60px;
}

.bienvenidos h3 {
    color: #532e7b;
    font-size: 45px;
    letter-spacing: 12px;
    margin-bottom: 25px;
    margin-top: 0;
}

.bienvenidos p {
    max-width: 750px;
    margin: auto;
    color: #111;
    margin-bottom: 35px;
}

.inn-sobre-mi-cont {
    padding-left: 15px;
    padding-right: 15px;
}

.inn-sobre-mi-cont-img {
    text-align: center;
}

.inn-sobre-mi-cont-img img {
    max-width: 300px;
    display: inline-block;
}

.inn-sobre-mi-cont-text {
    padding-top: 30px;
}

.inn-sobre-mi-cont-text h3 {
    font-size: 16px;
    color: #532e7b;
}

.inn-sobre-mi-cont-text span {
    font-style: italic;
}

@media (min-width: 992px) {
    .inn-sobre-mi-cont-img img {
        max-width: 420px;
    }
    .inn-sobre-mi-cont {
        display: flex;
        justify-content: space-around;
        margin-bottom: 5px;
    }
    
    .inn-sobre-mi-cont > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
        margin: 0;
    }
    .inn-sobre-mi-cont-text {
        padding-top: 0;
        padding-left: 60px;
    }
}

.border-50 {
    border-radius: 50%;
}

/** section:2 **/
.servicios {
    margin-bottom: 20px;
}

#section2 .servicios-cont > div {
    background: #fafafa;
    padding: 45px 20px;
    margin-bottom: 6px;
    border-radius: 5px;
    text-align: center;

    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

#section2 .servicios-cont p {
    font-weight: 400;
    line-height: 26px;

    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.inn-servicios-fa {
    margin-right: 5px;
    color: #532e7b;
    font-size: 12px;
}

.inn-servicios-comments {
    margin-top: 9px;
    font-size: 14px;
}

.inn-servicios-comments:last-child {
    margin-bottom: 0;
}

.inn-servicios-comments a {
    text-transform: none;
    color: #532e7b;
    font-weight: 500;
}

.inn-servicios-comments a:hover {
    color: #8436d8;
}

@media (min-width: 992px) {
    .servicios-cont {
        display: flex;
        justify-content: space-around;
        margin-bottom: 5px;
    }
    #section2 .servicios-cont > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 33%;
        max-width: 100%;
        margin: 0;
    }
    #section2 .servicios-cont > div:hover {
        background: #532e7b1f;
    }
    #section2 .servicios-cont > div:hover p {
        color: #532e7b;
    }
}

/** section:contact **/
section#contact {
    padding-bottom: 0;
}

.contact-info  {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.contact-info div {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.contact-info div:last-child {
    margin-bottom: 0;
}

.contact-info h4 {
    width: 100%;
    color: #532e7b;
    float: left;
    margin-bottom: 15px;
}

.contact-info a,
.contact-info span {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
}

.contact-info a.a-phone {
    font-family: 'Montserrat', serif, sans-serif;
    font-size: 18px;
    display: block;
}

.contact-info a.a-phone i {
    vertical-align: bottom;
}

#contact a i,
#contact span i {
    margin-right: 7px;
}

.contact-form-cont {
    padding: 0 0 50px 0;
    background: #fff;
}

#contact > .container {
    padding-bottom: 0;
}

.contact-form-cont h3 {
    color: #532e7b;
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.contact-form-cont p {
    color: #333;
    margin-bottom: 25px;
}

.contacto .cont{
    width:100%;
}

.contacto .cont input,
.contacto .cont textarea {
    background: transparent;
    color: #333;
    border-radius: 24px;
    font-size: 14px;
    border: 1px solid #532e7b;
}

.contacto .cont input::placeholder,
.contacto .cont textarea::placeholder {
    color: #d4cedc;
    font-size: 14px;
}

.contacto .cont input {
    font-weight: normal;
    height: 45px;
    letter-spacing: 1px;
    margin-bottom: 26px;
    padding: 0 2%;
    width: 100%;
}

#contact-form fieldset label {
    width:100%;
}

section#contact ul {
    padding: 0;
}

section#contact ul li {
    list-style: none;
    line-height: 27px;
}

a.button {
    cursor: pointer;
    float: right; 
    margin: 8px 0;
}

.inn-icon-wthatsapp {
    background: #532e7b;
    border-radius: 50%;
    padding: 2px 0px 2px 6px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}

.inn-icon-wthatsapp:hover {
    background: #25d366;
}

.message textarea {
    border: medium none;
    font-size: 15px;
    font-weight: normal;
    height: 150px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 2%;
    border: none;
}

#contact-form fieldset label span {
    color: #fc8181;
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: -21px;
    position: absolute;
}

.message span {
    margin-top:-10px!important;
}

.success {
    line-height: 22px;
}
    
.success strong {
    margin-top: -5px;
}

#contact-form .success {
    display: none;
    font-family: 'Montserrat', 'Inter', sans-serif;
    line-height: 20px;
    margin-bottom: 15px;
}
#contact-form .error,
#contact-form .empty {
    color:#777;
    display:none;
    overflow:hidden;
}

@media(min-width:769px) {
    .contact-info div {
        width: 50%;
        position: relative;
        margin-bottom: 0; 
        min-height: 185px;
    }
    .contact-info div.contact-info-desktop:before {
        content: "";
        background: #532e7b;
        position: absolute;
        width: 1px;
        height: 100%;
        border-radius: 0;
        left: 0;
        text-align: center;
    }
    .contact-info div:first-child:after {
        content: "";
        background: #532e7b;
        position: absolute;
        width: 1px;
        height: 100%;
        border-radius: 0;
        right: 0;
        text-align: center;
    }
    .section-sub-heading-bottom-section {
        margin-bottom: 20px;
    }
}

/** section:footer **/
footer {
    border-top: 1px solid #532e7b12;
    padding: 20px 0;
    text-align: center;
    background: transparent;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Montserrat', 'Inter', sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Montserrat', 'Inter', sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
    /* display: inline-block; */
    display: none;
}

.footer-cont {
    display: inline;
}

footer .year {
    font-size: 11px;
    text-align: left;
    margin-top: 0;
    float: left;
    padding-left: 0;
    font-weight: 400;
}

footer .year span {
    text-transform: uppercase;
}

footer .inn {
    font-family: "Montserrat";
    cursor: pointer;
    float: right;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 0;
    font-weight: 400;
    float: right;
    padding-right: 0;
    text-transform: uppercase;
}

footer .year,
footer .inn,
ul.social-buttons li a {
    color: #532e7b;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 19px;
    line-height: 43px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active,
footer .inn:hover {
    color: #333;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


@media(min-width:768px) {
    header .intro-text {
        padding-top: 360px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 90px;
        text-transform: uppercase;
        font-family: 'Montserrat', 'Inter', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        box-shadow: none;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 12px 0;
        border-bottom: 1px solid #ececec;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        margin-top: 5px;
    }

    .navbar-default.navbar-shrink .navbar-brand img {
        padding: 1px 0;
    }
    .navbar-default.navbar-shrink .nav li a {
        padding: 2px 0 0 0;
    }
    .navbar-default.navbar-shrink .nav li a:after {
        margin-top: 3px;
    }
    #contact a:hover {
        color: #532e7b;
    }
    
    #contact a:hover i {
        color: #532e7b;
    }
}


@media(max-width:767px) {
    section {
        padding: 100px 0 0;
    }
    .bienvenidos h3 {
        font-size: 35px;
        letter-spacing: 9px;
    }
    section h2.section-heading {
        font-size: 32px;
        line-height: 40px;
    }
    div.nosotros-cv-cont h2.section-heading {
        margin: 0 0 75px;
    }
    .contact-form-cont h3 {
        font-size: 21px;
    }
    section h2.section-heading:after {
        top: auto;
        bottom: -14px;
    }
    .header-logo img {
        width: 190px;
    }
    .header-logo-cont {
        padding-bottom: 40px;
        padding-top: 130px;
    }
    .hidden-mobile {
        display: none;
    }
    .navbar-default .navbar-brand {
        padding: 15px;
        margin: 0;
    }
    .navbar-default .navbar-brand img {
        max-height: 22px;
    }

    .navbar-default.navbar-shrink .navbar-brand img {
        max-height: 20px;
    }
    
    .navbar-default .nav li a {
        padding-top: 10px;
        padding-bottom: 15px;
        text-align: center;
    }
    .contact-info {
        margin-bottom: 0;
    }
    .navbar-default .navbar-collapse {
        border-top: 1px solid #cfcfcf;
    }
}

.show-mobile {
    display: none;
}

@media(max-width: 767px) {
    .show-desktop {
        display: none;
    }
    .show-mobile {
        display: block;
        padding-top: 90px;
    }
    body,
    p,
    a.button-custom
    div.nosotros-cv h4,
    div.nosotros-cv span,
    .contacto .cont input,
    .contacto .cont textarea,
    .contacto .cont input::placeholder,
    .contacto .cont textarea::placeholder {
        font-size: 14px;
    }
}

@media(max-width: 580px) {
    .footer-cont {
        display: inline-grid;
        text-align: center;
    }
    ul.social-buttons {
        float: left;
        width: 100%;
    }
    footer .inn {
        padding-top: 15px;
    }
    footer .year {
        padding: 0;
    }
    #contact-form a {
        width: 100%;
    }
    div.presentation {
        top: 50%;
        margin-top: -140px;
    }
    div.presentation div {
        padding: 30px 15px;
        background: none;
    }
    div.presentation h1 {
        text-shadow: 1px 1px 0px #fff;
    }
    .carousel-control {
        display: none;
    }    
}

