body{
	background:white;	
   overflow-x: hidden;
}




pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}



.nav-item-b{
    float:left;
}

#contactos-mobile{
    display:none;
}

#map{
    margin-left: 20%; width: 100%; height: 100%; position: relative; overflow: hidden;
}

.menu-open-shadow{
  position:fixed;
  width: 84%;
  height: 100%;
  background-color: black;
  transform: skewX(-20deg) translateX(-40%);
  position: absolute;
  overflow:hidden;
  z-index: 10;
  border-right:15px solid white;
  z-index:9999;
}

.menu-open-side{
  position:fixed;
    overflow:hidden;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 0;
    z-index:9999;

}


/*LOADER*/

#loader{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: white;
  z-index:2000;
}

.loader {
  max-width: 15rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
}

circle {
  fill: none;
  stroke-width: 3.5;
  animation-name: preloader;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: 170px 170px;
  will-change: transform;

  &:nth-of-type(1) {
    stroke-dasharray: 550px;
  }

  &:nth-of-type(2) {
    stroke-dasharray: 500px;
  }

  &:nth-of-type(3) {
    stroke-dasharray: 450px;
  }

  &:nth-of-type(4) {
    stroke-dasharray: 300px;
  }

  @for $i from 1 through 4 {
    &:nth-of-type(#{$i}) {
      animation-delay: -#{$i * 0.15}s;
    }
  }
}

@keyframes preloader {
  50% {
    transform: rotate(360deg);
  }
}

/*LOADER END*/



* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

h1{
	font-family: 'DINPro-Bold';
}

h2{
	font-family: 'DINPro-Medium';
}


p{
		font-family: 'DINPro-Light';
}

@font-face {
    font-family: 'DINPro-Regular'; /*a name to be used later*/
    src: url('../fonts/DINPro-Regular.otf'); /*URL to font*/
}

@font-face {
    font-family: 'DINPro-Light'; /*a name to be used later*/
    src: url('../fonts/DINPro-Light.otf'); /*URL to font*/
}

@font-face {
    font-family: 'DINPro-Medium'; /*a name to be used later*/
    src: url('../fonts/DINPro-Medium.otf'); /*URL to font*/
}

@font-face {
    font-family: 'DINPro-Bold'; /*a name to be used later*/
    src: url('../fonts/DINPro-Bold.otf'); /*URL to font*/
}


@font-face {
    font-family: 'Exo2-Bold'; /*a name to be used later*/
    src: url('../fonts/Exo2-Bold.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Exo2-Medium'; /*a name to be used later*/
    src: url('../fonts/Exo2-Medium.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Exo2-Regular'; /*a name to be used later*/
    src: url('../fonts/Exo2-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Exo2-Light'; /*a name to be used later*/
    src: url('../fonts/Exo2-Light.otf'); /*URL to font*/
}


/*BODY CLASS*/

.container{
    position:relative;
	float:left;
	width:100%;
    height:100vh;
}

.header{
    height:100vh;
}

.logo-wr{
    margin:0 auto;
    width:300px;
    margin-left:47%;
    margin-top:20px;
    cursor:pointer;
    height:auto;
     transform: skewX(20deg) translateX(-40%);
         -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.logo-wr:hover{
   opacity:0.8;

}

.left-wr{
     position: absolute;
    margin: 0 auto;
    width: 300px;
    left: 5%;
    /*margin-top: 90vh;*/
    bottom:25px;
    cursor: pointer;
    height: 50px;
    z-index: 15;
}


nav{
  position:fixed;
  background:transparent;
  width:100%;
  z-index:99;
  height:80px;
}

.nav-wr{
  margin:0 auto;
  width:90%;
  height:100%;
}

.nav-item{
  width:auto;
  height:100%;
  overflow:hidden;
}

.nav-item-b{
  width:auto;
  height:100%;
  overflow:hidden;
}

.nav-item img{
    cursor:pointer;
  margin-top:15px;

}

.nav-item-b img{
  margin-top:25px;
  cursor:pointer;

}

.nav-item li{
    cursor:pointer;
  margin-top:30px;
  color:white;
  font-family: 'Exo2-Light';
  font-size:14px;
  cursor:pointer;
}

.flip{
   transform-style: preserve-3d;
  transition: all 1.0s linear;
}

.flip:hover{
  transform: rotateY(180deg);
   transform-style: preserve-3d;
  transition: all 1.0s linear;

}


.menu-wr{
    width:320px;
    height:40px;
    margin-top:20px;
    margin-left:68%;
}

.menu-wr-item{
     overflow:hidden;
    float:left;
    width:auto;
    height:100%;
}


.menu-wr-item ul{
     list-style-type:none;
     display:inline-block;
     padding-top:10px;
}

.menu-wr-item li{
    display: inline;
    font-size:14px;
    font-family: 'Exo2-Regular'; /*a name to be used later*/
    text-decoration:none;
    color:white;
    width:15px;
    height:15px;

}

.menu-text-info{
    position:absolute;
    top:calc(50% - 32px);
    /*margin-top:35vh;*/
    right:calc(6% + 30px);
    width:40%;
    height:auto;
    text-align:right;

}

#arr-d{
  position:absolute;
  font-size:25px;
  bottom:-12px;
    right:42%; 
    color:white;
      animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, -10px); }
    to   { transform: translate(0, 0px); }    
}

.menu-text-info-b{
      cursor: pointer;
    position: absolute;
    bottom: 40px;
    /* margin-top: 90vh; */
    right: calc(6% + 30px);
    width: 400px;
    height: auto;
    text-align: right;

}

.mob-social{
  display:none;
}

.menu-text-info-b p{
  font-family: 'Exo2-Light';
  font-size:16px;
  color:white;
  cursor:pointer;
}

.menu-text-info h1{
   color:white;
}

.menu-text-info p{
   font-family: 'Exo2-Light';
   font-size:24px;
   color:#fdd1d2;
}

.menu-text-info button{
   margin-top:25px;
   cursor:pointer;
   font-family: 'Exo2-Regular';
   text-transform:uppercase;
   border:2px solid white;
   font-size:14px;
   width:120px;
   height:35px;
   background:transparent;
   color:#fdd1d2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.menu-text-info button:hover{
   margin-top:25px;
   cursor:pointer;
   font-family: 'Exo2-Regular';
   text-transform:uppercase;
   border:2px solid white;
   font-size:14px;
   width:120px;
   height:35px;
   background:white;
   color:#df1c24;
}


.wr-cs-mobile{
    display:none;
}


#slide-text{
    display:none;
}

