/*Fuentes*/

/*railway*/
@import url('https://fonts.googleapis.com/css2?family=Raleway: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');

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

/*general*/
body {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh;
    background: #F7F7F7;
    font-family: 'roboto', serif !important;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway' !important;
}

h2 {
    font-weight: 900 !important;

}

h3,
h4 {
    font-weight: 600 !important;
}

p {
    font-family: 'roboto', regular !important;
    font-weight: 400;
    letter-spacing: 0.5px;

}



.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.cursiv {
    font-weight: 300;
    font-style: oblique;
    padding-top: 2px;
}

/*background sliders*/
.background-mobile {
    display: none !important;
}

/*animación de carga*/
.hidden {
    overflow: hidden;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden-container {
    display: none;
}

.loader {
    width: 400px;
}

.loader:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 12px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    box-sizing: content-box;
    border: 10px solid #000;
    box-shadow: 78px 0 0 -10px #fff, 78px 0 #000;
    animation: wheelSk 0.75s ease-in infinite alternate;
}

.loader:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    height: 70px;
    width: 70px;
    background-image: linear-gradient(#fff 45px, transparent 0),
        linear-gradient(#fff 45px, transparent 0),
        linear-gradient(#fff 45px, transparent 0);
    background-repeat: no-repeat;
    background-size: 30px 4px;
    background-position: 0px 11px, 8px 35px, 0px 60px;
    animation: lineDropping 0.75s linear infinite;
}

@keyframes wheelSk {

    0%,
    50%,
    100% {
        transform: translatey(0)
    }

    30%,
    90% {
        transform: translatey(-3px)
    }
}

@keyframes lineDropping {
    0% {
        background-position: 100px 11px, 115px 35px, 105px 60px;
        opacity: 1;
    }

    50% {
        background-position: 0px 11px, 20px 35px, 5px 60px
    }

    60% {
        background-position: -30px 11px, 0px 35px, -10px 60px
    }

    75%,
    100% {
        background-position: -30px 11px, -30px 35px, -30px 60px;
        opacity: 0;
    }
}

/*Boton flotante de redes*/
#btn-mas {
    display: none;
}

.container-social {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

.social-net a,
.icon-mas {
    display: block;
    text-decoration: none;
    background: #00567a;
    color: #F7F7F7;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
    font-size: 20px;
}

.social-net a:hover {
    background: #007db3;
    color: #F7F7F7;
}

.icon-mas:hover {
    background: #007db3;
    cursor: pointer;
}

.social-net a {
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked~.social-net a {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

#btn-mas:checked~.btn-mas .icon-mas {
    transform: rotate(137deg);
}


/*Boton flotante whatsapp*/
.container-wp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 888;
}

.wp a {
    display: block;
    text-decoration: none;
    background: #00C553;
    color: #F7F7F7;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
    font-size: 25px;
}

.wp a:hover {
    background: #00c55285;
    color: #F7F7F7;
}

/*Menú*/
header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 98%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    transition: 0.7s;
    background-color: #F7F7F7;
    z-index: 999;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 25px;

}

nav {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul {

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;

}

header ul li {
    list-style: none;
    margin-top: 10px;
}

header ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #00567a;
    letter-spacing: 2px;
    font-weight: bold;
    transition: 0.7s;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 23.8px;
    padding-right: 10px;
    padding-left: 20px;
}

header ul li a:hover {
    color: #85daff;
}

header .logo {
    padding-left: 20px;
    position: relative;
    transition: 1.5s;
    padding-top: 10px;
    padding-bottom: 10px;


}

header .logo img {
    width: 150px;
}

.nav_hamburguer,
.nav_close {
    display: none;
}

.icon {
    display: none !important;
}


/*Slider*/
.d-item {
    height: 100vh;
}


.mt-4 {
    margin-top: 1.5rem !important;
}

.d-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.subtitulo-slider {
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 75px;
    text-align: center;
    color: #F7F7F7;
}

.subtitulo-slider span {
    color: #009ADC;
}

.container-slide {
    width: 100%;
}

.bajada-slider {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #F7F7F7;
}


/*Contacto*/
.contact-container {
    padding: 0;
    margin: 0;
    background-image: url('../img/contacto-fondo.webp');
    width: 100%;
    text-align: center;
    background-position: center start;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
}

.contact-container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.contact-container h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #F7F7F7;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-top: 1vh;
    padding-bottom: 40px;
    font-size: 2em;

}

