@charset "UTF-8";

*,a{
    font-family: "Open Sans";
    color: #233239;
    list-style: none;
    text-decoration: none;
}
img{
    max-width: 100%;
}

/* Large desktop */
@media (max-width: 2000px) {
    .fix{
        transition: all 0.5s;
        position: fixed;
        right: -165px;
        top: 49%;
    }
    .fix:hover{
        right: -5px;
    }
    form[action="cotacao.php"] input,form[action="cotacao.php"] select{
        border-bottom: 3px solid #182227 !important
    }
    .ui-accordion-content,.ui-corner-bottom,.ui-helper-reset,.ui-widget-content,.ui-accordion-content-active,.ui-accordion-content-active{
        
        transition: all 0s !important;
    }

    .topBar{
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
        padding-top: 15px;
        padding-bottom: 8px;
        text-align: center;
    }
    .listTop{
        padding: 0px;
    }
    .listTop li{
        display: inline-block;
        padding: 0px 15.5px ;
        font-size: 12.5px;
        letter-spacing: -0.3px;
    }
    .logo img{
        margin-top: 13px;
    }
    .listTop li.socialLi{
        padding: 0px;
        margin: 0px;
    }
    .listTop li strong{
        font-weight: 600;
        color: #444444;
        font-size: 14px;
    }
    a.botTop{
        padding: 8px 18px;
        padding-left: 35px;
        border: 1px solid #aaaaaa;
        border-radius: 4px;
    }
    a.botTop:hover{
        text-decoration: none;
    }
    .botTop::before{
        content: "";
        position: absolute;
        width: 12px;
        margin-left: -20px;
        margin-top: 3px;
        height: 14px;
        background-image: url(../images/user.png);
    }
    .email::before{
        content: "";
        position: absolute;
        width: 13px;
        margin-left: -20px;
        margin-top: 3px;
        height: 13px;
        background-image: url(../images/email.png);
    }

    
    nav ul{
        margin-top: 33px;
    }
    nav ul li{
        display: inline-block;
    }
    nav ul li a {
        padding: 10px 29px;
        text-transform: capitalize;
        transition: all 0.5s;
        border-radius: 4px;
        font-size: 13px;
    }
    nav ul li a:hover{
        color: #038045;
        text-decoration: none;
    }
    nav ul li:hover .submenu{
        display: block;
    }
    .submenu{
        position: absolute;
        margin-left: 17px;
        margin-top: 5px;
        background-color: #ffffff;
        border-radius: 7px;
        display: none;
        border: 1px solid #eeeeee;
        padding: 0px;
        z-index: 9;
    }

    .submenu li{
        display: block;
        padding: 10px 0px;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
        transition: all 0.5s;
    }
    .submenu li a{
        font-size: 13px;   
        padding-left: 12px;
    }
    
    .submenu li:hover{
        background-color: #eeeeee;
    }
    .submenu li:hover a{
        color: #038045;
    }
    .submenu li:last-child{
        border-bottom: 0px;
    }
    header img{
        width: 90%;
    }
    header{
        border-bottom: 1px solid #dddddd;
        position: relative;
        z-index: 1;
        padding-bottom: 15px;
        /*background-image: url(../images/bgtop.jpg);
        background-repeat: repeat-x;*/
        background-color: #ffffff
    }
     .fld-slide {
        position: absolute;
        width: 600px;
        left: 50%;
        margin-left: -490px;
        top: 40px;
        text-align: left;
        padding-top: 50px; }
    .fld-slide .link-slide, .fld-slide .bot-2 {
        text-decoration: none !important;
      background-color: #038045;
      color: #ffffff;
      padding: 15px 25px;
      margin-right: 10px;
      transition: all 0.5s;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
      .fld-slide .link-slide:hover, .fld-slide .bot-2:hover {
        background-color: #233239; }
    .fld-slide .bot-2 {
      background-color: #233239;
      color: #ffffff; }
      .fld-slide .bot-2:hover {
        background-color: #ffffff;
        text-decoration: none !important;
        color: #000000; }

  .slide-title, .slide-description {
    font-size: 42px;
    line-height: 43px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Raleway';
    margin-bottom: 40px; }

  .slide-description {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600; }

  .img-slide {
    width: 100%;
    height: auto; }

  .icon-next, .icon-prev {
    position: absolute;
    right: 20px !important; }

  .icon-prev {
    left: 20px !important; }

  .bar-contacts {
    background-color: #057742;
    padding: 20px; }
    .bar-contacts img {
      float: left;
      width: 50px;
      opacity: 0.8;
      margin-right: 10px; }
    .bar-contacts span {
      color: #ffffff;
       }
      .bar-contacts span strong {
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
        line-height: 35px;
    }
    .area{
        text-align: center;
        margin-top: 120px;
        margin-bottom: 40px;
    }
    h1{
        font-size: 35px;
        text-transform: capitalize;
        font-weight: 300;
        font-family: "Raleway";
        letter-spacing: -0.8px;
    }
    .fld-video h1{
        text-transform: none;
    }
    h2{
        font-size: 20px;
        font-weight: 300;
        color: #333333;
        font-family: "Raleway";
        margin-bottom: 20px;
    }
    h3{
        font-size: 25px;
        font-weight: 500;
        color: #333333;
        font-family: "Raleway";
        margin-bottom: 20px;
    }
    p{
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        font-family: "Raleway";
        margin-bottom: 20px;
    }
    .box-serv p{
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        font-family: "Raleway";
    }
    .buttomSimple{
        color: #0B69B4;
        font-weight: 600;
        transition: all 0.5s;
    }
    .buttom{
        outline: none;
        border: 0px;
        color: #ffffff;
        padding: 15px 25px;
        color: #ffffff;
        background-color: #057742;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .buttom:hover{
        background-color: #057742  ;
        color: #ffffff;
        text-decoration: none;
    }
    h1 strong{
        color: #038045;
    }
    .campohome{
        padding-left: 25px;
    }
    .bg{
        margin-bottom: 30px;
        padding-bottom: 40px;
        margin-top: -105px;
        background-color: #eeeeee;
        background-image: url(../images/mapbg.jpg);
    }
    .box-serv{
        transition: all 0.5s;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 8px;
    }
    .box-serv:hover{
        background-color: #00a859;
    }
    .box-serv a{
        transition: none;
        opacity: 0;
    }
    .box-serv:hover a,.box-serv:hover h3,.box-serv:hover p{
        color: #ffffff;
        opacity: 1;
    }
    .contato form{
        margin-top: 60px;
        text-align: left;
    }
    .campo{
        border-radius: 4px;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        color: #8194A3;
        outline: none;
        border: 1px solid #cccccc;
        margin-bottom: 10px;
        width: 100%;
        padding: 15px;
        transition: all 0.5s;
    }
    .campo:focus{
        box-shadow: 1px 1px 50px #CCCCCC;
    }
    form .buttom{
        width: 100%;
    }
    .bgTruck h1{
        text-transform: none;
        margin-top: -5px;
    }
    .bgTruck h2{
        line-height: 30px;
    }
    .bgTruck h2 span{
        background-color: rgba(0,0,0,0.5);
        border: 1px solid #444444;
        padding: 12px 26px;
        text-shadow: none;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
        color: #ffffff;
    }
    .bgTruck{
        margin-top: 0px;
        padding: 100px 0px;
        background-position: inherit;
        background-position-y: 0;
        background-attachment: scroll;
        background-color: #c3c3c3;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bgTruck h1,.bgTruck h2{
        color: #333333;
    }
    .bgLazer{
        margin-top: -30px;
        padding: 70px 0px;
        background-image: url(../images/bglazer.jpg);
        background-size: 100% 100%;
    }
    .bgLazer h1,.bgLazer h2{
        color: #ffffff;
        text-shadow: 1px 1px 1px #000000;
    }
    .bgLazer h1 strong{
        color: #cdce52
    }
    footer{
        margin-top: 25px;
        background-color: #00a859;
        padding: 25px 0px;
    }
    .newsfooter{
        background-color: #1C262D;
        padding: 15px 0px;   
        vertical-align: middle;
    }
    .listSocial{
        float: right;
    }
    .listSocial li{
        margin: 5px;
        margin-top: 13px;
        display: inline-block;
        color: #ffffff;
    }
    footer h2{
        font-weight: 700;
        font-size: 13.4px;
        color: #00a859;
        text-transform: uppercase;
    }
    footer h3{
        font-weight: 700;
        font-size: 14.4px;
        color: #ffffff;
    }
    .listMenuOpen{
        margin: 0px;
        padding: 0px;
    }
    .listMenuOpen li{
        margin-bottom: 15px;
    }
    .listMenuOpen li a{
        color: #ffffff;
        font-weight: 300;
        letter-spacing: 0.6px;
        font-size: 12.5px;
        text-transform: capitalize;
    }
    .contatcFooter{
        margin: 0px;
        padding: 0px;
    }
    .contatcFooter li {
        font-weight: 600;
        font-size: 17.4px;
        color: #eeeeee;
        margin-bottom: 17px;
        text-transform: capitalize;
    }
    .contatcFooter li strong{
        font-weight: 600;
        font-size: 16.4px;
        color: #aaaaaa;
    }
    .borderBo{
        border-bottom: 1px solid #535152;
        margin-bottom: 30px;
    }
    .contatosFooter{
        border-left: 1px solid #535152;
        padding-left: 50px;
    }
    .newsfooter h3{
        font-weight: 400;
        font-size: 13.4px;
        color: #eeeeee;
        font-family: "Open Sans";
    }
    .imgFone{
        margin-left: 15px;
    }
    .imgFone::before{
        content: "";
        position: absolute;
        width: 13px;
        margin-left: -17px;
        margin-top: 4px;
        height: 13px;
        background-image: url(../images/fone.png);
    }
    video{
        position: absolute;
        top: 54%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
        opacity: 0.4;
    }
    .fld-video{
        position: relative;
        height: 700px;
        text-align: center;
        background-color: #000000;
        background-image: url(../images/wall.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 0
    }
    .fld-video h1{
        font-size: 40px;
        line-height: 55px;
        color: #ffffff;
        text-shadow: 1px 1px 1px #000000;
        margin-top: 440px;
        text-align: center;
    }
    .fld-video input:focus{
        background-color: #ffffff;
        color: #000000;
    }
    .fld-video input{
        transition: all 0.5s;
        color: #ffffff;
        padding: 15px 25px;
        border: 2px solid #ffffff;
        outline: none;
        border-radius: 4px;
        margin: 5px;
        background-color: #ededed;
    }
    .fld-video input[type="submit"]{
        padding: 15px 25px;
        border: 2px solid #ffffff;
        outline: none;
        border-radius: 4px;
        margin: 5px;
        background-color: #038045;
        color: #ffffff;
        font-weight: 600;
    }
    .fld-video p{
        color: #ffffff;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .fld-video2{
        position: relative;
        height: 300px;
        text-align: center;
        background-color: #057742;
        z-index: 0
    }
    .fld-video2 h1{
        font-size: 40px;
        line-height: 55px;
        color: #ffffff;
        text-shadow: 1px 1px 1px #000000;
        margin-top: 35px;
        text-align: center;
    }
    .fld-video2 input:focus{
        background-color: #ffffff;
        color: #000000;
    }
    .fld-video2 input{
        transition: all 0.5s;
        color: #ffffff;
        padding: 15px 25px;
        border: 2px solid #ffffff;
        outline: none;
        border-radius: 4px;
        margin: 5px;
        background-color: #ededed;
    }
    .fld-video2 input[type="submit"]{
        padding: 15px 25px;
        border: 2px solid #ffffff;
        outline: none;
        border-radius: 4px;
        margin: 5px;
        background-color: #038045;
        color: #ffffff;
        font-weight: 600;
    }
    .fld-video2 p{
        color: #ffffff;
        text-shadow: 1px 1px 1px #000000;
    }
   
    .leftHome{
        text-align: center;
        background: #ffffff; /* For browsers that do not support gradients */
        background: -webkit-radial-gradient(#ffffff, #dddddd); /* For Safari 5.1 to 6.0 */
        background: -o-radial-gradient(#ffffff, #dddddd); /* For Opera 11.1 to 12.0 */
        background: -moz-radial-gradient(#ffffff, #dddddd); /* For Firefox 3.6 to 15 */
        background: radial-gradient(#ffffff, #dddddd); /* Standard syntax */
        padding: 50px 50px;
        padding-bottom:33px;
    }
    .rightHome{
        background-color: #00a859;
        padding: 50px 50px;
        text-align: center;
        padding-bottom:1px;
    }
    .rightHome ul li{
        height: 130px;
        text-align: left;
        padding-left: 40px;
    }
    .rightHome ul li p,.rightHome ul li p strong{
        color: #ffffff;
        font-size: 13px;
    }
    .rightHome ul li p strong{
        font-size: 16px;
    }
    .rightHome ul li::before{
        content: "";
        position: absolute;
        width: 70px;
        left: 50px;
        height: 70px;
    }
    /*inner pages*/
    .bgrastreamento,.bgcarro{
        padding: 100px 0px ;
        margin-bottom: 20px;
        background-image: url(../images/bgempresa.jpg);
    }
    .campoServ{
        margin-top: -90px;
        margin-bottom: 0px;        
    }
    .fldServ{
        margin-top: 5px;
    }
    .campoEmpresa{
        margin-top: -90px;
        margin-bottom: 50px;
    }
    .bgrastreamento h1,.bgcarro h1{
        font-size: 29px;
        line-height: 39px;
    }
    .bgcarro{
        background-image: url(../images/bgcarro.jpg);
    }
    .pMain{
        line-height: 34px;
        text-align: justify;
    }
    .topoFixed,.topoFixed2{
        z-index: 9;
        position: fixed;
        width: 100%;
        top: -5px;
        transition: all 0.5s;
        animation: effectTop 1s;
        clear: both;
    }
    .topoFixed2{
        top: 45px;
        height: 55px;
        animation: effectTop2 1.5s;
    }
    @keyframes effectTop{
        from{top: -80px;opacity:0;}
        to{top: -5px;opacity:1;}
    }
    @keyframes effectTop2{
        from{top: -40px;opacity:0;}
        to{top: 45px;opacity:1;}
    }
    .topoFixed2 nav ul{
        margin-top: 17px
    }
    .topoFixed2 img{
        width: 100px;
        transition: all 0.5s;
        margin-top: 8px;
    }
    .topoFixed2 nav ul .submenu{
        margin-top: 5px;
    }
    .destaq{
        margin-top: -50px;
    }
    .txtDestaq{
        background-color: #ffffff;
        padding: 20px 45px;
        border-radius: 25px;
        border: 1px solid #eeeeee;
    }
    .rightHome input,.rightHome select{
        padding: 10px;
        width: 40%;
        background-color: rgba(0,0,0,0);
        border: 0px;
        color: #ffffff;
        outline: none;
        border-bottom: 3px solid #cdce52;
    }
    .rightHome input:focus,.rightHome select:focus{
        border-bottom: 3px solid #00a859;
    }
    .specialInput{
        width: 20% !important;
    }

    .ui-accordion-header{
        background-color: #eeeeee !important;
        color: #000000 !important;
        border: 0px solid #ffffff !important;
        padding: 22px !important;
        outline: none;
        font-size: 16px !important;
        transition: all 0s !important;
    }
    .ui-accordion-header-active{
        transition: all 0s !important;
        background-color: #00a859 !important;
        color: #ffffff !important
    }
    .footerForm{
        background-color: #dddddd
    }
    .fontSmall{
        font-size: 18px;
        color: #ffffff;
    }
    .fontBig{
        font-size: 52px;
        letter-spacing: -2px;
        color: #ffffff;
    }
    .fontMedi{
        font-size: 14px;
        border: 1px solid #ffffff;
        border-radius: 4px;
        padding: 10px 20px;
        letter-spacing: 1px;
        color: #ffffff;
    }
    .fontBig small{
        font-size: 22px;
        font-weight: 400;
        color: #ffffff;
    }
    .leftHome2{
        background-color:#038045 !important;
    }
    .beneficios{
        background-image: url(../images/bgworld.jpg);
        background-size: 100%;
        background-position: center;
        padding: 80px 0px;
        margin-top: 80px;
    }
    .beneficios h3, .beneficios p{
        color: #ffffff;
        font-weight: 500;
    }
    .beneficios ul li{
        margin-bottom: 35px;
    }
    .beneficios ul li::before{
        content: "";
        background-image: url(../images/v.png);
        width: 16px;
        height: 15px;
        margin-top: 5px;
        position: absolute;
        margin-left: -25px;
    }

    .enviarform{
        transition: all 0.5s;
        text-align: center;
        border: none;
        padding: 16px 0px !important;
        float: right;
        cursor: pointer;
        outline: none;
        border-radius: 4px;
        margin: 5px;
        background-color: #FF4609 !important;
        color: #ffffff;
        font-weight: 600;
    }
    .enviarform::before{
        content: "aa";
        background-image: url(../images/seta.png);
        width: 16px;
        height: 16px;
        margin-top: 5px;
        position: absolute;
        margin-left: -25px;
    }
    .enviarform:hover{
        background-color: #CE3400 !important;
    }
    .enviado{
        position: fixed;
        right: 30px;
        bottom: -200px;
        animation: effect 9.5s;
    }
    @keyframes effect{
        0%{bottom: -40px;}
        20%{bottom: 30px;}
        100%{bottom: -200px;}
    }
    #pop-up{
        display: none;
        position: absolute;
        width: 100%;
        background-color: #000000
    }
    .instalarfld{
        text-align: center;
    }
    .instalar{
        display: none;
        position:1 fixed;
        bottom: 0px;
        left: 20px;
        background-color: #00a859;
        padding: 15px 25px;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        
        color: #ffffff;
        transition: all 0.5s;
        text-decoration: none;
    }
    .instalar:hover{
        background-color: #cdce52;
        color: #ffffff;
    }
    
    input[type=image] { 
	 width: 150px; 
}
    .form-psicologo {
        font-size: 10px;
        padding-left: 150px;
        padding-right: 150px;
        padding-top: 25px;
    }
    .table-psicologo th{
        font-size: 11px;
        font-weight: normal;
    }
    .table-psicologo {
        margin-top: 20px;
    }
    .content-list-psicologo{
        padding-top: 40px;
        float: none;
        margin: 0 auto;
    }

    .content-list-psicologo-buttom{
        float: right;
    }

}

/* Medium desktop */
@media (min-width: 1200px) and (max-width: 1366px) {
    .fld-video{
        height: 500px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1021px) {
    .fld-video{
        position: relative;
        height: 300px;
        text-align: center;
        background-color: #000000;
        background-image: url(../images/wall.jpg);
    }
}

/* Ipad Prod */
@media (min-width: 1022px) and (max-width: 1027px) {
    .fld-video{
        height: 400px;
    }
/*  */}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .instalar{
        display: none;
    }
    .navmain{
       padding: 0px;
       position: fixed;
       width: 100%;
       background-color: #efefef;
       display: none;
       left: 0px;
       bottom:-15px;
       z-index: 999999999999999999;
    }
    .navmain li select{
        border-bottom: 0px !important
    }
    .navmain li{
        display: block;
        margin: 20px 10px;
        padding-bottom: 10px;
    }
    .navmain li:last-child(){
        border-bottom: 0px !important
    }
    select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none; 
    }
    .navmain li a, .navmain li select{
        color: #222222 !important;
        font-size: 14px;
    }
    .navmain li select{
        margin-left: 29px;
    }
    .navmain li select{
        text-transform: capitalize;
    }
    .navmain li:last-child(){
        border-bottom: 1px solid #222222;
    }
    .navmain li select{
        color: #ffffff;
        background-color: rgba(0,0,0,0);
        border: 0px;
        font-size: 15px;
        outline: none;
    }
    header .hamb{
        width: 26px;
        position: absolute;
        right: 20px;
        top: 30px;
    }
    header{
         background-color: #eeeeee; 
    }
    .topoFixed,.topoFixed2{
        display: none;
    }
    .fld-video{
        overflow: hidden;
        height: 142px;
    }
    .fld-video h1{
        font-size: 30px;
        line-height: 45px;
        margin-top: 50px;
    }   
    .fld-video p{
        width: 95%;
    }
    .fld-video input{
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 9px; 
    }
    .fld-video form{
        margin-top: 30px;
    }
    .fld-video input[type="submit"]{
        margin: 0 auto;       
        margin-top: 12px; 
    }
    
    .fld-video2{
        overflow: hidden;
        height: 450px;
    }
    .fld-video2 h1{
        font-size: 30px;
        line-height: 45px;
        margin-top: 35px;
    }   
    .fld-video2 p{
        width: 95%;
    }
    .fld-video2 input{
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 9px; 
    }
    .fld-video2 form{
        margin-top: 5px;
    }
    .fld-video2 input[type="submit"]{
        margin: 0 auto;       
        margin-top: 12px; 
    }
    
    
  .bar-contacts {
    background-color: #038045 !important;
    padding: 30px; 
    padding-top: 60px;
    position: relative;
    z-index: 0;
  }
    .bar-contacts .col-lg-3{
        margin-bottom: 40px;
    }
    video{
        top: 320px;
    }
    .rightHome ul li{
        margin-bottom: 50px;
    }
    .bgTruck{
        margin-top: 0px;
        padding: 50px 0px;
        background-position: center;
        background-size: auto 100%;
    }
    .bgLazer{
        background-position: center;
        background-attachment: fixed;
        background-size: auto 100%;   
    }
    form[name="contato"]{
        text-align: center;
        padding: 20px;
        margin: 0 auto;
    }
    footer{
        text-align: center;
    }
    .bgTruck h2 span{
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 20px;
        display: block;
    }
    .contatosFooter{
        margin-top: 50px;
        border-left: 0px solid #535152;
        padding-left: 0px;
    }
    footer .col-lg-3,footer .col-lg-4{
        text-align: left;
    }
    footer .col-lg-4{
        padding-left: 17px;
    }
    .listSocial{
        text-align: center;
        float: none;
        margin-left: -20px;
    }
    .leftHome{
        padding: 20px 20px;
        padding-left: 0px;
        margin-left: -14px;
    }
    .rightHome ul li{
        height: auto !important;
        margin-bottom: 100px !important;
        margin-left: -75px;
        margin-top: 50px;
        text-align: center;
    }
    .rightHome ul li::before{
        position: absolute;
        left: 50%;
        margin-top: -75px;
        margin-left: -28px;
    }
    .leftHome{
        padding: 30px;
    }
    .beneficios{
        background-image: url(../images/bgworld.jpg);
        background-size: auto 100%;
        padding: 80px 0px;
        background-position: left;
        margin-top: 80px;
    }
    .rightHome2{
        padding-left: 10px;
    }
    .rightHome2 ul{
        text-align: center;
        margin: 0px;
        padding-left: 70px;
    }
    .rightHome2 h5{
        margin-left: -25px;
    }
    .rightHome input,.rightHome select{
        padding: 10px;
        font-size: 12px;
        width: 100% !important;
    }
    .enviado{
        width: 250px;
        left: 50%;
        margin-left: -125px;
        bottom: -200px;
        animation: effect 9.5s;
    }
    .botTop{
        background-color: #ffffff;
    }
    .form-psicologo {
        font-size: 10px;
    }
    .table-psicologo th{
        font-size: 11px;
        font-weight: normal;
    }
    .content-list-psicologo{
        padding-top: 40px;
    }

 }

/* Landscape phones and down */
@media (max-width: 640px) {
 
}

.card-admin-panel {
    float:left;
    margin: 5px;
    padding: 5px;
    background-color: rgb(255,255,255,0.5);
}

.button-admin {
    padding: 10px;
}

.admin-logo {
    padding-right: 10px;
    width: 100%;
    height: 100%;
}
