.banner-section-content{ text-align: center; }
.banner-section-content h1{ font-family: 'Playfair Display', serif; font-size: 60px; text-transform: none !important; margin-bottom: 50px !important; color:#fff !important;}
.banner-section-outer .banner-section .banner-section-content{ padding-top: 128px !important; }
.banner-section-outer .banner-section p{ padding-right: 0px !important;}

.banner-section .btn_wrapper {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 14px 24px;
  text-align: center;
  background-color: #345359;
  color: var(--e-global-color-white);
  display: inline-block;
  border-radius: 25px 0 25px 0;
  transition: all 0.3s ease-in-out;
}

.banner-section .btn_wrapper .sub_span {
  color: #fff;
  margin-left: 8px;
}

.box{
	padding: 30px 18px 20px;
}

.box h3{
	margin-bottom: 15px !important;
  margin-top: 10px !important;
}

@media screen and (max-width: 860px) {
	.banner-section-outer .banner-section{ height: auto; }
	.banner-section-content h1{ font-size: 30px; text-transform: none !important; margin-bottom: 20px !important;}	
	.banner-section-outer .banner-section .banner-section-content{ padding-top: 60px !important; }
}

/* =========================
   SECCIONES LEGALES
========================= */

.textoSeccion{
    padding: 80px 0;
    background: #ffffff;
	width: 90%; margin-left: 5%;
}

.textoSeccion .container{
    max-width: 980px;
}

.textoSeccion h1{
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 40px;
}

.textoSeccion h2{
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
    margin-top: 60px;
    margin-bottom: 25px;
}

.textoSeccion h3{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
    margin-top: 45px;
    margin-bottom: 20px;
}

.textoSeccion p{
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 24px;
}

.textoSeccion strong{
    color: #222;
    font-weight: 700;
}

.textoSeccion a{
    color: #111;
    text-decoration: underline;
    transition: .3s ease;
}

.textoSeccion a:hover{
    opacity: .7;
}

.textoSeccion ul,
.textoSeccion ol{
    margin-bottom: 30px;
    padding-left: 25px;
}

.textoSeccion li{
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 12px;
}

.textoSeccion blockquote{
    border-left: 4px solid #111;
    padding-left: 25px;
    margin: 35px 0;
    color: #444;
    font-style: italic;
}

.textoSeccion hr{
    border: 0;
    height: 1px;
    background: #e5e5e5;
    margin: 50px 0;
}

/* TABLAS */

.textoSeccion table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.textoSeccion table th,
.textoSeccion table td{
    border: 1px solid #e5e5e5;
    padding: 14px;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
}

.textoSeccion table th{
    background: #f8f8f8;
    font-weight: 700;
    color: #222;
}

/* RESPONSIVE */

@media (max-width: 768px){

    .textoSeccion{
        padding: 60px 0;
    }

    .textoSeccion h1{
        font-size: 38px;
    }

    .textoSeccion h2{
        font-size: 28px;
    }

    .textoSeccion h3{
        font-size: 22px;
    }

    .textoSeccion p,
    .textoSeccion li{
        font-size: 16px;
        line-height: 1.8;
    }

}