#slide-text h1{
   color:white;
}

#slide-text p{
   font-family: 'Exo2-Light';
   font-size:24px;
   color:#fdd1d2;
}

#slide-text button{
   margin-top:25px;
   cursor:pointer;
   font-family: 'Exo2-Regular';
   text-transform:uppercase;
   border:2px solid white;
   font-size:14px;
   width:120px;
   height:35px;
   background:transparent;
   color:#fdd1d2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#slide-text button:hover{
   margin-top:25px;
   cursor:pointer;
   font-family: 'Exo2-Regular';
   text-transform:uppercase;
   border:2px solid white;
   font-size:14px;
   width:120px;
   height:35px;
   background:white;
   color:#df1c24;
}



.lock{
    background:url(../images/lock_icon.svg)no-repeat;
    width:15px;
    height:15px;
    padding-left:20px;
}

.lock_red{
    background:url(../images/lock_red.svg)no-repeat;
    width:15px;
    height:15px;
    padding-left:20px;
}

.menu-wr-item img{
    margin-top:4px;
    cursor:pointer;
}

.sabiaque{
    margin-top:4vh;
    height:900px;
}

.cursos{
    margin-top:4vh;
    min-height:500px;
}

.contactos{
    margin-top:7vh;
   height:500px;

}

.formulario{
}



.box1 {
  width: 84%;
  height: 100%;
  background-color: #eeeeee;
  transform: skewX(-20deg) translateX(-40%);
  position: absolute;
  overflow:hidden;
  z-index: 10;
  border-right:15px solid white;

} 

.boxa1 {
  width: 84%;
  height: 100%;
  background-color: #df1c24;
  transform: skewX(-20deg) translateX(-40%);
  position: absolute;
  overflow:hidden;
  z-index: 10;
  border-right:15px solid white;
}


.txt-wr{
    width:95%; 
    margin:0 auto;
    margin-top:10px;
    margin-left:12%;
    height:auto; 
}

.txt-wr-a{
    width:100%;
    height:auto;
    color:white;
    font-family: 'DINPro-Regular';
    font-size:16px;
}

.responsive {
    width: 100%;
    height: auto;
}

.boxa2 {
    overflow:hidden;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  z-index: 0;
}

