*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size:100%;
    vertical-align: baseline;
    /*border: 4px solid red;*/
}

body {
    text-align: center;
    font-family: sans-serif;
}

.head {
display: flex;
align-items: center;
justify-content: space-between;
height: 63px;
background: #343434;
position: fixed;
width: 100%;
z-index: 100;
}

.head .logo img {
    width: 64px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto;
}

.navbar {
    display: flex;
    margin-right: 30px;
}

.logo{
    margin-left: 30px;
}

.logo a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a {
    display:block;
    padding: 20px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px
}

.navbar a:hover {
    background: #ff0000;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    height: 60vh !important;
    background: url(img/header.jpg) no-repeat center;
    background-attachment: fixed;/*permite desplazamiento con el scroll*/
    background-size:cover;
    background-position:center;/* Ajuste para que la imagen se vea desde abajo */
    text-align: center;
}
.title{/*Títulos*/

    font-size:60px;
    font-weight:00;
    text-transform: uppercase;
    color: #900000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
}

.titlecontact{/*Títulos*/
    text-align: center;
    font-size:60px;
    font-weight:00;
    text-transform: uppercase;
    color: #900000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
}

.title1{/*Títulos*/
    margin-top:50px;
    margin-right: 340px;
    margin-bottom: 0px;
    font-size:40px;
    font-weight:500;
    text-transform:capitalize;
    text-align: left;
    letter-spacing: .01rem;
    color: #900000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
}

.title2{/*Títulos*/
    margin-right: 120px;
    font-size:30px;
    font-weight:300;
    text-transform:capitalize;
    text-align: left;
    letter-spacing: .01rem;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgb(164, 10, 10); /* Agrega una sombra al texto */
}

.title3{
    margin-top: 900px;
    font-size:60px;
    font-weight:0;
    text-transform: uppercase;
    color: #900000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
}

.title4{
    margin-top: 100px;
    font-size:60px;
    font-weight:0;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #900000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
}

.title5{
    margin-top: 0px;
    font-size:60px;
    font-weight:0;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #900000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
}

p {/*texto común entre los headers*/
    margin-bottom: 40px;
    font-size:18px;
    color: #ffffff;
    padding: 0 100px;/*añade margenes a los costados*/
}


.container_btn--proyectos {/*cómo se encadenan los elementos (especialmente los botones) dentro del div*/
    display: flex;
    justify-content: center;
}

.container_btn--proyectos button {/*Características del conjunto de botones*/
    width: auto;
    padding-left: 3.5rem;/*offset de la izquierda y derecha respectivamente*/
    padding-right: 3.5rem;
    border-radius: 10rem;/*redondez del botón*/
    background: #bebebe;
    display: flex;/*cómo se muestra el ícono y el texto*/
    align-items: center;/*cómo se muestra el ícono y el texto*/
    justify-content: center;/*Hacia dónde tenderán a ir los elementos*/
    width: 10rem;/*Largo del botón*/
    letter-spacing: .01rem;/*Espaciado de las letras*/
    font-weight: bold;/*En negrita*/
    cursor: pointer;/*Forma que tomará el cursor*/
    margin-top: 20px;
}

.container_btn--proyectos .btn_repo:hover {/*Al mouse pasar por encima*/
    background: #ad2828;/*Color al interactuar*/
    box-shadow: 0px 13px 33px -14px rgba(255, 255, 255, 0.75);/*Sombreado inferior del botón*/
    transition: all .4s ease;/*velocidad de transición entre los colores del botón*/
}

.container_btn--proyectos a {
    text-decoration: none;/*Le quita el subrayado*/
    display: inline-block;
    margin: 0 1.5rem;
}

.container_btn--proyectos .btn_repo img {
    margin-right: 0.5rem; /* Ajusta el valor según el espaciado deseado */
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    border: 2px solid #d90000;
    color:#fff;
    text-decoration: none;
    background: #d90000;
}

.btn:hover {
    background: none; /*relleno de los botones será vacío, sólo quedará borde externo*/
}

.btn-home{
    display: flex;
}

.btn-home a{
    margin: 0 10px; /*distancia entre botones*/
}

