     .ctaTitle{
        font-family: 'MongolianBaiti', serif;
        font-weight: 400;
        font-style: normal;
        font-size:55px;
        line-height:54px;
        
      }
      
      .ctaExtrabold{
        font-family: 'CreatoDisplay_ExtraBold', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 30px;
        line-height:53px;
      }
      
      .ctaBold{
        font-family: 'CreatoDisplay_Bold', sans-serif;
        font-weight: 550;
        font-style: normal;
        font-size: 15.5px;
        line-height:15.5px;
        letter-spacing:0.06em;
       
      }
      
      .ctaMedium{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:20px;
        line-height:20px;
        letter-spacing:0.07em;
      }
      
      .ctaRegular{
        font-family: 'CreatoDisplay_Regular', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size:30px;
        line-height:53px;
      }
      
      
      .cta{
        display:flex;
        width:100%;
        height:827px;
        padding:111px 114px;
        background-image:url("./imgs/inicio/cta/cta.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        /*background-color:grey;*/
        justify-content:right;
        color:white;
      }
      
      .ctaTexto{
        display:flex;
        flex-direction:column;
        max-width:550px;
        /*background-color:pink;*/
        justify-content:center;
        align-items:center;
        text-align:center;
      }
      
      
      .ctaLogo{
        display:flex;
        margin-bottom:56px;
        width:104.4px;
        height:45.5px;
        /*background-color:blue;*/
        background-image:url("./imgs/inicio/cta/ctaLogo.svg");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .ctaPad{
        padding:35px 0 44px 0;
        /*background-color:lightblue;*/
      }
      
      .ctaTexto a{
        text-decoration: none;
        color: white;
        cursor: pointer;
        outline: none;
        padding:17px 27px;
        border:1px solid white;
        border-radius:8px;
        width:fit-content;
      }

      .cta a:hover{
        background-color: #B58F2A;
        border: none;
      }
      

      @media(max-width:1000px){

        .cta{
          padding: 60px 40px;
          height: 700px;
        }

        .ctaTitle{
          font-size: 52px;
          line-height: 50px;
        }

        .ctaTexto{
          max-width: 60%;
        }

        .ctaLogo{
          margin-bottom: 30px;
        }


      }

      @media(max-width:600px){

        .cta{
          height: 600px;
          padding: 20px 20px 40px 20px;
        }

        .ctaTitle{
          font-size: 35px;
          line-height: 30px;
        }

        .ctaMedium{
          font-size: 17.5px;
          line-height: 22px ;
        }

        .ctaLogo{
          scale: 0.75;
          margin-bottom: 23px;
        }

        .ctaTexto a{
          font-size: 14px;
          padding: 13px 19px;
          /*background-color: pink;*/
          
        }

        .ctaPad{
          padding: 26px;
        }

        .ctaTexto{
          width: 100%;
          max-width: none;
          justify-content: flex-end ;
        }

        .cta{
          background-position: -120px ;
        }


      }