@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

/********************
*********************
GENERAL
*********************
********************/

body,
div,
p,
h1,
h2,
h3,
a {
    font-family: 'Quicksand', sans-serif;
}

a,
button {
    -webkit-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    /* easeOutCirc */
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    /* easeOutCirc */
}
button,
input[type="button"],
button:hover,
button:focus,
button:active,
input[type="button"]:hover {
    box-shadow: unset;
}

a:hover,
a:focus {
    color: initial;
    text-decoration: none;
}

#primary-menu li a {
    font-size: 18px;
}
.pa-index{
margin-top: 175px;

}
/********************
*********************
ASSETS
*********************
********************/

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}


/* Margenes */

.nomargin {
    margin-bottom: 0;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt40 {
    margin-top: 40px;
}

.mgl40 {
    margin-left: 40px;
}

.mgt80 {
    margin-top: 80px;
}

.mgt150 {
    margin-top: 20px;
}


/*

Clase para establecer 100% de
ancho en jun elemento

*/

.w100 {
    width: 100%;
}


/*

Overrides de margenes y
paddings de Bootstrap

*/

.container-fluid.no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}


/*

Fondo

*/

.fd-patron-rosa {
    background: #ffffff url('./cont/fd-patron-rosas.png') repeat;
}


/********************
*********************
SLIDER SUPERIOR
*********************
********************/

.co-slider-top {
    opacity: 0;
    background: #ffffff;
/** url('./cont/fd-patron-claros.png') repeat;**/
    width: 100%;
}

.el-slide-top-intro {
    color: #ff6699;
    background-size: contain;
    display: block;
}

.el-slide-top-intro h1 {
    font-size: 25px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    width: 50%;
    margin-top: 0;
    text-shadow: 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
}

.el-slide-top-intro p {
    font-size: 15px;
    font-weight: 600;
    width: 92%;
    margin-top: 0;
    text-shadow: 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
}

.el-slide-top-video {
    display: block;
    background: transparent url('./cont/fd-slider-globoss.png') no-repeat;
    background-size: contain;
    text-align: center;
}

.el-slide-top-video-container {
    margin: 80px 5%;
    width: 100%;
    display: inline-block;
    -webkit-box-shadow: 0px 10px 13px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 13px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 13px -8px rgba(0, 0, 0, 0.75);
}

.el-slide-top-video-container img,
.el-slide-top-video-container iframe {
    width: 100%;
    height: auto;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 500px;
    display: none;
}

.slick-dots li {
    display: inline;
}

.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 0 4px;
    padding: 0;
    background-color: #f0cbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    /*display: none;*/
}
.co-slider-top .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    border: none;
    margin: 0 4px;
    padding: 0;
    background-color: #f0cbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: 0;
    /*display: none;*/
}

.slick-dots li.slick-active button {
    background-color: #ff6699;
}

