body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
header {
    height: 65px;
    background-color: #0aaec4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    flex-wrap: wrap;
}

header h3 {
    margin: 0;
}

nav {
    display: flex;
    gap: 10px;
}

header li {
    list-style: none;
}

header a {
    text-decoration: none;
    color: white;
}
header a:hover{
    color: gold;
}

.cara{
    border-radius: 500px;
    height: 200px;
}
.uno{
    width: 100%;
    background: url(https://www.green4t.com/wp-content/uploads/2023/07/tendencias-em-tecnologia-para-2023-o-que-ja-vingou-o-que-ficou-pelo-caminho-e-novas-apostas.jpg) no-repeat center center fixed;
    background-size: cover;

    display: flex;
    flex-direction: row;
    justify-content: center;
    height: calc(100vh - 65px);
    background-color: #303030;
    color: white;
    /* padding-top: 10%; */
}
.caja-central{
    margin-top: 10%;
    width: 50%;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    overflow: hidden;
    height: 50%;
}
.caja-cara{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    background-color:  #0aaec4;
}
.caja-presentacion{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    background-color: #F2F2F2;
    color: #303030;
    padding: 10px;
}

.dos{
    background-color: #F2F2F2;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #303030;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 3%;
    padding-top: 5%;
}

.aptitudes{
    width: 50%;
}
.tech-list{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.tech{
    height: 90px;
    
}

.tres{
    background-color: #303030;
    height: 100%;
    display: flex;
   
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    color: #F2F2F2;
}
.proyectos{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.card{
    text-align: center;
    width: 30%;
    border: solid #F2F2F2 1px;
    border-radius: 10px;
    padding: 0 1% 3% 1%;
    margin-bottom: 5%;
    margin-right: 1%;
}
.card iframe{
  
    width: 100%;
    height: 40%;
}
.card img{
    width: 100%;
}
.card a, footer a {
    color: white;
}

.red-social{
    height: 60px;
    background-color: #F2F2F2;
    border-radius: 10px;
    margin: 0 10px 0 10px;
}

footer{
    background-color: #424242;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #F2F2F2;
    height: 250px;
}
.contacto{
    width: 30%;
    display: flex;
    justify-content: center;
}
.exito{
    background-color: #F2F2F2;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #303030;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 10%;
    padding-top: 5%;
}
.exito a{
    text-decoration: none;
    color: #F2F2F2;
}
/* carrusel de imagenes */
.mvp-carousel {
  overflow: hidden;
  padding: 4rem;
  position: relative;
  margin: 2rem auto 0 auto;
  width: 25rem;
  box-shadow: 0 0 6rem -1rem #00000048;
}
.mvp-carousel-wrapper {
  display: flex;
  transition: transform .5s ease;
  position: relative;
}
.mvp-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 12rem;
  min-height: 17rem;
  position: relative;
  left: -100%;
  background: rgb(85, 122, 192);
  box-sizing: border-box;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  transition: opacity .6s, background 1.2s, transform .8s, left .5s;
  transform: scale(.75) rotate(5deg);
  box-shadow: 0 0 2rem 0 #00000048;
}
.mvp-card--bottom {
  left: -1.8rem;
  transform: scale(0.9)  rotate(0);
  z-index: 1;
}
.mvp-card--middle {
  left: -7.5rem;
  transform: scale(0.98)  rotate(0);
  z-index: 2;
}
.mvp-card--active {
  transform: scale(1.1) rotate(0);
  opacity: 1;
  background: rgb(22, 32, 51);
  color: white;
  z-index: 3;
  left: -12.5rem;
}
.isHidden{
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.z-index-high{
  z-index: 6;
}
.mvp-carousel__prevBtn,
.mvp-carousel__nextBtn {
  position: absolute;
  background: none;
  top: 50%;
  padding: 10px;
  border: solid rgb(22, 32, 51);
  border-width: 0 3px 3px 0;
  display: inline-block;
  cursor: pointer;
}
.mvp-carousel__nextBtn {
  left: 1.5rem;
  transform: rotate(135deg);
}
.mvp-carousel__prevBtn {
  right: 1.5rem;
  transform: rotate(-45deg);
}
@media (max-width: 1000px) {
    header {
        flex-direction: column; 
        height: auto; 
        padding: 10px;
        text-align: center;
    }

    nav {
        flex-direction: column; 
        align-items: center;
        gap: 5px;
    }
    .caja-central{
        width: 90%;
        height: 70%;
        flex-direction: column;
    }
    .caja-cara{
        width: 100%;
        height: 50%;
        padding: 2%;
    }
    .caja-presentacion{
        width: 100%;
        height: 50%;
        align-items: flex-start;
    }
    .aptitudes{
        width: auto;
    }
    .dos{
        height: auto;
        padding: 0 10px 10px 10px;

    }
    .exito{
        height: auto;
        padding: 0 10px 10px 10px;

    }
    .tres{
        height: auto;
        text-align: center;
    }
 
    .proyectos{
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .card{
        width: 80%;
        margin-top: 20px;
    }
    .red-social{
        margin: 0 10px 10px 10px;
    }
    .mvp-carousel {
    width: 80vw;       
    max-width: none;   
    padding: 1.5rem;  
    margin: 1rem auto; 
    box-shadow: none;  
}
    
}