* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    min-height: 100vh;
    font-family: 'Times New Roman', Times, serif;
    background: linear-gradient(90deg,#063e64 ,#04101e    100%)
}

.texto {
    color: #fff;
    margin: 80px;
}

.titulo {
    align-self: center;
    font-size: 40px;
    margin: 40px;
    color: rgb(255, 255, 255);
}

.subtitulo {
    margin: 0;
    color: #000;
    display: inline;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.resumen {
    color: #fff;
    margin: 7px 0;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    font-family: 'Dancing Script';
    margin-top: 0;
}

/*
.linea-division {
    width: 70%;
    height: 1px;
    background-color: #143142;
}
*/
/*Estilo Carousel*/
.corousel {
    min-height: 500px;
}

.carousel .carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*no se seleccional el texto*/
    user-select: none;
    width: 500px;
    height: 500px;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    /*no se seleccional el texto*/
    z-index: -1;

}

/*puntos de deslizar en diapositivas*/
.carousel .indicators .indicator-item {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    background: #1d4d69;
}