.bg{
     -webkit-filter: brightness(60%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.rs{
    position:absolute; width:100%; min-width:100%; height:100%; object-fit: cover; min-height:100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 
}



.box2 {
    overflow:hidden;
  width: 100%;
  height: 100%;
  background-color: #df1c24;
  z-index: 0;
}

.sabiaque{
   overflow:hidden;
   height:700px;
}

h1{
    font-size:34px;
    color:#df1c24;
    font-family: 'Exo2-Regular';
}

.sabiaque-wr{
    margin:0 auto;
    text-align:center;
    margin-top:3vh;
    width:90%;
    /*max-width:1200px;*/
    max-height:650px;
    height:100%;
    
}

.slider-wr{
    margin:0 auto;
    margin-top:3vh;
    width:100%;
    height:520px;
    overflow:auto;
  overflow: hidden;
      -webkit-overflow-scrolling: touch;

    
}

.slider-wr::-webkit-scrollbar { 
    display: none; 
}

.slider-wr-outer{
   	 width:100%;
   	 height:600px;
   
}





.item-a{
    position:relative;
    	display: inline-block;

    float:left;
    background:white;
    width:49%;
    min-width:500px;
    margin-left:0.66%;
    height:250px;
    max-height:250px;
    margin-top:0.66%;
    overflow:hidden;
}




.i-white{
    color:white;
    transform:none;
    font-size:25px;

}

.box1-item-a{
  position:absolute;
  z-index:2;
  float:left;
  width: 45%;
  display: flex;
  align-items: center; /* align vertical */
  height: 100%;
  background-color: #df1c24;
  text-align:center;
      -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
} 


  .box1-item-a:hover{
  float:left;
  width: 100%;
  display: flex;
  align-items: center; /* align vertical */
  height: 100%;
  background-color: #df1c24;
  text-align:center;
} 

 .box1-item-a:hover .box1-item-b{
   display : none;
 }

.box1-item-b {
  position:absolute;
  z-index:1;
  right:0;
  width: 55%;
  height: 100%;
  background-color: #878787;
  
}






.i-wrap{
      margin:0 auto;
      width:250px;
      height:auto;
      /*background:black;*/
}

.i-wrap-cursos{
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
      /*background:black;*/
}

.i-wrap-cursos p{
color:white;
font-size:16px;
  }



.cursos-item{
    position:relative;
    float:left;
    background:black;
    width:49.8%;
    overflow:hidden;
    height:55vh;
    max-height:1200px;
}


.cursos-info{
    position:absolute;
    width:100%;
    bottom:0;
    height:120px;
    background:#df1c24;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.cursos-info:hover{
    position:absolute;
    width:100%;
    bottom:0;
    height:100%;
    background:#df1c24;
}




.c-wrap{
      position:absolute;
      bottom:10px;
      margin:0 auto;
      width:250px;
      left:40px;
      height:auto;
      /*background:black;*/
      transform: skewX(-20deg) translateX(0%);
}



/* CONTACTOS */

.top-contactos{
    position:relative;
    height:500px;
    overflow:hidden;
}

.c-box1 {
  width: 84%;
  height: 100%;
  background-color: #eeeeee;
  transform: skewX(-20deg) translateX(-40%);
  position: absolute;
  z-index: 10;
  border-right:15px solid white;
} 

.c-box2 {
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 0;
}
.contactos-top{
    width:100%;
    height:60%;
    overflow:hidden;

}

.contactos-top-wr{
   position: absolute;
    width: 400px;
    height: auto;
    left: 5%;
    /* margin-left: 44.5%; */
    margin-top: 24px;
    /* transform: skewX(20deg); */
    text-align: left;
    z-index: 15;
}

.contactos-top-wr h1{
    color:#df1c24;
}

.contactos-top-wr p{
  color:#898989;
  font-family: 'DINPro-Light';
  margin-top:5px;
}

.contactos-social{
    border-top:10px solid white;
  width:100%;
  height:50%;
  background:#df1c24;
}

.contactos-social-wr{
    color: white;
    width: 500px;
    height: auto;
    /* margin-left: 51%; */
    margin-top: 69px;
    /* transform: skewX(20deg); */
    text-align: left;
}

.contactos-social-wr-b{
    width: 500px;
    height: auto;
    /* margin-left: 52.5%; */
    margin-top: 10px;
    /* transform: skewX(20deg); */
    text-align: left;
}

.contactos-social h1{
  color:white;
  margin-top:22px;
  font-size:30px;
}

.contactos-social p{
  color:white;
}

/* FORMULARIO */
.formulario-wr{
    margin:0 auto;
    width:90%;
    min-height:530px;
    height:auto;
    margin-bottom:30px;
    padding-bottom: 15px;
    overflow:hidden;

}

.footer-main{
    margin:0 auto;
    width:90%;
}



.txt-foot-l{
    margin-top:18px;
    font-size: 10px;
    font-family: 'DINPro-Light';
    float:left;
    width:50%;
    height:auto;
    overflow:hidden;
}

.txt-foot-r{
    margin-top:28px;
    font-family: 'Exo2-Regular';
    float:left;
        text-align:right;
    width:48%;
    height:auto;
    overflow:hidden;
}

footer{
    float:left;
    background:#888888;
    color:white;
    font-size:12px;
    width:100%;
    height:72px;
    font-family: 'Exo2-Regular';
}

#logo_white_m{
    display:none;
}

#logoredm{
    display:none;
}

#lockm{
    display:none;
}

 #mb-show-o{
        display:none;
    }
    


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

    .box1{
        display:none;
    }
    
    #logo_white_m{
    display:block;
    }
    
    #mb-show-o{
        display:block;
    }
    

    
    #logoredm{
    display:block;
}
    
    #logo_white{
    display:none;
    }
    
    #logored{
    display:none;
    }
    
    #contactos-mobile{
     display:block;
     margin-top:10px;
     
    }
    
    #con{
        display:none;
    }
    
    .wr-cs-mobile{
        display:block;
    }
    
    .contactos-social h1 {
     margin-top:6px;   
    }
    
    #fb-cm{
     margin-left: -19px;
    }
    .wr-cs{
        display:none;
    }
    
    .left-wr{
        display:none;
    }
    
    #map{
        margin-left: 0%; width: 100%; height: 100%; position: relative; overflow: hidden;
    }
    
    .boxa1 {
        position:static;
    width: 100%;
    height: 100%;
    background-color: #df1c24;
    transform: none; 
    /* position: absolute; */
    overflow: hidden;
    z-index: 10;
    /* border-right: 15px solid white; */
}
    
    
    .nav-item ul{
        display:block;
    }
    
  
    
    .txt-wr {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    height: 500px;
        transform: none;
    /* transform: skewX(20deg); */
}
    
    .item-side-wr-red{
        visibility:hidden;
    }
    
    .item-side-wr{
        visibility:hidden;
    }
    
    .txt-wr-a {
    float: right;
    width: 100%;
    height: 100%;
    color: white;
    font-family: 'Exo2-Regular';
}

    .box2{
        position:static;
        width:100%;
        transform: skewX(0deg);
    }

    .menu-wr{
        background:black;
        overflow:hidden;
        margin:0 auto;
    width:90%;
    height:40px;
    margin-top:20px;
   
   }
   
   .menu-text-info{
    display:none;   
   }
   
   #slide-text{
       display:block;
       position:static;
    margin:0 auto;
    width:90%;
    margin-top:100px;
    height:auto;
    text-align:right;
   }
   
   .nav-item-b{
       float:right;
   }



}



