     .headerTitle{
        font-family: 'MongolianBaiti', serif;
        font-weight: 400;
        font-style: normal;
        font-size:68px;
        line-height:60px;
      }
      
      .headerExtrabold{
        font-family: 'CreatoDisplay_ExtraBold', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 15.5px;
        line-height:16px;
        letter-spacing:0.05em;
      }
      
      .headerBold{
        font-family: 'CreatoDisplay_Bold', sans-serif;
        font-weight: 550;
        font-style: normal;
        font-size: 30px;
        line-height:53px;
      }
      
      .headerMedium{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:30px;
        line-height:53px;
      }
      
      .headerRegular{
        font-family: 'CreatoDisplay_Regular', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size:24px;
        line-height:28px;
        padding:43px 0 49px 0;
        letter-spacing:0.08em;
      }
      
      
      .header{
        display:flex;
        width:100%;
        height: 933px;
        background-color:black;
        position: relative;
      }

      .headerSlide{
        display: flex;
        width: 100%;
        height:933px;
        position: absolute;
        top: 0;
        left: 0;
        padding:93px 124px;
        flex-direction:column;
        opacity: 0;
        transition: opacity 0.5s ease;
      }

      .slideActive{
        opacity: 1;
      }
      

      .headerPicture{
        display:flex;
        position:absolute;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        background-color:black;
        z-index: 1;
      }

      .headerPicture img{
        width: 100%;
        object-fit: cover;
        object-position: top;
        /*background-color: pink;*/
      }




      
      .headerTextos{
        display:flex;
        flex-direction:column;
        padding:214px 0 149px 0;
        /*background-color:grey;*/
        max-width:740px;
        color:white;
        z-index:5;
      }
      
      .headerTextos a{
        text-decoration: none;
        color: white;
        cursor: pointer;
        outline: none;
        padding:17px 27px;
        border:1px solid white;
        border-radius:8px;
        width:fit-content;
      }

      .headerTextos a:hover{
        background-color: #B58F2A;
        border: none;
      }
      
      .headerCertificadosSpace{
        display:flex;
        position: absolute;
        bottom: 96px;
        right: 109px;
        z-index: 5;
        justify-content:right;
      }
      
      .headerCertificados{
        display:flex;
        width:396px;
        height:67px;
        /*background-color:black;*/
        background-image:url("./imgs/inicio/header/certificados.png");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }

      .head1, .head2, .head3, .head4{

        display: flex;

      }

      .headMovil1, .headMovil2, .headMovil3, .headMovil4{

        display: none;

      }



      @media(max-width:1000px){
          .header, .headerSlide{
            height: 820px;
          }

        .headerSlide{
          padding: 360px 40px 40px 40px;
        }

        .headerTextos{
           padding: 0;
           max-width: 620px;
        }

        .headerTitle{
          font-size: 55px;
          line-height: 52px;
        }

        .headerRegular{
          padding: 35px 0 40px 0;
        }

        .headerCertificadosSpace{
          right: 40px;
          bottom: 40px;
        }
      }

     
      @media(max-width:600px){
        
        .header, .headerSlide {
          height: 800px;
          text-align: center;
        }

        .headerSlide{
          /*border: 3px solid orange;*/
          padding: 20px 10px 150px 10px;
          justify-content: end;
        }

        .headerTextos{
          padding: 0;
          align-items: center;
          /*background-color: antiquewhite;*/
        }

        .headerTitle{
          font-size: 35px;
          line-height: 33px;
        }

        .headerRegular{
          font-size: 16.5px;
          line-height: 16.5px;
          padding: 25px 0;
        }

        .headerExtrabold{
          font-size: 14px;
        }

        .headerCertificadosSpace{
          right: 50%;
          transform: translateX(50%);
        }

        .headerCertificados{
          scale: 0.7 ;
        }

        .headerTextos a{
          padding: 13px 19px;
        }


        .head1, .head2, .head3, .head4{
          display: none;
        }
        

      .headMovil1, .headMovil2, .headMovil3, .headMovil4{

        display: flex;

      }


      }