main {
    background-color: #000;
}

.section_2 {
    background-color: #000000;
}

.section_2 .paragraph {
    padding: 0 0vw;
}
.section_2 .title h2,
.section_2 .paragraph p,
.section_2 .benefits .title h2,
.section_2 .icons h4,
.section_2 .icons p {
    color: #FFFFFF;
}

.section_2 .icons h4 {
    margin-bottom: 2vh;
}

.section_3 {
    background-color: #000000;
    padding: 10vh 5vw;
}

.section_3 .row {
    height: auto !important;
}

.section_3 .text p {
    position: relative !important;
    color: #943DF8;
}

.pwx {
    opacity: 0;
    transition: all 1s ease;
}

.pwx-animated {
    left: 0 !important;
    opacity: 1 !important;
}

.section_4 {
    background-color: #000000;
}

.section_4 .information .text,
.section_4 .information .paragraph {
    color: #FFFFFF;
    margin-bottom: 3vh;
}
.section_4 .information .paragraph {
    padding-right: 0%;
}
.section_5 {
    background-color: #2A036E;
}

.section_5 .text h2 {
    color: #943DF8;
    margin-bottom: 3vh;
}

.section_5 .text p {
    color: #FFFFFF;
    margin-bottom: 3vh;
}

.section_5 .text p:nth-child(2) {
    font-family: 'Helvetica-Neue-Bold';
}

.section_5 .image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.section_5 .image img {
    width: auto;
    height: auto;
    position: absolute;
    transition: all 1s ease;
}
.section_5 .image .principalImage {
    width: 50%;
}
.section_5 .image .secondaryImage {
    width: 35%;
}
.section_5 .image .principalImage {
    z-index: 2;
}

.section_5 .image .secondaryImage {
    z-index: 1;
}

.section_5 .image .chatImage {
    top: 14%;
    left: 10%;
}

.section_5 .image .personalImage {
    top: 14%;
    right: 10%;
}

.chatImageAnimated {
    left: 0 !important;
}

.personalImageAnimated {
    right: 0 !important;
}

.section_6 {
    background-color: #000000;
}

.section_6 .text h2 {
    color: #943DF8;
    margin-bottom: 3vh;
}
.section_6.information .image, .section_6.surveillance .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_6.information .image img, .section_6.surveillance .image img {
    width: 110%;
}
.section_6 .text p {
    color: #FFFFFF;
    margin-bottom: 3vh;
}

.section_6 .text p:nth-child(2) {
    font-family: 'Helvetica-Neue-Bold';
}

.section_7 {
    background-color: #000000;
}

.section_7 .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_7 .image .alertGreen {
    z-index: 1;
}

.section_7 .image .alertOrange {
    z-index: 2;
}

.section_7 .image .alertBlue {
    z-index: 3;
}
.section_7 .image .alertGray {
    z-index: 4;
}

.section_7 .image .alertOrange,
.section_7 .image .alertBlue,
.section_7 .image .alertGray{
    opacity: 0;
}

.section_7 .image img {
    width: 100%;
    position: absolute;
    transition: all .3s linear;
}

.section_7 .text h2 {
    color: #943DF8;
    margin-bottom: 3vh;
    padding-right: 0;
}

.section_7 .text p {
    color: #FFFFFF;
    margin-bottom: 3vh;
}

.section_7 .text p:nth-child(2) {
    font-family: 'Helvetica-Neue-Bold';
}

.section_8 {
    background-color: #000000;
}

.section_8 .text h2 {
    color: #943DF8;
    margin-bottom: 3vh;
}

.section_8 .text p {
    color: #FFFFFF;
    margin-bottom: 3vh;
}

.section_8 .text p:nth-child(2) {
    font-family: 'Helvetica-Neue-Bold';
}

.section_9 .text h2 {
    color: #943DF8;
}

.section_9 .text h2,
.section_9 .text h3,
.section_9 .text p {
    margin-bottom: 3vh;
}


.section_10 {
    height: auto;
}    
.section_10 .text h2,
.section_10 .text p {
    margin-bottom: 3vh;
}
.section_10 .doctors .text h2, 
.section_10 .services .text h2 {
    color: #943DF8;
}
.section_10 .doctors {
    height: auto;
}
.section_10 .doctors .text p:nth-child(2) {
    font-family: 'Helvetica-Neue-Bold';
}

.section_10 .doctors .text p {
    font-family: 'Helvetica-Neue-Regular';
}

.section_10 .services {
    background-color: #2A036E;
}

.section_10 .services .text p:nth-child(2) {
    font-family: 'Helvetica-Neue-Bold';
}

.section_10 .services .text p {
    font-family: 'Helvetica-Neue-Regular';
}

.section_10 .services .image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.section_10 .services .image img {
    width: 85%;
    padding-top: 10%;
}
.section_10 .services{
    height: 100%;
    padding: 5% 0;
}
.section_11 {
    background-color: #000000;
}

.section_11 .text h2 {
    color: #943DF8;
    margin-bottom: 3vh;
}

.section_11 .text p {
    color: #FFFFFF;
    margin-bottom: 3vh;
}

.section_11 .text p:nth-child(2) {
    font-family: 'Helvetica-Neue-Bold';
}

.section_12 {
    background-color: #000000;
}

.section_12 .text h2 {
    color: #943DF8;
    margin-bottom: 3vh;
}

.section_12 .text p {
    color: #FFFFFF;
    margin-bottom: 3vh;
}