.fb{
  float:left;
  width:40px;
  height:100%;
}

.lk{
  float:left;
  margin-left:10px;
  width:40px;
  height:100%;
}

.insta{
  float:left;
  margin-left:10px;
  width:40px;
  height:100%;
}

.yt{
  float:left;
  margin-left:10px;
  width:40px;
  height:100%;
}



.formulario-wr h1{
  margin-top:35px;
  font-size:25px;
 
}

.formulario-wr p{
  color:#878787;
  font-family: 'DINPro-Light';
  font-size:16px;
}

.formulario-wr a{
  color:#df1c24;
  font-family: 'DINPro-Light';
  font-size:16px;
  text-decoration:underline;
}

a{
  color:#df1c24;
}

.linkc{
    font-family: 'DINPro-Regular';
}

.phone{

    position: absolute;
    margin-top: 6px;
    padding-right: 13px;
    width: 5px;
    height: 12px;
    margin-right: 10px;
    /* padding-bottom: 24px; */
    background: url(../images/phone.svg)no-repeat;

}

.mail{

    position: absolute;
    margin-top: 6px;
    padding-right: 13px;
    width: 5px;
    height: 12px;
    margin-right: 10px;
    /* padding-bottom: 24px; */
    background: url(../images/mail.svg)no-repeat;
}

.formulario-wr form{
 margin:0 auto; 
 width:100%;
 height:auto;
 margin-top:20px;
}

.divisor-slide{
    flex: 0 0 auto; width:50%; float:left;  min-width: 500px;  height: 250px; max-height: 250px;
}


.formulario-wr input{
  width:99%;
  height:25px;
  background:white;
  border:1px solid #878787;
  margin-top:5px;
  text-indent:15px;
  color: #878787;
  font-family: 'DINPro-Light';

}

.formulario-wr button{
  width:100px;
  height:25px;
  background:white;
  border:1px solid #df1c24;
  color: #df1c24;
  line-height:15px;
  font-size:14px;
  font-family: 'DINPro-Light';
  cursor:pointer;
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;

}

.formulario-wr button:hover{
  width:100px;
  height:25px;
  background:#df1c24;
  border:1px solid #df1c24;
  color: white;
  line-height:15px;
  font-size:14px;
  font-family: 'DINPro-Light';
  cursor:pointer;

}

.formulario-wr textarea{
  width:99%;
  height:100px;
  background:white;
  border:1px solid #878787;
  color: #878787;
  font-family: 'DINPro-Light';
  margin-top:5px;
  text-indent:15px;

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #878787;
    opacity: 1; /* Firefox */
    font-family: 'DINPro-Light';
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #878787;
    font-family: 'DINPro-Light';
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #878787;
    font-family: 'DINPro-Light';
}

footer p{
  font-family: 'Exo2-Regular';
}

@media only screen and (max-width: 900px) {
    
    .box1-item-a {
        width:40%;
    }
    
    footer{
        margin-top:40px;
    }
    
    .formulario-wr{
        height:auto;
    }

    .slider-wr{
        width:100%;
        height: 500px;
    }

    .mob-social{
      display:block;
      width: auto;
     float: right;
      margin-top: 40px;
      margin-right: 5%;
    }

    .item-a, .item-b{
      width:100%;
    }

    .menu-text-info-b{
          right:5%;
    }
    
    .divisor-slide {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    min-width: 100%;
    height: 500px;
    max-height: 500px;
}





    .sabiaque{
           height: 700px;
    }

    .contactos{
        height:auto;
    }
    
    .cursos{
        height: auto;
    margin-bottom: 2vh;
    }
    
    .sabiaque-wr{
            max-height: 1206px;
    }
    
   
   .contactos-social {
    border-top: 10px solid white;
    width: 100%;
    height: 33%;
    background: #df1c24;
    margin-top: 20px;
    }

    .c-box1 {
        position:static;
        float:left;
      width: 100%;
      height: 500px;
        transform: none;
      background-color: #eeeeee;
    } 

    .c-box2 {
          float:left;
          width: 100%;
          height: 400px;
          background-color: black;
    }

    .top-contactos{
        width:100%;
        height:800px;
        overflow:hidden;
    }

    .contactos-social-wr{
          margin:0 auto;
         width:90%;
             margin-bottom: 10px;
         transform: skewX(0deg);

    }

    .cursos-item{
      width:100%;
      height: 220px;
      margin-bottom:15px;
    }
    
    .cursos-info{
      height:70px;
    }
    
    .box1-item-a {
     width:28%;   
    }
    
    .cursos {
    margin-top: -5vh;
    }
    
    .adjust{
        height:auto;
        padding-bottom:20px;
    }
    
    .contactos-top-wr {
           margin:0 auto;
         width:90%;
             position: static;
         transform: skewX(0deg);
         margin-top:4vh;
    }
    .contactos-social-wr-b{
      margin-top:15px;
          position: static;
          margin:0 auto;
         width:100%;
         transform: skewX(0deg);

    }

    footer{
        font-family: 'Exo2-Medium'; /*a name to be used later*/
        height:110px;
    }


}


/* Customize the label (the container) */
.containeri {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    color:#878787;
  font-family: 'DINPro-Light';
   font-size:16px;
   padding-top:2px;
}