.contact-columns {
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.contact-column {
    background-color: rgba(0, 0, 0, 0.8);
    margin-right: 20px;
    padding: 20px 30px;
    border-radius: 25px;
}

.contact-column h3 {
    color: #5DBFE9;
    font-size: 25px;
}

.forms {
    width: 35%;
    display: inline;
    text-align: left;
}

.input-form {
    width: 95%;
    border: none;
    margin-bottom: 20px;
    padding: 15px 10px;
    position: relative;
    float: left;
    border: 0;
    padding: 15px 10px;
    background: transparent;
    border-bottom: 1px solid #F7F7F7;
    outline: none;
    color: #F7F7F7;
}

.input-form::placeholder {
    color: #F7F7F7;
}

.input-form:hover {
    background: #282c2c3f;
    opacity: 0.5;
    transition: 1s;
    color: #F7F7F7;
}

.input-form:focus {
    background: #282c2c3f;
    opacity: 1;
    transition: 1s;
    color: #F7F7F7;
}



.textarea-form {
    width: 95%;
    max-width: 95%;
    max-height: 15vh;
    height: 15vh;
    resize: none;
    padding: 15px 10px;
    border: 0;
    color: #F7F7F7;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #F7F7F7;
}

.textarea-form::placeholder {
    color: #F7F7F7;
}

.textarea-form:focus {
    background: #282c2c3f;
    opacity: 1;
    transition: 1s;
    color: #F7F7F7;
}

.form-button {
    background: #5DBFE9;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 20px;
    font-weight: 500;
    color: #F7F7F7;
}

.form-button:hover {
    background: #5dbfe975;
    transition: 0.5s;
    color: #f7f7f78c;

}

.ubication {
    width: 25%;
    text-align: left;
}

.ubication div {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.ubication div i {
    color: #5DBFE9;
    margin-right: 20px;
    font-size: 15px;
}

.ubication p {
    color: #F7F7F7;
    margin: 0 !important;
}

.ubication a {
    color: #5DBFE9;
    transition: 0.3s;
}

.ubication a:hover {
    color: #00a2ec;
}

.map {
    width: 35%;
    padding: 0;
    margin: 0;
    background: #161515;
}

.map iframe {
    margin: 0;
    width: 100%;
    height: 80%;
    border-radius: 25px;
}

.map p {
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 1em;
}

/*Modelos*/
.models-container {
    width: 100% !important;
    margin: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;


}


.models-container h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #094067;
    font-weight: 300;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    font-size: 1.7em;
}

.col {
    margin-bottom: 20px;
}

.row {
    margin: 0 !important;
    justify-content: center;
    width: 100%;
}

.card {
    cursor: pointer;
    transition: .9s;
    border: none !important;
    border-radius: 25px !important;
}

.card-img-overlay {
    border-radius: 25px !important;
}

.card-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    color: #f7f7f7;
    font-weight: bold !important;

}

.col {
    margin-top: 30px !important;

}

.col h5 {
    font-weight: bold;
}

.col p {
    font-size: 15px !important;
}

.card-img {
    opacity: 0.3;
    transition: 1s;
}

.img-producto-1 {
    border-radius: 25px !important;
}

.card:hover .img-producto-1 {
    opacity: 0.7 !important;
    transition: 1s;
    border-radius: 25px !important;
}

.img-producto-2 {
    display: none;

}

.modal-content {
    background-color: #F2F2F2 !important;
    border-radius: 25px !important;
}

.modal-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.modal-container img {
    border-radius: 25px !important;
}

.modal-title {
    color: #009ADC;
    font-weight: bold;
    text-transform: uppercase;
}

.indicators-model {
    bottom: -40px !important
}

.modal-icons i {
    text-decoration: none;
    background: #009ADC;
    color: #F7F7F7;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
    font-size: 20px;
    margin-right: 10px;
}

.modal-icons i:hover {
    background: #5DBFE9;
    color: #F7F7F7;
}

/*quienes somos*/
.container-about {
    width: 100% !important;
    background-color: #00567A;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%2300567A'/%3E%3Cstop offset='1' stop-color='%2385DAFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23009ADC' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23009ADC' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23009ADC' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23009ADC' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

.container-about h2 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px !important;
    padding-bottom: 20px;
    color: #f7f7f7;
    font-weight: 500;
    position: relative;
    font-size: 1.7em;
}

.container-about h3 {
    color: #f7f7f7;
    text-transform: uppercase;
    font-size: 25px !important;
    padding: 30px 0px;
}

.container-about h4 {
    color: #f7f7f7;
    text-transform: uppercase;
}

.container-about p {
    color: #f7f7f7;
}

.img-fluid {
    border-radius: 50px;
}

.icon-work {
    cursor: pointer;
    color: #f7f7f7;
    background: #00567a !important;
    border-radius: 50%;
    padding: 15px;
    width: 50px;
    height: 50px;
}

.carousel-indicators1 [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 100% !important;
    background-color: #00567a !important;
}

.stars {
    display: flex;
    padding-bottom: 10px;
}

.stars img {
    padding-right: 5px;
}

.hidden-input {
    display: none !important;
    visibility: hidden !important;
}


