*{
    margin:0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body{
    text-align: center;
    font-family: sans-serif;
    
}

.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    background: #003C5A;
    position: fixed;
    width: 100%;
    z-index: 100;

}

.navbar{
    display: flex;
    margin-right: 10px;

}

.logo{
    margin-left: 0px;
}

.logo a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 20px;

}

.navbar a{
    display: block;
    padding: 20px 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a:hover{
    background: #3f3f3f;

}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header{
    height: 60vh !important;
    background-color: #EAEAEC;
    background-size: cover;
}

.header img{
    height: 60vh;
}

.title{
    margin-bottom: 40px;
    font-size: 350%;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    margin-top: 40px;
}

p{
    margin-bottom: 40px;
    font-size: 18px;
    color:white;
    padding: 0 100px;

}

.PBlack{
    margin-bottom: 40px;
    font-size: 18px;
    color:black;
    padding: 0 100px;
}

.btn{
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    border: 2px solid #003C5A;
    color: white;
    text-decoration: none;
    background: #003C5A;

}
.btn:hover{
    background: none;
}

.btn-home{
    display: flex;

}

.btn-home a{
    margin: 0 10px;

}


.content{
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    


}

.sau{
    padding: 30px;
    background: #EAEAEC;

}

.sau h2{
    margin-bottom: 40px;
    font-size: 350%;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    margin-top: 40px;

}

.box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;

}


.box-container .box{
    height: 13rem;
    width: 14rem;
    background: #003C5A;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
    margin: 2rem;


}

.box-container .box i{
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    color: white;
    background: #003C5A;
    font-size: 2rem;
    margin: 1rem 0;
}

.box-container .box img{
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    color: white;
    background: #003C5A;
    font-size: 2rem;
    margin: 1rem 0;
}

.box-container .box h3{
    font-size: 16px;
    color: white;

}

.box-container .box p{
    padding: 0 12px;
    font-size: 14px;
   

}

.about{
    background: #171717;

}
.content-card{
    width: 100%;
    height: 100vh;
   
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    background-color: #EAEAEC;
}

.card{
    width:100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden ;
    background: #EAEAEC;
    box-shadow: 0px 1px 10px rgba(0, 0, 0,0.2);
    cursor: default;
    
}



.card img{
    width: 100%;
    height: 210px;

}

.card .content-info{
    padding: 15px;
    text-align: center;
}

.card .content-info p{
    color: black;
    line-height: 1.5;
}

.card .content-info h3{
    color: black;
    font-weight: 400;
    margin-bottom: 15px;
}


.about img{
    align-items: center;
    margin-left: 50px;
}

.about .box-content{
    height: 20rem;
    width: 20rem;
    background: #003C5A;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
    margin: 2rem;
}

.price{
    background: url(Imagenes/puerta2.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    
}

.contact{
    padding-top: 20px;
    background: #171717;
    padding-bottom: 0;



}

.pie-pagina{
    width: 100%;
    background-color: #171717;

}

.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;

}

.pie-pagina .grupo-1 .box-1 figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.pie-pagina .grupo-1 .box-1 figure img{
    width: 250px;
}

.pie-pagina .grupo-1 .box-1 h2{
    color: white;
    margin-bottom: 25px;
    font-size: 20px;
}

.pie-pagina .grupo-1 .box-1 p{
    color: #EFEFEF;
    margin-bottom: 10px;
}

.pie-pagina .grupo-1 .redes-sociales a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: white;
    margin-right: 10px;
    background-color: #171717;
    text-align: center;
    transition: all 300ms ease;
}

.pie-pagina .grupo-1 .redes-sociales a:hover{
     color: #EAEAEC;
}

.pie-pagina .grupo-2{
    background-color: #171717 ;
    padding: 15px 10px;
    text-align: center;
    color: white;

}

.pie-pagina .grupo-2 small{
    font-size: 15px;
}

@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        padding: 35px 0px;
    }
}

.carousel{
    width: 100%;
    margin: 0px 0px;

}

.carrusel-list{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 304px;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 90vw;
    overflow: hidden;

}

.carrusel-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;

}

.carrusel{
    position: relative;
    width: 210px;
    padding: 0px 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;


}

.carrusel h4{
    position: absolute;
    z-index: 1;
    font-size: 22px;
    line-height: 23px;
    color: white;
    padding: 15px;

}

.carrusel h4 small{
    font-size: 15px;
    display: block;

}

.carrusel img{
    object-fit: cover;
    height: 300px;
    width: 200px;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    transition: .3s ease-in-out;
    z-index: 2;
}

.carrusel img:hover{
    transform: scale(1.4);
    z-index: 5;

}

.carousel h2{
    font-size: 45px;
    line-height: 38px;
    padding-bottom: 50px;
    opacity: .9;
    text-transform: uppercase;
    text-align: center;
    color: white;

}

.carousel h4, h2, small, a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    
}

.carrusel-arrow{
    border-radius: 30px;
    background-color: white;
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.carrusel-arrow:focus{
    outline: 0;
}

.carrusel-arrow svg{
    width: 12px;
    height: 100%;
    color: rgba(0, 0, 0, 0.7);

}

.carrusel-prev{
    left: 0px;
}

.carrusel-next{
    right: 0px;
}

@media(min-width: 768px){
    .carrusel{
        width: 275px;
    }
    .carrusel a img{
        width: 250px;
    }
}

@media(min-width: 768px){
    .carousel{
        margin: 0px 60px;
    }

   
}

@media (max-width: 768px) {
    .title{
        margin-bottom: 0;
        font-size: 40px;

    }
    .header img{
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .sau{
        height: 120vh;
    }

    .navbar{
        display: none;
    }

    .about{
        height: 120vh;
    }

    .about img{
        
        width: 250px;
    }

    
    
}