.content{
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentcontact{
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentpricebottom{
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentabout{
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content1{
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sau{/*Bloque que contiene h2 productos y boxes*/
    padding: 0px;
    background: #252525;
    margin-top: 0px;/*Permite ajustar esta sección de modo que las cajas atraviesen secciones de 2 colores de background distintos entre sí*/
    padding-bottom: 900px; /* Utilizamos relleno en lugar de margen */
}

.box-container{
    display: flex;
    justify-content: center;/*dispone las boxes de izquierda a derecha en vez de arriba a abajo*/
    flex-wrap: wrap;/*las reordena según se achica la pantalla*/
    text-align: center;
}

.box-container .box{
    height: 28rem;
    width: 25rem;/*Distancias horizontal entre los boxes*/
    background: #101010;
    text-align: center;
    border-radius: Iren;
    box-shadow: 0 .3ren Sren rgba(0,0,0, .5);
    margin: 2rem;
    padding-top: 15px;
}

.box-container .box h3{/*título de las cajas*/
    font-size: 30px;
    color: #d90000;
}

.box-container .box p{/*título de las cajas*/
    padding: 0 15px;
    font-size: 16px;
}

.about{
    background: #171717;
    padding: 80px;
    padding-bottom: 200px /* Utilizamos relleno en lugar de margen */
}

.flextext{
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
    padding-left: 0;
    padding-right: 0;
}

.flexdis{
    margin-top: 80px;
    margin-left: 0px;
    display: flex; 
    line-height: 2; /* Puedes ajustar este valor según tus necesidades */
}

.AboutMe{
    margin-top: 0px;
    margin-left: 150px; /* Espacio entre la imagen y el texto */
    width: auto;
    height: 400px;
}

.tech{
    background: #252525;
    padding: 0px;
    padding-bottom: 0px
}

.techs{
    margin-top: -100px;
    height: 300px;
    padding-right: 50px;
}

.flexdis1{
    margin-top: 120px;
    display: flex; 
    line-height: 2; /* Puedes ajustar este valor según tus necesidades */
}

.price{
    background: url(img/header.jpg) no-repeat center;
    background-attachment: fixed;/*permite desplazamiento con el scroll*/
    background-size:cover;
    text-align: center;
}

.contact{
    padding-top: 20px;
    background: #171717;
}

.contacto{
    text-align: left;
}

.contacto .icono {
    display: inline-block;
    margin-right: 10px; /* Ajusta el espacio entre la imagen y el número */
}

.contacto .icono img {
    width: 20px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto;
}



@media (max-width: 740px) {/* Optimización para moviles*/
    .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    background: #343434;
    position: fixed;
    width: 100%;
    z-index: 100;
    }
    
    .navbar{
        display: none;
        /*border: 4px solid red;*/
    }

    .head .logo img {
        width: 64px; /* Ajusta el tamaño de la imagen según sea necesario */
        height: auto;
    }
    
    .logo{
        margin-left: 15px;
    }
    
    .header {
        height: 60vh !important;
        background: url(img/header.jpg) no-repeat center;
        background-attachment: center;/*permite desplazamiento con el scroll*/
        background-size:cover;
        background-position:center;/* Ajuste para que la imagen se vea desde abajo */
        text-align: center;
    }
    .title{/*Títulos*/
        margin-bottom:100px;
        padding-left:30px;
        font-size:60px;
        font-weight:0;
        text-transform: uppercase;
        color: #900000;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
    }
    .titlecontact{/*Títulos*/
        margin-bottom:50px;
        text-align: center;
        font-size:60px;
        font-weight:0;
        text-transform: uppercase;
        color: #900000;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
    }
    
    .title1{/*Títulos*/
        margin-right: 190px;
        margin-bottom: 0px;
        font-size:40px;
        font-weight:500;
        text-transform:capitalize;
        text-align: left;
        letter-spacing: .01rem;
        color: #900000;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
    }
    
    .title2{/*Títulos*/
        margin-left: 180px;
        margin-top: -100px;
        font-size:30px;
        font-weight:300;
        text-transform:capitalize;
        text-align: left;
        letter-spacing: .01rem;
        color: #ffffff;
        text-shadow: 2px 2px 8px rgb(164, 10, 10); /* Agrega una sombra al texto */
    }
    
    .title3{
        margin-right:0px;
        margin-top: 1700px;
        font-size:40px;
        font-weight:00;
        text-transform: uppercase;
        color: #900000;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
    }
    
    .title4{
        margin-top: -100px;
        margin-right: 10px;
        letter-spacing: 0px;
        font-size:40px;
        font-weight:0;
        text-transform: uppercase;
        color: #900000;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
    }
    .title5{
        margin-top: 0px;
        margin-bottom: 40px;
        letter-spacing: 0px;
        font-size:40px;
        font-weight:0;
        text-transform: uppercase;
        color: #900000;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); /* Agrega una sombra al texto */
    }
    
    p {/*texto común entre los headers*/
        margin-right: 0px;
        margin-bottom: 40px;
        font-size:18px;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 55px;
        /*overflow-x: hidden;
        box-sizing: border-box;*/
    }
    
    .container_btn--proyectos {/*cómo se encadenan los elementos (especialmente los botones) dentro del div*/
        display: flex;
        justify-content: center;
        padding-left: 70px;
    }
    
    .container_btn--proyectos button {/*Características del conjunto de botones*/
        width: auto;
        padding-left: 3.5rem;/*offset de la izquierda y derecha respectivamente*/
        padding-right: 3.5rem;
        border-radius: 10rem;/*redondez del botón*/
        background: #d2d2d2;
        display: flex;/*cómo se muestra el ícono y el texto*/
        align-items: center;/*cómo se muestra el ícono y el texto*/
        justify-content: center;/*Hacia dónde tenderán a ir los elementos*/
        width: 10rem;/*Largo del botón*/
        letter-spacing: .01rem;/*Espaciado de las letras*/
        font-weight: bold;/*En negrita*/
        cursor: pointer;/*Forma que tomará el cursor*/
        margin-top: 20px;
    }
    
    .container_btn--proyectos .btn_repo:hover {/*Al mouse pasar por encima*/
        background: #ad2828;/*Color al interactuar*/
        box-shadow: 0px 13px 33px -14px rgba(255, 255, 255, 0.75);/*Sombreado inferior del botón*/
        transition: all .4s ease;/*velocidad de transición entre los colores del botón*/
    }
    
    .container_btn--proyectos a {
        text-decoration: none;/*Le quita el subrayado*/
        display: inline-block;
        margin: 0 1.5rem;
    }
    
    .container_btn--proyectos .btn_repo img {
        margin-right: 0.5rem; /* Ajusta el valor según el espaciado deseado */
    }
    
    .btn {
        display: inline-block;
        margin-top: 15px;
        padding: 10px 40px;
        border: 2px solid #d90000;
        color:#fff;
        text-decoration: none;
        background: #d90000;
    }
    
    .content{
        height: 270vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contentpricebottom{
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contentabout{
        height: 130vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contentcontact{
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content1{
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .sau{/*Bloque que contiene h2 productos y boxes*/
        padding: 0px;
        background: #252525;
        padding-left: 0px;
        margin-top: 0px;/*Permite ajustar esta sección de modo que las cajas atraviesen secciones de 2 colores de background distintos entre sí*/
        padding-bottom: 1650px /* Utilizamos relleno en lugar de margen */
    }
    
    .proy{
        padding-top:30px;
        margin-bottom:20px;
        margin-left: 30px;
        margin-right: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .box-container{
        
        display: flex;
        justify-content: center;/*dispone las boxes de izquierda a derecha en vez de arriba a abajo*/
        flex-wrap: wrap;/*las reordena según se achica la pantalla*/
        text-align: center;
        margin-right: 85px;
    }
    
    .box-container .box{
        height: 28rem;
        width: 19rem;/*Distancias horizontal entre los boxes*/
        padding-right: 50px;
        background: #101010;
        text-align: center;
        border-radius: Iren;
        box-shadow: 0 .3ren Sren rgba(0,0,0, .5);
        margin: 2rem;
        margin-right: -35px;
        padding-top: 15px;
    }
    
    .box-container .box h3{/*título de las cajas*/
        font-size: 20px;
        margin-left: 60px;
    }
    
    .box-container .box p{
        /*padding: 0 15px;*/
        margin-left:37px!important;
        margin-right: -30px;
        font-size: 16px;
    }

    .vid{
        margin-top: -35px;
        margin-left: 70px;
    }
    
    .about{        
        background: #171717;
        padding-bottom: 0px /* Utilizamos relleno en lugar de margen */
    }
    
    .flextext{
        text-align: center;
        padding-top:0px;
        padding-left:15px;
        padding-right:15px;
        margin-bottom:0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .flexdis{
        margin-top: 0px;
        margin-left: 0px;
        display: block; 
        line-height: 2; /* Puedes ajustar este valor según tus necesidades */
    }
    
    .AboutMe{
        margin-left: 10px !important;
        width: auto;
        height: 300px;
    }

    .zodiac{
        padding-left: 70px;
    }
    
    .tech{
        background: #252525;
        padding-top: 0px;
        padding-bottom: 0px;;
    }
    
    .flextext1{
        margin-left: 0px !important;
    }

    .flexdis1{
        margin-top: 0px;
        display: block; 
        line-height: 2; /* Puedes ajustar este valor según tus necesidades */
    }

    .techs{
        margin-left: -60px;
        margin-top: 0px;
        height: 200px !important;
    }
    
    .price{
        background: url(img/header.jpg) no-repeat center;
        background-attachment: fixed;/*permite desplazamiento con el scroll*/
        background-size:cover;
        text-align: center;
    }
    
    .contact{
        padding-top: 20px;
        background: #171717;
    }
    
    .contacto{
        text-align: left;
    }
    
    .contacto .icono {
        display: inline-block;
        margin-right: 10px; /* Ajusta el espacio entre la imagen y el número */
    }

    .contact1{
        margin-right: 5px;
        font-size: 15px;
    }
    
    .contacto .icono img {
        width: 20px; /* Ajusta el tamaño de la imagen según sea necesario */
        height: auto;
        margin-left:20px;
    }
}