/* Hide the browser's default checkbox */
.containeri input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
    color:#878787;
  font-family: 'DINPro-Light';
   font-size:16px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border:1px solid #878787;
    color:#878787;
  font-family: 'DINPro-Light';
  font-size:16px;
}

/* On mouse-over, add a grey background color */
.containeri:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containeri input:checked ~ .checkmark {
  background-color: #df1c24;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containeri input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containeri .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.cruz{
    position: absolute;
    margin-top: 6px;
    margin-right: 20px;
    background: url(/templates/eso/images/cruz.svg)no-repeat;
    width: 10px;
    height: 10px;
}

.download{
    position: absolute;
    margin-top: 4px;
    margin-right: 20px;
    background: url(/templates/eso/images/down-red.svg)no-repeat;
    width: 14px;
    height: 14px;
}

.areareservada-wr{
    margin-top:15px;
    width:100%;
    height:auto;
    margin-bottom:80px;
}

.areareservada-wr ul{
    margin-top:24px;
    text-decoration:none;
    list-style-type: none;
}

.areareservada-ul li{
    position:relative;
    text-decoration:none;
    font-family: 'DINPro-Regular';
    margin-bottom:5px;
    list-style-type: none;
}

.formulario-wr p{
        font-family: 'DINPro-Regular';
}

.areareservada-ul p:hover{
    color:#df1c24;
}

.areareservada-ul li:hover .cruz{
    background: url(/templates/eso/images/cruz-red.svg)no-repeat;
}

.areareservada-ul li:hover .download{
        background: url(/templates/eso/images/down-red.svg)no-repeat;
}

.areareservada-wr a{
    text-decoration:none;

}

.areareservada-ul p{
    margin-left:24px;
    font-family: 'DINPro-Regular';
}

.areareservada-wr li:hover{
    text-decoration:none;
}

.areareservada-wr h4{
	font-family: 'DINPro-Medium';
	color:#df1c24;
}

.centrar-h1{
    width:100%;
    height:auto;
    text-align:center;
}


.areareservada-wr button{
  width:auto;
  height:25px;
  background:white;
    padding-left:10px;
  padding-right:10px;
  border:1px solid #df1c24;
  color: #df1c24;
  line-height:15px;
  font-size:14px;
  font-family: 'DINPro-Light';
  cursor:pointer;
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;

}

.areareservada-wr button:hover{
  width:auto;
  padding-left:10px;
  padding-right:10px;
  height:25px;
  background:#df1c24;
  border:1px solid #df1c24;
  color: white;
  line-height:15px;
  font-size:14px;
  font-family: 'DINPro-Light';
  cursor:pointer;

}

.cursos-wr{
    width:100%;
    border-bottom:1px solid #df1c24;
    padding-bottom:20px;
    padding-top:20px;
}

.cursos-sec-wr {
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    height: 100%;
}

.cursos-desc-wr{
    margin:0 auto;
    width:90%;   
    height:auto;
    padding-bottom:20px;
    padding-top:20px;
}

.cursos-desc-wr h4{
    margin-top:4vh;
    font-family: 'DINPro-Medium';
	color:#df1c24;
}

.cursos-desc-wr h5{
    margin-top:10px;
    font-family: 'DINPro-Medium';
	color:#df1c24;
	font-size:15px;
}
    
.cursos-desc-wr p{
    margin-top:5px;
    color:#515151;
    font-family: 'DINPro-Light';
    font-size:15px;

}    

.cursos-sec-wr h4{
    margin-top:4vh;
    font-family: 'DINPro-Medium';
	color:#df1c24;
}

.cursos-ul{
    list-style-type: none;
    margin-top:2vh;
    text-decoration:none;
    list-style-type:none;
    
}

