html {
    scroll-behavior: smooth;
}

body {

    margin: 0px;
    padding: 0px;
    /*font-family: 'Courier New', Courier, monospace;
   */
    color: #06012e;


}


@font-face {
    font-family: 'BebasKai';
    src: url('tipografia/bebas_kai/bebaskai-webfont.woff') format('woff');
    /* Puedes agregar más formatos si es necesario para mayor compatibilidad */
  }
  

  
/*header*/
#contenedor {
    background-color: white;
    margin-bottom: 2%;
    box-shadow: #06012e;
}

/*Esta clase se llama desde el codigo javascript para que el header este fijo */
.abajo {
    position: fixed;
    z-index: 5;
    top: 0;
}

/*Logo y titulo*/
#Logo {
    margin-left: 10px;
    margin-right: 100px;
}

#Logo,
.logo-img {
    width: 52%;
    margin-top:13px ;
    margin-bottom: 7px;
    float: left;
}

/*menu en block*/

#menu_navegacion,
.ul {
    margin-top: 13px;
    display: flex;
   
}

#menu_navegacion,
.ul,
li {
    padding: 5px;
    padding-bottom: 2px;
    list-style: none;
    display: inline-block;
}

#menu_navegacion,
.ul,
li,
#navegacion {

    text-decoration: none;
    font-size: 22px;


}


#menu_navegacion li:hover {
    transition: 1s;
    background-color: #0ae405;
    border-radius: 5px;

}

#navegacion:hover {
    color: #ffffff;
}

/*boton facebook   ;*/
.facebook {
    position: fixed;
    z-index: 5;
    font-size: xx-large;
    top: 72%;
    float: left;
    right: 10px;
    background-color: white;
    color: #040839;
}

/*boton WhatsApp   ;*/
.WhatsApp {
    position: fixed;
    z-index: 5;
    font-size: xx-large;
    top: 83%;
    float: left;
    right: 10px;
    background-color: #ffffff;
    color: #0ae405;
}

.texto {
    display: none;
}

.boton-entrada {
    display: flex;
    position: fixed;
    z-index: 5;
    font-size: xx-large;
    top: 78%;
    float: left;
    right: 50px;

    padding: 10px 20px;
    color: white;
    opacity: 1;
    transform: translateY(10px);
    transition: opacity 2s ease;
    font-size: 23px;
}


.WhatsApp:hover {
    color: #0ae405;
    transition: 2s;
}

/* carrusel de fotos*/
.carousel-image {
    width: 100%;
    /* 100% del ancho del contenedor */
    height: 600px;
    /* 100% de la altura del contenedor */
    object-fit: cover;
    /* Ajusta la imagen sin distorsionar, cubriendo todo el contenedor */
    object-position: center center;
    /* Centra la imagen horizontal y verticalmente en el contenedor */
}

/* 3 proyectos*/
.card-title {
    text-align: center;
    color: #06012e;
    font-size: x-large;
}

.card-text {
    color: #06012e;
    font-size: 18px;
}

.price {
    color: #06012e;
    font-size: 35px;
    background-color: #0ae405;
    text-align: center;
    padding: 3%;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 1%;
    border-radius: 5px;
}

.information {
  background-color: rgb(187, 187, 187);
    color: rgb(10, 10, 10);
    padding: 1px;
    border-radius: 5px;
    text-align: center;
    
}

.car {
    height: 350px;
    margin-bottom: 3%;
}

.car-img img {
    height: 190px;
}

#galeria .ver {

    margin-left: 45%;
    margin-top: 3%;
    background-color: #0ae405;
    color: white;
}

#galeria {
    padding-bottom: 2%;
}

.titulo-modal {
    margin-left: 43%;
}

.ver:hover {
    transition: 1s;
    background-color: #06012e;
}

/*Estilizando el formulario*/
.formulario {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-bottom: 1%;
    margin-left: 27%;
}

h2 {
    text-align: center;
    color: white;
    padding-top: 2%;
}


.modal-title {
    margin-left: 20%;
}

input,
textarea {

    border-color: #4f50762c;
    background-color: #f1f0f0;
    font-size: large;
    color: #454546;
    margin-bottom: 3%;
}

.boton {
    background-color: #ffff00;
    color: rgb(48, 46, 46);
}

.boton:hover {

    color: white;
    transition: 2s;
}

a {
    text-decoration: none;
    color: #454546;
    margin-right: 2px;
}

/*Estilizando redes*/
.redes_contactos {

    margin-left: 4%;
}

.redes_contactos {
    color: #06012e;
    text-align: center;
}


.ubicacion {
    margin-top: 3px;
}


.redes_contactos i {
    margin-left: 1%;
    padding-bottom: 4%;
}

#contactos{
background-color: #fafafc;
}

#contactos p {
    margin-right: 6%;
}

.redes {
    margin-right: 6%;
}

.redes p {
    margin-left: 6%;
}

/*footer*/
footer {
    background-color: #06012e;
    padding: 1%;
}

footer p {
    color: white;
    padding: 2%;
    font-size: large;
}

