﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.tu {
    animation: fade-slide-right 1.4s 1s cubic-bezier(0, 0.5, 0, 1) forwards;
    color: #D26A41;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
}
p {
    color: black;
    font-family: Verdana;
    margin-top: 10px;
    margin-left: 15px;
    text-align: justify;
}

.contenedor {
    margin-left: 9px;
    width: 95%;
    margin-top: 15px;
    margin-left: 15px;
}

.DivTitulo {
    margin-top: 25px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.divParrafo {
    margin-top: 25px;
    width: 85%;
    margin-left: 8%;
}

.divParrafoSub {
    margin-top: 25px;
    width: 83%;
    margin-left: 8%;
}

.P_Parrafo {
    margin-top: 15px;
}

.divParrafoSub {
    margin-left: 10%;
}