.cursos-ul li{
    text-decoration:none;
    list-style-type: none;
    margin-bottom:10px;
    padding-right:10px;
    padding-left:10px;
    width:100%;
    color:#515151;
    height:30px;
    font-family: 'DINPro-Medium';
    background:#f2f2f2;
    line-height:30px;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.cursos-ul li:hover{
    list-style-type: none;
    margin-bottom:10px;
    padding-right:10px;
    padding-left:10px;
    width:100%;
    color:white;
    height:30px;
    font-family: 'DINPro-Medium';
    background:#df1c24;
    line-height:30px;
    text-decoration:none;

}

.cursos-ul a{
    text-decoration:none;
}

.cursos-ul .curso-ativo{
    list-style-type: none;
    margin-bottom:10px;
    padding-right:10px;
    padding-left:10px;
        text-decoration:none;
    width:100%;
    color:white;
    height:30px;
    font-family: 'DINPro-Medium';
    background:#df1c24;
    line-height:30px;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.cursos-ul .curso-ativo:hover{
    margin-bottom:10px;
    padding-right:10px;
    padding-left:10px;
    width:100%;
    color:#515151;
    height:30px;
    font-family: 'DINPro-Medium';
    background:#f2f2f2;
    line-height:30px;
        text-decoration:none;

}


.slider-wr-cursos{
    width:100%;
    height:250px;
      display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
    -webkit-overflow-scrolling: touch;

}

.sl-item{
    flex: 0 0 auto;
    float:left;
    background:white;
    padding-right:0.2%;
    padding-left:0.2%;
    width:24.58%;
    height:100%;
}

@media screen and (max-width: 900px) {
  .sl-item{ 
    width:100%;
  }
  
  .centrar-h1{
    
     margin-top:40px;
      
  }
}

.sl-item img{
        display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

.select-wr{
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    width: 45px;
    height: auto;

}

.slide-selector{
    margin: 0 auto;
    width: 50px;
    text-align: center;
    height: auto;
}

.slide-a{
	cursor:pointer;
	margin-left:20px;
	float:left;
	width:15px;
	height:15px;
	background:url(/templates/eso/images/seta-b.svg)no-repeat;
}

.slide-b{
	cursor:pointer;
	float:left;
	width:15px;
	height:15px;
	background:url(/templates/eso/images/seta-a.svg)no-repeat;
}


.styled-select{
    cursor:pointer;
  border-radius:0px;
  width:100%;
  height:25px;
  background-color:white;
  background: white url("/templates/eso/images/arrow_down.svg") no-repeat 98% 50%;
  background-size: 12px 12px;
  border:1px solid #878787;
  margin-top:5px;
  text-indent:15px;
  color: #878787;
  font-family: 'DINPro-Light';
         -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  
}

.styled-select:hover{
        cursor:pointer;
  border-radius:0px;
  width:100%;
  height:25px;
  background-color:white;
  background: white url("/templates/eso/images/arrow_down_red.svg") no-repeat 98% 50%;
  background-size: 12px 12px;
  border:1px solid #df1c24;
  margin-top:5px;
  text-indent:15px;
  color: #df1c24;
  font-family: 'DINPro-Light';
  
}

select option{
    color: #878787;
      -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

select option:hover{
    color: #df1c24;
}

select{
        cursor:pointer;
     -webkit-appearance: none;
       border: none;
           color: #878787;

    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
      -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

select:hover{
        cursor:pointer;

     -webkit-appearance: none;
       border: none;
    color: #df1c24;

    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}


.responsive-img{
    display:block;
     width: 100%;
    object-fit: cover;
    height: auto;
    min-height:100%;
    max-width: 100%;
}

.agenda-wr{
  float:left;
  width:66%;
  height:auto;
  padding-bottom:2vh;
}

.box-calendar-top{
    cursor:pointer;
    text-align:center;
    float:left;
       text-decoration:none;
    list-style-type: none;
    margin-bottom:10px;
    padding-right:10px;
    padding-left:10px;
    width:46%;
    color:white;
    min-height:30px;
    font-family: 'DINPro-Medium';
    background:#a6a6a6;
    line-height:30px;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.agenda-wr-right{
    width:95%;
    float:right;
}

.agenda-wr-left{
    width:5%;
    max-width:35px;
    float:left;
    height:auto;
}

.agenda-noti{
    float:left;
    margin-left:1%;
    width:33%;
    height:560px;
}

.agenda-noti-top{
    height:350px;
    width:100%;
    background:#f2f2f2;
    overflow:auto;
}    


.agenda-noti-bottom{
    height:210px;
    width:100%;
}    

.agenda-noti-item{
    width:100%;
    height:auto;
    margin-bottom:10px;
}

.agenda-noti-item-top{
    float:left;
    width:80%;
    min-height:30px;
    height:auto;
    background:gray;
}

.agenda-noti-item-top-d{
    float:left;
    width:15%;
    min-height:30px;
    margin-left:-10px;
    height:auto;
    background:gray;
    transform: skewX(-20deg);

}

.agenda-noti-item-body{
    float:left;
    width:90%;
    padding-top:10px;
    padding-bottom:10px;
    height:auto;
}

.text-wr-ag{
    margin-left:5%;
    width:90%;
    overflow:hidden;
    height:30px;
    line-height:30px;
}

.areareservada-ul a{
    text-decoration:none;
}

.agenda-noti-item-body p{
    margin-left:10px;
    font-size:14px;
    font-family: 'DINPro-Light';
}

.text-wr-ag p{
    color:white;
        font-family: 'DINPro-Regular';
}


.agenda-noti-bottom p{
            font-family: 'DINPro-Regular';
            font-size:14px;
            margin-left:16px;

}

.agenda-noti-bottom li{
    list-style-type:none;
    position:relative;
}


.ball{
    position:absolute;
    background:gray;
    border-radius:50%;
    width:10px;
    height:10px;
    margin-right:20px;
    margin-top:6px;
}




.agenda-left-box p{
        font-family: 'DINPro-Medium';
    text-transform:uppercase;
color:white;
    margin-right: 1%;

    
}

.agenda-left-boxb p{
        font-family: 'DINPro-Medium';
    text-transform:uppercase;
color:white;
    margin-right: 1%;

    
}

.agenda-left-box{
    float:left;
    color:white;
    width:90%;
    max-width:35px;
    min-width:35px;
    overflow:hidden;
    height:440px;
    background:#a6a6a6;
    color:white;
    
/* Safari */
-webkit-transform: rotate(-180deg);

/* Firefox */
-moz-transform: rotate(-180deg);

/* IE */
-ms-transform: rotate(-180deg);

/* Opera */
-o-transform: rotate(-180deg);

text-align:center;


writing-mode: tb-rl;
     
}

.agenda-left-boxb{
    float:left;
    color:white;
    overflow:hidden;
    width:90%;
    max-width:35px;
    min-width:35px;
    height:643px;
    background:#a6a6a6;
    color:white;
    
/* Safari */
-webkit-transform: rotate(-180deg);

/* Firefox */
-moz-transform: rotate(-180deg);

/* IE */
-ms-transform: rotate(-180deg);

/* Opera */
-o-transform: rotate(-180deg);

text-align:center;


writing-mode: tb-rl;
     
}

.agenda-right-arr{
    float:left;
    width:35px;
    height:30px;
    background:#a6a6a6;
    
}


.all-li{
     margin-top: 78px;
    width: 100%;
    height: auto;
}

.all-lib{
    display:none;
     margin-top: 46px;
    width: 100%;
    height: auto;
}

.agenda-right-arr img{
        cursor:pointer;
    margin-top:5px;
    margin-left: auto;
	margin-right: auto;
	display: block;
}

.agenda-left-arr img{
    cursor:pointer;
    margin-top:5px;
    margin-left: auto;
	margin-right: auto;
	display: block;
}

.agenda-left-arr{
    float:left;
     width:35px;
    height:20px;
    background:#a6a6a6;
    /*margin-top:90px;*/
}



.top-calendar{
    width:99%;
    height:auto;
}

.box-calendar-top:hover{
            list-style-type: none;
    margin-bottom:10px;
    padding-right:10px;
    padding-left:10px;
        text-decoration:none;
    width:47%;
    color:white;
    height:30px;
    font-family: 'DINPro-Medium';
    background:#df1c24;
    line-height:30px;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.top-ativo{
        list-style-type: none;
    margin-bottom:10px;
    padding-right:10px;
    padding-left:10px;
        text-decoration:none;
    width:47%;
    color:white;
    height:30px;
    font-family: 'DINPro-Medium';
    background:#df1c24;
    line-height:30px;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.day-calendar{
    width:100%;
    height:auto;
}

.day-item{
    float:left;
    background:#a6a6a6;
    font-family: 'DINPro-Regular';
    width:13.7%;
    color:white;
    height:30px;
    line-height:30px;
    font-size:14px;
    text-align:center;
    margin-left:0.5%;
}

.days-from-calendar{
    margin-top:5px;
    float:left;
    width:100%;
    height:auto;
}

.new-day{
    float:left;
    width:13.7%;
    height:95px;
    margin-top:0.5%;
    margin-right:0.5%;
    background:#f2f2f2;
}

.n-new-day{
      float: left;
    color: #7a7a7a;
    padding-left: 2%;
    text-align: left;
    width: 98%;
    height: 25px;
}

.agenda-it{
    width: 90%;
    float: right;
    overflow: hidden;
    background: transparent;
    height: 50px;
    padding-top: 10px;
    
}

.n-new-day p{
        font-family: 'DinPro-Regular'; 
    font-size:16px;
}

.new-month{
    float:left;
    background:#f2f2f2;
    width: 31.3%;
/*max-width:220px;*/
    height:196px;
    margin-right:5px;
    margin-bottom:5px;
    overflow:hidden;
}

#capsule::-webkit-scrollbar {
    -webkit-appearance: none;
}

#capsule::-webkit-scrollbar:vertical {
    width: 5px;
}

#capsule::-webkit-scrollbar:horizontal {
    height: 5px;
}

#capsule::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
}

#capsule::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 4px; 
} 

.nmr{
        margin:0 auto;
        margin-top:0px;
   
    height:auto;
    text-align:center;
}

.nmr ul{
    display:inline-block;


}
    
.nmr li{
 display:inline-block;
    text-align:center;
    width:20px;
    height:20px;
    margin-right: 2px;
  font-family: 'DINPro-Medium';
  
}   

.semana li{
    text-align:center;
    width:5%;
    margin-right: 13px;
    height:5%;
    font-family:'DINPro-Regular';
}

.semanax li{
    font-size: 20px; 
    margin-left: 7px; margin-right: 6px;
    
}

.clk{
    color:#d9221a;
}


.li-active{
        background: red;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}


.popup-menu{
 position:relative;
 display:none;
}

.shadow{
     width: 83%;
  height: 100%;
  background: white;
  transform: skewX(-20deg) translateX(60%);
  position: fixed;
  overflow:hidden;
  z-index: 300;
  border-right:15px solid white;    
}


.item-side-wr{
    
    width:auto;
    height:auto;
      position: fixed;
      right:-142px;
      top:calc(50% - 30px);
    z-index: 250;



}

.item-side-wr-red{
    
    width:auto;
    height:auto;
      position: fixed;
      right:-142px;
      top:calc(50% - 30px);
    z-index: 250;
    display:none;



}

.item-side{
    margin-top:10px;
     width: 200px;
  height: 50px;
  background: white;
  margin-left: 21px;
  transform: skewX(-20deg);
  overflow:hidden;
   -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.item-side p{
    display:none;
    font-family: 'DINPro-Regular';
    color:#df1c24;
    font-size:16px;
    margin-left:20px;
}

.item-side-b p{
    display:none;
    font-family: 'DINPro-Regular';
    color:#df1c24;
    font-size:16px;
    margin-left:32px;
}

.item-side:hover p{
 display:block;   
}

.item-side-b:hover p{
 display:block;   
}


.item-side:hover{
    margin-top:10px;
     width: 300px;
  height: 50px;
  background: white;
  margin-left: -130px;
  transform: skewX(-20deg);
  overflow:hidden;
}

#hidden-ic{
    display:none;
}

.item-side:hover #hidden-ic{
    display:block;
}

.item-side:hover #showing-ic{
    display:none;
}

.item-side-b:hover #hidden-ic{
    display:block;
}

