:root {
    --primary-color:#FFFFFF;
    --secondary-color:#4F4E4E;
    --accent:#b1b1b1;
    --text-color: #231F20;
    --button-color:#BBBDBF;
	--third-color:#1f2324; 
}
h1{
    font-size: 88px;
    line-height: 82px;
    color: var(--primary-color);
    font-weight: 800; 
}
h1 > span {
    color: var(--secondary-color);
}
h2{
    font-size: 55px;
    line-height: 50px;
    font-weight: 700; 
    color: var(--primary-color);
}
h3{
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: var(--thirdy-color);
}
h3 > span {
	color: var(--secondary-color);
	font-size: 36px;
	font-weight: 500;
    line-height: 10px;
}
h4{
    font-size: 26px;
    line-height: 28px;
    font-weight: 700; 
    color: var(--third-color);
}
h5{
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    padding: 5px;
}
h5 > span{
    color:#ffffff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 800;
}
h6{
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    margin-top: .5rem;
}
p{
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: var(--text-color);
}
p.w{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}
p.w2{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #FFFFFF;
}
p.w3{
    color:#ffffff;
}
span.w{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 10px;
}
a {
    color: var(--secondary-color);
}
.bBack {
	color: #FFFFFF;
	font-weight: 600;
    font-size: 28px;
}
.textoBanner{
    color: #FFFFFF;
	font-weight: 600;
    font-size: 28px;
}
.padding-top{
    padding-top: 130px;
}
.padding-top2{
    padding-top: 30px;
}
.padding-top3{
    padding-top: 50px;
}
.padding-bottom{
    padding-bottom: 130px;
}
.padding-bottom2{
    padding-bottom: 50px;
}
.padding-bottom3{
    padding-bottom: 20px;
}
.pTB{
    padding:20px 0;
}
.pTB3{
    padding:30px 0;
}
.padding50{
    padding: 50px;
}
.padding80{
    padding: 80px;
}

.margin-bottom {
    margin-bottom: 100px;
}
.marginL{
    margin-left: 50px;
}
.generic-button a{
    background:var(--primary-color);
    padding: 15px 100px;
    border-radius: 50px;
    border:solid 2px var(--secondary-color); 
    text-decoration: none;
    color: var(--seconday-color);
    font-size: 22px;
    font-weight: 400;
    margin-right: 10px;
    transition-duration: .4s;
    transition-property: transform;
    transition-timing-function: ease-out;
    margin-top: 10px;
}
.generic-button a:hover{
    background: var(--accent);
    color: var(--primary-color);
    border: none;    
    transform: translateY(-8px);
    transition-duration: .4s;
    transition-property: transform;
    box-shadow: none;
}
a{
    text-decoration: none;
}


.textoRUnder{
    height: 100%;
    padding-top: 20px;
    float: right;
    width: 42%;
    /*padding-right: 5%;*/
    top: 10%;
    text-align:left;
}
h4.textoRUnder{
    font-weight: 800;
    font-size: 22px;
}
.textoRUnder2{
	text-align: center;
    height: 100%;
    padding-top: 200px;
}
.textoCenter{
	text-align: center;
}
.border-top2 {
	border-top: 1px solid #ffffff !important;
}
.espacio {
    letter-spacing: 15px;
}
.negro {
    color:#000000;
}
/*****************************             CAROUSEL          *********/
.carousel-dark .carousel-indicators [data-bs-target]  {
    background-color: var(--accent);
}
.carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.carousel-item{
    transition-duration: 0.2s;
    position: relative;
}

.carousel-caption{
    position: absolute;
    top:0;
}

.carousel-inner{
    height: 100%;
}


