*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body   {
    text-align: center;
    font-family: sans-serif;
    margin: 0;
    justify-content: center;
}

.header {

    display: flex;
    justify-content: center;
    align-items: center;
        
    
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #0528ebf3;
    
}



.navbar {
    display: flex;
    margin-right: 20px;
    color: rgb(28, 16, 202);

}

.logo {
    margin-left: 30px;
}

.logo a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a {
    display: block;
    padding: 20px 10px;
    color:rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}


.navbar a:hover {
    color: #ece911 
}

.title {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

p {
    margin-bottom: 40px;
    font-size: 18px;
    color: #ffffff;
    padding: 0 50px;
    
}

p2 {
    color: #0804f5;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    text-decoration: none;
    
}

.btn-home {
    display: flex;

}

.btn-home a {
    margin: 0 10px;
}

.btn:hover {
    background: #0528eb;
}

.content {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 40px;
    gap: 400px;
    margin-top: 300px;
    margin-bottom: 0px;
}



.box-container .box h2{
    font-size: 20px;
    color: #ffffff;
    
}

.box-container .box h3{
    font-size: 0px;
    color: #f8f5f5;

}

.box-container .box p {
    padding: 0;
    margin-bottom: 0%;
}



.content-contact {
    background: url();
    background: #1114e4;
    
}


form { 
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: -180px;  
     
    
}

.input-group {
    display: flex;
    flex-direction: column;
    flex-direction: center;
    text-align: center;
    margin: 15%;
    box-shadow: 0 0 10px #000000;
    padding: 10px;
    margin-top: 1%;
    border-radius: 1rem;
    
    
}

h2 {
    color:#200ae9;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}


label {
    color: #2906f3;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 1rem;

}



input, textarea {
    padding: 17px 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 2px solid #dddd19;
    color: #0c09e7;
    outline: none;
    border-radius: 1rem;
}

input::placeholder, textarea::placeholder {
    color: #1359b4;


}


.btn:hover {
    background-color: #0b07f1;
}



.fa-facebook:hover {
    background-color: #0606b8;
    color: #d6d4d4;
    
}



.fa-linkedin {
    margin-top: 40%;
    color: #ffffff;
}

.fa-square-instagram {
    margin-top: 40%;
    color: #ffffff;
}

.fa-square-whatsapp {
    margin-top: 40%;
    color: #ffffff;
}

.footer {
    background-color: #0528eb;
    padding: 30px 10;
    align-items: center;
    list-style: none;
    margin-top: 20%;
    
}


.footer-links ul {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;

}

p4 {
    display: flex;
    margin-top: 10px;
    margin-bottom: 30px;
    color: white;
}

@media(max-width:991px) {
    .footer-row {
        text-align: center;
        
    }

    .footer-links {
        width: 100%;
        margin-bottom: 10px;
    }
}

.about{
    text-align: start;
    margin-top: -50px;
    margin-bottom: -30px;
    
}



.about_paragraph{
    line-height: 1.7;
    text-align: center;
    align-items: center;
    width: 100%;
}

.about_main{
    padding-top: 50px;
    display: grid;
    width: 80%;
    margin: 0 auto;
    gap: 1em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    
}

.about_icons{
    display: grid;
    gap: 1em;
    justify-items: center;
    margin: 10 auto;
}

.about_icons{
    width: 300px;

}

.container-carousel {
    width: 100%;
    height: 400px;
    overflow: hidden;
    justify-content: center;
    

}

.carruseles {
    width: 300%;
    height: 100%;
    display: flex;
    transform: translateX(-33.3%);
    overflow: hidden;
    
}

.slider-section {
    width: calc(100% / 3);
    height: 100%;
}

.slider-section img {
    width:100%;
    height: 100%;
    object-fit: cover;
    justify-content: center;
}

.btn-left,
.btn-right {
    display: flex;
    position: absolute;
    top: 30%;
    font-size: 1.5rem;
    background-color: transparent;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #2906eb;
    transform: translate(0,-50%);
    transition: .5s ease;
    user-select: none;
}

.btn-left:hover,
.btn-right:hover {
    background-color: #0a0a0a79;
    color: rgb(255, 255, 255);
}

.btn-left {
    left: 10px;
}

.btn-right {
    right: 10px;
}

.float {
    position: fixed;
    width: 52px;
    height: 52px;
    background-color: #25d366;
    bottom: 70px;
    right: 65px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    z-index: 999;
}

.fa-whatsapp {
    font-size: 40px;
    margin-top: 6px;
   
}

.float:hover {
    background-color: #25d366;
}