/* Global config */

*,
*::after, 
*::before,
*:active,
*:focus{
    outline: none !important;
}

h1,h2,h3,h4,h5,h6,p,label{
    margin: 0;
    padding: 0;
}

/* fonts */

@font-face{
    font-family: 'Basier Square Medium';
    src: url('../fonts/Basier-Square-Medium.otf');
}
@font-face{
    font-family: 'Basier Square Bold';
    src: url('../fonts/Basier-Square-Bold.otf');
}
@font-face{
    font-family: 'Basier Square Regular';
    src: url('../fonts/Basier-Square-Regular.otf');
}

body{
    font-family: "Basier Square Regular";
    color: #271f1e;
}

.dropdown-menu{
    border: 1px solid #eaeaea;
    border-radius: 0;
}
select.form-control{
    color: #271f1e;
    cursor: pointer;
}


.black{
    color: #271f1e;
}

.black:hover,
.black:active,
.black:focus{
    color: #271f1e;
}
select.form-control option{
    white-space: pre-line;
    cursor: pointer;
}

.btn:focus{
    box-shadow: none;
}

/* .bg-primary, .color-primary,
a.btn-primary,
.btn-primary, 
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary[disabled]{
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff;
    box-shadow: none !important;
} */

/* .btn-primary:hover{
    background-color: #fff !important;
    color: #000 !important;
} */

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    display: block !important;
    z-index: 999;
    color: #ccc !important;
    font-size: 52px!important;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    display: block !important;
    z-index: 999;
    color: #fff !important;
    font-size: 52px!important;
}

.owl-next:focus, .owl-prev:focus{
    border: none;
    outline: none;
}
/* .owl-prev i, .owl-next i {transform : scale(1,6); color: #fff;} */

.owl-dots .owl-dot{
    width: 10px;
    height: 10px; 
    background-color: #fff !important;
    border-radius: 50%;
    margin: auto 2.5px;
    opacity: .7;
}

.owl-dots .owl-dot.active{
    opacity: 1;
}
.owl-dots{
    display: flex;
    justify-content: center;
    transform:translateY(-30px);
}

/* Navbar */

.navbar .navbar-collapse{
    flex-wrap: wrap;
}

.navbar{
    background-color: #000;
    padding: 15px 0;
    transition: .3s;
}

.navbar-brand img{
    max-width: 130px;
    max-height: 52px;
    transition: .3s;
}
.navbar .navbar-nav{
    flex-wrap: wrap;
    justify-content: flex-end;
}

.navbar .navbar-nav .nav-item .nav-link.active{
    color: #000;
    background: #fff;
}

.navbar .navbar-nav .nav-link{
    color: #fff;
    padding: 10px 12px;
    text-transform: uppercase;
    font-weight: lighter;   
    font-family: "Basier Square Regular";
    font-size: 12px;
    transition: .3s;
}
.navbar .group-btn{
    width: 100%;
    text-align: revert;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 0px;
}

.navbar .group-btn a{
    color: #fff;
    font-size: 24px;
    transition: .3s;
}
.group-btn a img{
    width: 20px;
}
/* .navbar .group-btn a:hover{
    transform: scale(1.05);
} */

.navbar .navbar-nav .nav-link.btn-revert{
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
}

.navbar .navbar-toggler{
    color: #fff;
}

.navbar.small{
    padding: 5px;
}

.navbar.small .hideScrollSocial{
    display: none !important;
}
.navbar.small .navbar-brand img{
    max-width: 90px;
    object-fit: contain;
}

.main-section{
    margin-top: 73px;
}

/* .separated-color::after{
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: #aaa;
} */

/* Section slider  */

.slider_home .center-text{
    position: relative;
}   
.slider_home .center-text .text{
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    max-width: 85%;
    width: auto;
    padding: 8px 25px;
}

.slider_home .center-text .text h2{
    text-transform: uppercase;
    font-size: 42px;
    font-family: "Basier Square Bold";
    text-shadow: 2px 2px 7px rgba(0, 0, 0, .5);
}
.slider_home .center-text .text p{
    line-height: 1.3;
    font-family: "Basier Square Regular";
    font-size: 24px;   
    margin: 0px auto; 
    text-shadow: 2px 2px 7px rgba(0, 0, 0, .5);
}

.slider_home .center-text .text a img{
    width: 80%;
    margin: auto;
}

.text-section h3{
    text-align: center;
    font-size: 52px;
    font-family: "Basier Square Medium";
    line-height: 1;
    margin-top: 25px;
}
.text-section p{
    font-size: 20px;
    line-height: 1.3;
}
.text-section p.edit{
    font-size: 24px;
    font-family: "Basier Square Bold";
}

#download, #contacto {
    padding-top: 78px;
    transform: translateY(-78px);
    /* margin-bottom: -78px; */
}
#contacto{
    margin-bottom: -78px;
}

.grid-template{
    grid-template:
        "a a b"
        "a a c";
    display: grid;
    margin-top: 40px;
    margin: 40px -10px 0;
}

.grid-template .a{ grid-area: a; }
.grid-template .b{ grid-area: b; }
.grid-template .c{ grid-area: c; }

.grid-template .box{
    padding: 15px 10px 0;
}
.grid-template img{
    height: 100%;
    object-fit: cover;
}


