    html{
        font-size: 10px; 
    }
    body, html {
        padding-top:11rem;
        height:100%;
	    margin:0;
	    padding:0;
        width:100%;
        background:#FFFFFF;
    }
    *{
        scroll-behavior: smooth;
    }
    body { 
        background: #FFFFFF;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.7;
        color: #4B4D52;
    }
    span {
        font-size: 1.5rem; 
        letter-spacing:.02rem;
    }
    .pulse {
        margin: 5rem;
        display: block;
        width: 5rem;
        height: 5rem; 
        background: #1FC4A8;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(204,169,44,7);
        animation: pulse 1s infinite;
    }

    .pulse:hover {
        animation: none;
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(31, 196, 168, 0.5);
        }

        70% {
            -webkit-box-shadow: 0 0 0 20px rgba(31, 196, 168,0);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(31, 196, 168, 1);
        }
    }

    @keyframes pulse {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(31, 196, 168, 0.5);
            box-shadow: 0 0 0 0 rgba(31, 196, 168, 0.4);
        }

        70% {
            -moz-box-shadow: 0 0 0 10px rgba(31, 196, 168, 0);
            box-shadow: 0 0 0 20px rgba(31, 196, 168, 0);
        }

        100% {
            -moz-box-shadow: 0 0 0 0 rgba(31, 196, 168, 1);
            box-shadow: 0 0 0 0 rgba(31, 196, 168, 0);
        }
    }

    .container{  
        padding-top: 10rem;
        width:100%;   
    }

   
    #container-info{
        padding:1rem;
    }
    #buttons-section {
        display: inline-flex;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .headcontainer {
        position: relative;
        width: 100%;
        height: 4rem;
        margin-top: 3rem;
        background: #EEEEEE;
        backdrop-filter: blur(.4rem);
        border-radius: 1rem;
    }
    /*transiciones 3 opc*/

    .buttonOption{
        transition: all .2s ease-in-out;
    }
    .buttonOption:hover {
        transform: scale(1.05);
    }
    .buttonOption{
        position: relative;
        width: 30rem;
        height: 35rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background: #F2F5FB;
        padding: 2.5rem;
        box-shadow: 0 .2rem .2rem rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(.4rem);
        border-radius: 2rem;
        animation-name: moveInLeft;
        animation-duration: 2s;
    }
    .line {
        color: #4B4D52;
        width: 4rem;
        text-align: left;
        margin-left: 0rem;
        border: .20rem solid #4B4D52;
        animation-name: moveInLeft;
        animation-duration: 2s;
    }
    .bodycontainer{
        position: relative;
        width: 100%;
        background: #FFFFFF;
        padding: 0.5rem;
        box-shadow: 0 .2rem .2rem rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(.4rem);
        border-radius: 1rem;
    }
    .cardcontainer {
        position: relative;
        width: 100%;
        background: #F8F8F8F;
        padding: 0.5rem;
        box-shadow: 0 .2rem .2rem rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(.4rem);
        border-radius: 1rem;
    } 
    .form-control{
        font-family:'Lato', sans-serif;
        color: #4B4D52;  
        font-size: 1.4rem;
    }

    /*IMAGES*/
    .logoprincipal{  
        width: 90rem;
        position:absolute; 
        right:0;
        z-index:0; 
    }
    .logo-contact{
         width: 80rem;
        position:absolute; 
        right:0;
        z-index:0; 
    }

    .logo{
        width: 17rem;
        margin-right: auto;
    }
    .logo-small{
        width: 3.5rem;
        height: 3.5rem; 
        margin-right: 1rem;
    }
    .logo-options{
        width: 17rem;
        height: 16rem;
        padding: 1rem, 1rem, 1rem, 1rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /*HEADERS*/
    .heading-primary{ 
        color: #4B4D52;
        backface-visibility: hidden;
        font-family: 'Lato', sans-serif;
        font-size: 5rem; 
        animation-name: moveInLeft;
        animation-duration: 2s;
    }
    .heading-secondary{
        position: relative;
        font-weight: 200;
        padding: 2rem,2rem,2rem,2rem; 
        font-size:4rem;
        color: #4B4D52;
        font-family: 'Lato', sans-serif;
        animation-name: moveInLeft;
        animation-duration: 2s;
    }
    /*SECTIONS*/

    .vl{
        height: 4rem;
        border: .1rem solid #4B4D52;
    }
    .first-part{
        background: #FFFFFF;
        height: 100%;
    }
    .second-part{
        background: #FFFFFF;
        height: 100%;
    }

    /*NAVBAR*/ 

    .navbar{
        height: 7rem;
        width: 100%; 
        left: 0; 
        top: 0;
        background:#FFFFFF;
        color: #4B4D52; 
        z-index: 1;
    }
    nav a {
        display:block;
        margin-left: 2.2rem; 
        margin-right: 2.2rem;
    }
    .navbar-collapse{
        width:100% ; margin-left: auto;
        margin-right: auto;
        background:#FFFFFF;
        border: .01rem;
    }
    .navbar-toggler{
        background: #FFFFFF;
    } 
    .dropdown-menu{
        background: #FFFFFF;
        width:100%;
        outline: none;
    }
    .down{
        font-size: 1.7rem;
        color: #4B4D52;
    } 
    
    .img {
        width: 3rem;
    } 
 
    /*ELEMENTS LIST*/
    .ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
 
    .element{
        position: block;
        padding: 2rem,2rem,2rem,2rem;
        text-decoration: none;
        font-family: 'Lato', sans-serif; 
        color: #4B4D52;
    }
    .element-li {
        position: block;
        padding: 2rem,2rem,2rem,2rem;
        text-decoration: none;
        font-style: normal;
        font-size: 1.8rem;
        color: #4B4D52;
    } 
    .element-a{
        font-family: "Lato",sans-serif;
        text-align: center;
        color: #4B4D52;
        top: 20%;
        text-decoration: none;
    }
    .element-a:hover {
        color: #1FC4A8;
        text-decoration: none;
    }
    .active {
        color: #1FC4A8;
        text-decoration: none;
    }
    .element-a.btn:hover::after{
        color: #1FC4A8;
    }
    .blank{
        height:20rem;
    }
    /*TEXT STYLE*/
    @font-face {
        font-family: "Lato";
        src: url('../../fonts/Lato/Lato-Regular.eot');
        src: url('../../fonts/Lato/Lato-Regular.woff') format('woff'), url('../../fonts/Lato/Lato-Regular.ttf') format('truetype'), url('../../fonts/Lato/Lato-Regular.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    p.head {
        position: relative;
        font-family: 'Lato', sans-serif;
        font-size: 2rem;
        color: #7F7D7D;
    }
    p.principal {
        position: relative;
        font-family: 'Lato', sans-serif;
        font-size: 2rem;
        color: #7F7D7D;
        text-align: left;
        animation-name: moveInLeft;
        animation-duration: 2s; 
    }
    .text {
        position: relative;
        font-family: 'Lato', sans-serif;
        color: #7F7D7D;
        text-decoration: none;
    }
    .textsmall {
        font-size: 1.6rem;
        position: relative;
        font-weight: 100;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-decoration: none;
        color: #7F7D7D;
    }
    .style-paragraph {
        position: relative;
        font-size: 1rem;
        margin-bottom: 1rem;
        color: #7F7D7D;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
    }
    #search-box {
        position: relative;
        width: 30rem;
        margin: 0;
        border-radius: 2rem;
        margin-top: 10rem;
    }
    
    #search-form 
    {
        height: 4rem;
        border: .1rem transparent;
        -webkit-border-radius: .5rem;
        -moz-border-radius: .5rem;
        border-radius: .5rem;
        background-color: #fff;
        border-radius: 2rem;
        overflow: hidden;
    }
    
    #search-text 
    {
        font-size: 1.4rem;
        color: #ddd;
        border-width: 0;
        border-radius: 2rem;
        background: transparent;
    }
    
    #search-box input[type="text"]
    {
        width: 90%;
        padding: 1.1rem 0 1.2rem 1rem;
        color: rgb(243, 237, 237);
        border-radius: 2rem;
        outline: none;
    }
    
    #search-button {
        position: absolute;
        top: 0;
        right: 0;
        height: 4.2rem;
        width: 8rem;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        line-height: 4.2rem;
        border-width: 0; 
        border-radius: 2rem;
    }
    /*BUTTONS*/
  
    #button-info{
        width:15rem;
    }
    .btn {
        position: relative;
        align-content: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        width: 17rem;
        height: 4rem;
        color: #FFFFFF;
        font-family: 'Lato', sans-serif;
        font-size: 1.8rem;
        background: rgb(31, 196, 169);
        border-radius: 1.2rem;
        outline: none;
        animation-name: moveInLeft;
        cursor: pointer;
        animation-duration: 2s;
        border-style: none;
        text-decoration: none;
    } 
    .btn:hover {
        transform: translateY(-.15rem);
        box-shadow: 0 .5rem .8rem rgba(0,0,0,.2);
        text-decoration: none;
        color: #FFFFFF;
        outline: none;
    }
    .success {
        color: #FFFFFF;
        outline: none;
    }

    .success:hover {
        background-color: rgb(31, 196, 169);
        color: #FFFFFF;
        outline: none;
    }
 
    .btn:active {
        transform: translateY(-0.1rem);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
    }
    .btn-start {
        background-color: #1FC4A8;
        color: #ffffff;
    }
    .btn::after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 100%;
        border-radius: 10rem;
        position: absolute;
        top:0;
        left: 0;
        z-index: -1;
        transition: all .4s;
    }

    .btn-start::after {
        background-color: #99EFE0;
    }

    .btn:hover::after {
         transform: scaleX(1.4) scaleY(1.6);
         opacity: 0;
    }
    .btn-animated {
        animation: moveIn .5s ease-out;
        animation-delay: .75s;
        animation-fill-mode: backwards;
    }
    /*ANIMATIONS*/

    @keyframes moveInLeft {
        0% {
            opacity: 0;
            transform: translateX(-10rem);
        }
        80% {
            transform: translateX(1rem);
        }
        100% {
            opacity: 1;
            transform: translate(0); 
        }
    }
    @keyframes moveInRight {
        0%{
            opacity: 0;
            transform: translateX(10rem);
        }
        80% {
            transform: translateX(-1rem);
        }
        100% {
            opacity: 1;
            transform: translate(0);
        }
    }
    @keyframes moveIn {
        0%{
            opacity: 0;
            transform: translateY(3rem);
        }
        100% {
            opacity: 1;
            transform: translate(0);
        }
    }

    /*OUR SERVICES*/

    .container-our-services {
        width: 100%;
        margin-top: 20rem; 
        padding: 1rem;
    }
    .heading-our-services {
        position: relative;
        font-size: 3.2rem;
        color: #4B4D52;
        font-family: 'Lato', sans-serif; 
    }
    .subheading-our-services {
        position: relative; 
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 2.9rem;
        color: #919396;
    }
    .btn-card-our-services{ 
        position: relative;
        align-content: center;
        display: block; 
        margin-right: auto;
        margin-bottom: 1rem; 
        width: 17rem;
        height: 4rem;
        color: #FFFFFF;
        font-family: 'Lato', sans-serif;
        font-size: 1.8rem;
        background: rgb(31, 196, 169);
        border-radius: 1.2rem;
        outline: none; 
        cursor: pointer; 
        border-style: none;
        text-decoration: none;  
    }
    .btn-card-our-services:hover {
        transform: translateY(-.15rem);
        box-shadow: 0 .5rem .8rem rgba(0,0,0,.2);
        text-decoration: none;
        color: #FFFFFF;
        outline: none;
    }
    .card-our-services {
        position: relative;
        margin-top: 6rem;
        margin-left: 2rem;
        margin-right: 2rem;
        padding-l eft: 2rem;
        padding-right: 2rem;
        padding-top: 4rem;
        padding-bottom: 5rem;
    }

    .card-our-services-shaded {
        min-height:35rem;
        position: relative;  
        margin-top:6rem;
        margin-left:2rem;
        margin-right:2rem;
        padding-left:2rem;
        padding-right:3rem;
        padding-top:4rem;
        padding-bottom:5rem;
        background: #FFFFFF;
        box-shadow: 1rem 1rem 3rem .5rem #E7F3FE;
        border-radius: 1rem;
    }

    .card-our-services-shaded:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: -webkit-transform 0.25s;
        -moz-transition: -moz-transform 0.25s;
        -ms-transition: -ms-transform 0.25s;
        transition: transform 0.25s;
    }
    .title-card-our-services {
        position:relative;
        margin-left:auto;
        margin-right:auto;
        margin-top:2rem;
        text-align:center;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 2rem; 
        text-align: center;
        color: #000000;
    }
    .text-card-our-services {
        position:relative;
        margin-left:auto;
        margin-right:auto;
        margin-top:3rem;
        text-align:center;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 1.6rem; 
        text-align: center;
        color: #919396;
    }
    .icon-our-services
    {
        width:8rem;
        display:flex;
        margin-left:auto;
        margin-right:auto;
    }
     

    .switch {
        visibility: hidden;
        position: absolute;
    }

    .switch + label {
        display: block;
        height: 3rem;
        width: 7rem;
        position: relative;
        background-color: #1FC4A8;
        border-radius: 15rem;
        cursor: pointer;
    }

    .switch + label::before {
        display: block;
        position: absolute;
        content: "";
        left: .3rem;
        top: .3rem;
        bottom: 1rem;
        border-radius: 100%;
        width: 2.3rem;
        height: 2.3rem;
        background-color: #fff;
        box-shadow: 0 .3rem .5rem rgba(0,0,0,0.3);
    }

    .switch + label, .switch + label::before {
        transition: all 0.4s;
    }

    .switch:checked + label {
        background-color: #1FC4A8;
    }

    .switch:checked + label::before {
        margin-left: 4.1rem;
    }

    /*OUR PLANS*/

    .heading-our-plans {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 3.2rem;
        color: #4B4D52;
        font-family: 'Lato', sans-serif;
        animation-name: moveInLeft;
        animation-duration: 2s;
    } 

    .centered{ 
        position:relative;
        margin-right:auto;
        margin-left:auto;
        align-content:center;
        text-align:center; 
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .icon-our-plans {
        width: 8rem;
        height:9rem;
        display: flex; 
        margin-right: auto;
    }

    .wave {
        background-position: bottom;
        z-index: 0;
    }

    .card-our-plans-shaded {
        min-height: 50rem;
        position: relative;
        margin-top: 6rem;
        margin-left: 2rem;
        margin-right: 2rem;
        padding-left: 1rem; 
        padding-right: 1rem;
        padding-top: .5rem;
        background: #FFFFFF;
        box-shadow: 1rem 1rem 3rem .5rem #E7F3FE;
        background-image: url("../../Content/images/waveTripleGreen.svg");
        background-size: 100% auto;
        background-repeat: no-repeat, no-repeat;
        background-position: bottom;
        border-radius: 1rem;
    }
    .card-our-plans-shaded:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: -webkit-transform 0.25s;
        -moz-transition: -moz-transform 0.25s;
        -ms-transition: -ms-transform 0.25s;
        transition: transform 0.25s;
    }

    .title-card-our-plans {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 2rem;
        line-height: 3.6rem;
        color: #1EB79D;
    }

    .line-our-plans {
        color: #4B4D52;
        width: 2rem;
        text-align: left;
        margin-left: 0rem;
        border: .20rem solid #4B4D52; 
    }

    .description-card-our-plans {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem; 
        text-align: center;
        color: #919396;
    }

    .price-our-plans {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        vertical-align:top;
        font-size: 3.8rem; 
        color: #4B4D52;
        bottom: 0;
    }

    .price-description-our-plans {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        vertical-align: top;
        font-size: 1.2rem; 
        color: #4B4D52;
        bottom: 0;
    }

    /*ABOUT*/
    .learnmore-about{ 
        width:100%;
        padding:5rem; 
        background-image: url("../images/imageLearnMore.svg");
        margin-bottom:5rem;
        margin-top:11rem;
        margin-left:1rem;
    }

    .heading-about {
        color: #4B4D52;
        backface-visibility: hidden;
        font-family: 'Lato', sans-serif;
        font-size: 4.8rem; 
    }

    /*LOGIN*/
    .auth-sidebar {
        position: relative;
        color: #FFFFFF;
        background-color: #1FC4A8;
    }

    section {
        display: block;
    }

    .auth-sidebar .auth-sidebar-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #1FC4A8;
        height: 100%;
        padding: 3rem;
    }

    .auth-sidebar-title {
        font-size: 5.2rem;
        text-align: center;
        color: #FFFFFF;
        margin-top: 2rem;
    }

    .auth-sidebar-description {
        font-style: normal;
        font-size: 2rem;
        text-align: center;
        margin-top: 2rem;
        color: #FFFFFF;
    }

    .content {
        padding: 3rem;
        padding-top: 5rem;
        width: 100%;
    }

    @media (min-width: 960px) {
        #main-container {
            height: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            overflow: hidden;
        }
    }

    .field-icon {
        float: right;
        margin-left: -2.5rem;
        margin-top: -2.5rem;
        position: relative;
        z-index: 2;
    }

    .link-flat {
        color: #1FC4A8;
    }

        .link-flat:hover {
            text-decoration: none;
            color: #1FC4A8;
        }

    .btn-simple {
        align-content: center;
        margin-bottom: 1rem;
        width: 100%;
        height: 4rem;
        color: #FFFFFF;
        font-family: 'Lato', sans-serif;
        font-size: 1.8rem;
        background: rgb(31, 196, 169);
        border-radius: 1.2rem;
        outline: none;
        cursor: pointer;
        border-style: none;
        text-decoration: none;
    }

        .btn-simple:hover {
            transform: translateY(-.15rem);
            box-shadow: 0 .5rem .5rem rgba(0,0,0,.2);
            text-decoration: none;
            color: #FFFFFF;
            outline: none;
        }

    .card-shaded {
        background: #FBFBFB;
        box-shadow: 1rem 1rem 3rem .5rem #E7F3FE;
        border-radius: 1.5rem;
        padding: 2rem;
    }

    .card-shaded-central {
        display: block;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        background: #FBFBFB;
        box-shadow: 1rem 1rem 3rem .5rem #E7F3FE;
        border-radius: 1.5rem;
        padding: 2.5rem;
    }


    /*FOOTER*/

    footer {
        background:  #FFFFFF;
        grid-area: footer;
        min-height:20rem;
        padding-left:2rem;
        padding-right:2rem; 
        margin-top:3rem;
    }

    .container-footer{
        padding:3rem;
    }

    .title-footer {
        font-family: 'Lato', sans-serif;
        font-style: normal; 
        font-size: 1.6rem; 
        color: #35CAB1;
    }
    .element-footer {
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        color: #919396;
        text-decoration: none;
    }
    .element-footer:hover { 
        color: #919396;
        text-decoration: none;
    }  

    @media (min-width: 3002px) {
        .d-lg-none {
            display: none;
        }
    }
    .list-unstyled {
        list-style: none;
    }

    .icon-footer{
        width:2rem;
    }
    .logo-central {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px
    }