.banner {
}

.banner__container {
    width: 100%;
    margin: 1% 0% 0%;
    height: 25vh;
}

.banner__container img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.intro {
}

.intro__container {
    width: 80%;
    margin: 4% auto 0%;
}

.intro__container .titulo {
    text-align: left;
    font-weight: 740;
    font-size: 55px;
    margin-right: 40%;
}

.intro__container .elements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5%;
    justify-content: space-between;
    position: relative;
}

.intro__container .elements .imagen {
    width: 65%  
}

.intro__container .elements .imagen img {
    width: 100%;  
}

.intro__container .elements .texto {
    width: 30%;
}

.intro__container .elements .texto p {
    font-size: 50px; 
    line-height: 1;
    color: gray;
}

.intro__container .elements .info {
    position: relative;
    width: 50%;
    left: 50%;
    bottom: 80px;
    object-fit: contain;
}

.intro__container .elements .info img {
    width: 100%;
}

.intro__container .elements .info .items {
    display: flex;
    flex-direction: row;
    width: 80%;
    height: 100%;
    left: 12%;
    top: 0%;
    position: absolute;
    color: white;
    line-height: 1;
}

.intro__container .elements .info .items .item {    
    width: 100%;
}

.intro__container .elements .info .items .item .encabezado {
    font-size: 30px;
    font-weight: 900;
    top: 15%;
    position: relative;
}

.intro__container .elements .info .items .item .cantidad {
    font-size: 90px;
    font-weight: bold;
    top: 17%;
    position: absolute;
}

.intro__container .elements .info .items .item .descripcion { 
    font-size: 25px;
    font-weight: 700;
    top: 62%;
    position: absolute;
}

.fotos {
}

.fotos__container {
    width: 100%;
    margin: 0 auto;
}

.fotos__container .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.fotos__container .items .item {
    width: calc(100%/6);
}

.fotos__container .items .item img {
    width: 100%;
    height: 100%;
}

.servicios {
}

.servicios__container {
    width: 72%;
    margin: 4% auto;
}

.servicios__container .titulo {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.servicios__container .items {
    display: flex;
    flex-direction: row;
    column-gap: 2%;
    flex-wrap: wrap;
}

.servicios__container .items .item{
    width: 32%;
}

.servicios__container .items .item img{
    width: 100%; 
}

.servicios__container .items .item p{
    font-size: 28px;
    font-weight: 280;
    line-height: 0.85;
}

.servicios__container .items .item p b{
    font-weight: 500;
}

.banner__container--secundario {
    width: 100%;
    height: 300px;
    position: relative;
}

.banner__container--secundario img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__elementos {
    top: 120px;
    display: flex;
    width: 100%;
    position: absolute;
}

.banner__texto {
    width: 70%;
    margin-top: -80px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}

.banner__texto p{
    color: white;
    font-weight: 750;
    font-size: 55px;
}

.banner__boton {
    width: 30%;
}

.banner__boton a button{
    width: 60%;
    height: 40%;
    background-color: #e39e44;
    border: 0px;
    color: #324e91;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.contacto {
}

.contenedor_contacto {
    width: 45%;
    margin: 5% auto;
}

.contenedor_contacto .items {
    display: flex;
    column-gap: 2%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    text-align: center;
    font-size: 20px;
}

.contenedor_contacto .items .item {
    height: 100%;
}

.contenedor_contacto .items .item img {
    height: 100px; 
}

.contenedor_contacto .items .item p {
    color: #767676;
}