.title-section{
    font-size: 50px;
    font-family: "Basier Square Medium";
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.description-section{
    font-size: 20px;
}

/* section.pt-5{
    padding-top: 100px !important;
} */

/* section services */

.section_services .d-flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 85%;
    margin: 30px auto;
}

.section_services .d-flex .box{
    width: 20%;
    text-align: center;
    padding: 10px;
}

.section_services .d-flex .box img{
    transition: .3s;
    max-width: 130px;
}

.section_services .d-flex .box:hover img{
    transform: scale(1.05);
}

/* carousel */
/* Directory - section views */
.slider_service{
    margin-bottom: 6rem !important;
}

.slider_service .profile{
    position: relative;
    background-color: #000;
    overflow: hidden;
    position: relative;
}

.slider_service .profile:hover .text{
    opacity: 1;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.slider_service .profile:hover .text{
    opacity: 1;
}
.slider_service .profile img{
    transition: .15s ease-in;
}
.slider_service .profile:hover img{
    transform: scale(1.15)
}
.slider_service .profile .text{
    position: absolute;
    color: #fff;
    padding: 15px;
    transition: .3s ease-in-out;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.slider_service .profile .text h4{
    font-size: 16px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider_service .profile .text p{
    font-size: 14px;
}

.slider_service {
    position: relative;
}

.slider_service .owl-dots{
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    bottom: 10px;
}

/* banner */

.banner{
    text-align: center;
    background-image: url('../img/papyrus.png');
    background-repeat: repeat;
    background-size: initial;
    background-position: center;
    position: relative;
    z-index: 999;
}

.banner .contain{
    width: 85%;
    margin: auto;
    padding: 3% 0;
}
.banner .contain h2{
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bolder;
}

.banner .contain .btn{
    padding: 10px 42px;
    border-radius: 0;
    font-size: 24px;
    /* background: linear-gradient(90deg, rgb(255, 76, 115) 0%, rgba(233, 168, 68, 1) 100%); */
    border-radius: 30px;
    border: none;
    margin-top: 10px;
}
/* section how to work */

.section_how_to_work .item{
        display: flex;
        justify-items: center;
        flex-direction: column;
        align-items: center;
}

.section_how_to_work .item img{
    margin-bottom : 15px;
    max-width: 100px;
}

.section_how_to_work .item h5{
    font-family: "Basier Square Medium";
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;    
}
.section_how_to_work .item p{
    font-size: 16px;
    text-align: center;
}

/* section benefits */

.section_benefics ul{
    zoom: 1.7;
    margin-top: 30px;
}
.section_benefics ul li{
    margin-bottom: 5px;
}   

/* Section download */

.banner-download{
    background: url('../img/banner.jpg') no-repeat center top/cover;
    padding: 0;
    position: relative;
    padding: 17% !important;
    color: #000;
    margin-left: -2px;
    width: calc(100% + 2px);
}

.banner-download .pos-text{
    position: absolute;
    transform: translate(65%, -50%);
    top: 50%;
    left: 30%;
    max-width: 35%;
    width: 100%;
}

.banner-download h1{
    text-transform: uppercase;
    font-size: 34px;
    text-shadow: none;
    font-weight: bold;
    margin-top: 5px;
    font-family: "Basier Square Medium";
    margin-bottom: 10px;
    color: #fff;
}

.banner-download p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.banner-download .buttons {
    display: flex;
    justify-content: space-evenly;
}

.banner-download .buttons img{
    max-width: 200px;
}

.banner-download .pos-text .buttons a{
    background: transparent;
    border: none;
}

/* Section contacto */

.bg-contacto{
    /* background: linear-gradient(90deg, rgba(109, 123, 230, 1) 0%, rgba(187, 105, 137, 1) 45%, rgba(233, 168, 68, 1) 100%); */
    padding: 25px 15px;
    /* background: #f2f2f2; */
}

.container.contacto{
    padding: 25px 15px;
    background: #fff;
    box-shadow: 0 19px 38px rgba(158, 158, 158, 0.3), 0 15px 12px rgba(157, 157, 157, 0.22);
    /* border-radius: 25px; */
}

.container.contacto h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: bold;
}

.container.contacto{
    padding: 35px 50px;
    max-width: 830px;
    margin:0px auto 50px;
}

.container.contacto .form-group {
    max-width: calc(100% - 15px);
    padding-left: 7.5px;
    font-family: "Basier Square Regular";
    margin-bottom: 35px;
}

.container.contacto .form-control{
    border: none; 
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.container.contacto .form-control:focus{
    border-color: #C49198;
    box-shadow: none;
}

.container.contacto .btn-send{
    margin: 15px auto;
    display: block;
    max-width: 180px;
    width: 100%;
    border-radius: 25px;
    padding: 10px;
    background-color: #557bf6;
    border-color: #557bf6;
    font-size: 18px;
}

.container.contacto .btn-send:hover,
.container.contacto .btn-send:active,
.container.contacto .btn-send:focus{
    background-color: #557bf6 !important;
    border-color: #557bf6;
}

footer{
    background: #000;
    padding: 20px 0;
}

footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer img{
    max-width: 90px;
    max-height: 52px;
}

footer .group-btn a{
    color: #fff;
    font-size: 22px;
    transition: .3s;
    margin-left: 8px;
}

@media (max-width: 767px){
  
}