/*quienes somos*/
#quienes_somos p {
    padding: 5%;
    padding-right: 50%;
    margin-top: 3%;
}

#quienes_somos {
    color: #ffffff;
    padding: 10%;
    padding-top: 1%;
    padding-bottom: 8%;
    background-color: #06012e;
    margin-top: 2%;
    width: 50%;
    font-size:larger;
}

#quienes_somos .title {
    
    text-align: center;
    padding-left: 5%;
    color:white;
    font-family: 'BebasKai', sans-serif;
    font-size: 60px;
}


table {
    width: 30%;
    margin-left: 37%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid rgb(255, 255, 255);
    padding: 3px;
    text-align: left;
    padding: 0%;

}

.title {
    text-align: center;
    font-size: 60px;
    margin-top: 1%;
    color:#06012e;
}


.quienes_somos {
    width: 50%;
    margin-top: -13px;
    margin-left:40%;
    float: right;
    position: absolute;
    padding-bottom: 2%;
    height: 652px;
}


/*clientes*/
#clientes img {
    padding: 3%;
    width: 12%;

}

.clientes-logo {
    margin-left: 15%;
}

.modal-content {
    margin-top: 50%;
   color: #06012e;
}
 /*#tipo_letras img {
    cursor: pointer;
}
*/
section[id] {
    scroll-margin-top: 120px;
    scroll-margin-bottom: 50px;
}

article[id] {

    scroll-margin-top: 150px;
    scroll-margin-bottom: 50px;
}

div[id] {

    scroll-margin-top: 135px;
    scroll-margin-bottom: 50px;
}

#menu-desplegable {
    display: none;
}

@media (min-width:300px) and (max-width:575px) {

    .redes_contactos {
        font-size: 18px;

    }

    .modal-title {
        margin-left: 55px;
    }

    .logo-img {
        width: 70% !important;
        margin-top: 0%;
    }

    .clientes-logo img {
        width: 27% !important;
    }

    .carousel-inner {
        height: auto !important;
    }

    .WhatsApp {
        font-size: xx-large;
    }

    .boton-entrada {
        font-size: 17px;
        right: 50px;
        top: 79%;
    }

    .carousel-image {

        /* 100% del ancho del contenedor */
        height: 250px !important;
        /* 100% de la altura del contenedor */
        object-fit: cover;
        /* Ajusta la imagen sin distorsionar, cubriendo todo el contenedor */
        object-position: center center;
        /* Centra la imagen horizontal y verticalmente en el contenedor */
    }

    .title {
        padding-bottom: 0% !important;
    }

    .quienes_somos {
        width: 0% !important;
        margin: 0%;
        height: auto;
        display: flex;
        margin: 0% !important;
        float: absolute;
    }

    .title {
        font-size: 25px;
    }

    #quienes_somos p {
        float: none;
        width: 100%;
        padding: 0%;
    }

    #quienes_somos {
        width: 100%;
        height: 500px;
    }

    table {
        width: 70%;
        margin-left: 21%;
    }

    .car {
        height: auto !important;
    }

    i {
        margin-bottom: 10%;
    }

    .formulario {
        width: 85% !important;
        margin: 8%;
    }

}


@media screen and (max-width:768px) {



    .redes_contactos {
        font-size: 18px;

    }

    .carousel-inner {
        height: auto !important;
        ;
    }

    .carousel-image {
        height: 250px !important;
        object-fit: cover;
        /* Ajusta la imagen sin distorsionar, cubriendo todo el contenedor */
        object-position: center center;
        /* Centra la imagen horizontal y verticalmente en el contenedor */
    }

    .quienes_somos {
        width: 50%;
        margin-top: 15%;
    }

    #menu_navegacion ul {
        display: none;
    }

    header {
        padding-bottom: 3%;
    }

    #Logo,
    .logo-img {
        width: 78%;
        float: right;
        padding-top: 1%;
        margin-right: 1%;
        margin-right: 30px;
    }
    #quienes_somos .title {
        
        padding-left: 0%;
        padding-top: 5%;
    }

    #menu-desplegable {
        margin-left: 3%;
        display: flex;
    }

    #offcanvasWithBothOptions {
        width: 63%;
    }

    .barra-lateral i {
        margin-right: 2px;

    }

    .logo {
        width: 90%;
    }

    .barra-lateral ul {
        margin: 0%;
    }

    .barra-lateral li {
        display: block;

    }

    .barra-lateral nav {
        margin-left: 0%;
    }

    #titulo {
        font-size: 13px;
    }



    .formulario {
        width: 55%;
        padding-top: 1%;

    }

    #clientes img {
        padding: 3%;
        width: 21%;

    }




}