.item-side-b:hover #showing-ic{
    display:none;
}

.item-side-b{
    margin-top:10px;
     width: 200px;
  height: 50px;
  background: white;
  transform: skewX(-20deg);
  overflow:hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.item-side-b:hover{
    margin-top:10px;
  width: 300px;
  height: 50px;
  background: white;
  transform: skewX(-20deg);
  overflow:hidden;
  margin-left: -130px;
}

.item-side-b:hover .texto-mail{
 margin-left:0px;   
}

.popup-wr{
    position:fixed;
    right:6%;
    width:400px;
    height:600px;
    z-index:500;
    top:2vh;
}

.popup-item{
    margin-top:20px;
    float:left;
    width:100%;
    height:auto;
    text-align:right;
}

.select-wr{
    margin-top:-20px;
}



@media only screen and (min-width: 1900px) {
   
    .item-a{
        min-height:310px;
        height:310px;
        max-height:310px;
    }
    
    .slider-wr{
        height:650px;
    }
    
    .slider-wr-outer{
        height:auto;
    }
    
    .sabiaque{
        height:800px;
    }
    
    .sabiaque-wr{
        height:780px;
    }
    
    .select-wr{
        margin-top:10px;
    }

}

@media only screen and (min-width: 2400px) {
    .popup-item li{
    text-transform:uppercase;
    list-style-type:none;
    text-decoration:none;
    font-family: 'DINPro-Regular';
    color:#a1a1a1;
    font-size:22px;
    cursor:pointer;
    }
    
    .slider-wr{
        height:900px;
    }
    
    .slider-wr-outer{
        height:1100px;
    }
    
    .sabiaque{
        height:1100px;
    }
    
    .sabiaque-wr{
        height:1100px;
    }
    

    
    .item-a{
        height:420px;
        max-height:420px;
    }
    
    .select-wr{
        width:70px;
    }
    .slide-selector{
        width:70px;
    }
    
        .select-wr{
        margin-top:-200px;
    }
    
    .slide-b{
        width:24px;
        height:24px;
    }
    
    .slide-a{
        width:24px;
        height:24px;
    }
    
    .cursos{
        height:700px;
    }
    
    .cursos-item{
        max-height:650px;
    }
}

.popup-item li{
    text-transform:uppercase;
    list-style-type:none;
    text-decoration:none;
    font-family: 'DINPro-Regular';
    color:#a1a1a1;
    cursor:pointer;
}

.popup-item li:hover{
    text-transform:uppercase;
    list-style-type:none;
    text-decoration:none;
    font-family: 'DINPro-Light';
    color:#df1c24;
}

.popup-item ul{
    display:none;
    list-style-type:none;
    text-decoration:none;
    font-family: 'DINPro-Light';
    color:#a1a1a1;
}



.is{
    margin-top:14px;
    width:100%;
    margin-left:20px;
    height:auto;
    transform: skewX(20deg);
    overflow:hidden;
}

.is-item{
    float:left;
    width:auto;
    margin-right:12px;
    height:auto;
}

.right-wr-n a{
    text-decoration:none;
}

.wr-max{
    width:auto;
    height:auto;
    position:relative;
}


.imgk{
    left:0;
    top:12px;
    position:absolute;
    cursor:pointer;
    -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);
}


