* 
{
    padding: 0;
    margin: 0;
}

:root {
    --color-background: rgb(20,20,20);
  }


#html
{
    overflow-y: hidden;
}
body
{
    font-family: 'Open-Sans' !important;
    letter-spacing: 1px;
    overflow-x: hidden;
    background: white;
}
.home-header
{
    width: 100vw;
    height: 100vh;
}
.home-background-welcome
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgb(20,20,20);
    width: 100vw;
    height: 100vh;
    
}
.home-background-welcome .image
{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-background-welcome .image img
{
    height: 40px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.home-background-welcome .image span
{
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 5px;
    display: block;
}

.home-background-image-header
{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(45deg, black, #212121);
    background-image: url('../assets/images/backgrounds/ibarlucea4-5.jpeg');
}
.home-background-header
{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: linear-gradient(0, rgb(0,0,0,0.7), rgb(0,0,0,0.3), rgb(0,0,0,0.7));
}
@media screen and (max-width: 991px) {
    .home-background-welcome .image img
    {
        height: auto;
        width: 80%;
    }
}


.home-header-brands
{
    position: absolute;
    top: 82vh;
    left: 50%;
    transform: translate(-50%, 0%);
}
.home-header-brands .item
{
    padding: 8px 15px;
    display: inline-block;
    margin: 0 10px;
}
.home-header-brands .item img
{
    height: 1em;
}
.home-header-brands-owl
{
    position: relative;
    top: 82vh;
    left: 50%;
    transform: translate(-50%, 0%);
}
.home-header-brands-owl .owl-carousel .owl-item img
{
    height: 20px;
}

.home-header-advisor
{
    border: none;
    border-radius: 8px;
    padding: 0.6em 2em;
    background: #00a74e;
    color: white;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    cursor: pointer;
}
.home-header-advisor:hover
{
    background: #008840;
}
.home-header-title
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    letter-spacing: 1px;
    width: 90vw;
}
.home-header-title h1
{
    font-weight: 700;
    font-size: 2.3em;
    font-family: "Open-Sans" !important;
    text-align: center;
}
.home-header-title p
{
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Open-Sans' !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}
.home-header-title a
{
    width: 100px;
    padding: 10px;
    display: block !important;
    margin: 0 auto 0 auto !important;  
    font-size: 0.8em; 
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open-Sans' !important;
}
.home-header-next
{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-header-next img
{
    transform: rotate(-90deg);
    width: 2em;
    min-width: 35px;
}
.wp-fixed
{
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
    z-index: 98;
}
.wp-fixed:hover
{
    transform: scale(1.1);
}
.wp-fixed span
{
    display: block;
    color: #fff;
    background-image: linear-gradient(190deg, #25D366, #068f39);
    border-radius: 100px;
    padding: 25%;
    box-shadow: 2px 2px 8px 2px rgb(0,0,0,0.2);
    height: 60px;
    width: 60px;
    text-align: center;
}
.wp-fixed span i
{
    font-size: 30px;
}

#form-header-advisor
{
    display: none;
}
#form-header-advisor #background-advisor
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.9);
}
#form-header-advisor .container
{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-background);
    padding: 2em;
}
#form-header-advisor .title
{
    color: white;
    font-weight: bold;
    display: block;
    margin-bottom: 2em;
    font-size: 1.3em;
}
#form-header-advisor .form-border
{
    border: 1px solid #00a74e;
    margin-bottom: 1em;
    position: relative;
    border-radius: 2px;
}
#form-header-advisor label
{
    color: #00a74e;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(10px, -60%);
    background: var(--color-background);
    display: inline-block;
    padding: 0 5px;
    font-size: 0.7em;
}
#form-header-advisor input, #form-header-advisor select
{
    height: 60px;
    background: none;
    border: none;
    color: white;
    display: block;
    padding: 0 0.5em;
    font-size: 0.9em;
    width: 90%;
    margin: auto;
}
#form-header-advisor select option
{
    background: var(--color-background);
    color: white;
}
#form-header-advisor .button button
{
    border: none;
    border-radius: 4px;
    padding: 1em 4em;
    margin-left: auto;
    background: #00a74e;
    color: white;
    display: block;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    cursor: pointer;
}
#form-header-advisor .button button:hover
{
    background: #008840;
}
#form-header-advisor .center
{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#form-header-advisor .success
{
    color: #00a74e;
    text-align: center;
    display: block;
}
#form-header-advisor .error
{
    color: rgb(173, 39, 39);
    text-align: center;
    display: block;
}
@media screen and (max-width: 991px) {
    #form-header-advisor .title
    {
        font-size: 0.8em;
    }
    #form-header-advisor .container
    {
        width: 90%;
    }
}





/*SECTION SEARCH*/
.search-section
{
    position: relative;
    min-height: 100vh;
    padding: 10vh 0;
    padding-bottom: 20vh;
    background: var(--color-background);
    background-repeat: repeat;
}
.search-section .center
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.search-section .search-title
{
    font-family: 'Open-Sans' !important;
    margin: 2.5vh 0;
    font-size: 70px;
    font-weight: 700;
    color: #eee;
}
.search-section .search-title b
{
    color: #00a74e;
}
.search-section .search-title span
{
    display: block;
    color: white;
}
.search-section .search-title-right span
{
    text-align: right;
}
.bubble
{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #00a74e;
    opacity: 0.3;

    position: absolute;
    bottom: 0;
}
.b1
{
    animation: bubbles 3s linear infinite;
}
.b2
{
    animation: bubbles 2s linear infinite;
}
.b3
{
    animation: bubbles 5s linear infinite;
}
.b4
{
    animation: bubbles 7s linear infinite;
}
.b5
{
    animation: bubbles 6s linear infinite;
}
.b6
{
    animation: bubbles 4s linear infinite;
}
.b7
{
    animation: bubbles 2.5s linear infinite;
}
.b8
{
    animation: bubbles 4.5s linear infinite;
}
@keyframes bubbles {
    0%{
        bottom: 0;
        opacity: 0;
    }
    50%{
        opacity: 0.4;
    }
    100%{
        bottom: calc(100vh - 80px);
        opacity: 0;
    }
}
@media screen and (max-width: 991px) {
    .search-section .search-title
    {
        font-size: 3em;
    }
}





.search-section .search-box2
{
    margin: auto;
    border-radius: 100px;
    padding: 20px 0;
}
.search-section .search-box2 .box
{
    background: #00a74e;
    border-radius: 8px;
    padding: 8px 23px;
    margin-bottom: 1em;
}
.search-section .search-box2 label, .search-section .search-box2 input, .search-section .search-box2 select
{
    display: block;
    color: #F5F5F5;
    font-size: 17px;
    width: 100%;
}
.search-section .search-box2 label
{
    margin-bottom: 10px;    
    font-weight: 700;
    transition: all 0.2s ease 0s;
}
.search-section .search-box2 input, .search-section .search-box2 select
{
    display: block;
    border: none;
    background: none;
}
.search-section .search-box2 select
{
    cursor: pointer;
}
.search-section .search-box2 select option
{
    background: #00a74e;
}
.search-section .search-box2 input::placeholder
{
    color: #F5F5F5;
}
.search-section .search-box2 .box-btn
{
    padding: 0;
}
.search-section .search-box2 button
{
    background: #00a74e;
    border: none;
    border-radius: 8px;
    color: #fff;
    height: 70px;
    width: 70px;
    transition-duration: 0.4s;
}
.search-section .search-box2 button:hover
{
    background: #008840;
}

.category-box
{
    width: 80%;
    margin: auto;
}
.category-item
{
    transition-duration: 0.4s;
}
.category-item:hover
{
    transform: translateY(-5px);
}
.category-item a
{
    color: #303030;
    text-decoration: none;
    transition-duration: 0.4s;
}
.category-item a:hover
{
    transform: translateY(-5px);
}
.category-item a div
{
    background: #00a74e;
    border-radius: 0 25px 0 25px;
    width: 60px;
    height: 60px;
    padding-top: 18px;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgba(50,50,71,.06), 0 2px 4px rgba(50,50,71,.06);
}
.category-item a .border-reverse
{
    border-radius: 25px 0 25px 0;
}
.category-item img
{
    width: 25px;
    margin: auto;
    display: block;
}
.category-item small
{
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #eee;
}
@media screen and (max-width: 991px) {
    .category-box
    {
        width: 100%;
    }
    .category-item
    {
        margin-bottom: 1em;
    }
    .category-item a div
    {
        border-radius: 0 1em 0 1em;
        width: 3em;
        height: 3em;
    }
    .category-item a .border-reverse
    {
        border-radius: 1em 0 1em 0;
    }
    .category-item img
    {
        width: 1.1em;
    }
}
.floating
{
    position: absolute;
    top: 20%;
    left: 15%;
    opacity: 0.5;

    animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(20px);
    }
    100%{
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .floating
    {
        top: 24%;
        left: 10%;
    }
    .floating img
    {
        width: 60px;
    }
}

/*SECTION-BRANDS*/
.brands-section
{
    position: relative;
    background: rgb(28,28,28);
    background-repeat: repeat;
    padding: 7em 0;
    border-top: 1px solid rgb(255,255,255,0.2);
    border-bottom: 1px solid rgb(255,255,255,0.2);
    z-index: 1;
}
.owl-carousel .owl-item .logo-item
{
    width: 230px;
    margin: auto;
}
.owl-carousel .owl-item .logo-item a
{
    display: block;
    margin: auto;
}
.owl-carousel .owl-item img
{
    display: block;
    margin: auto;
    height: 40px;
    object-fit: contain;
}
@media screen and (max-width: 575px) {
    .owl-carousel .owl-item .logo-item
    {
        width: 100%;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .owl-carousel .owl-item .logo-item
    {
        width: 50%;
    }
}




/*SECTION-RELEVANCE*/
.relevance-section
{
    position: relative;
    background: var(--color-background);
    padding-bottom: 20vh;
}
.relevance-section .items
{
    width: 80%;
    margin: auto;
}
.relevance-title
{
    font-family: 'Open-Sans' !important;
    margin: 10vh auto;
}
.relevance-title span
{
    font-size: 60px;
    font-weight: 700;
    color: white;
}
.leaf
{
    position: absolute;
}
.l1
{
    top: 7%;
    right: 10%;
    opacity: 0.1;

    animation: leaf 3s ease-in-out infinite;
}
.l1 img
{
    width: 100px;
}
.l2
{
    top: 45%;
    left: 7%;
    opacity: 0.1;

    animation: leaf 3s ease-in-out infinite;
}
.l2 img
{
    width: 100px;
}
.l3
{
    top: 74%;
    left: 85%;
    opacity: 0.1;

    animation: leaf 3s ease-in-out infinite;
}
.l3 img
{
    width: 100px;
}
@keyframes leaf {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .relevance-section .items
    {
        width: 95%;
    }
    .relevance-title span
    {
        font-size: 3em;
    }
}
@media screen and (orientation: portrait) {
    .l1
    {
        right: -5%;
    }
    .l2
    {
        left: -4%;
    }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
    .l2
    {
        left: 0%;
    }
}



/*HOME-MAP*/
.home-map-section
{
    position: relative;
    padding-bottom: 60px;
    background: var(--color-background);
}
.home-map
{
    margin: 40px 0 60px 0;
}
.home-map-items
{
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.home-map-img .map
{
    width: 300px;
    border-radius: 100%;
    margin: 0 0 0 auto;
    display: block;
}
.home-map-img .marker
{
    width: 60px;
    position: absolute;
    top: 50%;
    right: 139px;
    transform: translate(0, -50%);
}
.home-map-items .item-img, .home-map-items .home-map-title
{
    display: inline-block;
}
.home-map-items .item-img img
{
    height: 40px;
    display: block;
}
.home-map-title span
{
    display: block;
}
.home-map-title .title
{
    font-weight: 700;
    color: #eee;
}
.home-map-title .description
{
    color: #eee;
    font-size: 14px;
}
.home-map-btn a
{
    display: block;
    margin: auto;
    width: 150px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    background: #00a74e;
    color: white;
    border-radius: 10px;
    padding: 5px 10px;
    transition-duration: 0.4s;
}
.home-map-btn a:hover
{
    background: #01803c;
}
.circle
{
    position: absolute;
    width: 60vh;
    height: 60vh;
    background: #00a74e;
    border-radius: 100%;
    opacity: 0.3;
    z-index: 0;
}
.c1
{
    top: -25%;
    left: -20%;
}
.c2
{
    bottom: -25%;
    right: -20%;
}
@media screen and (max-width: 991px) {
    .home-map-img .map
    {
        width: 16em;
        margin: 0 auto 0 auto;
    }
    .home-map-img .marker
    {
        width: 3.5em;
        right: 11em;
    }
    .home-map-title .description
    {
        color: #eee;
        font-size: 0.6em;
    }
    .home-map-items .item-img img
    {
        height: 2em;
    }
    .home-map-title .title
    {
        font-size: 0.9em;
    }
}
@media screen and(max-width: 991px) {
    .circle
    {
        width: 400px;
        height: 400px;
    }
}
@media screen and (orientation: portrait) {
    .circle
    {
        width: 400px;
        height: 400px;
    }
    .c1
    {
        top: -25%;
        left: -55%;
    }
    .c2
    {
        bottom: -20%;
        right: -60%;
    }
}








.tag-title
{
    background: #00a74e;
    padding: 5px 15px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}
.tag-description
{
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 40px;
    color: #eee;
}
.btn-general
{
    border-radius: 20px;
    border: none;
    background: white;
    color: #404040;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin: auto;
    transition-duration: 0.4s;
}
.btn-general:hover
{
    background: #f0f0f0;
    color: #202020;
    transform: translateY(-5px);
}
@media screen and (max-width: 991px) {
    .tag-title
    {
        font-size: 0.6em;
    }
}