@import url(fonts/cretype\ \ Artico\ Bold.otf);
@import url(fonts/cretype\ \ Artico\ Medium.otf);
@keyframes colorbox {
    0% {
      background-image: url(img/1.jpg);
    }
    40% {
        background-image: url(img/2.jpg);
    }
    80% {
        background-image: url(img/3.jpg);
    }
    100% {
        background-image: url(img/1.jpg);
    }
  }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.cover_color{
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: colorbox 10s infinite ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    }

body{ 
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.container{
    /* max-width: 1600px; */
    width: 100%;
    height: 100%;
    margin: auto;
}

.cl_left, .cl_rigth {
    text-align: center;
    padding-top:30px;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 4px 4px #0000004c;
}    

.cl_left{

    height: 330px;
    left: 20%;
    mix-blend-mode: normal;
    position: absolute;
    top: 335px;
    width: 280px;
} 
.cl_title{
  color:#424242;
  font-family: "Artico-Bold", Helvetica;
  font-weight: 700;
}

.cl_rigth {

    
    height: 330px;
    left: 65%;
    mix-blend-mode: normal;
    position: absolute;
    top: 335px;
    width: 280px;
}

.cl_logo{
    background-color: transparent;
    cursor: pointer;
    height: 121px;
    left: 48%;
    position: absolute;
    top: 85px;
    width: 105px;
}

.cl_cadeado {
  padding-top:30px;
    height: 194px;
    left: 46px;
    object-fit: cover;
    width: 194px;
  }


  .cl_botao{

    
    
    font-family: "Artico-Medium",Helvetica;
    background-color: #141b4d;
    color:#fff;
    border-radius: 10px;
    height: 47px;   
    mix-blend-mode: normal;
    position: absolute;   
    width: 142px;
    text-decoration-line: none;
    cursor: pointer;
    left: 72px;
    top: 280px;
}


.cl_botao :hover{
  transition: all .1s ease-in-out;
  font-family: "Artico-Medium",Helvetica;
  background-color: #141b4d;
  height: 31px; 
  border-radius: 10px;
  transform: scale(1.1);
}


.cl_text_botao{
    color: #fff;
    padding-top: 15px;
    font-weight: 700;
}

.cl_img_right{
  transition: all .2s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
  object-fit: cover;
  width: 183px;
  height: 66px;
}

.cl_img_right:hover{
  cursor: pointer;
  transform: scale(1.1);
}

.cl_under_text{
  padding-top: 20px;
  margin: 10px;
  font-family: "Artico-Medium",Helvetica;
  color:#424242;
  font-size:x-small;
  font-weight: 700;
}

.cl_h1{
  color:#fff;
  font-family: "Artico-Bold", Helvetica;
  font-size: x-large;
  font-weight: 800;
  position: absolute;
  margin-top:730px;
  left:105px;
  padding-left: 100px;
}
  



  @media only screen and (max-width: 768px){

    .cl_left, .cl_rigth{ 
        width: 100%;
        margin: auto;
        position:relative;
        left:0px;
        top:0px;
        max-width: 280px;

    }
    .cl_left{
        margin-top: 150px;
    }
    .cl_rigth{
        margin-top: 30px;
    }
    .div_cl_logo{
        width: 100%;
        text-align: center;
    }
    .cl_logo{
        left:0px;
        margin: auto;
        position:relative;
    }

    .cover_color{
        height: 1150px;
        width: 100%;
        background-position: center center;
    }

    @keyframes colorbox {
        0% {
          background-image: url(img/1_m.jpg);
        }
        40% {
            background-image: url(img/2_m.jpg);
        }
        80% {
            background-image: url(img/3_m.jpg);
        }
        100% {
            background-image: url(img/1_m.jpg);
        }
      }

      .cl_h1{
        width: 100%;
        font-weight: 700;
        text-align: center;
        left: -105px;
        top:300px;
        /* margin: auto; */
        font-size: 3vw;
        position:absolute;

      }

  }
      