@media (min-width: 767px) and (max-width:800px) {

    body {
        font-size: 14px;

    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .carousel-inner {
        height: auto !important;

    }

    .carousel-image {

        /* 100% del ancho del contenedor */
        height: 350px !important;
        /* 100% de la altura del contenedor */
        object-fit: cover;
        /* Ajusta la imagen sin distorsionar, cubriendo todo el contenedor */
        object-position: center center;
        /* Centra la imagen horizontal y verticalmente en el contenedor */
    }

    .quienes_somos {
        width: 50%;
        margin-top: 15%;
    }

    #menu_navegacion ul {
        display: none;
    }

    header {
        padding-bottom: 3%;
    }

    #Logo,
    .logo-img {
        width: 50%;
        float: right;
        padding-top: 1%;
        margin-right: 1%;
    }


    #menu-desplegable {
        margin-left: 3%;
        display: flex;
    }

    #offcanvasWithBothOptions {
        width: 63%;
    }

    .barra-lateral i {
        margin-right: 2px;

    }

    .logo {
        width: 85%;
    }

    .barra-lateral ul {
        margin: 0%;
    }

    .barra-lateral li {
        display: block;

    }

    .barra-lateral nav {
        margin-left: 0%;
    }

    #titulo {
        font-size: 13px;
    }



    .formulario {
        width: 55%;
        padding-top: 3%;

    }

    #clientes img {
        padding: 3%;
        width: 21%;

    }



    .car {
        height: 400px !important;
    }


}


@media (min-width: 795px) and (max-width:1000px) {

  


    .modal-title {
        margin: 0%;
        margin-left: 18%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .car {
        height: 0;
        margin-bottom: 3%;
      }
    .d {
        margin: 0%;
        margin-left: 5%;
    }

    .carousel-inner {
        height: auto !important;

    }

    .carousel-image {

        /* 100% del ancho del contenedor */
        height: 440px !important;
        /* 100% de la altura del contenedor */
        object-fit: cover;
        /* Ajusta la imagen sin distorsionar, cubriendo todo el contenedor */
        object-position: center center;
        /* Centra la imagen horizontal y verticalmente en el contenedor */
    }

    .quienes_somos {
        width: 50%;
        margin-top: 15%;
    }

    #menu_navegacion ul {
        display: none;
    }

    header {
        padding-bottom: 3%;
    }

    #Logo,
    .logo-img {
        width: 50%;
        float: right;
        padding-top: 1%;
        margin-right: 1%;
    }


    .carousel-inner {
        height: 250px;

        object-fit: cover;
        /* Ajusta la imagen sin distorsionar, cubriendo todo el contenedor */
        object-position: center center;
        /* Centra la imagen horizontal y verticalmente en el contenedor */

    }

    .carousel-image {
        height: auto;


    }

    #menu-desplegable {
        margin-left: 3%;
        display: flex;
    }

    #offcanvasWithBothOptions {
        width: 63%;
    }

    .barra-lateral i {
        margin-right: 2px;

    }

    .logo {
        width: 85%;
    }

    .barra-lateral ul {
        margin: 0%;
    }

    .barra-lateral li {
        display: block;

    }

    .barra-lateral nav {
        margin-left: 0%;
    }

    #titulo {
        font-size: 13px;
    }

    .redes_contactos {

        padding-left: 10%;
    }

    .formulario {
        width: 50%;
        padding-top: 1%;
        padding-left: 1%;
    }

    #clientes img {
        padding: 3%;
        width: 21%;

    }


    .car {
        height: 450px;
    }

}


@media (min-width: 1000px) and (max-width:1200px) {

    .quienes_somos {
        width: 40%;
        margin-top: 10%;

    }


    #Logo,
    .logo-img {
        width: 45%;
        margin-top: 8px;
        float: left;
        margin-left: 30%;
    }

    /*menu en block*/

    #menu_navegacion {

        margin-top: 0%;
        margin-left: 25%;
    }

    .ul {
        margin: 0%;

    }



    .carousel-inner {
        height: auto !important;

    }

    .carousel-image {

        /* 100% del ancho del contenedor */
        height: 455px !important;
        /* 100% de la altura del contenedor */
        object-fit: cover;
        /* Ajusta la imagen sin distorsionar, cubriendo todo el contenedor */
        object-position: center center;
        /* Centra la imagen horizontal y verticalmente en el contenedor */
    }

    #menu-desplegable {
        display: none;
    }

    .redes_contactos {

        margin: 0%;
    }

    .formulario {
        display: flex;
        flex-direction: column;
        width: 49%;
        margin-right: 0%;
        padding-left: 1%;
    }

    #clientes img {
        padding: 2%;
        width: 15%;

    }


    .car {
        height: 380px;
    }
}


@media (min-width: 1200px) and (max-width:1350px) {




    .quienes_somos {
        width: 40%;
        margin-top: 5%;
    }

    #contenedor {
        padding: 1%;
    }


    #Logo,
    .logo-img {
        width: 45%;
        margin-top: 8px;
        float: left;
    }

    /*menu en block*/

    #menu_navegacion {
        display: flex;
    }

    .ul {
        margin: 0%;

    }

    .carousel-image {
        height: auto;
    }


    #menu-desplegable {
        display: none;
    }

    .redes_contactos {

        margin: 0%;
    }

    .formulario {
        display: flex;
        flex-direction: column;
        width: 48%;
        margin-bottom: 1%;
        padding-left: 1%;
    }

    #clientes img {
        padding: 3%;
        width: 13%;

    }


    .car-img img {
        height: 180px;
    }
}