/*
### COLORS
primary:    #e51a28
secondary:  #ed6d17
*/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #273e47;
}

h1, h2, h3 {
    font-weight: 900;
}
h4, h5, h6 {
    font-weight: 700;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2rem;
    letter-spacing: 4px;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}

h2 b {
    color: #e51a28;
}

a {
    color: #ffffff;
}
a.hover {
    text-decoration: underline;
}

.text-primary{
    color: #e51a28 !important;
}
.text-secondary {
    color: #ed6d17 !important;
}
.text-third {
    color: #00cccc !important;
}
.text-dark {
    color: #273e47 !important;
}
.text-light {
    color: #e5e5e5 !important;
}
.text-gradient {
    background: linear-gradient(to right, rgba(229,26,40,1) 0%, rgba(237,109,23,1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.text-gradient-inverse {
    background: linear-gradient(to right, rgba(237,109,23,1) 0%, rgba(229,26,40,1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.text-cursive {
    font-family: 'Lato', sans-serif;
}

.margin_120 {
    margin-top: 120px;
    margin-bottom: 120px;
}
.margin_120_60 {
    margin-top: 120px;
    margin-bottom: 60px;
}
.margin_60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.margin_60_30 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.padding_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.padding_120_60 {
    padding-top: 120px;
    padding-bottom: 60px;
}
.padding_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding_60_30 {
    padding-top: 60px;
    padding-bottom: 30px;
}
.padding_60_0 {
    padding-top: 60px;
    padding-bottom: 0;
}

.bg-gray {
    background-color: #f5f5f5;
}
.bg-green {
    background-color: #EEEFEE;
}

.hr-white {
    border-top: 1px solid rgba(255,255,255,0.3);
}

.aspect-box {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.aspect-box.aspect-4by3 {
    padding-bottom: 75% !important;     /* ( 3 / 4 * 100) */
}
.aspect-box.aspect-16by9 {
    padding-bottom: 56.25% !important;  /* (9 / 16 * 100) */
}
.aspect-box.aspect-1by1 {
    padding-bottom: 100% !important;    /* ( 1 / 1 * 100) */
}
.aspect-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.aspect-box.cointain img {
    -o-object-fit: contain;
    object-fit: contain;
}

.carousel {
    margin-top: -71px;
}
.carousel .fill {
    width: 100%;
    min-height: 25rem;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-control-next,
.carousel-control-prev {
    width: 10%;
    font-size: 2rem;
}
.carousel h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    color: transparent;
    text-shadow: 6px 0 12px rgba(0,0,0,0.7);
    letter-spacing: 2px;
}
.carousel h1 i {
    font-weight: 300;
    padding-left: 15px;
    text-shadow: 6px 0 12px rgba(0,0,0,0.7);
    color: transparent;
    font-size: 1.5rem;
}
.carousel h4 {
    font-weight: 300;
    padding-left: 15px;
    text-shadow: 6px 0 12px rgba(0,0,0,0.7);
    color: transparent;
}
.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    text-align: left;
}
.carousel-caption .carousel-caption-center{
    background: hsla(197, 29%, 22%, 1);
    background: linear-gradient(0deg, hsla(197, 29%, 22%, 0.7) 0%, hsla(197, 29%, 22%, 0) 100%);
    background: -moz-linear-gradient(0deg, hsla(197, 29%, 22%, 0.7) 0%, hsla(197, 29%, 22%, 0) 100%);
    background: -webkit-linear-gradient(0deg, hsla(197, 29%, 22%, 0.7) 0%, hsla(197, 29%, 22%, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#273E47", endColorstr="#273E47", GradientType=1 );
    margin-top: 110px;
}

@media (min-width: 768px) {
    .carousel .fill {
        height: 100vh;
        padding: 0;
    }
    .carousel h1 {
        font-size: 3.5rem;
    }
    .carousel-caption .carousel-caption-center{
        margin-top: 71px;
    }
}

.navbar {
    background: rgba(237,109,23,1);
    background: -moz-linear-gradient(left, rgba(237,109,23,1) 0%, rgba(229,26,40,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,109,23,1)), color-stop(100%, rgba(229,26,40,1)));
    background: -webkit-linear-gradient(left, rgba(237,109,23,1) 0%, rgba(229,26,40,1) 100%);
    background: -o-linear-gradient(left, rgba(237,109,23,1) 0%, rgba(229,26,40,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,109,23,1) 0%, rgba(229,26,40,1) 100%);
    background: linear-gradient(to right, rgba(237,109,23,1) 0%, rgba(229,26,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6d17', endColorstr='#e51a28', GradientType=1 );
}

.navbar .navbar-brand {
    font-weight: 700;
    font-size: 1.75rem;
}
.navbar .nav-item .nav-link{
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus,
.navbar .nav-item .nav-link:active{
    color: rgba(255,255,255,0.9);
}
.navbar .nav-div {
    padding: 0.5rem 0;
    color: rgba(255,255,255,0.5);
}
@media (max-width: 991px) {
    .navbar .nav-div {
        display: none;
    }
}

footer {
    background-color: #ffffff;
}
footer .social {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
footer .social a:hover {
    text-decoration: none;
}
.mark-item div h5,
.mark-item div p {
    text-align: left;
    margin-left: 38px;
}
.mark-item div p {
    font-size: 20px;
}
.mark-item div i {
    float: left;
    font-size: 1.6rem;
    line-height: 1.8rem;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.mark-item div:hover i{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #e51a28;;
}
.mark-item div:hover p {
    color: #000;
}

@media (min-width: 992px) {
    .mark-item.mark-right div h5,
    .mark-item.mark-right div p {
        text-align: right;
        margin-right: 38px;
    }
    .mark-item.mark-right div i{
        float: right;
    }
}

#contact {
    background-color: #273e47;
    background-image: url('../images/dotted.png');
    box-shadow: 10px 5px 10px rgba(0,0,0,0.5);
}
.contact-round {
    margin-bottom: 4px;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #273e47;
    position: relative;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-round:hover {
    background-color: #e51a28;
}
.contact-round i {
    display: block;
    position: relative;
    top: 28%;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.contact-round:hover i {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.g-recaptcha {
    -webkit-transform: scale(0.8) translate(-38px, -9px);
    -moz-transform: scale(0.8) translate(-38px, -9px);
    -ms-transform: scale(0.8) translate(-38px, -9px);
    -o-transform: scale(0.8) translate(-38px, -9px);
    transform: scale(0.8) translate(-38px, -9px);
}

.address i:not(.fa-3x){
    float: left;
    font-size: 1.4rem;
    margin-right: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.address a:hover {
    color: #ffffff;
}
.address a:hover i {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}
.address h6{
    margin-left: 60px;
}

@media (min-width: 768px){
    .address:nth-child(1){
        border-right: 1px solid rgba(255,255,255,0.3);
    }
    .g-recaptcha {
        -webkit-transform: scale(0.8) translate(34px, -9px);
        -moz-transform: scale(0.8) translate(34px, -9px);
        -ms-transform: scale(0.8) translate(34px, -9px);
        -o-transform: scale(0.8) translate(34px, -9px);
        transform: scale(0.8) translate(34px, -9px);
    }
}

.form-control {
    border-radius: 0;
    border: 2px solid #ffffff;
    font-size: 15px;
    padding: 25px 15px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.alert {
    border-radius: 0;
    font-size: 15px;
    position: relative;
    min-height: 60px;
    padding: 5px 50px 5px 65px;
    margin-bottom: 1rem;
}
.alert .alert-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    top: 5px;
    left: 5px;
}
.alert .alert-icon i{
    line-height: 50px !important;
}
.alert .alert-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0.25rem;
}
.alert p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}
.alert-dismissible .close {
    padding-top: 0.5rem;
}
.btn {
    border: none;
    border-radius: 0;
    padding: 15px 45px;
    font-weight: 700;
}
.btn-gradient {
    background: rgb(237,109,23);
    background: linear-gradient(90deg, rgba(237,109,23,1) 0%, rgba(229,26,40,1) 100%);
    color: #ffffff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.btn-gradient:hover {
    background: linear-gradient(to right, rgba(237,109,23,1) 0%, rgba(237,109,23,1) 100%);
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}
.btn-primary {
    background-color: #e51a28;
    color: #ffffff;
}
.btn-primary:hover {
    background-color: #ed6d17;
}
.btn-secondary {
    background-color: #ed6d17;
    color: #ffffff;
}
.btn-secondary:hover {
    background-color: #e51a28;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}
.parallax-overlayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(238,238,238, 0.2);
}

.number{
    text-align: center;
}
.number i{
    font-size: 3.5rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.number:hover i{
    -webkit-transform: scale(1.2) rotate(12deg);
    transform: scale(1.2) rotate(12deg);
    color: green;
}

.testimonial-text {
    background: #DBDDDB;
    border: 1px solid #ebebeb;
    padding: 20px 20px 50px;
    color: #323232;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    line-height: 36px;
    position: relative;
    font-family: 'Lato', sans-serif;;
    font-weight: 400;
    font-style: italic;
}
.testimonial-text .icon {
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    bottom: -40px;
    border: 3px solid #DBDDDB;
    padding: 12px;
    background: #ffffff;
    position: absolute;
    font-size: 30px;
    line-height: 56px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #6A6969;
}
.testimonial-text:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial-text .icon-quote {
    opacity: 0.2;
}
.testimonial-autor {
    text-align: center;
    margin-top: 50px;
    color: #6A6969;
}

.diagonal {
    color: #00cccc;
    font-weight: 700;
}
.frases {
    text-shadow: 2px 3px 5px rgba(0,0,0,0.1);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    background: linear-gradient(to right, #00cccc 0%, #70ce9b 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.mocockups-carousel {
    position: relative;
    overflow: hidden;
}
.owl-desktop {
    position: absolute;
    top: 4.5%;
    right: 0;
    left: 0;
    padding-left: 6%;
    padding-right: 6%;
}
.owl-desktop .aspect-box img {
    padding-bottom: 46.5% !important;
    object-position: top;
    -o-object-position: top;
}
.owl-phone {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    padding-left: 11%;
    padding-right: 11%;
}
.owl-phone .aspect-box img {
    object-position: top;
    -o-object-position: top;
}
.owl-phone .aspect-box {
    padding-bottom: 178% !important;
}
.owl-visionarios img {
    width: auto;
    height: 60px;
}

.border-gradient {
    width: 100%;
    height: 1px;
    margin-bottom:1.5rem;
    background: rgba(229,26,40,1);
    background: -moz-linear-gradient(left, rgba(229,26,40,1) 0%, rgba(237,109,23,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(229,26,40,1)), color-stop(100%, rgba(237,109,23,1)));
    background: -webkit-linear-gradient(left, rgba(229,26,40,1) 0%, rgba(237,109,23,1) 100%);
    background: -o-linear-gradient(left, rgba(229,26,40,1) 0%, rgba(237,109,23,1) 100%);
    background: -ms-linear-gradient(left, rgba(229,26,40,1) 0%, rgba(237,109,23,1) 100%);
    background: linear-gradient(to right, rgba(229,26,40,1) 0%, rgba(237,109,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51a28', endColorstr='#ed6d17', GradientType=1 );
}

.carousel-title[data-scroll] {
    opacity: 0;
    will-change: transform, scale, opacity;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.carousel-title[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.carousel-title .char:after {
    visibility: visible;
    color: #ffffff;
    opacity: 0;
    transform: translateY(30%);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: calc(.2s + (.04s * var(--char-index) ) );
}
.carousel-title[data-scroll="in"] .char:after {
    opacity: 1;
    transform: translateY(0);
}

.frases[data-scroll] {
    opacity: 0;
    will-change: transform, scale, opacity;
    transition: all 1.5s ease;
    transform: translateY(40%);
}
.frases[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0);
}
.frases[data-scroll="out"] {
    opacity: 0;
    transform: translateY(40%);
}

.img--pulse[data-scroll] {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.img--pulse[data-scroll="in"] {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.img--pulse[data-scroll="out"] {
    transform: scale(1);
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
}
@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
}