@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #010001;
    color: #fff;
}

a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}


/* header-area-start */

.sm-header-wrapper{
    display: none;
}

.sm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sm-logo a img {
    display: inline-block;
    width: 100px;
}

.sm-bar {
    cursor: pointer;
}

.sm-bar span {
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    margin: 8px 0px;
    border-radius: 5px;
}

.header-area {
    background: #000;
    padding: 40px 0px 30px 0px;
}

.main-header ul {
    display: flex;
    justify-content: space-between;
}

.main-header ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.main-header ul li a:hover {
    opacity: .7;
}

.main-header ul li:nth-child(3) a:hover {
    opacity: 1;
}

.main-header ul li a img {

    display: inline-block;
    width: 280px;
}

@media screen and (max-width: 576px) {
    .header-area{
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        background: #000;
        padding: 40px 0px 0px 0px;
    }
    
}

/* header-area-end */


/* banner-area-start */
.banner-area video{
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-area {

    /* background: url(../img/banner-bg.png);
    background-size: cover; */
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #4D4D4D;
}

.banner-area::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: -9;
    position: absolute;
    opacity: .4;
}


.banner-content {
    padding: 250px 0px;
    text-align: center;
}

.banner-content h1 {
    font-weight: 200;
    font-size: 56px;
}

.banner-content h1 span {
    font-weight: 400;
}

.banner-bottom {
    text-align: center;
    padding-bottom: 50px;
}

.banner-bottom p {
    font-size: 16px;
    margin-bottom: 42px;
}

.banner-bottom a img {
    display: inline-block;
    width: 65px;
}
@media screen and (max-width: 576px){
    .banner-area {
        /* height: 100vh; */
        background: url(../img/banner-bg.png);
        background-size: cover;
        position: relative;
        z-index: 9;
        border-bottom: 1px solid #4D4D4D;
        padding-top: 40px;
    }
}


/* banner-area-end */



/* bottom-menu-area-start  */


.bottom-menu {
    padding: 30px 0px;
    background: #121212;
}

.bottom-menu-wrapper ul {
    display: flex;
    justify-content: space-between;
}

.bottom-menu-wrapper ul li a {
    display: inline-block;
    color: #fff;
    font-size: 21px;
}


.bottom-menu-wrapper ul li a:hover {
    opacity: .7;
}

.bottom-menu-wrapper ul li:nth-child(3) a:hover {
    opacity: 1;
}
.bottom-menu-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    padding: 30px 0px;
    background: #121212;
    width: 100%;
}
.bottom-menu-fixed-hidden{
    visibility: hidden;
}


/* bottom-menu-area-end */


/* details-area-start */
.details-item-text h1 {
    color: #323232;
    font-size: 15px;
    font-weight: 700;
}

.details-item-one {
    position: relative;
    cursor: pointer;
}

.details-item {
    display: flex;

}
@media screen and (max-width: 576px) {
    .details-item-img img {
        display: inline-block;
        transition: all 300ms;
        display: flex;
    }
    
    .details-item--two-img img {
        display: inline-block;
        transition: all 300ms;
    }
    
}
@media screen and (min-width:577px) {
    .details-item-img img {
        display: inline-block;
        max-width: 255px;
        max-height: 255px;
        transition: all 300ms;
    }
    
    .details-item--two-img img {
        display: inline-block;
        max-width: 255px;
        max-height: 255px;
        transition: all 300ms;
    }
}


.details-item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.details-item--sec-text h1 {
    color: rgb(255, 255, 255);
    -webkit-text-stroke: .1px #000;
}

