@font-face {
    font-family: Gotham-Black;
    src: url(/fonts/Gotham-Black.otf);
}
@font-face {
    font-family: Gotham-Light;
    src: url(/fonts/Gotham-Light.otf);
}
@font-face {
    font-family: Gotham-Book;
    src: url(/fonts/Gotham-Book.otf);
}
@font-face {
    font-family: Gotham-Medium;
    src: url(/fonts/Gotham-Medium.otf);
}
body {
    background-color: rgb(255, 255, 255);
    background-image: url(/assets/fondo2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.contCurva {
    overflow: hidden;
    align-items: center;
    /* display: flex; */
}
.curva {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.curva::before {
    content: '';
    width: 100%;
    height: 80vh;
    border-radius: 0px 0px 200% 200%;
    /* background-color: rgba(248, 248, 248, 0.891); */
    position: absolute;
    overflow: hidden;
    top: 0;
    z-index: -1;
    transform-origin: bottom;
    transform: scaleX(150%)
}
/* *************************************** NAVBAR ******************************************** */
.top {
    position: fixed;
    width: 100%;
    z-index: 2;
}
.navbar {
    background-color: rgba(0, 0, 0, 0.233) !important;
}
.logo {
    width: 130px;
}
.navbar-collapse {
    flex-grow: 0; /* Alinea a la derecha los links */
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0 green !important;
    color: 0 !important;
}
.botonMenu {
    border: 0;
    background-color: none;
    padding-top: 0;
}
.iconoMenu {
    max-width: 22px !important;
}
.nav-link {
    text-align: right;
    color: white !important;
}
.nav-link:hover {
    text-align: right;
    color: rgb(164, 44, 44) !important;
}

/* ****************************************** HEADER ******************************************* */
.uno {
    height: 98vh;
    /* border: 1px dotted red; */
}
/* .row, .header {
    background-color: rgba(255, 255, 255, 0) !important;
    margin-top: 120px;
    text-align: center;
    justify-content: center;
} */
.header {
    background-color: rgba(255, 255, 255, 0) !important;
    margin-top: 120px;
    text-align: center;
    justify-content: center;
}
.col-slogan {
    /* border: 1px dotted rgba(0, 128, 0, 0.101); */
    text-align: center;
    align-self: center;
    max-width: 500px;
}

.slogan {
    width: 80%;
}
.col-carousel {

    text-align: center;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 100%;
    width: 0;
}
.left, .right {
    width: 10px;
}
.carousel-item {
    height: 500px;
    transition: 1000ms;
}
.active {
    /* display: flex !important;
    justify-content: center;
    flex-direction: column; */

    position: relative;
}
.carouselImg {
    margin: 0 auto;
    max-height: 380px;
    max-width: 400px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sections {
    color: white;
    font-size: 50px;
    text-align: center;
    /* border: 1px dotted green; */
    height: 98vh;
}
/* ****************************************** DOS ******************************************* */
        /* FOTO RIVIERA */
        .riviera {
            position: absolute;
            top: 0px;
            right: 20%;
            z-index: -1;
        }
        .riviera img {
            max-width: 300px;
        }
        .tarjetas1 {
            position: absolute;
            bottom: 0px;
            left: 20%;
            z-index: -1;
        }
        .tarjetas1 img {
            max-width: 300px;
        }
.col-6 {
    padding: 0;
}
.dos {             /* CENTRAR */
    position: relative;
    height: 98vh;
    /* border: 1px dotted red; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 3px solid rgba(110, 62, 173, 0.612); */
}
.izquierda {
    justify-content: left;
    text-align: -webkit-right;
}
.png {
    right: 0;
}
.derecha {
    justify-content: right;
    text-align: left;
}
.titulo {
    max-width: 300px;
    display: block;
}
.texto {
    font-family: "Gotham-Light";
    font-size: 12px;
    width: 250px;
    max-width: 75vw;
}
.two {             /* CENTRAR */
    /* border: 1px solid rgba(154, 140, 236, 0.505); */
    width: 100%;
}

/* ****************************************** LOGOS ******************************************* */
/* .logos {
    width: 80vw;
    border: 1px solid red;
} */
.clientes {
    margin: 0 auto;
    max-width: 900px;
    /* border: 1px solid red; */
    justify-content: center;
    mix-blend-mode: multiply;
}
.cliente {
    max-width: 130px;
    margin-bottom: 30px;
    /* border: 1px solid yellow; */
}
.clientesQue {
    max-width: 500px;
}
.tres {
    justify-content: center;
    margin-bottom: 70px;
}

/* ************* TEXTO FOOTER ************* */
.footer {
    position: fixed;
    width: 100vw;
    height: 130px;
    background-color: #252525de;
    bottom: 0;
    padding-top: 20px;
}
.textoFooter {
    font-family: "Gotham-Book";
    font-size: 13px;
    text-align: center;
    color: rgb(188, 188, 188);
}
.phone {
    max-width: 15px;
}

/* *************************** RESPONSIVE / SMARTPHONES ************************ */
@media (max-width: 575px) {
    
    /* ************************* SLOGAN ************************** */
    .col-slogan {
        text-align: center;
        margin-bottom: 30px;
    }
    .slogan {
        width: 80%;
        margin-top: 20px;
        margin-bottom: -50px;
    }
    .riviera {
        position: absolute;
        right: 0%;
        z-index: -1;
    }
    .derecha {
        justify-content: left;
    }
    .two {
        width: 85%;
    }
    .izquierda, .derecha {
       margin-left: 20px;
    }
}