/*-----------------------------------------------------------------------------------

	Theme Name: Cobuild
	Theme URI: http://themeforest.net/user/zytheme
	Description: Cobuild is a pixel perfect creative html5 landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/


/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 
 7.	 Background
 8.	 
 9.	 Buttons
 10. Forms
 11. Icons
 12. List
 13. Media
 14. Tabs
 15. Accordions
 16. Page Title
 17. Pagination
 18. Alerts
 19. Icon Box
 20. Heading
 21. Header
 22. Menu
 23. Hero
 24. Testimonial
 25. Feature
 26. Portfolio
 27. Call To Action
 28. Footer
 29. Soon
 30. Skills
 31. Video
 32. Carousel

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/


/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/

body,
html {
    overflow-x: hidden;
}

html {
    font-size: 10px;
}

body {
    background-color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
    margin: 0;
}

.wrapper {
    background-color: #f8f8f8;
}
.container-fluid{
    width: 80% !important;
}
@media only screen and (max-width: 992px) {
    .container-fluid{
        width: 90% !important;
    }
}

* {
    outline: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    background-color: #dc2a26;
    color: #ffffff;
    text-shadow: none;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #dc2a26;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#C94343;
}

a.mh {
    color: #00A1FF;
    text-decoration: none;
}
a.mh_2{
    color: #999999;
    font-weight: 200;
    text-decoration: none;
}

a:focus {
    color: #e8c8be;
    outline: none;
    text-decoration: none;
}

a:active {
    /* color: #dc2a26; */
    outline: none;
    text-decoration: none;
}

a:hover {
    /* color: #dc2a26; */
    outline: none;
    text-decoration: underline;
}

textarea {
    resize: none;
}

button.btn {
    margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}

.modal-backdrop {
    z-index: 1020;
    background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
    height: 100vh !important;
}

@media only screen and (max-width: 992px) {
    .fullscreen {
        height: auto !important;
    }
}


/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/


/* Heading Text */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: 'Oswald';
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.h1,
h1 {
    font-size: 3.6rem;
}

.h2,
h2 {
    font-size: 3rem;
}

.h3,
h3 {
    font-size: 2.7rem;
}

.h4,
h4 {
    font-size: 2.3rem;
}

.h5,
h5 {
    font-size: 1.8rem;
}

.h6,
h6 {
    font-size: 1.7rem;
}

p {
    color: #999999;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}

.lead {
    font-size: 1.15rem;
    line-height: 1.8;
}


/* Aligning Text */

.text--left {
    text-align: left !important;
}

.text--right {
    text-align: right !important;
}

.text--center {
    text-align: center !important;
}

.text--just {
    text-align: justify !important;
}

.align--top {
    vertical-align: top;
}

.align--bottom {
    vertical-align: bottom;
}

.align--middle {
    vertical-align: middle;
}

.align--baseline {
    vertical-align: baseline;
}


/* Weight Text */

.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal;
}

.italic {
    font-style: italic;
    font-family: 'Lora', serif;
}

.break-word {
    word-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
}


/* Text Color */

.text-white {
    color: #ffffff !important;
}

.text-gray {
    color: #f9f9f9 !important;
}

.text-black {
    color: #333333;
}

.text-theme {
    color: #dc2a26;
}

.text--capitalize {
    text-transform: capitalize !important;
}

.text--uppercase {
    text-transform: uppercase !important;
}

.font-heading {
    font-family: 'Poppins', sans-serif;
}

.font-body {
    font-family: 'Lora', serif;
}

.font-18 {
    font-size: 1.75rem;
}

.font-16 {
    font-size: 1.15rem;
}

.font-20 {
    font-size: 1.45rem;
}

.font-40 {
    font-size:2.85rem;
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    text-center-xs {
        text-align: center !important;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    text-center-sm {
        text-align: center !important;
    }
}

.higlighted-style1 {
    background-color: #dc2a26;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style2 {
    background-color: #333333;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style3 {
    background-color: #ffffff;
    color: #dc2a26;
    padding: 25px 0;
    font-size: 1.45rem;
}


/*------------------------------------*\
    #COLORS
\*------------------------------------*/

.color-heading {
    color: #333333 !important;
}

.color-theme {
    color: #dc2a26 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #f9f9f9 !important;
}


/*------------------------------------*\
    #Align
\*------------------------------------*/

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}


/* All margin */

.m-0 {
    margin: 0 !important;
}

.m-xs {
    margin: 10px;
}

.m-sm {
    margin: 20px;
}

.m-md {
    margin: 40px;
}

.m-lg {
    margin: 80px;
}


/* top margin */

.mt-0 {
    margin-top: 0;
}

.mt-xs {
    margin-top: 10px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px;
}


/* bottom margin */

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}


/* right margin */

