*{
    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: 80px;
    background: #003261;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.head .logo img{
    width: 100px;
}
.navbar {
    display: flex;
    margin-right: 10px;
}

.logo {
    margin-left: 30px;
}

.logo a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a {
    display: block;
    padding: 20px 20px;
    color: #ffffff;
    text-decoration:  none;
    text-transform: uppercase;
    font-size: 18px;
}

.navbar a:hover {
    background: #4b7faa;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;

}

.header {
    height: 60vh !important;
    background: url(img/fondo.jpg) no-repeat center;
    background-size: cover;
}

.title {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 500px;
    text-transform: uppercase;
    color: #ffffff;
}

p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #ffffff;
    padding: 0 100px;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    border: 2px solid #dbdbdb;
    color: #ffffff;
    text-decoration: none;
    background: #4b7faa;
    box-shadow: 0 .3rem 5rem rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
}

.btn:hover {
    background: none;
}

.btn-home {
    display: flex;
}

.btn-home a {
    margin: 0 10px;
}

.content {
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.sau {
    padding: 30px;
    background: url(img/soluciones.jpeg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;

}

.box-container .box {
    height: 20rem;
    width: 18rem;
    background: #0a3a68;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(255, 255, 255, 0.5);
    margin: 2rem;
}

.box-container .box i {
    height:  3rem;
    width:  3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #1663bb;
    font-size: 2rem;
    margin:  1rem 0;

}

.box-container .box h3 {
    font-size: 20px;
    color: #ffffff;

}

.box-container .box p {
    padding: 0 15px;
    font-size: 16px;
}

.about {
    background: url(img/soluciones.jpeg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.price {
    background: url(img/costos.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}


.contact {
    padding-top: 20px;
    background: #4b7faa;
    padding-top: 0;
}

@media (max-width: 768px) {

    .title {
        margin-bottom: 0;
        font-size: 40px;
    }

    .sau {
        height: 150vh;
        grid-template-columns: repeat(1, 1fr);
            
        }

    .navbar {
        display: none;
    }
    
}

/*::Proyeto::*/
:root{
    --light: #ffffff;
    --primary: rgb(22, 49, 122);
    --secondary: rgb(19, 72, 133);
}
*, *::after, *::before {
    padding: 0;
    margin: 0;
}
body{
    background-color: var(--light);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    color: #acb9c5;
}
img{
    width: 100%;
    display: block;
}
h1 {
    color: var(--secondary);
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 50px;
}
.contenedor{
    width: 780%;
    max-width: 1200px;
    margin: 0 auto;
}
.contenedor .card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.contenedor .card {
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(255, 255, 255, 0.5);
}
.card-header{
    height: 175px;
    width: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.card-title{
    text-align: center;
    margin: 0;
}
.card-description{
    flex-grow: 1;
    color: rgb(255, 255, 255);
}
.card-header img{
    border-radius: 10px 10px 0 0;
}
.card-body{
    border-radius: 0 0 10px 10px;
    background-color: #093e69;
    padding: 15px 15px;
    text-align: justify;
    border: 1px solid #ccc;
}
.btn{
    display: block;
    background-color: var(--secondary);
    padding: 5px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
@media(min-width: 768px){
    .contenedor{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap:  5px;
        flex-direction: column;
    }
    .card{
        display: flex;
        flex-direction: column;
    }
    .card-body{
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width:800px){
    .contenedor{
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
}
}

/*::Contacto::*/
.contact{
    width: 100%;
    background: url(img/soluciones.jpeg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;     
}
*, *::after, *::before {
    padding: 0;
    margin: 0;
}
.content .medios{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    padding: 10px 0px;
}
.box-medios {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: justify;
}
.box-medios .box {
    margin: 2rem;
}
.box-medios .form-content {
    box-shadow: 0 .3rem 5rem rgba(255, 255, 255, 0.5);
}
.form-content {
    background: linear-gradient(
        50deg,
        rgb(30, 82, 117) 40%,
        rgba(30, 82, 117,0.7)),
        url(img/redes.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    width: 500px;
    border-radius: 25px;
    height: 45vh;
}
.form-content h2{
    color: #f4f6f9;
    font-size: 15px;
    margin-bottom: 10px;
}
form{
    display: flex;
    flex-direction: column;
    width: 60%;
}
label {
    font-size: 17px;
    color: #959aab;
    margin-bottom: 8px;
}
input, textarea{
    padding: 8px 10px;
    border: 0;
    font-size: 12px;
    border-radius: 10px;
}
:focus {
    outline: 1px solid #1E92E9;
}
.btn {
    width: 150px;
    align-self: flex-end;
    cursor: pointer;
}
@media(max-width:991px) {
    body {
        padding: 200px;
    }
    .form-content {
        width: 100%;
    }
    form {
        width: 100%;
    }
    .box{
        width: 90%;
        grid-gap: 30px;
        padding: 35px 0px;
    }
}

/*--::::Pie de Pagina::::--*/
.pie-pagina{
    width: 100%;
    background-color: #0c4172;
}
.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 figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 200px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #003261;
    text-align: center;
    transition: all 300ms ease;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(255, 255, 255, 0.5);
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: #88ff00;
    font-size: 25px;
}
.pie-pagina .grupo-2{
    background-color: #003261;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.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;
}
}