@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: "Poppins", sans-serif;
   
}

.conteiner {
    max-width: 1200px;
    margin: 0 auto;
    font-size:large ;
}

.cosmo {
    background-image: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url(imagenes/principal.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.cosmo h1 {
    color: white;
}

.cosmo p {
    color: white;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    color: #FFFDFC;
    font-size: 25px;
    font-weight: 500;

}

.menu .barra ul li {
    position: relative;
    float: left;
}

.menu .barra ul li a {
    font-size: 18px;
    padding: 20px;
    color: #FFFDFC;
    display: block;
    font-weight: 600;
}

.menu .barra ul li a:hover {
    color: #ce967b;
}

#menu {
    display: none;
}

.icono img {
    width: 100px;

}

.menu label {
    cursor: pointer;
    display: none;
}

.cosmo-content {
    text-align: center;
}

.cosmo-content h1 {
    font-size: 75px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.cosmo-content p {
    font-size: 16px;
    color: #C5C5C5;
    padding: 0 250px;
    margin-bottom: 25px;

}

.bt-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: #F9FAFC;
    text-transform: uppercase;
    text-align: center;
}

.bt-1:hover {
    background-color: #ce967b;
}

.crema {
    padding: 100px 0;
    background-color: #E1E2E6;
    position: relative;
}

.crema h2 {
    text-align: center;
}

.iformacion {
    text-align: center;
}

.iformacion h2 {
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 15px;
}

.parrafo {
    font-size: 16px;
    color: #414247;
    padding: 0 250px;
    margin-bottom: 25px;
    text-align: center;
}

.crema h3 {
    color: #323337;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;

}

.grupo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.grupo p {
    text-align: center;
    text-transform: uppercase;
}

.img1 {
    padding: 20px;
}

.img1 img {
    width: 350px;
}

.img1 img:hover{
    transition: all 900ms;
    transform:scale(1.3);
}

.img {
    position: absolute;
    top: 0;
    right: 100;
}

.img-1 h3 {
    color: #323337;
    font-size: 20px;
    margin-bottom: 15px;

}

.datos {
    background-image: linear-gradient(rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7)), url(imagenes/intituciones.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.datos1 {
    text-align: center;
}

.datos1 h2 {
    font-size: 55px;
    line-height: 70px;
    color: #FFFDFC;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.datos1 p {
    font-size: 16px;
    color: #F9FAFC;
    margin-bottom: 50px;
    padding: 0 100px;
}

.grupo2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;

}

.inf-1 {
    padding: 0 100px;
}

.inf-1 img {
    width: 200px;
    margin-bottom: 25px;

}

.inf-1 h3 {
    color: #F9FAFC;
    font-size: 18px;
}

.general {
    display: flex;
}

.general-1 {
    width: 50%;
    padding: 100px 250px 100px 100px;
    background-color: #F9FAFC;
}

.general-2 {
    background-image: url(imagenes/prifesiografica.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-3 {
    background-image: url(imagenes/profesiografica-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

h2 {
    font-size: 55px;
    line-height: 70px;
    color: #414247;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.p {
    font-size: 16px;
    color: #414247;
    margin: 25px 0 45px 0;
}

.blog {
    padding: 10px;
    text-align: center;
}

.footer {
    padding: 100px;
    background-color: #201e1e;
    display: flex;
}

.footer-1 {
    display: flex;
    justify-content: space-between;
}

.link h3 {
    font-size: 16px;
    color: #C5C5C5;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.link a {
    font-size: 16px;
    color: #F9FAFC;
    display: block;
    margin-bottom: 15px;
}