.imgz{
    position:absolute;
    cursor:pointer;
    top:14px;
    right:0;
    -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);
}


@media only screen and (max-width: 900px) {
    
     .popup-wr{
        width: 90%;
        margin-left:0px;
        transform: none;
    }
    
    .shadow{
       width:100%;
        transform: none;
    }
    
    .container{
        height:105vh;
    }
    
}



.arrpd{
    margin: 0 auto;
    position: absolute;
    z-index: 300;
    left: 0;
    bottom: 41px;
    right: 0;
    width: 20px;
    height: 20px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    
    
}

.arrpd img{
    cursor:pointer;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lkd{
        width: auto;
    height: 25px;
    background: white;
    text-decoration:none;
    border: 1px solid #df1c24;
    color: #df1c24;
    line-height: 25px;
    text-align:center;
    font-size: 14px;
    font-family: 'DINPro-Light';
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.lkd:hover{
  background:#df1c24;
  border:1px solid #df1c24;
  color: white;
  font-size:14px;
  font-family: 'DINPro-Light';
  cursor:pointer;
}


.a{
    position:absolute; z-index:2; float:left; width:60%;  transform: skewX(-20deg); background:#df1c24; margin-left:-12%; min-height:100%; height:100%; max-height:100%;
}

.hdtext{
    display:none;
}

@media only screen and (max-width: 900px) {    
 .px{
      display:none;        
    }

    .other{
      display:none;        
    }

    .hdtext{
    display:block;
    }
    
      
    .a{
        position:static;
        width:100%;
        transform: none;
        padding-top:20px;
        padding-bottom:20px;
        height: auto;
        margin-left:0;

    }
    
  
    
    .box1-item-b {
    width: 81%;
    float: left;
    margin-right: 14%;
}   
   .i-white {
    color: white;
    transform: none;
    font-size: 4vw;
}


.select-wr {
    margin-top: -100px;
}

}

#sele{
    margin-top:10px;
}

.msk li{
    font-family:DINPro-Light;
}

.legendac{
    cursor:pointer;
}

.legendac:hover{
    cursor:pointer;
    /*color:#df1c24;
    text-decoration:underline;*/
}

.cs{
    color:#878787;
}

.cs:hover{
   color:#df1c24;    
}

input[type="checkbox"] {
    position: relative;
    content: " ";
    display: inline-block;
}