@media screen and (max-width: 1200px) {

    /*Contacto*/
    .contact-columns {
        display: inline;
        margin: 0;
        width: 100%;
    }

    .contact-column {
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding: 20px 30px;
        margin-top: 30px;
    }

    .forms {
        width: 80%;
        display: inline-block;
        text-align: left;
    }


    .ubication {
        display: inline-block;
        width: 80%;
    }

    .map {
        display: inline-block;
        width: 80%;
        height: 500px;
    }

    .col {
        margin-top: 0px !important;
    }

    .col h5 {
        margin-top: 40px !important;
        padding-bottom: 10px !important;
    }


}


/*responsive mobile*/
@media screen and (max-width: 950px) {

    body {
        overflow-x: hidden !important;
        margin: 0;
        width: 100% !important;
        padding: 0;
    }

    .loader {
        width: 200px;
    }

    h3 {
        font-size: 1.5em !important;
    }

    /*Menú*/
    header {
        position: relative;
        background-size: cover;
        display: grid;
        justify-content: space-between;
        align-items: center;
        grid-template-columns: repeat(2, max-content);
        padding-bottom: 0;
        height: 70px;
        margin: 0;
        width: 100%;
        border-radius: 0;
    }

    .nav_links {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;

        margin-top: 70px;

        display: grid;
        align-content: start;
        justify-content: left;
        align-items: start;
        justify-items: normal;

        transform: var(--state-menu);
        transition: .3s;
        height: 348px;
        background-color: #485157;

        z-index: 1;

    }

    nav {
        --state-close: scale(0);
        --state-hamburguer: scale(1);
        --state-menu: translate(-100%);

        margin: 0 auto;
        overflow: hidden;
        display: grid !important;
        justify-content: space-between;

    }

    nav:target {
        --state-menu: translate(0);
        --state-close: scale(1);
        --state-hamburguer: scale(0);
    }

    header ul {
        display: grid !important;
        transition-property: right;
    }

    .nav_hamburguer,
    .nav_close {
        display: inline;
        cursor: pointer;
        grid-column: -2/-1 !important;
        grid-row: 1/2 !important;
        transition: .4s transform;
        padding-right: 20px;

    }

    .nav_hamburguer {
        transform: var(--state-hamburguer);
        color: #485157;
    }

    .nav_close {
        transform: var(--state-close);
        z-index: 1;
        color: #485157;
    }

    .nav_icon {
        font-size: 28px;
    }

    .icon {
        display: inline !important;
        font-size: 20px;
        text-align: center;
        padding-right: 5px;
    }


    header ul li {
        display: grid;
        width: 100vw;
    }

    header ul li a {
        padding-left: 20px;
        color: #F7F7F7;
        border-bottom: 1px solid #f7f7f793;
    }

    header ul li a:hover {
        background: none;
    }

    header .logo img {
        width: 150px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    /*Slider*/
    .d-item {
        min-height: 85vh !important;
        max-height: 85vh !important;
    }


    .mt-4 {
        margin-top: 1.5rem !important;
    }

    .subtitulo-slider {
        font-size: 2em;
        letter-spacing: 2px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .subtitulo-slider span {
        color: #009ADC;
    }

    .container-slide {
        width: 100%;
    }

    .bajada-slider {
        font-size: 1em;
    }

    .carousel-control-next-icon {
        display: none !important;
    }

    .carousel-control-prev-icon {
        display: none !important;
    }

    /*Contacto*/

    .contact-container h2 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.7em;
    }

    .contact-columns {
        display: inline;
        margin: 0;
        width: 100%;
    }

    .contact-column {
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding: 20px 30px;
        margin-top: 30px;
    }

    .forms {
        width: 95%;
        display: inline-block;
        text-align: left;
    }

    .input-form {
        width: 100%;
    }

    .textarea-form {
        width: 100%;
        max-width: 100%;
        max-height: 15vh;
        height: 15vh;
        resize: none;
        padding: 15px 10px;
        border: 0;
        color: #F7F7F7;
        outline: none;
        background: transparent;
        border-bottom: 1px solid #F7F7F7;
    }


    .ubication {
        display: inline-block;
        width: 95%;
    }

    .map {
        display: inline-block;
        width: 95%;
        height: 650px;
    }

    /*quienes somos*/

    .col {
        padding-bottom: 20px;
    }

    .container-about h2 {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
    }

    .icon-work {
        cursor: pointer;
        color: #f7f7f7;
        background: #00567a !important;
        border-radius: 50%;
        padding: 20px;
        width: 60px;
        height: 55px;
        margin: 0 !important;

    }

    .col-2 {
        padding-left: 0 !important;
    }



    .carousel-indicators1 {
        margin-top: 15rem !important;
        margin-bottom: 0 !important;
        padding-top: 20px !important;
        justify-content: center !important;
    }

    .carousel-inner-padding-bottom{
        padding-bottom: 20px !important;
    }

    /*background sliders*/
    .background-mobile {
        display: inline !important;
    }

    .background-desktop {
        display: none !important;
    }
}