.section_12 .text p:nth-child(2) {
    font-family: 'Helvetica-Neue-Bold';
}
.section_12 .image .image-job {
    transition: transform 1s;
}
.section_12 .image .image-computer {
    bottom: -19%;
    right: 8%;
    transition: transform 1s;
}
.section_12 .image .image-laptop {
    top: -11%;
    right: 0%;
    transition: transform 1s;
}
.section_13 {
    background-color: #000000;
}

.section_14 {
    background-color: #000000;
}

.section_14 .main-title h2 {
    color: #FFFFFF;
}

.section_14 .information .ac-gf-content p {
    color: #969393;
}

.section_15 {
    background-color: #222222;
}

.section_15 .title h2 {
    color: #FFFFFF;
}
footer{
    background-color: #000000;
}

@media only screen and (max-width: 991px) and (orientation: portrait){
    .section_12 .image {
        order: 1;
        margin-top: 15%;
    }
}
/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .section_3 .row {
        margin-left: 8%;
    }
    .section_6 .row {
        padding: 5vh 3vw 0;
    }
    .section_8 .row {
        padding: 0vh 0 10vh;
    }
    .section_1 .information360 .title h1 {
        white-space: normal !important;
    }
    .section_9 .text h2 {
        padding-right: 0 !important;
    }
    .section_5 .text {
        padding-top: 0 !important;
    }
    .section_6.surveillance .text h2, .section_7 .text h2, .section_8 .text h2 {
        padding-right: 18% !important;
    }
    .section_10 .services .text h2, .section_10 .doctors .text h2 {
        padding-right: 10% !important;
    }
    .section_6 .image img {
        width: 95%;
    }
    .section_8 .image img,.section_7 .image img {
        width: 90%;
    }
    .section_11 .image img {
        width: 95%;
    }
    .section_10 .services .image img {
        width: 100%;
    }
    .section_13 > .row {
        align-items: flex-end;
    }
    .section_13 .text {
        padding: 0 12vw 0 10vw;
        max-width: 100% !important;
        padding-bottom: 20%;
    }
    .section_3 .text p {
        line-height: 26px;
    }

    .section_5 .image {
        height: 185px;
    }
    
    .section_5 .image .principalImage {
        width: 165px;
    }
    
    .section_5 .image .secondaryImage {
        width: 148px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 230px;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    .section_12 .image {
        margin-bottom: -23%;
    }
    .section_12 .image .image-job {
        top: 15%;
        left: 0;
        width: 205px;
    }
    .section_12 .image .image-laptop {
        top: 0;
        right: 10%;
        width: 140px;
    }
    .section_12 .image .image-computer {
        width: 175px;
        bottom: 16%;
        right: 15%;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 5vh 6vw;
    }
    .section_2 .administration {
        padding: 10vh 6vw 0 5vw;
    }
    .section_6 .row {
        padding: 5vh 3vw 0;
    }
    .section_8 .row {
        padding: 0vh 0 10vh;
    }
    .section_3 {
        padding-top: 0vh;
        margin-top: 5%;
    }
    .section_4 .row {
        padding: 5vh 3.5vw 10vh;
    }
    .section_5 .text {
        padding-top: 0 !important;
    }
    .section_5 .text {
        padding: 10vh 6.5vw 0vw;
    }
    .section_5 .text h2, .section_5 .text p:nth-child(2){
        padding-right: 5%;
    }
    .section_6 .text, .section_7 .text, .section_11 .text, .section_12 .text {
        padding: 0 2.5vw !important;
    }
    .section_7 .row {
        margin-top: 15%;
    }
    .section_8 .text{
        padding: 0 5.5vw !important;
    }
    .section_8 .row {
        margin-top: 10%;
    }
    .section_6.surveillance .text h2, .section_8 .text h2 {
        padding-right: 40% !important;
    }
    .section_7 .text h2, .section_8 .text h2 {
        padding-right: 20% !important;
    }
    .section_9 .text h2{
        padding-right: 5%;
    }
    .section_9 .text h3{
        padding-right: 9%;
    }
    .section_9 .text, .section_10 .text  {
        padding: 0 5vw;
    }
    .section_10 .doctors .text h2 {
        padding-right: 23% !important;
    }
    .section_10 .services .text h2{
        padding-right: 0 !important;
    }
    .section_10 .services .text h2, .section_10 .services .text p, 
    .section_10 .doctors .text h2, .section_10 .doctors .text p {
        margin-bottom: 1rem !important;
    }
    .section_12 .row {
        margin-top: 10%;
    }
    .section_6.information .image img, .section_6.surveillance .image img, .section_11 .image img {
        width: 103% !important;
    }
    .section_7 .image img {
        width: 95% !important;
    }
    .section_8 .image img{
        width: 97% !important;
    }
    .section_11 .text h2, .section_12 .text h2 {
        white-space: pre-line !important;
    }
    .section_10 .services .image img {
        width: 100%;
    }
    .section_10 .services .text, .section_10 .doctors .text{
        padding: 0 5vw;
    }
    .section_13 > .row {
        align-items: flex-end;
    }
    .section_13 .text {
        padding: 0 12vw 0 10vw;
        max-width: 100% !important;
        padding-bottom: 20%;
    }
    .section_3 .text p {
        line-height: 18px;
    }

    .section_5 .image {
        height: 235px;
    }
    
    .section_5 .image .principalImage {
        width: 180px;
    }
    
    .section_5 .image .secondaryImage {
        width: 182px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 230px;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    .section_12 .row {
        padding: 0vh 3vw 10vh;
    }
    .section_12 .image {
        margin-top: 5%;
        margin-bottom: -10%;
    }
    .section_12 .image .image-job {
        top: 15%;
        left: 0;
        width: 230px;
    }
    .section_12 .image .image-laptop {
        top: 0;
        right: 11%;
        width: 165px;
    }
    .section_12 .image .image-computer {
        width: 217px;
        bottom: 4%;
        right: 15%;
    }
    
    .section_13 .row {
        position: relative;
    }
    
    .section_13 .text {
        position: absolute;
        top: 40%;
        padding: 0 5vw 0 5vw;
    }
    
    .section_13 .text .logo img {
        width: 65px;
        margin-left: 8px;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    .section_3 .row {
        margin-left: 3%;
    }
    .section_3 {
        padding: 10% 5vw !important;
    }
    .section_6 .image img {
        width: 95%;
    }
    .section_8 .image img,.section_7 .image img {
        width: 90%;
    }
    .section_11 .image img {
        width: 95%;
    }
    .section_3 .text p {
        line-height: 30px;
    }

    .section_5 .image {
        height: 240px;
    }
    
    .section_5 .image .principalImage {
        width: 240px;
    }
    
    .section_5 .image .secondaryImage {
        width: 204px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 466px;
        margin-bottom: 0;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        width: 100%;
    }
    .section_12 .image .image-job {
        top: 15%;
        left: 0;
        width: 340px;
    }
    .section_12 .image .image-laptop {
        top: -14%;
        right: 15%;
        width: 240px;
    }
    .section_12 .image .image-computer {
        width: 350px;
        bottom: -40%;
        right: 18%;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .section_3 .row {
        margin-left: 3%;
    }
    .section_6 .image img {
        width: 95%;
    }
    .section_8 .image img,.section_7 .image img {
        width: 90%;
    }
    .section_11 .image img {
        width: 95%;
    }
    .section_3 .text p {
        line-height: 35px;
    }

    .section_5 .image {
        height: 285px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 400px;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        width: 100%;
    }
    .section_12 .image .image-job {
        top: 15%;
        left: 0;
        width: 340px;
    }
    .section_12 .image .image-laptop {
        top: -14%;
        right: 9%;
        width: 280px;
    }
    .section_12 .image .image-computer {
        width: 350px;
        bottom: -10%;
        right: 18%;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    .section_3 .row {
        margin-left: 3%;
    }
    .section_3 .text p {
        line-height: 35px;
    }

    .section_5 .image {
        height: 320px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    .section_7 .image {
        height: 455px;
    }
    
    .section_7 .image img {
        width: 75%;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        width: 100%;
    }
    .section_12 .image .image-job {
        top: 15%;
        left: 8%;
        width: 340px;
    }
    .section_12 .image .image-laptop {
        top: -17%;
        right: 9%;
        width: 300px;
    }
    .section_12 .image .image-computer {
        width: 373px;
        bottom: -14%;
        right: 18%;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .section_13 .text p {
        line-height: 35px;
    }
    .section_1 .information360 {
        padding: 5vh 5vw 5vh 5vw;
    }
    .section_3 .text p {
        line-height: normal;
    }
    .section_3 .text {
        padding-top: 0;
        margin-top: -5%;
        left: 5%;
    }
    .section_5 .image {
        height: 375px;
    }
    .section_5 .text p:nth-child(2) {
        padding-right: 0;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    .section_7 .image {
        height: 490px;
    }
    
    .section_7 .image img {
        width: 75%;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        width: 100%;
    }
    .section_12 .image .image-job {
        top: 15%;
        left: 8%;
        width: 400px;
    }
    .section_12 .image .image-laptop {
        top: -17%;
        right: 13%;
        width: 333px;
    }
    .section_12 .image .image-computer {
        width: 400px;
        bottom: -16%;
        right: 20%;
    }
    
    .section_13 .text .logo span {
        line-height: 50px;
    }
    
    .section_13 .text .logo img {
        width: 100px;
        right: 2%;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    .section_2 .paragraph {
        padding: 0 8vw;
    }
    .section_3 {
        padding: 10vh 10vw;
    }

    .section_3 .text p {
        line-height: 55px;
    }

    .section_5 .image {
        height: 375px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 575px;
    }
    
    .section_7 .image img {
        width: 75%;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        width: 100%;
    }
    .section_12 .image .image-job {
        top: 15%;
        left: 8%;
        width: 400px;
    }
    .section_12 .image .image-laptop {
        top: -17%;
        right: 13%;
        width: 333px;
    }
    .section_12 .image .image-computer {
        width: 400px;
        bottom: -16%;
        right: 20%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    .section_6.information .image{
        right: -3%;
    }
    .section_6.information .text {
        padding: 0 2.5vw 0 6vw;
    }
    .section_6.surveillance .text {
        padding: 0 6vw 0 3vw;
    }
    .section_7 .text {
        padding: 0 3vw 0 6vw;
    }
    .section_9 .col-lg-6 {
        flex: 0 0 60%;
        max-width: 56%;
    }
    .section_1 .information360.col-lg-6 {
        flex: 0 0 100%;
        max-width: 81%;
    }
    .section_1 .information360 .title h1 {
        padding-right: 23%;
    }
    .section_2 .paragraph {
        padding: 0 13vw;
    }
    .section_3 .text p {
        line-height: normal;
    }
    .section_4 .information {
        padding: 0 0;
    }
    .section_5 .text {
        padding: 10vh 9vw;
    }
    .section_6 .text {
        padding: 0 6vw;
    }
    .section_6 .image img {
        width: 115%;
        margin-left: -9%;
    }
    .section_5 .image {
        height: 400px;
    }
    
    .section_7 .image {
        height: 450px;
    }
    .section_8 .text {
        padding: 0 19vw 0 16vw;
    }
    .section_10 {
        height: 70vh;
    }
    .section_10 .doctors img {
        object-fit: fill;
    }
    .section_10 .services .image img {
        width: 100%;
    }
    .section_12 .image .image-job {
        top: 25%;
        left: 40px;
    }
    .section_12 .image .image-laptop {
        top: -3%;
        right: 7%;
        width: 243px;
    }
    .section_12 .image .image-computer {
        width: 281px;
        bottom: -5%;
        right: 15%;
    }
    .section_13 .text {
        max-width: 61%;
    }
    .section_13 .text p {
        line-height: 31px;
    }
    
    .section_13 .text .logo img {
        right: 20px;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .section_1 .information360.col-lg-6 {
        flex: 0 0 100%;
        max-width: 73%;
    }
    .section_1 .information360 .title h1 {
        padding-right: 20%;
    }
    .section_2 .paragraph {
        padding: 0 8vw;
    }
    .section_3 .text p {
        line-height: 75px;
    }
    .section_4 .information {
        padding: 0 2vw;
    }
    .section_5 .text {
        padding: 10vh 10vw;
    }
    .section_6 .text {
        padding: 0 6vw;
    }
    .section_5 .image {
        height: 470px;
    }
    
    .section_7 .image {
        height: 470px;
    }
    .section_8 .text {
        padding: 0 21vw 0 16vw;
    }
    .section_9 .col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .section_10 .services .image img {
        width: 100%;
    }
    .section_12 .image .image-job {
        top: 25%;
        left: 40px;
    }
    .section_12 .image .image-laptop {
        top: 5%;
        right: 7%;
        width: 243px;
    }
    .section_12 .image .image-computer {
        width: 281px;
        bottom: 1%;
        right: 15%;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section_1 .information360.col-lg-6 {
        flex: 0 0 100%;
        max-width: 69%;
    }
    .section_1 .information360 .title h1 {
        padding-right: 10%;
    }
    .section_2 .paragraph {
        padding: 0 2vw;
    }
    .section_3 .text p {
        line-height: 80px;
    }
    .section_4 .information {
        padding: 0 2vw;
    }
    .section_5 .text {
        padding: 10vh 12vw;
    }
    .section_5 .image {
        height: 470px;
    }
    
    .section_7 .image {
        height: 600px;
    }
    .section_8 .text {
        padding: 0 23vw 0 17vw;
    }
    .section_9 .col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .section_10 .services .image img {
        width: 100%;
    }
    .section_12 .image .image-laptop {
        top: -5%;
        right: 7%;
        width: 243px;
    }
    .section_12 .image .image-computer {
        width: 310px;
        bottom: 7%;
        right: 17%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 3000px) and (orientation: portrait){
    .section_1 .information360 .title h1, .section_1 .information360 .paragraph p,
    .section_2 .title h2, .section_2 .paragraph p, .section_2 .administration,
    .section_9 .text h2, .section_9 .text h3, .section_9 .text p{
        padding-right: 0;
        padding-left: 0;
        white-space: pre-line;
    }
    .section_3 {
        padding-bottom: 5%;
    }
    .section_6.information .image img, .section_6.surveillance .image img {
        width: 100%;
    }
    .section_7 .image {
        height: auto;
    }
    .section_7 .image img {
        width: 95%;
    }
    .section_9 .text {
        padding: 0 0 0 7vw;
    }
}
@media only screen and (max-width: 991px) and (orientation: portrait){
    .section_3 .row {
        padding: 0;
    }
    .section_1 .information360 .title h1{
        white-space: pre-line;
    }
    .section_1 .information360 .paragraph p {
        padding-right: 0;
    }
    .section_2 .administration .title, .section_2 .paragraph {
        padding: 0;
    }
    .section_2 .administration .title h2{
        text-align: left;
        white-space: pre-line;
        padding-right: 0;
    }
    .section_2 .paragraph p{
        text-align: left;
    }
    .section_2 .row {
        padding-bottom: 0;
    }
    .section_3 {
        justify-content: flex-start !important;
        padding-bottom: 3%;
    }
    .section_4 .information {
        padding: 0 2vw;
    }
    .section_4 .information .paragraph {
        padding-right: 0;
    }
    .section_5 .image .principalImage {
        width: 60%;
    }
    .section_5 .image .secondaryImage {
        width: 40%;
    }
    .section_6.information .image img, .section_6.surveillance .image img {
        width: 95%;
    }
    .section_7 .image img {
        width: 90%;
    }
    .section_8 .image img {
        width: 89%;
    }
    .section_6 .text h2 {
        white-space: normal;
        padding-right: 0;
    }
    .section_7 .text h2 {
        padding-right: 0;
    }
    .section_8 .text {
        padding: 0 7vw;
    }
    .section_8 .text h2 {
        padding-right: 0;
    }
    .section_9 .row {
        align-items: flex-end;
    }
    .section_9 .text {
        padding-bottom: 8vw;
    }
    .section_9 .text h2{
        white-space: normal;
        padding-right: 0;
    }
    .section_11 .text h2, .section_12 .text h2 {
        white-space: pre-line;
    }
    .section_11 .image img {
        width: 93%;
    }
    .section_10 .services .image img {
        width: 95%;
        padding-top: 2%;
    }
    .section_10 .services .text h2, .section_10 .doctors .text h2 {
        padding-right: 0%;
    }
    .section_10 .services .text h2, .section_10 .services .text p,
    .section_10 .doctors .text h2, .section_10 .doctors .text p{
        margin-bottom: 2rem;
    }
    .section_11 .text h2, .section_12 .text h2 {
        white-space: normal;
    }
    .section_12 .row {
        padding-bottom: 0;
    }
    .section_13 .text {
        max-width: 80%;
    }
}


/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .section_13 .text {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_1 .information360 .logo img {
        display: none;
    }
    .section_2 .paragraph {
        padding: 0px 4vw;
    }
    .section_5 .image {
        height: 200px;
    }
    
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 360px;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    .section_12 .image {
        margin-bottom: 0%;
    }
    .section_12 .image .image-job {
        width: 200px;
        left: 35px;
    }
    .section_12 .image .image-laptop {
        top: -10%;
        right: 12%;
        width: 180px;
    }
    .section_12 .image .image-computer {
        bottom: 8%;
        right: 20.5%;
        width: 220px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .section_13 .text {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_1 .information360 .logo img {
        display: none;
    }
    .section_2 .paragraph {
        padding: 0px 4vw;
    }
    .section_5 .image {
        height: 200px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 480px;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    .section_12 .image {
        margin-bottom: 0%;
    }
    .section_12 .image .image-job {
        width: 200px;
        left: 35px;
    }
    .section_12 .image .image-laptop {
        top: -10%;
        right: 12%;
        width: 180px;
    }
    .section_12 .image .image-computer {
        bottom: 8%;
        right: 20.5%;
        width: 220px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    
    .section_13 .text {
        flex: 0 0 94%;
        max-width: 94%;
    }
    .section_2 .paragraph {
        padding: 0px 4vw;
    }
    .section_5 .image {
        height: 300px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 360px;
    }
    
    .section_7 .image img {
        width: 68%;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    .section_12 .image {
        margin-bottom: 10%;
    }
    .section_12 .image .image-job {
        width: 250px;
        left: 90px;
    }
    .section_12 .image .image-laptop {
        top: -12%;
        right: 18%;
        width: 200px;
    }
    .section_12 .image .image-computer {
        bottom: -7%;
        right: 24.5%;
        width: 254px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .section_13 .text {
        flex: 0 0 85%;
        max-width: 85%;
    }
    .section_2 .paragraph {
        padding: 0px 4vw;
    }
    .section_5 .image {
        height: 340px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 420px;
    }
    
    .section_7 .image img {
        width: 68%;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    .section_12 .image {
        margin-bottom: 10%;
    }
    .section_12 .image .image-job {
        width: 245px;
        left: 130px;
    }
    .section_12 .image .image-laptop {
        top: -12%;
        right: 22%;
        width: 200px;
    }
    .section_12 .image .image-computer {
        bottom: -9%;
        right: 26.5%;
        width: 270px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 5vw 5vh 5vw;
    }
    .section_13 .text {
        max-width: 70%;
    }
    .section_3 .text p {
        line-height: 50px;
    }
    
    .section_4 .information {
        padding: 0;
    }
    
    .section_5 .image {
        height: 400px;
    }
    
    .section_6.information .row {
        flex-direction: column;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 440px;
    }
    
    .section_7 .image img {
        width: 68%;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    .section_12 .image {
        margin-bottom: 0%;
    }
    .section_12 .image .image-job {
        width: 330px;
        left: 110px;
    }
    .section_12 .image .image-laptop {
        top: -5%;
        right: 20.5%;
        width: 230px;
    }
    .section_12 .image .image-computer {
        bottom: 5%;
        right: 26.5%;
        width: 304px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    .section_13 .text {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .section_5 .image {
        height: 370px;
    }
    
    .section_6.surveillance .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        height: 523px;
    }
    
    .section_7 .image img {
        width: 70%;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    .section_12 .image .image-job {
        width: 380px;
        left: 110px;
    }
    .section_12 .image .image-laptop {
        top: -9%;
        right: 17%;
        width: 260px;
    }
    .section_12 .image .image-computer {
        bottom: -17%;
        right: 23%;
        width: 350px;
    }
    .section_13 .text {
        max-width: 66%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .section_1 .information360 .title, .section_1 .information360 .paragraph p,
    .section_2 .title h2, .section_2 .paragraph, .section_10 .doctors .text h2,
    .section_11 .text h2{
        white-space: pre-line;
    }
    .section_1 .image img {
        width: 100%;
        transform: scale(1.1);
    }
    .section_11 .text {
        padding: 0 3.5vw;
    }
    .section_3 {
        padding-bottom: 4%; 
    }
    .section_6 .text {
        padding: 0 2vw 0 5vw;
    }
    .section_6.surveillance .text {
        padding: 0 5vw 0 2vw;
    }
    .section_7 .text {
        padding: 0 2vw 0 5vw;
    }
    .section_9 .col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .section_10 .doctors .text h2 {
        padding-right: 0;
    }
    .section_6.information .text h2 {
        padding-right: 0;
    }
    .section_8 .text {
        padding: 0 20vw;
        margin-top: 8%;
    }
    .section_5 .text {
        padding: 10vh 10vw;
    }
    .section_6.information .image img, .section_6.surveillance .image img {
        width: 100%;
    }
    .section_13 .text {
        flex: 0 0 65%;
        max-width: 62%;
    }
    .section_7 .image img {
        width: 95%;
    }
    .section_4 .image img {
        width: 70%;
    }
    .section_8 .image img {
        width: 620px;
    }
    .section_9 .text {
        padding: 0 5vw;
    }
    .section_9 .text p {
        padding-right: 10%;
    }
    .section_9 .text h2 {
        padding-right: 23%;
    }
    .section_10 .services .image img {
        width: 110%;
    }
    .section_12 .text h2 {
        padding-right: 0;
    }
    .section_1 .information360.col-lg-6 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .section_5 .image {
        height: 400px;
    }
    
    .section_7 .image {
        height: auto;
    }
    .section_8 .text p:nth-child(2) {
        padding-right: 0;
    }
    .section_10 .doctors img {
        object-fit: fill;
    }
    .section_12 .image .image-job {
        width: 280px;
        left: 30px;
    }
    .section_12 .image .image-laptop {
        top: -5%;
        right: 8%;
        width: 200px;
    }
    .section_12 .image .image-computer {
        bottom: 10%;
        right: 16%;
        width: 260px;
    }
    
    .section_13 .text .logo img {
        right: 12%;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section_1 .information360 .title,.section_1 .information360 .paragraph p,
    .section_2 .title h2, .section_2 .paragraph, .section_5 .text p, 
    .section_9 .text h2, .section_9 .text h3, .section_9 .text p, .section_10 .doctors .text h2,
    .section_11 .text h2{
        white-space: pre-line;
    }
    .section_3 {
        padding-bottom: 4%; 
    }
    .section_6 .text {
        padding: 0 2vw 0 7vw;
    }
    .section_6.surveillance .text {
        padding: 0 7vw 0 2vw;
    }
    .section_7 .text {
        padding: 0 2vw 0 7vw;
    }
    .section_9 .col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .section_10 .doctors .text h2 {
        padding-right: 0;
    }
    .section_6.information .text h2 {
        padding-right: 0;
    }
    .section_8 .text {
        margin-top: 8%;
    }
    .section_5 .text {
        padding: 10vh 10vw;
    }
    .section_6.information .image img, .section_6.surveillance .image img {
        width: 100%;
    }
    .section_7 .image img {
        width: 95%;
    }
    .section_4 .image img {
        width: 70%;
    }
    .section_8 .image img {
        width: 620px;
    }
    .section_10 .services .image img {
        width: 93%;
    }
    
    .section_1 .information360.col-lg-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_4 .information {
        padding: 0;
    }
    
    .section_5 .image {
        height: 477px;
    }
    
    .section_7 .image {
        height: auto;
    }
    .section_12 .image .image-job {
        width: 310px;
        left: 30px;
    }
    .section_12 .image .image-laptop {
        top: -6%;
        right: 10%;
        width: 240px;
    }
    .section_12 .image .image-computer {
        bottom: 12%;
        right: 19%;
        width: 300px;
    }
    .section_13 .text {
        max-width: 55%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section_1 .information360 .title,.section_1 .information360 .paragraph p,
    .section_2 .title h2, .section_2 .paragraph, .section_5 .text p, 
    .section_9 .text h2, .section_9 .text h3, .section_9 .text p, .section_10 .doctors .text h2,
    .section_11 .text h2{
        white-space: pre-line;
    }
    .section_3 {
        padding-bottom: 4%; 
    }
    .section_6 .text {
        padding: 0 0 0 7vw;
    }
    .section_6.surveillance .text {
        padding: 0 7vw 0 0;
    }
    .section_7 .text {
        padding: 0 0vw 0 7vw;
    }
    .section_9 .col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .section_10 .doctors .text h2 {
        padding-right: 0;
    }
    .section_6.information .text h2 {
        padding-right: 0;
    }
    .section_4 .image img {
        width: 70%;
    }
    .section_8 .image img {
        width: 700px;
    }
    .section_11 .text {
        padding: 0 5vw 0 0!important;
    }
    
    .section_1 .information360.col-lg-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_3 .text p {
        line-height: 80px;
    }
    
    .section_4 .information {
        padding: 0 5vw;
    }
    .section_4 .information .text {
        font-size: 35px;
        line-height: normal;
    }
    .section_4 .information .paragraph {
        font-size: 24px;
        line-height: normal;
    }
    .section_5 .image {
        height: 510px;
    }
    
    .section_5 .text {
        padding: 10vh 11vw;
    }
    
    .section_5 .text p:nth-child(2) {
        padding-right: 0;
    }
    
    .section_7 .image {
        height: auto;
    }
    
    .section_8 .text {
        padding: 0 20vw;
        margin-top: 8%;
    }
    
    .section_9 .text {
        padding: 0 3vw 0 7vw;
    }
    
    .section_9 .text h2 {
        padding-right: 0;
    }
    
    .section_10 .doctors .text {
        padding: 0 6vw;
    }
    
    .section_10 .doctors .text h2 {
        padding-right: 10vw;
    }
    .section_10 .doctors img {
        object-fit: fill;
    }
    .section_10 .services .text {
        padding: 0 6vw;
    }
    
    .section_10 .services .image img {
        width: 100%;
    }
    
    .section_11 .text {
        padding: 0;
    }
    
    .section_11 .text h2 {
        padding-right: 0;
    }
    
    .section_12 .text {
        padding: 0;
    }
    
    .section_12 .text h2 {
        padding: 0;
    }
    .section_12 .image .image-job {
        width: 310px;
    }
    .section_12 .image .image-laptop {
        top: -6%;
        right: 14%;
        width: 240px;
    }
    .section_12 .image .image-computer {
        bottom: 12%;
        right: 23%;
        width: 300px;
    }
    
    .section_13 .text p {
        padding-right: 2vw;
    }
    .section_13 .text {
        max-width: 60%;
    }
    .section_15 .button a {
        padding: 4px 85px;
    }
}
/*********************LANDSCAPE DISPOSITIVO PC ESCRITORIO***********************************************************/
/*patalla de escritorio utilizado en la empresa*/
@media only screen and (min-width: 1361px) and (max-width: 1799px) and (orientation : landscape){
    .section_1 .information360 .title,.section_1 .information360 .paragraph p,
    .section_2 .title h2, .section_2 .paragraph, .section_4 .information .text, .section_4 .information .paragraph{
        white-space: pre-line;
    }
    .section_8 .image img {
        width: 712px;
    }
    .section_6 .text {
        padding: 0 5vw 0 7vw;
    }
    .section_6.surveillance .text {
        padding: 0 5vw 0 3vw;
    }
    .section_6.information .text h2 {
        padding-right: 0;
    }
    .section_4 .image {
        margin-bottom: 10%;
    }
    .section_4 .image img {
        width: 70%;
    }
    
    .section_1 .col-lg-6.information360 {
        flex: 0 0 100%;
        max-width: 63%;
    }
    .section_1 .information360 .title h1 {
        padding-right: 5%;
    }
    .section_2 .administration {
        padding: 10vh 14vw;
    }
    
    .section_4 .information {
        padding: 0 5vw;
    }

    .section_5 .text {
        padding: 10vh 16vw;
    }

    .section_5 .image {
        height: 600px;
    }
    
    .section_5 .text p:nth-child(2) {
        padding-right: 0;
    }
    .section_5 .text p {
        padding-right: 2%;
    }
    .section_7 .image {
        height: 700px;
    }
    
    .section_8 .text {
        padding: 0 24vw;
        margin-top: 8%;
    }
    
    .section_9 .text {
        padding: 0 5.5vw;
    }
    
    .section_9 .text h2 {
        padding-right: 6vw;
    }
    .section_9 .text p {
        margin-right: 8%;
    }
    .section_10 .doctors .text {
        padding: 0 6vw;
    }
    
    .section_10 .doctors .text h2 {
        padding-right: 9vw;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
    }
    
    .section_10 .services .image img {
        width: 90%;
    }
    
    .section_11 .text h2 {
        padding-right: 9vw;
    }
    
    .section_12 .text h2 {
        padding-right: 0vw;
    }
    
    .section_12 .image .image-laptop {
        top: -6%;
        right: 7%;
        width: 275px;
    }
    
    .section_12 .image .image-computer {
        bottom: 0%;
        right: 15%;
        width: 370px;
    }
    
    .section_13 .text p {
        padding-right: 0;
        line-height: 32px;
    }
    
    .section_13 .text {
        max-width: 52%;
    }
    
    .section_13 .text .logo img {
        right: 0px;
    }
}
@media only screen and (min-width: 1800px) and (max-width:1899px) and  (orientation: landscape){
    .section_4 .image img {
        width: 60%;
    }
    .section_4 .information {
        padding: 0 13vw;
    }
    .section_4 .information .paragraph {
        padding-right: 0;
    }
    .section_5 .image {
        height: 790px;
    }
    .section_6.information .text, .section_7 .text {
        padding: 0 5vw 0 9vw;
    }
    .section_8 .text {
        padding: 0 29.5vw;
    }
    .section_10 .doctors .text, .section_10 .services .text {
        padding: 0 12vw;
    }
    .section_12 .image .image-job {
        width: 500px;
    }
    .section_12 .image .image-laptop {
        top: -15%;
        right: 11%;
        width: 380px;
    }
    .section_12 .image .image-computer {
        bottom: -25%;
        right: 19%;
        width: 500px;
    }
    .section_13 .text p {
        padding-right: 30%;
    }
    .section_13 .text {
        max-width: 50%;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 1vw 5vh 7vw;
    }

    .section_1 .information360 .paragraph {
        padding-right: 0vw;
    }
    
    .section_3 {
        padding: 10vh 8vw 0;
    }
    
    .section_4 .information {
        padding: 0 0 0 10vw;
    }
    .section_4 img {
        width: 65%;
    }
    .section_5 .image {
        height: 755px;
    }
    .section_5 .text {
        padding: 10vh 21vw;
    }
    
    .section_6.information .text {
        padding: 0 7vw;
    }
    
    .section_6.surveillance .text {
        padding: 0 4vw 0 6vw;
    }
    
    .section_7 .text {
        padding: 0 0vw 0 7vw;
    }
    
    .section_7 .image {
        height: 776px;
    }
    
    .section_8 .text {
        padding: 0 28vw;
        margin-top: 8%;
    }
    
    .section_8 .text p:nth-child(2) {
        padding-right: 3vw;
    }
    
    .section_9 .text {
        padding: 0 0vw 0 7vw;
    }
    
    .section_9 .text h2 {
        padding-right: 11vw;
    }
    
    .section_10 .services .text {
        padding: 0 8vw 0 9vw;
    }
    
    .section_10 .doctors .text {
        padding: 0 9vw 0 7vw;
    }
    
    .section_11 .text {
        padding: 0 5vw 0 5vw;
    }
    
    .section_11 .text h2 {
        padding-right: 6vw;
    }
    
    .section_12 .text {
        padding: 0 2vw 0 8vw;
    }
    
    .section_13 .text .logo img {
        width: 127px;
        margin-left: 15px;
        margin-bottom: -2px;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section_1 .information360 .title{
        padding-right: 5%;
    }
    .section_1 .information360 .paragraph {
        padding-right: 0;
    }
    .section_2 .paragraph {
        padding: 0;
    }
    .section_3 {
        padding: 10vh 15vw;
    }
    .section_4 .row {
        padding: 0vh 8vw 10vh;
    }
    .section_4 .information {
        padding: 0 18.5vw;
    }
    .section_4 .information .paragraph {
        padding-right: 0;
    }
    .section_5 .text {
        padding: 10vh 26vw;
    }
    .section_5 .text p {
        margin-right: 10%;
    }
    .section_5 .image {
        height: 1000px;
    }
    
    .section_7 .image {
        height: 1215px;
    }
    .section_8 .text {
        padding: 0px 0 0 31vw;
        margin-top: 10%;
    }
    .section_8 .image img{
        width: 40%;
    }
    .section_10 .services {
        padding: 6% 0;
    }
    .section_12 .image .image-job {
        width: 690px;
    }
    
    .section_12 .image .image-laptop {
        top: -11%;
        right: 3%;
        width: 500px;
    }
    
    .section_12 .image .image-computer {
        bottom: -14%;
        right: 11%;
        width: 652px;
    }
    .section_13 .text {
        padding: 0 10vw 0 7vw;
    }
    
    .section_13 .text .logo img {
        right: -50px;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section_1 .information360 .title{
        padding-right: 12%;
    }
    .section_1 .information360 .paragraph {
        padding-right: 3vw;
    }
    .section_3 {
        padding: 10vh 15vw;
    }
    .section_4 .information {
        padding: 0 17.5vw;
    }
    .section_4 .information .paragraph {
        padding-right: 0;
    }
    .section_5 .image {
        height: 1000px;
    }
    .section_7 .image {
        height: 1215px;
    }
    .section_8 .text {
        padding: 0px 0 0 31vw;
    }
    .section_8 .image img{
        width: 40%;
    }
    .section_10 .services {
        padding: 6% 0;
    }
    .section_12 .image .image-job {
        width: 730px;
    }
    
    .section_12 .image .image-laptop {
        top: -19%;
        right: 4%;
        width: 600px;
    }
    .section_12 .image .image-computer {
        bottom: -27%;
        right: 14%;
        width: 755px;
    }
    .section_13 .text {
        padding: 0 12vw 0 7vw;
    }
}


@media only screen and (max-width: 991px) and (orientation: landscape){
    .section_1 .information360 .title,
    .section_2 .title h2{
        white-space: pre-line;
    }
    .section_2 .administration .title, .section_2 .paragraph {
        padding: 0;
    }
    .section_2 .administration .title h2{
        color: #FFFFFF;
        text-align: left;
        padding-right: 0%;
    }
    .section_2 .paragraph p{
        text-align: left;
    }
    .section_3 .text p {
        line-height: normal;
    }
    .section_3 {
        justify-content: flex-start !important;
    }
    .section_3 {
        padding-bottom: 0;
    }
    .section_4 .information {
        padding: 0 0;
    }
    .section_4 .information .paragraph {
        padding-right: 0;
    }
    .section_5 .image .principalImage {
        width: 60%;
    }
    .section_5 .image .secondaryImage {
        width: 40%;
    }
    .section_6.information .image img, .section_6.surveillance .image img {
        width: 95%;
    }
    .section_7 .image img {
        width: 90%;
    }
    .section_8 .image img {
        width: 89%;
    }
    .section_8 .text {
        padding: 0 8vw;
    }
    .section_9 .row {
        align-items: flex-end;
    }
    .section_9 .text {
        padding-bottom: 8vw;
    }
    .section_10 .services .image img {
        width: 100%;
        padding-top: 5%;
    }
    .section_11 .image img {
        width: 93%;
    }
    .section_12 .text {
        order: 0;
    }
    .section_12 .image {
        margin-top: 10%;
        margin-bottom: 0;
        order: 1;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 3599px) and (orientation : landscape){
    .section_1 .information360 .title,.section_1 .information360 .paragraph p,
    .section_2 .title h2, .section_2 .paragraph,
    .section_4 .information .text, .section_4 .information .paragraph,
    .section_6 .text h2, .section_6 .text p,
    .section_7 .text h2, .section_7 .text p, .section_8 .text h2, .section_8 .text p,
    .section_9 .text h2, .section_9 .text h3, .section_9 .text p,
    .section_10 .text h2, .section_10 .text p, .section_11 .text h2, .section_11 .text p,
    .section_12 .text h2, .section_12 .text p{
        white-space: pre-line;
    }
    .section_6 .text h2 {
        padding-right: 0;
    }
}