.mr-0 {
    margin-right: 0;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-150 {
    margin-right: 150px;
}


/* left margin */

.ml-0 {
    margin-left: 0;
}

.ml-xs {
    margin-left: 10px;
}

.ml-sm {
    margin-left: 20px;
}

.ml-md {
    margin-left: 40px;
}

.ml-lg {
    margin-left: 80px;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-150 {
    margin-left: 150px;
}


/* All padding */

.p-0 {
    padding: 0 !important;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 20px;
}

.p-md {
    padding: 40px;
}

.p-lg {
    padding: 80px;
}


/* top padding */

.pt-0 {
    padding-top: 0 !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}


/* bottom padding */

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}


/* right padding */

.pr-0 {
    padding-right: 0;
}

.pr-xs {
    padding-right: 10px;
}

.pr-sm {
    padding-right: 20px;
}

.pr-md {
    padding-right: 40px;
}

.pr-lg {
    padding-right: 80px;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-150 {
    padding-right: 150px;
}


/* left padding */

.pl-0 {
    padding-left: 0 !important;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-150 {
    padding-left: 150px;
}


/* Postions */

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}


/* Zindex*/

.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}


/* Borders */

.border-all {
    border: 1px solid #dc2a26;
}

.border-top {
    border-top: 1px solid #dc2a26;
}

.border-bottom {
    border-bottom: 1px solid #dc2a26;
}

.border-right {
    border-right: 1px solid #dc2a26;
}

.border-left {
    border-left: 1px solid #dc2a26;
}


/* Display */

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.hide {
    display: none;
}

.flex {
    display: flex;
}

@media only screen and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .pull-left-xs {
        float: left!important;
    }
    .pull-right-xs {
        float: right!important;
        text-align: center !important;
    }
    .pull-none-xs {
        float: none !important;
        text-align: center !important;
    }
    .mb-15-xs {
        margin-bottom: 15px;
    }
    .mb-30-xs {
        margin-bottom: 30px !important;
    }
    .mb-50-xs {
        margin-bottom: 50px;
    }
    .mb-60-xs {
        margin-bottom: 60px !important;
    }
    .p-none-xs {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
    .mb-0-sm {
        margin-bottom: 0;
    }
    .mb-15-sm {
        margin-bottom: 15px;
    }
    .mb-30-sm {
        margin-bottom: 30px !important;
    }
    .mb-50-sm {
        margin-bottom: 50px;
    }
    .mb-60-sm {
        margin-bottom: 60px;
    }
    .pb-15-sm {
        padding-bottom: 15px;
    }
    .pb-30-sm {
        padding-bottom: 30px;
    }
    .pb-50-sm {
        padding-bottom: 50px;
    }
    .pb-60-sm {
        padding-bottom: 60px;
    }
    .p-none-sm {
        padding-right: 0;
        padding-left: 0;
    }
    .pull-none-sm {
        float: none !important;
        text-align: center !important;
    }
}

.border-b {
    border-bottom: 1px solid #f9f9f9;
}


/*------------------------------------*\
    #Grid
\*------------------------------------*/

.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-content {
    padding: 120px 100px 90px 120px;
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-content {
        padding: 40px !important;
    }
}


/* Small Devices, Tablets */

.col-img {
    height: 600px !important;
    padding: 60px;
    overflow: hidden;
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-img {
        height: auto;
        min-height: 600px;
    }
}


/* Postion Helpers */

.pos-fixed {
    position: fixed;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-static {
    position: static;
}

.pos-top {
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.pos-vertical-center {
    position: relative;
    margin-bottom: 10rem;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.height-700 {
    height: 700px !important;
}

.height-500 {
    height: 500px !important;
}

.height-800 {
    height: 800px !important;
}

@media only screen and (min-width: 992px) {
    .hidden-lg,
    .hidden-md {
        display: none;
    }
    .formulario input,
    .formulario select,
    .formulario textarea,
    .formulario p {
        /* width: 60% !important; */
    }
}


/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/

.bg-theme {
    background-color: #dc2a26 !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-gray2 {
    background-color: #f8f8f8 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #333333 !important;
}


/* Background Image */

.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-light:before {
    background-color: #ffffff;
    opacity: 0.8;
}

.bg-overlay-dark:before {
    background: transparent linear-gradient(90deg, #0000009e 0%, #27272789 49%, #54545400 100%) 0% 0% no-repeat padding-box;
}

.bg-overlay-dark2:before {
    background-color: rgba(51, 51, 51, 0.4);
}

.bg-overlay-dark3:before {
    background-color: rgba(51, 51, 51, 0.1);
}

.bg-overlay-dark4:before {
    background-color: rgba(51, 51, 51, 0.2);
}

.bg-overlay-dark5:before {
    background-color: rgba(51, 51, 51, 0.8);
}

.bg-overlay-black:before {
    background-color: rgba(51, 51, 51, 0.9);
}

.bg-overlay-theme:before {
    background-color: #dc2a26;
    opacity: 0.7;
}

/* .bg-parallax {
    background-attachment: fixed;
} */

.bg-ytvideo.bg-overlay:before {
    z-index: 1;
    opacity: .7;
}


/* Background Color Palettes */

.bg-purple {
    color: #ffffff;
    background-color: #cc66cc !important;
}

.bg-sun-flower {
    color: #ffffff;
    background-color: #f1c40f !important;
}

.bg-orange {
    color: #ffffff;
    background-color: #f39c12 !important;
}

.bg-carrot {
    color: #ffffff;
    background-color: #e67e22 !important;
}

.bg-pumpkin {
    color: #ffffff;
    background-color: #d35400 !important;
}

.bg-alizarin {
    color: #ffffff;
    background-color: #e74c3c !important;
}

.bg-pomegranate {
    color: #ffffff;
    background-color: #c0392b !important;
}

.bg-turquoise {
    color: #ffffff;
    background-color: #1abc9c !important;
}

.bg-green-sea {
    color: #ffffff;
    background-color: #16a085 !important;
}

.bg-emerald {
    color: #ffffff;
    background-color: #2ecc71 !important;
}

.bg-nephritis {
    color: #ffffff;
    background-color: #27ae60 !important;
}

.bg-peter-river {
    color: #ffffff;
    background-color: #3498db !important;
}

.bg-belize-hole {
    color: #ffffff;
    background-color: #2980b9 !important;
}

.bg-amethyst {
    color: #ffffff;
    background-color: #9b59b6 !important;
}

.bg-wisteria {
    color: #ffffff;
    background-color: #8e44ad !important;
}

.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}

.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}

.bg-midnight-blue {
    color: #ffffff;
    background-color: #2c3e50 !important;
}

.bg-clouds {
    color: #454545;
    background-color: #ecf0f1 !important;
}

.bg-silver {
    color: #ffffff;
    background-color: #bdc3c7 !important;
}

.bg-concrete {
    color: #ffffff;
    background-color: #859596 !important;
}

.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}

.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}

.bg-graphite {
    color: #ffffff;
    background-color: #454545 !important;
}

.bg-gray-0 {
    background-color: #EEEEEE !important;
    color: #454545;
}

.bg-gray-1 {
    background-color: #ECECEC !important;
    color: #454545;
}

.bg-gray-2 {
    background-color: #BDC3C7 !important;
    color: #454545;
}

.bg-gray-3 {
    backgrond-color: #DADFE1 !important;
    color: #454545;
}

.bg-gray-5 {
    background-color: #ECF0F1 !important;
    color: #454545;
}

.bg-gray-4 {
    backgrouund-color: #F2F1EF !important;
    color: #454545;
}

.bg-gray-6 {
    background-color: #D2D7D3 !important;
    color: #454545;
}

.bg-gray-7 {
    background-color: #E6E6E6 !important;
    color: #454545;
}

.bg-orange-1 {
    background-color: #F9690E !important;
    color: #ffffff;
}

.bg-orange-2 {
    background-color: #D35400 !important;
    color: #ffffff;
}

.bg-orange-3 {
    background-color: #F89406 !important;
    color: #ffffff;
}


/* Background Video */

.bg-ytvideo {
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0 !important;
}

.bg-video {
    width: 100%;
    overflow: hidden;
    behavior: url(/PIE.htc);
    transform: translateZ(0);
    display: block;
    border-radius: 0;
}

.bg-video iframe {
    display: block;
    position: absolute;
    z-index: -2;
}

.bg-video .bg-player {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(polina.jpg) no-repeat;
    min-height: 500px;
}

.bg-video .vidbg {
    min-width: 100%;
    min-height: 100%;
}

.bg-vyoutube {
    z-index: 550;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}


/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/

.btn {
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    padding: 0;
    line-height: 50px;
    width: 170px;
    height: 50px;
}

.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Button Primary */

.btn--primary {
    background-color: #dc2a26;
    color: #ffffff;
    border: 2px solid #dc2a26;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    background-color: #333333;
    color: #ffffff;
    border-color: #333333;
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
    background-color: #ffffff;
    color: #dc2a26;
    border-color: #ffffff;
}

.btn--primary.btn--inverse:active,
.btn--primary.btn--inverse:focus,
.btn--primary.btn--inverse:hover {
    background-color: #ffffff;
    color: #dc2a26;
    border-color: #ffffff;
}


/* Button Secondary*/

.btn--secondary {
    background-color: #333333;
    color: #ffffff;
    border: 2px solid #333333;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: #dc2a26;
    color: #ffffff;
    border-color: #dc2a26;
}


/* Button White */

.btn--white {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: bold;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: #dc2a26;
    color: #ffffff;
    border-color: #ffffff;
}


/* Button Block */

.btn--block {
    width: 100%;
}

.btn--auto {
    width: auto;
}


/* Button Rounded */

.btn--rounded {
    border-radius: 50px;
}


/* Button Bordered */

.btn--bordered {
    background-color: transparent;
}

.btn--bordered.btn--primary {
    color: #dc2a26;
    border-color: #dc2a26;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
    color: #ffffff;
    background-color: #dc2a26;
    border-color: #dc2a26;
}

.btn--bordered.btn--secondary {
    color: #333333;
    border-color: #333333;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn--bordered.btn--white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
    color: #dc2a26;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn--white.btn--secondary {
    color: #333333;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
    color: #ffffff;
    background-color: #dc2a26;
    border-color: #dc2a26;
}

.bg-theme .btn--primary,
.bg-overlay-theme .btn--primary {
    background-color: #2ecc71;
    color: #ffffff;
    border: none;
}

.video--button .popup-video {
    background-color: #ffffff;
    color: #dc2a26;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

.video--button .popup-video:hover {
    animation: none;
}

.video--button .popup-video i {
    font-size: 1.5rem;
    line-height: 80px;
}

.video--player:hover {
    background-color: #dc2a26;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.white {
    color: #fff !important;
}


/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.div-formulario{
}
.justify-content-center {
    justify-content: center !important;
    margin: auto;
    display: flex;
}

.formulario {
    margin-bottom: 0;
    padding: 10rem 0 !important;
    width: 50% !important;
}

.formulario .heading--title{
    text-align: center;
}

.formulario input,
.formulario select,
.formulario textarea,
.formulario p{
    padding: 1.5rem 3rem;
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 10px;
    color: #000000;
    text-transform: capitalize;
    box-shadow: 5px 5px 10px #0000000D;
}
.formulario .select_motivo{
    padding: 1.5rem 2.6rem;
}
.formulario ::placeholder, select{
    text-transform: uppercase;
}
.formulario .text-obligatorio{
    color: #000000;
    font-size: 1.2rem;
    font-family: 'Seravek';
    font-weight: normal;
    text-align: end;
    opacity: .8;
}
.formulario p {
    background-color: #c2e2b5;
    color: #45842c;
    padding: .5rem;
    border-color: transparent;
    display: none;
}

.formulario .btn-form{
    background-color: #C94343;
    box-shadow: 5px 5px 10px #6F6F6F2F;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 1.2rem;
    font-weight: normal;
    padding: 1rem 5rem;
    border-radius: 10px;
    margin: auto;
    text-decoration: none;
    width: auto;
    margin-top: 2rem;
}
.formulario .btn-form:hover{
    cursor: pointer;
    transition: .5s all;
    background-color: #6F6F6F;
    color: #ffffff;
}

.active-label {
    display: block !important;
}

.formulario input::placeholder,
.formulario select,
.formulario textarea::placeholder {
    color: #859596;
}

.formulario textarea {
    min-height: 200px;
}

.formulario .btn {
    padding: 0;
    cursor: pointer;
}

.form-control {
    color: #bdbdbd;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 45px;
    height: 45px;
    text-transform: capitalize;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    padding-left: 24px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #dc2a26;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    min-height: 250px;
    line-height: 24px;
}

.form-control input,
.form-control select {
    width: 100%;
}

@media (max-width:1500px){
    .formulario{
        width: 70% !important;
    }
    .formulario .btn-form{
        padding: 1rem 3.5rem;
    }
}
@media (max-width:992px){
    .formulario{
        width: 95% !important;
        padding: 5rem 0 !important;
    }
    .formulario input,
    .formulario select,
    .formulario textarea,
    .formulario p{
        padding: 1rem 1rem;
    }
    .formulario .select_motivo{
        padding: 1rem 0.5rem;
    }
    .formulario .btn-form{
        font-size: 1rem;
        /* padding: 1rem 6rem; */
        width: 100%;
    }
}

/* Placeholder */

.form-control::-webkit-input-placeholder {
    color: #bdbdbd;
}

.form-control:-moz-placeholder {
    color: #bdbdbd;
}

.form-control:-ms-input-placeholder {
    color: #bdbdbd;
}

.input-group {
    border-radius: 25px;
    border: 1px solid #ffffff;
    background-color: transparent;
    overflow: hidden;
    padding: 3px;
}

.input-group .input-group-btn {
    border-radius: 50px;
    overflow: hidden;
}


/*------------------------------------*\
    #Heading
\*------------------------------------*/

.first-div-about{
}

.heading--title {
    font-family: 'seravek';
    color: #808080;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 2.5rem;
    margin-bottom: 35px;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.heading .heading--desc {
    font-family: 'Seravek';
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 0;
    color: #808080;
    text-align: center;
}

.heading .heading--desc .heading--desc-second {
    font-size: 1.5rem;
}


@media(max-width:1500px){
    .heading--title {
        font-size: 2rem;
    }
    .heading .heading--desc {
        font-size: 1.1rem;
    }
}
@media(max-width:992px){
    .first-div-about{
        padding-bottom: 3rem;
    }
    .second-div-about {
        padding-top: 4rem !important;
    }
    .heading--title {
        font-size: 1.5rem;  
    }
    .heading .heading--desc {
        font-size: 1.05rem;
    }
}

/* Small Devices, Tablets */


/*------------------------------------*\
    #HEADER
\*------------------------------------*/

.header {
    height: 100px;
}

.header-transparent {
    background-color: transparent;
}

/* .header-transparent+.mtop-100,
.header-transparent+.page-title {
    position: relative;
    margin-top: -100px;
} */


/*------------------------------------*\
    #Menu
\*------------------------------------*/

/* .header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    max-height: 100vh;
} */

.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 100px;
    border: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
    transition: background-color 700ms linear;
}

.header .scrolled {
    backdrop-filter: blur(3px);
    background-color: #808080d8;
    transition: background-color 700ms linear;
}

.header .scrolled .navbar-nav>li {
    transition: 2s all;
    height: 100px;
}
.header .scrolled .logo img{
    transition: 2s all;
    width: 15.2rem !important;
}

.header .navbar .logo {
    position: absolute;
    top: -20px;
}

.header .navbar .logo img{
    transition: 2s all;
    width: 19.2rem;
}

.header .navbar .navbar-nav .redes_mobile{
    display: none;
}

.header .navbar .container-fluid .in{
    display: block !important;
}

.header .navbar .container-fluid .open{
}
.header .navbar .container-fluid .open .navbar-toggler-icon{
}
.header .navbar .container-fluid .open .navbar-toggler-icon .icon-bar:nth-last-child(3){
    transition: .5s all;
    transform: rotate(45deg);
}
.header .navbar .container-fluid .open .navbar-toggler-icon .icon-bar:nth-last-child(2){
    transition: .5s all;
    transform: rotate(135deg);
    position: absolute;
    width: 19px;
}
.header .navbar .container-fluid .open .navbar-toggler-icon .icon-bar:nth-last-child(1){
   display: none;
}



.header .navbar .container-fluid .navbar-toggler{
    position: absolute;
    right: 30px;
    top: 35px;
    outline: none;
}
.header .navbar .container-fluid .navbar-toggler .navbar-toggler-icon{
}
.header .navbar .container-fluid .navbar-toggler .navbar-toggler-icon .icon-bar{
   
}


/* .nav-bordered-right {
    margin-right: 30px;
}

.nav-bordered-right+.module:first-of-type:before {
    position: relative;
    margin-left: 12px;
}

.nav-bordered-right+.module:first-of-type:before {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -46px;
    content: "";
    width: 2px;
    height: 26px;
    background-color: #c9c9c9;
}

.affix .nav-bordered-right+.module:first-of-type:before {
    background-color: #c9c9c9;
} */

.navbar-nav>li {
    margin-right: 32px;
    display: flex;
    height: 150px;
    transition: 2s all;

}
.navbar-nav>.li-tiktok{
    margin-left: 3vw;
}

.navbar-nav>li>a {
    font-family: 'Seravek';
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
    margin: auto;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

@media(max-width: 1350px){
    .navbar-nav>li>a {
        font-size: 1.1rem;
    }
}

@media(max-width:992px){
    .header .navbar {
        backdrop-filter: blur(3px);
        background-color: #808080d1;
        }
    .header .pull-right{
        float: none !important;
        overflow-y: hidden;
    }
    .header .navbar .logo img{
        width: 11rem !important;
    }
    .navbar-nav .li-tiktok{
        display: none;
    }
    .navbar-nav .li-instagram{
        display: none;
    }
    .navbar-nav .li-linkedin{
        display: none;
    }
    .navbar-nav .li-facebook{
        display: none;
    }
    .header .navbar .container-fluid .navbar-nav .redes_mobile{
        display: flex;
        font-size: 2rem;
        justify-content: center;
        margin-top: 5rem;
    }

    .header .navbar .container-fluid .navbar-nav .redes_mobile li{
      height: auto !important;
      margin-left: 1rem !important;
      margin-right: 1rem !important;
      border-bottom: none !important;

    }
    .navbar-nav .redes_mobile li a{
        list-style: none;
        text-decoration: none;
        color: #ffffff;
    }
    .header .navbar .container-fluid .in .navbar-nav{
        justify-content: center;
    }
    .header .navbar .container-fluid .navbar-nav li {
        opacity: 0;
        margin-right: 0 !important;
        transition: 1s all;
    }
    .header .navbar .container-fluid .in .navbar-nav li {
        height: 70px;
        opacity: 1;
        transition: 1s all;
        border-bottom: 1px solid white;
    }
    .header .navbar .container-fluid .navbar-nav{
        height: 100vh;   
        justify-content: center; 
        transition: 1s all;
    }
    .navbar-nav>li>a {
        font-size: 1.5rem;
    }
}
.navbar-nav>li>a>i {
    font-size: 1.5rem;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border: none;
}

.navbar-nav>li.active>ul {
    margin-top: 0;
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    background-color: transparent;
    color: #ffffff;
}


/* Menu Level #1 */

.navbar-nav>li>a:hover {
    color: #C94343;
}

/* .transparent-header .navbar {
    background-color: transparent;
    height: 101px;
} */


/* Header Light */

/* .header-light {
    background-color: #ffffff;
}

.header-light .navbar .logo-dark {
    display: inline-block;
}

.header-light .navbar .logo-light {
    display: none;
} */


/* Header Fixed */

/* .header-fixed .affix {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    display: block;
} */

/* .header-fixed:not(.header-light) .navbar .logo-dark {
    display: none;
}

.header-fixed .navbar.affix .logo-dark {
    display: inline-block;
}

.header-fixed .navbar.affix .logo-light {
    display: none;
}

.header-fixed .navbar.affix .navbar-nav>li>a {
}

.header-fixed .navbar.affix .navbar-nav>li>a:hover{
    color: #333333;
} */


/* edit by ahmed  */

.social-module,
.contact-module {
    line-height: 100px;
}

.contact-module .btn {
    width: 100px;
    height: 35px;
    line-height: 33px;
    font-size: 1rem;
    font-weight: 700;
}

.contact-module .btn.btn--link {
    font-size: 12px;
    text-decoration: underline;
    border: none;
}

.social-module .social--icons a {
    color: #333333;
    font-size: 1rem;
    margin-right: 18px;
}

.social-module .social--icons a:hover {
    color: #dc2a26;
}

.social-module .social--icons a:last-of-type {
    margin-right: 0;
}

.header-fixed .affix .contact-module .btn {
    color: #dc2a26;
    border-color: #dc2a26;
}

.header-fixed .affix .contact-module .btn:hover {
    background-color: #dc2a26;
    color: #ffffff;
}

.header-fixed .affix .contact-module .btn.btn--primary {
    color: #ffffff;
}

.header-fixed .affix .contact-module .btn.btn--primary:hover {
    background-color: #333333;
}

.header-fixed .affix .contact-module .btn.btn--link {
    background-color: transparent;
    color: #333333;
}
.navbar-toggler-icon{
    display: flex;
    flex-direction: column;
}
.navbar-toggler-icon .icon-bar {
    height: 2px;
    width: 100%;
    background-color: white;
    margin-top: 5px;
    transition: 1s all;
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .social-module .social--icons {
        margin-left: 20px;
    }
    .header-fixed .affix .contact-module .btn.btn--link,
    .social-module .social--icons a {
        color: #ffffff;
    }
}


/* Custom, iPhone Retina */

/* @media only screen and (min-width: 320px) and (max-width: 479px) {
    .header .navbar {
        top: 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #dc2a26;
    }
    .header-fixed .navbar.affix .navbar-nav>li>a {
        color: #ffffff;
    }
} */


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 992px) {
    /* .header .container {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    .navbar-toggle {
        border-color: white;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
        border: none;
    }
    .navbar-toggle .icon-bar {
        background-color: white;
    }
    .container>.navbar-header {
        margin-left: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    .container>.navbar-collapse {
        width: 100%;
        background-color: #333333;
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-nav>li {
        height: auto !important;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .navbar-nav>li.pull-left {
        float: none !important;
    }
    .navbar-nav li a {
        font-family: 'Oswald';
        font-weight: normal;
        line-height: 36px;
        color: #ffffff;
        padding-right: 0;
        padding-left: 10px;
        padding-top: 0;
        font-size: 1.45rem;
    }
    .navbar-nav:not(.nav-pos-right) {
        margin-right: 0;
    } */
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .header .container {
        padding-right: 0;
        padding-left: 0;
    } */
    /* .navbar-header {
        float: none !important;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    } */
    /* .header .navbar .logo {
        float: left;
        left: 0;
    } */
    /* .navbar-toggle {
        border-color: white;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
        display: block;
    } */
    /* .navbar-toggler-icon .icon-bar {
        background-color: white;
    } */
    /* .navbar-fixed-top .navbar-collapse {
        overflow: scroll !important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .container>.navbar-collapse {
        width: 100%;
        background-color: #333333;
        margin-right: 0;
    }
    .navbar-nav>li {
        height: auto !important;
        margin-right: 0;
    }
    .navbar-nav>li.pull-left {
        float: none !important;
    }
    .navbar-nav>li>a {
        line-height: 36px !important;
        color: #ffffff !important;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }
    .navbar-toggle .icon-bar {
        background-color: white;
    }
    .navbar-nav>li:after {
        display: none;
    }
    .navbar-nav>li.active {
        border-bottom: none;
    }
    li a:hover,
    li.open>a:focus {
        color: #ffffff;
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent;
    } */
}


/* Small Devices, Tablets */

/* @media only screen and (max-width: 991px) {
    .navbar.navbar--dark .navbar-nav>li>a {
        color: #ffffff;
    }
} */


/* Large Devices, Wide Screens */

/* @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav>li {
        margin-right: 16px;
    }
} */


/*------------------------------------*\
    #Hero
\*------------------------------------*/

.header-transparent+.hero {
    margin-top: -100px;
}

.hero {
    position: relative;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
}

.hero .row-content {
    padding-top: 80px;
}

.hero .hero--headline {
    color: #ffffff;
    font-family: 'Seravek';
    font-weight: 500;
    margin-bottom: 3rem;
    text-align: left;
    font-size: 5rem;
    line-height: 5rem;
    /* text-transform: uppercase; */
}

.hero .hero--bio {
    color: #ffffff;
    font-family: 'Seravek';
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

.hero .firma-cliente{
    width: 19rem;
    margin: auto;
    display: flex;
}


.hero--action .form-control {
    border: none;
    width: 370px;
    max-width: 100%;
    margin-right: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.hero--action .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.hero--action .form-control::-moz-placeholder {
    color: #ffffff;
}

.hero--action .form-control::-o-placeholder {
    color: #ffffff;
}

.hero--action .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.hero.fullscreen {
    height: 100vh !important;
    display: flex;
    align-items: flex-end;
    background-image: url("../images/landing/banner.jpg");
    z-index: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
@media(max-width: 1680px) {
    .hero .hero--bio {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }
    .hero .firma-cliente{
        width: 15rem;
    }
}

@media(max-width: 1450px) {
    .hero .hero--bio {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .hero-12 .hero--headline {
        font-size: 3rem;
        line-height: 3rem;
    }
    .pos-vertical-center {
        margin-bottom: 2.5rem;
    }
    .hero .firma-cliente{
        width: 13rem;
    }
}
@media(max-width: 1330px) {
    .hero .hero--bio {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .hero-12 .hero--headline {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
    .hero .firma-cliente{
        width: 11rem;
    }
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 300px) and (max-width: 992px) {
    .hero.fullscreen {
    background-image: url("../images/landing/bannerMobile.jpg");

    }
    .bg-overlay-dark:before {
        background: transparent linear-gradient(0deg, #0000009e 0%, #27272789 49%, #54545400 100%) 0% 0% no-repeat padding-box;
    }

    .hero {
        height: auto;
    }
    .header .navbar .logo {
        position: absolute;
        top: -15px;
    }
    .hero .hero--headline {
        font-size: 2.4rem;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .hero .hero--bio {
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 0 10px;
        margin-bottom: .5rem;
    }
    .hero--action {
        text-align: center;
        margin-bottom: 30px;
    }
    /* .hero .pos-vertical-center {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    } */
    .hero-12 .hero--content {
    }
    .hero--action .form-control {
        margin-right: auto;
        margin-left: auto;
    }
    .pos-vertical-center {
        margin-bottom: 5rem;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero .hero--headline {
        font-size: 2.15rem;
        line-height: 1.2;
    }
    .hero .hero--bio {
        font-size: 1rem;
        line-height: 1.5;
    }
    .hero-1 .hero--img img {
        max-width: 350px;
    }
    .hero-1 .hero--img img {
        position: static;
        right: 0;
        bottom: 0;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-1 .hero--action .form-control {
        margin-bottom: 20px;
    }
    .hero-4 {
        padding-top: 250px;
    }
}


/* medium screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-1 .hero--action .form-control {
        width: 278px;
        margin-right: 3px;
    }
    .hero-1 .hero--img img {
        max-width: 100%;
    }
}


/*------------------------------------*\
    #Testimonial
\*------------------------------------*/

.testimonial-panel,
.testimonial--meta {
    position: relative;
}

.testimonial--rating {
    margin-bottom: 26px;
}

.testimonial--rating i {
    color: #f3be3c;
    font-size: 1.3rem;
}

.testimonials-5 .testimonial--body {
    padding-left: 100px;
}

.testimonials-5 .testimonial--meta-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-5 .testimonial--meta-img img {
    width: 100%;
}

.testimonials-5 .testimonial--content p {
    font-size: 1.45rem;
    line-height: 35px;
    color: #999999;
    font-family: 'Lora', serif;
    font-style: italic;
    margin-bottom: 29px;
}

.testimonials-5 .testimonial--meta h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}


/*------------------------------------*\
    #Features
\*------------------------------------*/

.feature .hilera-feature {
    width: 70% !important;
}
.second-div-about{
    padding-top: 8rem;
}

.second-div-about .div-card-panel{
    margin-bottom: 3rem;
}

.feature-panel {
    position: relative;
    text-align: left;
    width: 80%;
    margin: auto;
}

.feature-panel .feature--icon {
    color: #C94343;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.feature-panel .feature--icon i {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
}
.feature-panel .feature--icon .icon-sofa {
    font-size: 2rem;
}
.feature-panel .feature--icon .icon-drone {
    font-size: 2.5rem;
}
.feature-panel .feature--icon .icon-tour {
    font-size: 3rem;

}
.feature-panel .feature--icon .icon-camara {
    font-size: 2.5rem;
}
.feature-panel .feature--icon .icon-pantalla {
    font-size: 2.5rem;

}
.feature-panel .feature--icon .icon-plano {
    font-size: 2.5rem;

}
.feature-panel .feature--icon .icon-card-dev {
    font-size: 3.5rem;
}
.feature-panel .feature--icon .icon-living {
    font-size: 3.5rem;

}
.feature-panel .feature--icon .icon-escudo {
    font-size: 4rem;

}


.feature-panel .feature--icon:hover i {
    -webkit-animation: pulse 0.9s infinite;
    -moz-animation: pulse 0.9s infinite;
    -ms-animation: pulse 0.9s infinite;
    -o-animation: pulse 0.9s infinite;
    animation: pulse 0.9s infinite;
}

.feature-panel .feature--content h3 {
    font-family: 'seravek';
    color: #808080;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 3rem;
}

.feature-panel .feature--content p {
    font-family: 'Seravek';
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
    color: #999999;
}

@media(max-width: 1500px) {
    .feature .hilera-feature {
        width: 90% !important;
    }
    .feature-panel .feature--content h3 {
        font-size: 1.3rem;
    }
    .feature-panel .feature--content p {
        font-size: 1.35rem;
    }
}
@media(max-width: 992px) {
    .feature-panel {
        width: 100%;
        text-align: center;
    }
    .feature .hilera-feature {
        width: 100% !important;
    }
    .feature-panel .feature--content{
        margin-top: 1.5rem;
    }
    .feature-panel .feature--content h3 {
        font-size: 1.1rem;
    }
    .feature-panel .feature--content p {
        font-size: 1.25rem;
        width: 70%;
        text-align: center;
        margin: auto;
        line-height: 1.5rem;
    }
    /* icons  */
    .feature-panel .feature--icon .icon-sofa {
        font-size: 1.7rem;
    }
    .feature-panel .feature--icon .icon-drone {
        font-size: 2rem;
    }
    .feature-panel .feature--icon .icon-tour {
        font-size: 2.1rem;

    }
    .feature-panel .feature--icon .icon-camara {
        font-size: 2rem;
    }
    .feature-panel .feature--icon .icon-pantalla {
        font-size: 2rem;

    }
    .feature-panel .feature--icon .icon-plano {
        font-size: 2rem;

    }
    .feature-panel .feature--icon .icon-card-dev {
        font-size: 2.1rem;
    }
    .feature-panel .feature--icon .icon-living {
        font-size: 2.4rem;

    }
    .feature-panel .feature--icon .icon-escudo {
        font-size: 3rem;

    }
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .feature-panel .feature--icon {
        margin-bottom: 10px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-panel {
        margin-bottom: 20px;
    }
}


/*------------------------------------*\
    #Call To Action
\*------------------------------------*/

.cta {
    padding: 75px 0;
}

.cta h3 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 1.5rem;
    display: block;
}

.cta p {
    color: #ffffff;
    font-size: 1.35rem;
    margin-top: 1rem;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.6;
    margin-bottom: 48px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .cta h3 {
        line-height: 40px;
        margin-bottom: 30px;
        text-align: center;
    }
    .cta-2 .pull-left,
    .cta-2 .pull-right {
        float: none!important;
    }
    .cta-2 .text-left,
    .cta-2 .text-right {
        text-align: center !important;
    }
}


/*------------------------------------*\
    #Footer
\*------------------------------------*/

.footer {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #F1F1F1;
    position: relative;
}

.footer .sup-footer{
    position: relative;
}

.footer .sup-footer .container-fluid{
    border-top: 2px solid #FFFFFF;
    padding:10rem 0;
}
.footer .sup-footer .container-fluid .box-contact {
    text-align: center;
}
.footer .sup-footer .container-fluid .box-contact i{
    font-size: 2.5rem;
    color: #C94343;
}
.footer .sup-footer .container-fluid .box-contact .icon-whatsapp-o2{
    font-size: 2.2rem;
}


.footer .sup-footer .container-fluid .box-contact h2{
    color: #808080;
    font-family: 'Seravek';
    font-weight: normal;
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    margin-top: 2rem;
}

.footer .sup-footer .container-fluid .box-contact .box-body{
    margin-top: 2rem;
    text-transform: uppercase;
}
.footer .sup-footer .container-fluid .box-contact .box-body a{
    font-family: 'seravek';
    font-weight: 500;
    font-size: 1.2rem;
    text-decoration: none;
}
.footer .sup-footer .container-fluid .box-contact .box-body a:hover{
    color: #6F6F6F;
}

.footer .sup-footer .container-fluid .box-contact .box-body p{
    color: #6F6F6F;
    font-family: 'seravek';
    font-weight: 300;
    letter-spacing: -0.25px;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 0;
}

.footer .footer-bar {
    padding: 50px 0;
    border-top: 1px solid #eeeeee;
    background-color: #ffffff;
    position: relative;
}

/* .footer .footer-bar .div-footer-social{
    position: absolute;
    right: 200px;
    top: 50px;
} */

.footer .footer-bar .div-footer-social a{
    color: #C94343;
    font-size: 1.5rem;
    margin-right: 2rem;
    list-style: none;
    text-decoration: none;
}

.footer .footer-bar .div-footer-social a:hover{
    color: #000000;
}

.widget--copyright {
    color: #999999;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    font-family: 'Circular Std';
}

.widget--copyright .last_signature{
    font-size: 1rem;
}

@media (max-width:992px) {
    .widget--copyright {
        font-size: 1rem;
    }
    .widget--copyright .last_signature{
        font-size: .8rem;
    }
    .footer .sup-footer .container-fluid .box-contact .box-body p{
        font-size: 1rem;
    }
    footer .sup-footer .container-fluid .box-contact .box-body a{
        font-size: 1rem;
    }
    .footer .sup-footer .container-fluid .box-contact .box-body{
        margin-top: 0;
        width: 50%;
    margin-left: auto;
    text-align: left;
    }
}

.fixed-bar {
    position: fixed;
    bottom: 8rem;
    right: 5%;
    z-index: 999;
}
.fixed-bar .wpp_mobile{
    display: none;
}

.fixed-bar .contact-btn{
    text-decoration: none;
}

.fixed-bar .contact-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    padding: .7rem;
    /* border: 1px solid #9DAEC1; */
    border-radius: 50%;
    background-color: #149A33;
    font-size: 4rem;
    transition: 0.3s;

}
.fixed-bar .contact-btn i:hover {
    transition: 0.3s;
    background-color: #C94343;

}

.fixed-bar  .contact-btn i:before {
    z-index: 9;
    transition: 0.3s;
    transition-delay: 0.1s;
}
/* .fixed-bar  .contact-btn i :after {
    content: '';
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    will-change: transform;
    transition: 0.3s;
    border-radius: 50%;
} */
/* .fixed-bar .contact-btn i:hover:after {
    transform: scale(1);
    opacity: 1;
} */
/* .fixed-bar .contact-btn i:hover:before {
    background-color: #C94343;
} */

@media(max-width:1500px){
    .footer .sup-footer .container-fluid .box-contact i {
        font-size: 2.5rem;
    }
    .footer .sup-footer .container-fluid .box-contact .icon-send {
        font-size: 1.85rem;
    }
    .footer .sup-footer .container-fluid .box-contact{
        padding-left: 1rem;
    }
    .footer .sup-footer .container-fluid .box-contact:first-child {
        padding-left: 1rem;
    }
    .footer .sup-footer .container-fluid .box-contact h2 {
        font-size: 1.4rem;
    }
    .footer .sup-footer .container-fluid .box-contact h3 {
        font-size: 1.4rem;
    }
    .footer .sup-footer .container-fluid .box-contact p {
        font-size: 1.4rem;
    }
    .footer .footer-bar .div-footer-social{
        bottom: 10px;
        right: 10px;
    }
}
@media(max-width:992px){
    .footer .footer-bar .div-footer-social{
        display: none;
    }
    .footer .sup-footer .container-fluid {
        padding: 6rem 2rem;
    }
    .footer .sup-footer .container-fluid .box-contact{
        display: flex;
        align-items: flex-start;    
        padding: 3rem 0;
        border-top: 1px solid #9DAEC1;
        justify-content: flex-start;
    }
    .footer .sup-footer .container-fluid .box-contact:first-child {
        border-top: none;
        padding-left: 0;
    }
    .footer .sup-footer .container-fluid .box-contact i {
        margin-right: 1.5rem;
        min-width: 40px;
        font-size: 2rem;
    }
    .footer .sup-footer .container-fluid .box-contact .icon-send {
        font-size: 1.3rem;
    }
    .footer .sup-footer .container-fluid .box-contact h3 {
        margin-bottom: 1rem;
        margin-top: 0;
    }
    .footer .sup-footer .container-fluid .box-contact h2 {
        margin: 0;
        margin-bottom: 0;
        margin-right: 1.5rem;   
        font-size: 1.2rem;
        margin-top: 5px;
    }
    .footer .sup-footer .container-fluid .box-contact p {
        margin-bottom: 0;
    }
    .footer .sup-footer .btn-arrow-top {
        right: 20px;
        bottom: 20px;
    }
    .fixed-bar .wpp_desktop{
        display: none;
    }
    .fixed-bar .wpp_mobile{
        display: block;
    }
    .fixed-bar .contact-btn i {
        font-size: 3rem;
    }
}




/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer .footer--logo,
    .footer .widget--copyright {
        margin-bottom: 20px;
    }
    .footer .form-inline .form-control {
        margin: 0 auto 20px;
    }
    .footer-5 .footer-widget {
        padding: 60px 0;
    }
    .footer-5 .widget--info-box {
        margin-bottom: 30px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .form-inline .form-control {
        margin-bottom: 20px;
    }
    .footer-5 .widget--info-box {
        margin-bottom: 30px;
    }
}


/* medium screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer .form-inline .form-control {
        width: 278px;
        margin-right: 3px;
    }
}


/*------------------------------------*\
    #Carousel
\*------------------------------------*/

.carousel-dots .owl-controls {
    margin-top: 50px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 0.2);
    border: none;
    margin: 0 4px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
    background-color: #333;
    border-color: #333;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-navs .owl-controls .owl-nav {
    position: relative;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    color: #333333;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin-top: -250px;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #dc2a26;
    background-color: transparent;
}

.carousel-navs .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-prev:before {
    font-family: 'Linearicons-Free';
    content: "\e875";
    font-size: 2.85rem;
}

.carousel-navs .owl-controls .owl-nav .owl-next {
    right: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-next:before {
    font-family: 'Linearicons-Free';
    content: "\e876";
    font-size: 2.85rem;
}

.carousel-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.carousel-navs .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff;
}

.carousel-navs .owl-dots .owl-dot.active span,
.carousel-navs .owl-dots .owl-dot:hover span {
    background: #ffffff;
}


/**/

.slider-dots .owl-controls {
    margin-top: 0;
}

.slider-dots .owl-controls .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.slider-dots .owl-controls .owl-dots .owl-dot span {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 4px;
}

.slider-dots .owl-controls .owl-dots .owl-dot.active span {
    -moz-box-shadow: 0 0 0 2px #3d3c3c;
    -webkit-box-shadow: 0 0 0 2px #3d3c3c;
    box-shadow: 0 0 0 2px #ffffff;
}

.slider-navs .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #ffffff;
    font-size: 0;
    font-weight: 400;
    background-color: rgba(27, 26, 26, 0.5);
    text-align: center;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #999999;
    background-color: #ffffff;
}

.slider-navs .owl-controls .owl-nav .owl-prev {
    left: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before,
.slider-navs .owl-controls .owl-nav .owl-next:before {
    font-family: fontawesome;
    font-size: 1.85rem;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}

.slider-navs .owl-controls .owl-nav .owl-next {
    right: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}

.slider-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.slider-navs .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff;
}

.slider-navs .owl-dots .owl-dot.active span,
.slider-navs .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.slider-navs.slider-small .owl-controls .owl-nav .owl-next {
    right: 0;
}

.slider-navs.slider-small .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
    background-color: #3d3c3c;
    border: 2px solid #ffffff;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
    -moz-box-shadow: 0 0 0 2px #3d3c3c;
    -webkit-box-shadow: 0 0 0 2px #3d3c3c;
    box-shadow: 0 0 0 2px #3d3c3c;
}

.slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #333333;
}

.slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {
    border-color: #dc2a26;
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-dots .owl-controls {
        margin-top: 20px;
    }
    .slider-navs .owl-controls .owl-nav .owl-prev {
        left: 0;
    }
    .slider-navs .owl-controls .owl-nav .owl-next {
        right: 0;
    }
    .slider-navs .owl-controls .owl-nav .owl-next:before,
    .slider-navs .owl-controls .owl-nav .owl-prev:before {
        font-size: 1.43rem;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-navs .owl-controls .owl-nav .owl-next:before,
    .slider-navs .owl-controls .owl-nav .owl-prev:before {
        font-size: 2.1rem;
    }
}

/*------------------------------------*\
    #COLOR-SWITCHER
\*------------------------------------*/

.switcher-box {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #222222;
    left: 0px;
    overflow: inherit;
    padding: 0px;
    position: fixed;
    text-align: center;
    top: 200px;
    z-index: 999;
}

.switcher-box .gear-check {
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
    border: 1px solid #dddddd;
    border-left-color: transparent;
    color: #222222;
    cursor: pointer;
    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
    padding-top: 4px;
    position: absolute;
    right: -39px;
    text-align: center;
    top: -1px;
    width: 40px;
}

.switcher-box .gear-check i {
    font-size:2.2rem;
}

.switcher-box .color-options {
    display: none;
    float: left;
    padding: 5px 16px;
    width: 200px;
}

.switcher-box ul {
    margin-bottom: 0;
}

.switcher-box ul li {
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    margin: 0 10px 10px 0;
    width: 30px;
}

.color-options h4 {
    border-bottom: 3px solid #eeeeee;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 46px;
}

/*------------------------------------*\
    #Skills
\*------------------------------------*/

.skills {
    padding-bottom: 140px;
}
.skills .skills-fluid {
    width: 65% !important;
}
.skills .skills-fluid .title{
    font-family: 'Seravek';
    font-weight: 500;
    color: #C94343;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
.skills .skills-fluid .div-skills{

}
.skills .skills-fluid .div-skills .div-img-skills{

}
.skills .skills-fluid .div-skills .div-img-skills img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 10px;
}

.skills .skills-fluid .div-skills .div-img-skills .pill-skills{
    position: absolute;
    top: 2.5rem;
    left: 4rem;
    padding: .3rem 2.5rem;
    font-size: 1.4rem;
    font-family: 'seravek';
    font-weight: 300;
    color: #C94343;
    background-color: white;
    backdrop-filter: blur(2px);
    border-radius: 6px;
    opacity: .75;
}

.skills .charlemos{
    padding-top: 100px;
}
.skills .charlemos .charlemos-fluid{
    width: 65% !important;
    text-align: center;
}

.skills .charlemos .charlemos-fluid .border-separate{
    border-top: .5px solid #C94343;
    width: 50%;
    margin: auto;
}

.skills .charlemos .charlemos-fluid .charlemos-text{ 
    padding-top: 100px;
    padding-bottom: 100px;
    width: 70%;
    margin: auto;
    text-align: center;
}

.text{ 
    font-family: 'Seravek';
    font-weight: normal;
    font-size: 1.5rem;
    color: #808080;
    line-height: 2.3rem;
}
.btn-global{
    background-color: #C94343;
    box-shadow: 5px 5px 10px #6F6F6F2F;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 1.2rem;
    font-weight: normal;
    padding: 1rem 5rem;
    border-radius: 10px;
    margin: auto;
    text-decoration: none;
}
.btn-global:hover{
    background-color: #6F6F6F;
    text-decoration: none;
    color: #ffffff;
}




@media (max-width: 1500px) {
    .skills {
    }
}

@media (max-width: 1200px) {
    .skills {
    }
}

@media (max-width: 992px) {
    .skills{
        padding-bottom: 80px;
    }
    .skills .skills-fluid .div-skills .div-img-skills:last-child{
        margin-top: 2rem;
    }
    .skills .skills-fluid {
        width: 100% !important;
    }
    .skills .skills-fluid .title{
        font-size: 1.4rem;
    }
    .skills .charlemos .charlemos-fluid{
        width: 100% !important;
        display: flex;
    flex-direction: column;
    }
    .skills .charlemos .charlemos-fluid .charlemos-text{ 
        width: 100%;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .skills .charlemos .charlemos-fluid .border-separate{
        width: 70%;
    }
    .skills .skills-fluid .div-skills .div-img-skills .pill-skills{
        font-size: 1rem;
        line-height: 1;
        padding: 0.5rem 1.5rem;
    }
    .btn-global{
        width: 100%;
        font-size: 1rem;
    }
    .skills .charlemos {
        padding-top: 80px;
    }
}


/* MARCAS */

.equipo{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F1F1F1;
    text-align: center;
}

.equipo h2{

}

.equipo .div-text-equipo{
   width: 50%;
   margin: auto;
}
.equipo .hilera-equipo{
    margin-top: 8rem;
}

.equipo .hilera-equipo .card-equipo{
    text-align: left;
}

.equipo .hilera-equipo .card-equipo .card-info-equipo{
    position: relative;
    height: 45vh;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
    border-radius: 10px;
    z-index: 1;
}
.equipo .hilera-equipo .card-equipo .card-info-equipo:hover{
    cursor: pointer;
}
.equipo .hilera-equipo .card-equipo .card-info-equipo:hover .texto-info-equipo{
    opacity: 1;
}
.equipo .hilera-equipo .card-equipo .card-info-equipo .texto-info-equipo{
    font-family: 'seravek';
    font-weight: normal;
    font-size: 1.5rem;
    padding: 5rem 4rem;
    color: #ffffff;
    height: 100%;
    background-color: #c94343b9;
    border-radius: 10px;
    opacity: 0;
    transition: 1s all;

}

.equipo .hilera-equipo .card-equipo .card-info-equipo img{
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.equipo .hilera-equipo .card-equipo .info-equipo{
    margin-top: 4rem;
    padding-left: 1rem;
}
.equipo .hilera-equipo .card-equipo .info-equipo h3{
    font-family: 'seravek';
    font-weight: 500;
    font-style: normal;
    color: #C94343;
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 0;
}
.equipo .hilera-equipo .card-equipo .info-equipo h5{
    font-family: 'seravek';
    font-weight: normal;
    font-style: normal;
    color: #808080;
    font-size:1.2rem;
    text-align: left;
}

.equipo .hilera-equipo .card-equipo .div-modal-equipo{
    display: none;
    transition: .5s all;

}

@media (max-width: 1500px) {
    .equipo .div-text-equipo{
        width: 70%;
        margin: auto;
    }
    .equipo .hilera-equipo .card-equipo .card-info-equipo .texto-info-equipo{
        font-size: 1.1rem;
    }
}

@media (max-width: 1250px) {
    .equipo .hilera-equipo .card-equipo .card-info-equipo .texto-info-equipo{
        font-size: .9rem;
        padding: 1rem 1rem;
    }
}

@media (max-width: 992px) {
    .text{
        font-size: 1.2rem;
    }
    .equipo .div-text-equipo{
        width: 100%;
        margin: auto;
    }
    .equipo .hilera-equipo .card-equipo:first-child{
        margin-top: 0;
    }
    .equipo .hilera-equipo .card-equipo{
        text-align: left;
        display: flex;
        justify-content: space-between;
        margin-top: 3rem;
    }
    .equipo .hilera-equipo .card-equipo .card-info-equipo{
        position: relative;
        height: 25vh;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        border-radius: 10px;
        z-index: 1;
        width: 60%;
    }
    .equipo .hilera-equipo .card-equipo .info-equipo h3{
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }
    .equipo .hilera-equipo .card-equipo .info-equipo h5{
        margin-bottom: 2rem;
        font-size: .9rem;
    }
    .equipo .hilera-equipo .card-equipo .info-equipo{
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
    .equipo .hilera-equipo .card-equipo .card-info-equipo .texto-info-equipo{
        display: none;
    }
    .equipo .hilera-equipo .card-equipo .info-equipo .btn-brokers{
        border: none;
        font-size: 1rem;
        color: #FFFFFF;
        padding: .3rem .5rem;
        border-radius: 7px;
        background-color: #C94343;
        transition: .5s all;
        width: 100%;
        outline: none;
    }
    .equipo .hilera-equipo .card-equipo .info-equipo .btn-brokers:hover{
        color: #FFFFFF;
        background-color: #6F6F6F;
        transition: .5s all;

    }
    .equipo .hilera-equipo .card-equipo .div-modal-equipo{
        /* display: block; */
        color: #FFFFFF;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        border-radius: 10px;
        background-color: #c94343e3;
        margin-left: 15px;
        margin-right: 15px; 
        padding: 3rem;
        transition: .5s all;
    }
    .equipo .hilera-equipo .card-equipo .div-modal-equipo .close-modal{
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

/* FIN MARCAS */

/* Propiedades */

/* .div-slider{
    width: 100%;
    display: flex;
    height: 100vh;
}
.div-slider .carrousel{
width: 100%;
margin: 0px 60px;
}
.div-slider .carrousel h2{
    font-size: 35px;
    padding-bottom: 25px;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

.slick-list{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 500px;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 90vw;
    overflow: hidden;
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}

.slick{
    position: relative;
    width: 650px;
    padding: 0px 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.slick h4{
    position: absolute;
    z-index: 1;
    font-size: 22px;
    line-height: 23px;
    color: white;
    padding: 15px;
}
.slick h4 small{
    font-size: 35px;
    display: block;
    color: white;

}
.slick a img{
    object-fit: cover;
    height: 500px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0,.5);
    transition: .3s ease-in-out;
}

.slick a img:hover{
    opacity: .85;
     
}

.slick-arrow{
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0,.15);
    border: 0;
    cursor: pointer;

}
.slick-arrow:focus{
    outline: 0;
}

.slick-arrow i{
    font-size: 2rem;
    width: 12px;
    color: #000000;
    height: 100%;
}

.slick-prev{
    left: 0px;
    transform: rotate(180deg);
}

.slick-next{
    right: 0px;
} */

/*Fin Propiedades */

/* Propiedades nuevo */
h4, h2,small,a{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.Carousel{
    width: 100%;
    /* margin: 0px 60px; */
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Carousel h2{
    font-size: 1.8rem;
    line-height: 38px;
    padding-bottom: 24px;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

/* images */

.slick-list{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 60vh;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 100vw;
    overflow: hidden;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
    height: 100%;

}
.slick{
    position: relative;
    width: 33.33vw;
    padding: 0 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 86%;
    justify-content: center;
}
.slick h4{
    position: absolute;
    z-index: 1;
    font-size: 1.55rem;
    line-height: 23px;
    color: black;
    padding: 15px;
    bottom: -6rem;
    text-align: center;
    width: 94%;
}
.slick h4 small{
    font-size: 1.15rem;
    display: block;
}
.slick a img{
    object-fit: cover;
    object-position: center;
    /* height: 300px; */
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    transition: .3s ease-in-out;
    height: 100%;
    border-radius: 8%;
}
.slick a img:hover{
    /* opacity: .85; */
}

/* buttons */

.slick-arrow{
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    border: 0;
    cursor: pointer;
    top: 40%;
}
.slick-arrow:hover{
    background-color: #9DAEC1;
}
.slick-arrow:hover svg{
color: white;
}
.slick-arrow:focus{
    outline: 0;
}
.slick-arrow svg{
    width: 12px;
    height: 100%;
    color: rgba(0,0,0,.7);
}
.slick-prev{
    left: 5px;
}
.slick-next{
    right: 5px;
}

@media (max-width: 992px){
    .slick {
        width: 100vw;
    }
}
/*Fin Propiedades nuevo */

/* Custom, iPhone Retina */



/*------------------------------------*\
    #video
\*------------------------------------*/

.video{

}
.video .video-fluid{
    width: 65% !important;
}

.video .video-fluid .title{
    font-family: 'Seravek';
    font-weight: 500;
    color: #C94343;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
.video .video-fluid .div-video iframe{
    height: 70vh;
    border-radius: 10px;
    width: 100%;
}
@media (max-width:992px){
    .video .video-fluid{
        width:100% !important;
    }
    .video .video-fluid .div-video iframe{
        height: 24vh;
        border-radius: 10px;
    }
    .video .video-fluid .title{
        font-size: 1.4rem;
    }
    
}


/*------------------------------
    countdown
---------------------------------*/

.countdown-rtl {
    direction: rtl;
}

.countdown-section {
    display: block;
    float: left;
    text-align: center;
    position: relative;
    height: auto;
    margin-right: 26px;
    width: 17%;
    padding: 0 23px;
}

.countdown-section:after {
    position: absolute;
    right: -23px;
    top: 0;
    content: ":";
    color: #ffffff;
    font-size: 5rem;
    line-height: 5rem;
}

.countdown-section:last-of-type {
    margin-right: 0;
}

.countdown-section:last-of-type:after {
    display: none;
}

.countdown-amount {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.countdown-period {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .countdown-section {
        width: 40%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .page-soon h3 {
        font-size: 3.2rem;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .countdown-section {
        width: 20%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .countdown-amount {
        font-size: 3.5rem;
    }
    .page-soon h3 {
        font-size: 3.2rem;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .countdown-section {
        width: 17%;
    }
    .countdown-amount {
        font-size: 4.3rem;
    }
}