@media (min-width: 320px) {
    .el-slide-top-intro h1,
    .el-slide-top-intro p {
        width: 100%;
    }
    .el-slide-top-intro h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .el-slide-top-intro p {
        font-size: 15px;
        font-weight: 600;
        margin-top: 0;
    }
    .el-slide-top-intro-txt {
        position: relative;
        top: 0;
     
        width: 100%;
        margin: 0;
        padding: 20px;
    }
    .co-slider-top {
        padding-bottom: 50px;
    }
    .el-slide-top-video-container {
        margin: 0;
        width: auto;
    }
    .slick-dots {
        left: 50%;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .el-slide-top-intro {
        background-size: cover;
    }
    .el-slide-top-intro h1,
    .el-slide-top-intro p {
        text-shadow: 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
        padding: 0;
    }
    .el-slide-top-intro h1 {
        font-size: 45px;
        padding-bottom: 0;
margin-bottom: 10px;
    }
    .el-slide-top-intro p {
        font-size: 18px;
    }
    .el-slide-top-video-container {
        margin: 0;
        width: 96%;
    }
    .slick-dots {
        display: block;
   margin-left: 0px;
    }
}

@media (min-width: 992px) {

    .bl-slider-top .el-slide-top-intro .el-slide-top-intro-txt {
        margin-left: 40px;
        margin-top: 40px;
        position: absolute;
        top: 0;
        width: 600px;
background: transparent;
    }


    .el-slide-top-intro-txt {
        margin-left: 40px;
        margin-top: 40px;
        position: absolute;
        top: 0;
        width: 600px;
        background: white;
    /**   opacity: 0.7;**/
    }
    .el-slide-top-intro-txt .right {
        margin-left: 185px;
        margin-top: -15px;
        position: absolute;
        top: 0;
        width: 555px;
        background: white;
       opacity: 0.7;
    }
    .el-slide-top-intro-txt .right p {
        text-align: justify;
        font-size: 13px;
    }
    .el-slide-top-video-container {
        margin: 0;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .el-slide-top-video-container {
        margin: 0;
        width: 100%;
    }
}


/********************
*********************
GALERÍA CELEBRACIÓN
*********************
********************/

.bl-galeria-celebracion .container-fluid .row {
    border-top: 10px solid #ff6699;
    border-bottom: 10px solid #ff6699;
}

.co-celebracion-text {
    color: #fff;
}

@media (min-width: 320px) {
    .co-celebracion-text {
        display: table-cell;
        vertical-align: middle;
        height: auto;
        text-align: center;
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .co-celebracion-text {
        height: 370px;
        text-align: left;
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .co-celebracion-text {
        height: 525px;
        padding: 30px;
    }
}

@media (min-width: 320px) {
    .el-celebracion-logo {
        width: auto;
    }
}

@media (min-width: 992px) {
    .el-celebracion-logo {
        width: 150px;
    }
}

@media (min-width: 1200px) {
    .el-celebracion-logo {
        width: auto;
    }
}

@media (min-width: 320px) {
    .co-celebracion-text h1 {
        font-size: 36px;
          text-align: left;
    }
}

@media (min-width: 992px) {
    .co-celebracion-text h1 {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .co-celebracion-text h1 {
        font-size: 36px;
    }
}

.co-celebracion-text p {
    font-weight: bold;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .co-celebracion-text p {
        font-size: 18px;
  text-align: left;
    }
}

@media (min-width: 992px) {
    .co-celebracion-text p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .co-celebracion-text p {
        font-size: 18px;
    }
}

.el-celebracion-boton {
    color: #ff6699;
    font-size: 25px;
    font-weight: bold;
    width: 142px;
    text-align: center;
    display: inline-block;
    padding: 4px 0;
    margin: 0 8px;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(184, 184, 184, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(66%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(184, 184, 184, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(184, 184, 184, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(184, 184, 184, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(184, 184, 184, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(184, 184, 184, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8b8b8', GradientType=1);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.33);
}

.el-celebracion-boton:focus,
.el-celebracion-boton:hover,
.el-celebracion-boton:active,
.el-celebracion-boton:active {
    text-decoration: none;
    color: #d12b72;
}

@media (min-width: 320px) {
    .el-celebracion-boton {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .el-celebracion-boton {
        margin-bottom: 0;
    }
}


/* MODAL CELEBRACION */

@media (min-width: 320px) {
    .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }
}

@media (min-width: 480px) {
    .modal-dialog {}
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 930px;
        margin: 30px auto;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 990px;
        margin: 30px auto;
    }
}

.modal-header {
    background-color: #d786b3;
}

.modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

@media (min-width: 320px) {
    .modal-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .modal-title {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .modal-title {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .modal-title {
        font-size: 38px;
    }
}

.close {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 100;
}

@media (min-width: 320px) {
    .close {
        font-size: 20px;
        margin-top: -7px;
        float: right;
        position: fixed;
        right: 25px;
    }
}

@media (min-width: 768px) {
    .close {
        font-size: 40px;
        margin-top: -7px;
        float: right;
        position: fixed;
        right: 25px;
    }
}

@media (min-width: 992px) {
    .close {
        font-size: 52px;
        float: right;
        position: fixed;
        right: 25px;
    }
}


/*SLIDER CELEBRACION*/

.co-celebration-slider-videos-big,
.co-celebration-slider-videos-thumbs,
.co-celebration-slider-images-big,
.co-celebration-slider-images-thumbs {
    opacity: 0;
}

.co-celebration-slider-images-big,
.co-celebration-slider-images-thumbs {
    width: 100%;
    height: auto;
}

@media (min-width: 480px) {
    .co-celebration-slider-images-thumbs,
    .co-celebration-slider-videos-thumbs {
        width: 88%;
        padding: 20px 6%;
        box-sizing: content-box;
        background: #ffffff url('./cont/fd-patron-sliders.png') repeat center center;
    }
    .co-celebration-slider-images-thumbs .slick-slide img,
    .co-celebration-slider-videos-thumbs .slick-slide img {
        width: 84%;
        margin: 0 8%;
        height: auto;
    }
    .co-celebration-slider-images-big img {
        padding: 20px 10% 40px 10%;
    }
    .co-celebration-slider-videos-big img {
        padding: 20px 10% 40px 10%;
    }
}

@media (min-width: 768px) {
    .co-celebration-slider-images-thumbs,
    .co-celebration-slider-videos-thumbs {
        width: 90%;
        padding: 46px 5%;
        box-sizing: content-box;
    }
    .co-celebration-slider-images-big img,
    .co-celebration-slider-videos-big img {
        padding: 20px 25% 40px 25%;
    }
}

@media (min-width: 1200px) {
    .co-celebration-slider-images-thumbs,
    .co-celebration-slider-videos-thumbs {
        width: 90%;
        padding: 78px 5%;
    }
    .co-celebration-slider-images-big img,
    .co-celebration-slider-videos-big img {
        padding: 20px 25% 40px 25%;
    }
}


/********************
*********************
PARECE QUE FUE AYER
*********************
********************/

.bl-parece-ayer {
    color: #ff6699;
    padding: 30px 0 40px 0;
    background: #fff url('./cont/fd-patron-ayers.png') repeat-x center 177px;
    overflow: hidden;
}

.bl-parece-ayer>.col-xs-12 {
    background: transparent url('./cont/fd-globoss.png') no-repeat top right;
}

.bl-parece-ayer h1,h2 {
    font-weight: bold;
    font-size: 30px;
}

.bl-parece-ayer p {
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
    margin-bottom: 25px;
}

.bl-parece-ayer .right ul,
.bl-parece-ayer .right li {
    font-size: 15px;
    text-shadow: 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
}

.co-parece-ayer-content {
    opacity: 0;
}


/* menu años */

.co-parece-ayer-years {
    padding: 0;
    text-align: center;
}

.co-parece-ayer-years li {
    list-style: none;
    margin-bottom: 14px;
}

@media (min-width: 320px) {
    .co-parece-ayer-years li {
        display: inline-block;
        width: 48%;
    }
}

@media (min-width: 992px) {
    .co-parece-ayer-years li {
        display: block;
        width: 100%;
    }
}

.co-parece-ayer-years li button {
    color: #ff6699;
    font-weight: bold;
    background: transparent url('./cont/corazon-pastilla-inactivas.png') no-repeat center center;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
}

@media (min-width: 320px) {
    .co-parece-ayer-years li button {
        width: 126px;
        height: 65px;
        background-size: contain;
        font-size: 22px;
    }
}

@media (min-width: 480px) {
    .co-parece-ayer-years li button {
        width: 240px;
        height: 75px;
    }
}

@media (min-width: 768px) {
    .co-parece-ayer-years li button {
        width: 150px;
    }
}

@media (min-width: 992px) {
    .co-parece-ayer-years li button {
        width: 150px;
        height: 55px;
        padding-top: 6px;
    }
}

@media (min-width: 1200px) {
    .co-parece-ayer-years li button {
        height: 75px;
        padding-top: 12px;
        font-size: 29px;
    }
}

.co-parece-ayer-years li button:hover,
.co-parece-ayer-years li button:active,
.co-parece-ayer-years li button.active {
    color: #fff;
    text-decoration: none;
    background: transparent url('./cont/corazon-pastilla-activas.png') no-repeat center center;
    background-size: contain;
}

.co-parece-ayer-options {
    padding: 0;
    margin-bottom: 0;
}

@media (min-width: 320px) {
    .co-parece-ayer-options {
        text-align: center;
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .co-parece-ayer-options {
        text-align: right;
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .co-parece-ayer-options {
        text-align: right;
        margin-top: 122px;
    }
}

.co-parece-ayer-options li {
    list-style: none;
    margin-top: 15px;
}

.co-parece-ayer-options li:first-child {
    margin-top: 0;
}

@media (min-width: 320px) {
    .co-parece-ayer-options li {
        display: inline-block;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .co-parece-ayer-options li {
        display: block;
        text-align: right;
    }
}

.co-parece-ayer-options li button {
    color: #ff6699;
    font-weight: bold;
    height: 45px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
}

@media (min-width: 320px) {
    .co-parece-ayer-options li button {
        background: transparent url('./cont/boton-pastilla-inactiva-mds.png') no-repeat;
        font-size: 20px;
        width: 126px;
    }
}

@media (min-width: 768px) {
    .co-parece-ayer-options li button {
        background: transparent url('./cont/boton-pastilla-inactivas.png') no-repeat;
        font-size: 23px;
        width: 160px;
    }
}

@media (min-width: 992px) {
    .co-parece-ayer-options li button {
        background: transparent url('./cont/boton-pastilla-inactiva-mds.png') no-repeat;
        font-size: 20px;
        width: 126px;
    }
}

@media (min-width: 1200px) {
    .co-parece-ayer-options li button {
        background: transparent url('./cont/boton-pastilla-inactivas.png') no-repeat;
        font-size: 23px;
        width: 160px;
    }
}

.co-parece-ayer-options li button:hover,
.co-parece-ayer-options li button:active,
.co-parece-ayer-options li button.active {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 320px) {
    .co-parece-ayer-options li button:hover,
    .co-parece-ayer-options li button:active,
    .co-parece-ayer-options li button.active {
        background: transparent url('./cont/boton-pastilla-activa-mds.png') no-repeat;
    }
}

@media (min-width: 768px) {
    .co-parece-ayer-options li button:hover,
    .co-parece-ayer-options li button:active,
    .co-parece-ayer-options li button.active {
        background: transparent url('./cont/boton-pastilla-activas.png') no-repeat;
    }
}

@media (min-width: 992px) {
    .co-parece-ayer-options li button:hover,
    .co-parece-ayer-options li button:active,
    .co-parece-ayer-options li button.active {
        background: transparent url('./cont/boton-pastilla-activa-mds.png') no-repeat;
    }
}

@media (min-width: 1200px) {
    .co-parece-ayer-options li button:hover,
    .co-parece-ayer-options li button:active,
    .co-parece-ayer-options li button.active {
        background: transparent url('./cont/boton-pastilla-activas.png') no-repeat;
    }
}

.slick-prev,
.slick-next {
    z-index: 999;
}

@media (min-width: 768px) {
    .bl-parece-ayer p {
        font-size: 18px;
    }
}


/********************
*********************
NENUCO HOY
*********************
********************/

.bl-nenuco-hoy .container-fluid .row {
    border-top: 10px solid #ff6699;
    border-bottom: 10px solid #ff6699;
}

.co-nenuco-hoy-text {
    color: #fff;
    padding: 30px;
}

@media (min-width: 320px) {
    .co-nenuco-hoy-text {
        display: table-cell;
        vertical-align: middle;
        height: auto;
        text-align: center;
    }
}

@media (min-width: 990px) {
    .co-nenuco-hoy-text {
        height: 395px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .co-nenuco-hoy-text {
        height: 559px;
    }
}

.co-nenuco-hoy-text h1 {
    margin-top: 0;
    margin-bottom: 15px;
}

.co-nenuco-hoy-text p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
  text-align: left;
}

@media (min-width: 768px) {
    .co-nenuco-hoy-text p {
        font-size: 18px;
    }
}

.el-nenuco-hoy-image-heart {
    color: #fff;
    font-size: 22px;
    text-align: center;
    background: transparent url('./cont/corazon-rosas.png') repeat center center;
    background-size: cover;
    width: 100px;
    height: 90px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.el-nenuco-hoy-image-heart h2 {
    font-size: 14px;
    margin: 25px 20px;
}

@media (min-width: 480px) {
    .el-nenuco-hoy-image-heart {
        font-size: 22px;
        width: 187px;
        height: 173px;
        top: 30px;
        left: 30px;
    }
    .el-nenuco-hoy-image-heart h2 {
        font-size: 22px;
        margin: 55px 20px;
    }
}


/********************
*********************
FOOTER
*********************
********************/

.bl-footer {
    background: #fff url('./cont/fd-bottoms.png') no-repeat bottom center;
    padding: 30px 0 103px 0;
    overflow: hidden;
}

.bl-footer h1 {
    color: #ff6699;
    font-weight: bold;
}

.bl-footer p {
    color: #ff6699;
    font-size: 15px;
    font-weight: bold;
}

.co-footer-social {
    margin: 0 0 20px 0;
    padding: 0;
    clear: both;
}

.co-footer-social li {
    display: inline-block;
}

@media (min-width: 320px) {
    .co-footer-social li {
        margin: 0 5px;
    }
}

@media (min-width: 768px) {
    .co-footer-social li {
        margin: 0 10px;
    }
}

.co-footer-social a:hover {
    opacity: 0.8;
}

@media (min-width: 768px) {
    .bl-footer p {
        font-size: 18px;
    }
}




/**********CORRECCIONES CSS ORIGINAL Y BLOQUES ANECDOTAS************/
.site-branding h2 {
    margin-top: 0px;
    margin-left: 20px;
}
.el-nenuco-hoy-image-heart a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 992px) {
    .a70-1 {
        margin-left: 245px;
        text-align: justify;
        margin-top: 14px;
        width: 470px;
    }
    .a70-1 h2 {
        margin-top: 5px;
    }
    .a70-2 {
        margin-left: 60px;
        text-align: justify;
        width: 350px;
    }
    .a70-2 h2 {
        margin-top: 5px;
font-size: 30px;
    }
    .a70-3 {
        margin-left: 290px;
        text-align: justify;
        margin-top: 15px;
        width: 425px;
    }
    .a70-3 h1 {
        margin-top: -10px;
    }
    .a70-4 {
        margin-left: 60px;
        text-align: justify;
        margin-top: 45px;
        width: 325px;
    }
    .a70-4 h1 {
        margin-top: 5px;
    }
    .a80-1 {
        margin-left: 290px;
        width: 410px;
    }
    .a80-1 h1 {
        margin-top: 5px;
    }
    .a80-2 {
        margin-left: 315px;
        width: 395px;
    }
    .a80-2 h1 {
        margin-top: 5px;
    }
    .a80-3 {
        width: 370px;
        margin-left: 60px;
    }
    .a80-3 h1 {
        margin-top: 5px;
    }
    .a80-4 {
        width: 406px;
        margin-left: 60px;
    }
    .a80-4 h1 {
        margin-top: 5px;
    }
    .a80-5 {
        margin-left: 320px;
        width: 380px;
    }
    .a80-5 h1 {
        margin-top: 5px;
    }
    .a90-1 {
        margin-left: 403px;
        margin-top: 16px;
        width: 318px;
    }
    .a90-1 h1 {
        margin-top: -10px;
    }
    .a90-2 {
        width: 410px;
        margin-left: 60px;
    }
    .a90-2 h1 {
        margin-top: 5px;
    }
    .a90-3 {
        margin-left: 340px;
        width: 370px;
    }
    .a90-3 h1 {
        margin-top: 5px;
    }
    .a90-4 {
        margin-left: 395px;
        margin-top: 20px;
        width: 320px;
    }
    .a90-4 h1 {
        margin-top: 5px;
    }
    .a20-1 {
        width: 320px;
        margin-left: 60px;
    }
    .a20-1 h1 {
        margin-top: 0px;
    }
    .a20-2 {
        width: 410px;
        margin-left: 60px;
    }
    .a20-2 h1 {
        margin-top: 0px;
    }
    .a20-3 {
        width: 345px;
        margin-left: 60px;
    }
    .a20-3 h1 {
        margin-top: 0px;
    }
    .a20-4 {
        margin-left: 280px;
        width: 430px;
    }
    .a20-4 h1 {
        margin-top: 0px;
    }
    .a20-5 {
        margin-left: 375px;
        width: 340px;
    }
    .a20-5 h1 {
        margin-top: 0px;
    }
    .a20-6 {
        margin-left: 60px;
        width: 435px;
    }
    .a20-6 h1 {
        margin-top: 0px;
    }
}