.p1-main-bg {
    background: url(../img/other-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.details-area {
    padding-bottom: 200px;
}


.details-right h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.details-right-text {
    padding-top: 40px;
}

.details-right {
    padding-left: 40px;
}

.details-right-text p {
    font-size: 15px;
}

.details-bottom {
    padding-top: 40px;
    padding-bottom: 15px;
    display: none;
}

.details-bottom p {
    font-size: 14px;
    margin-bottom: 0;
}

.nosotros-area {
    padding: 200px 0px;
}

.nosotro-area-wrapper h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}

.nosotro-area-wrapper a {
    display: inline-block;
    background-image: -moz-linear-gradient(21deg, rgb(51, 135, 213) 0%, rgb(86, 76, 160) 100%);
    background-image: -webkit-linear-gradient(21deg, rgb(51, 135, 213) 0%, rgb(86, 76, 160) 100%);
    background-image: -ms-linear-gradient(21deg, rgb(51, 135, 213) 0%, rgb(86, 76, 160) 100%);
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
}
.enviar-area-wrapper input{
    display: inline-block;
    background-image: -moz-linear-gradient(21deg, rgb(51, 135, 213) 0%, rgb(86, 76, 160) 100%);
    background-image: -webkit-linear-gradient(21deg, rgb(51, 135, 213) 0%, rgb(86, 76, 160) 100%);
    background-image: -ms-linear-gradient(21deg, rgb(51, 135, 213) 0%, rgb(86, 76, 160) 100%);
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    width: 100%;
}
.enviar-area-wrapper input:hover {
    opacity: .7;
}
.nosotro-area-wrapper a:hover {
    opacity: .7;
}

/* details-area-end */



/* content-area-start  */

.content-area {
    padding: 50px 0px;
    background: #fff;
}

.content-item {
    text-align: center;
    border-right: 1px solid #000;
}

.content-item h1 {
    font-weight: 200;
    font-size: 21px;
    color: #000;
    margin-bottom: 0;
}

.content-item h1 span {
    font-weight: 400;
}

.content-item-three {
    border: none;
}


/* content-area-end */


/* gallery-area-start  */
.gallery-area {
    padding: 100px 0px 50px 0px;
}

.gallery-title h1 {
    font-weight: 600;
    font-size: 32px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.gallery-area .container-fluid {

    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.gallery-img img {
    display: inline-block;
    width: 100%;
}


.gallery-content {
    margin-top: 60px;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #060c27a8;
    width: 100%;
    height: 0;
    transition: .5s ease;
    overflow: hidden;
}
.overlay p{
    color: #fff;
    font-size: 5px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.overlay h2{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.overlay h1{
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    text-align: center;
    top: 5%;
}
.contenedor-imagenes{
    display: flex;
    width: 85%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 3px;
}
.contenedor-imagenes .imagen{
    width: 32%;
    position: relative;
    height: 200px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75);
    object-fit: cover;
}
.imagen img{
    width: 100%;
    height: 100%;
    background-size: cover;
}

.imagen:hover .overlay{
    height: 100%;
    cursor: pointer;
}
@media screen and (max-width: 1000px) {
    .contenedor-imagenes{
        width: 95%;
    }
    .overlay h2{
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    .overlay h1{
        color: #fff;
        font-size: 17px;
        font-weight: 300;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 670px) {
    .contenedor-imagenes{
        width: 90%;
    }
    .contenedor-imagenes .imagen{
        width: 45%;

    }
    .overlay h2{
        color: #fff;
        font-size: 30px;
        font-weight: 300;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    .overlay h1{
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        position: absolute;
        text-align: center;
    }
}
/* gallery-area-end */


/* clients-area-start */
.client-title {
    font-size: 31px ; 
    font-weight: 600 ;
}

.clients-area {
    padding: 50px 0px;
}

.clients-top {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 50px;
}

.clients-bottom {
    padding-top: 40px;
}

.client-img  img {
    width: 150px;
    display: inline-block;
}
.espacio_services{
    height: 30px;
}


/* clients-area-end */


/* slider-area-start */

.slider-content img {
    display: inline-block !important;
    width: 170px !important;
    margin-bottom: 20px;
}

.slider-content {
    text-align: center;
}


.slider-content h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
}

.slider-content h6 {
    font-size: 21px;
    font-weight: 300;
}

.slider-area {
    padding: 15px 0px 50px 0px;
}

.slider-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.owl-item.active.center.active {
    opacity: 1;
}

.owl-carousel .owl-item {
    opacity: .6;
}

.slider-content p {
    margin-top: 25px;
    font-size: 17px;
}

/* slider-area-end */

/* footer-area-start */
.footer-middle h1 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 4px;
}

.footer-middle span {
    display: block;
    width: 40px;
    height: 3px;
    background: #BBBBBB;
}

.footer-link {
    margin-top: 10px;
}

.footer-link ul li {
    margin-bottom: 0px;
}

.footer-link ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.footer-link ul li a:hover{
    opacity: .7;
}

.footer-left a img {
    display: inline-block;
    width: 220px;
}

.footer-area {
	padding: 100px 0px 65px 0px;
}

.idioms{
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.idiom a{
    opacity: .9;
    color: white;
}
/* footer-area-end */
/* Contact */
@media screen and (max-width: 576px) {
    .header-area-contact{
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        background: #000;
        padding: 40px 0px 0px 0px;
    }
    
}
.header-area-contact {
    background: #000;
    padding: 40px 0px 30px 0px;
}

.form{
    width: 90%;
    max-width: 400px;
    padding: 3.5em 1.5em;
    margin:auto;
}
.form_container{
    width: 100%;
    display: grid;
    gap: 1em;
    grid-auto-columns: 100%;
}
.form_tittle{
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: .4em;
}
.form_input{
    font-size: 1rem;
    padding: .8em 1em;
    border-radius: .3em;
    outline: none;
    border: none;
    border: 1px solid #bbb0b0;
}
.form_input--message{
    resize: none;
    padding: 1.8em 1em;
    margin-bottom: .5em;
}
.form_cta{
    background-color: #089FE0;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    padding: .7em 0;
    border-radius: .3em;
    cursor: pointer;
}
@media (max-width:576px){
    .form{
        padding: 3.5em 1em;
        margin-top: 30%;
    }
}
/* #one img{
    transition: all 300ms;
    position: relative !important;
} */

/*#one img:hover{
    transform: scale(1.15);
}*/

.scrollbar::-webkit-scrollbar{
    width: 7px;
}

.scrollbar::-webkit-scrollbar-thumb{
    background: darkblue;
}

.card {
    position: relative;
    width: 100%;
    height: 285px;
    margin-bottom: 30px;
}
.card2 {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}


.card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}

.card .back p{
    top: 50%;
    left: 50%;
    text-align: center;
} 

.card .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}


.card .back {
    transform: perspective(600px) rotateY(180deg);
    background: url(../img/other-bg-2.png);
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px #000;
}

.card:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.card:hover .back {
    transform: perspective(600px) rotateY(360deg);
}

.details-item-one {
    position: relative;
}

.details-item-one::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    top: 0;
    opacity: .0;
    transition: .5s;
}

.details-item-one:hover::before {
    opacity: .5;
}


.details-item-one:hover .details-item-text h1 {
    color: #000000;
    
    transition: .5s;
}