body {
    margin: 0;
    font-family: 'Lato', sans-serif !important;
}
.imglogo {
    width: auto;
    height: 7vh;
}

.navbar-expand-lg {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

.nav-link {
    color: rgb(255, 255, 255) !important;
    transition: 0.3s;
    font-size: 1.1em;
    margin: 0px 2px 0px 2px;
}

.caption-img h1 {
    font-size: 1.7rem;
}

.nav-link:hover {
    box-shadow: inset 0px 0px 0px 2px rgb(255, 255, 255);
    border-radius: 4px;
}
.videoAcidente {
    width: 100%;
}
#apres1 {
    font-size: 2vh;
    line-height: 2vh;
    font-weight: 400;
    margin-bottom: 1vh;
    margin-top: 1vh;
    text-shadow: 2px 1px 3px black;
}

#btnconheca {
    text-align: center;
    width: max-content;
}

#btnconheca a {
    background-color: rgb(255, 255, 255);
    margin-top: 3vh;
    display: block;
    padding: 1vh 2vw 1vh 2vw;
    border-radius: 8px;
    text-decoration: none;
    color: rgb(218, 0, 0);
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
}



#Atuacao {
    background-image: url(../imgs/atuacao/atuacao-topo1.jpg);
    background-size: cover;
    background-position: top;
    filter: blur(10%);
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    #Atuacao {
        /* background: rgb(172, 172, 172) !important; */
        height: max-content;
    }
}

.cortit1 {
    color: rgb(218, 0, 0);
}

.cortit1:after {
    background-color: rgb(218, 0, 0);
}

.cortit2 {
    color: rgb(255, 255, 255);
}



.cortit2:after {
    background-color: rgb(255, 255, 255);
}

.titulo {
    padding-top: 11vh;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.titulo:after {
    position: absolute;
    width: 100px;
    height: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 100%;
    content: "";
}

.espactop {
    padding-top: 3vh;
}

.sumary {
    cursor: pointer;
    padding: 2vh 0 2vh 0;
    border-top: 1px inset;
    border-bottom: 1px inset;
    border-color: rgb(172, 172, 172) !important;
    float: left;
    width: 100%;
    background-color: rgb(255, 255, 255);
    transition: 0.1s;
}

.sumary:active {
    background-color: rgba(41, 115, 225, 0.091);
    padding: 2vh 0 1.5vh 0;
}

.sumary p {
    margin: 0;
    font-size: 20px;
}

.sumary i {
    float: right;
    font-size: 20px;
    line-height: 20px;
    padding-top: 1vh;
    color: rgb(0, 0, 0);

    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;

    -webkit-transform: rotate( -90deg );
    -moz-transform: rotate( -90deg );
    -o-transform: rotate( -90deg );
    transform: rotate( -90deg );

}

.ativagiro {
    -webkit-transform: rotate( 0deg ) !important;
    -moz-transform: rotate( 0deg ) !important;
    -o-transform: rotate( 0deg ) !important;
    transform: rotate( 0deg ) !important;
}

.conteudoatua {

    width: 100%;
    min-height: 1px;
    height: max-content;
    padding-right: 15px;
    padding-left: 15px;
}

.thumbstyle {

    cursor: pointer;
    margin-bottom: 2vh;
    /* box-shadow: 0px 5px 12px -3px rgb(230, 230, 230); */
    border-radius: 4px;
    /* background-color: rgba(249, 249, 249, 0.30); */
    padding-bottom: 1px;
}

.linkthumb {
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: 0.7s;
}

.conteudostxt {
    color: rgb(255, 255, 255) !important;
    font-weight: 400;
    text-shadow: 2px 1px 3px black;
}

.conteudostxt a {
    text-shadow: none;
}

@media (min-width: 768px) {
    
    .conteudostxt {
        display: none;
    }
}



.linkthumb:hover {
    text-decoration: none;
    color: rgb(218, 0, 0) !important;
}

.linkthumb:hover .iconatua {
    background-color: rgb(0, 0, 0);
    transition: 0.7s;

}

.espacicon {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px;
    /* background-color: blue; */
}

.iconatua {
    width: 5vw;
    height: 5vw;
    min-width: 50px;
    min-height: 50px;
    line-height: 14vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
    background-color: rgb(150, 0, 0);
}

.iconatua i {
    font-size: 3vw;
    text-align: center;
    line-height: 5vw;
    vertical-align: top;
    display: inline-block;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
}

.subtitulo {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 1.4em;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    text-shadow: 2px 1px 3px black;
}

.thumbstyle .conteudostxt {
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.linkmov {
    margin-top: 15px;
}

#Sobre {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 100vh;
    max-height: 100%;
}
.paraEmpresa {
    text-align: justify;
    margin-bottom: 5vh;
}
#Empresa {
    background: url(../imgs/contempresa.jpg);
    background-repeat: no-repeat;
    background-position:fixed;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    height: 100vh;
    max-height: 100%;
}

.nav-link {
    text-align: center;
}

.linkbtn {
    background-color: rgb(218, 0, 0);
    color: white;
    text-decoration: none;
    font-weight: 700 !important;
    width: 145px;
    box-shadow: none !important;
}

.pdtp {
    padding-top: 4vh;
}

.pdbt {
    padding-bottom: 4vh;
}

@media (max-height: 850px) {
    #Sobre {
        height: 835px;
    }
}

.contcartao {
    width: 100%;

    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
}



.cartao {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    padding-bottom: 5vh;
}

/* .cartao div {
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
} */

.cartao .frnt {
  background: rgb(150, 0, 0);
  height: 100%;
  width: 100%;
  position: absolute;
  display: table;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cartao .bck {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    height: 100%;
    width: 100%;
    position: absolute;
    display: table;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cartao.girado {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}

#Contato {
    background-image: url(../imgs/contimg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    min-height: max-content;
    color: rgb(255, 255, 255);
    text-shadow: 2px 1px 3px black;
}

#Contato label {
    font-size: 1.2em;
}

#Contato textarea {
    resize: none;
}

#Contato i {
    background: black;
    width: 52%;
    padding: 4px;
    height: 35px;
    margin: 0;
    display: block;
    border-radius: 5px;
}

#Contato a {
    color: white;
    text-decoration: none;
    transition:  0.5s;
}



.btnenvia {
    font-weight: 700 !important;
    color: rgb(218, 0, 0);
}

#Rodape {
    /* 0px -1px 10px 0px black */
    height: auto;
    box-shadow: 0px -5px 12px -5px rgba(0, 0, 0, 0.8);
    background-color: rgb(150, 0, 0);
    color: rgb(255, 255, 255);
}

#Rodape p {
    margin: 3vh 0 3vh 0;
}

#Rodape a {
    color: rgb(255, 255, 255);
    transition: 0.8s;
}

#Rodape a:hover {
    color: black;
    text-decoration: none;
}

#devweb {
    font-size: 0.9em;
}

.linkbtn:hover {
    color: white;
}

.ativo {
    color: rgb(218, 0, 0);
    background-color: white;
}

.ativo:hover {
    color: rgb(218, 0, 0) !important;
}

.btncontato {
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: rgb(150, 0, 0);
}

.btncontato:hover {
    font-weight: 700;
    color: rgb(150, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 2px 0px rgb(218, 0, 0);
}

.fa-phone {
    -webkit-transform: rotate( 90deg ) !important;
    -moz-transform: rotate( 90deg ) !important;
    -o-transform: rotate( 90deg ) !important;
    transform: rotate( 90deg ) !important;
}

.modalespec {
    width: 80vw;
    height: 80vh;
    margin: auto;
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: scroll;
    border-radius: 15px;
    z-index: 1031;
}
@media (max-width: 768px) {
    .modalespec {
        width: 100vw;
        height: 100vh;
    }    
}

.fundo {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.meuModal {
    padding-top: 11vh;
}

.fechamodal {
    width: 25px;
    height: 25px;
    background-color: transparent;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.fechamodal:hover {
    opacity: 0.5;
}

.lr {
    width: 2px;
    height: 25px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: black;
    margin: 0;
}

.rl {
    width: 2px;
    height: 25px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background-color: black;
}

.centralogo{
    position: absolute;
    top: 40vh;
    left: 0;
    right: 0;
    z-index: 1;
}

.centralogo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.centralogo p {
    color: rgb(255, 255, 255);
    text-align: center;
}

.carousel-control-prev {
    z-index: 2;
}

.carousel-control-next {
    z-index: 2;
}

#wrapper {
    background-color: #fff;

    max-width: 90%;
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 75%;
}

#wrapper .caroufredsel_wrapper {
    max-width: 100vw !important;
}

#looping {
    margin-top: -100px;
    /* max-width: 100% !important; */
}
#looping div {
    text-align: center;
    width: 260px;
    height: 109px;
    float: left;
    position: relative;
}
#looping div img {
    border: none;
}
#looping div span {
    display: none;
}
#looping div:hover span {
    background-color: #333;
    color: #fff;
    font-family: Arial, Geneva, SunSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    width: 100px;
    padding: 2px 0;
    margin: 0 0 0 -50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    border-radius: 3px;
}
@media (max-width: 720px) {
    #apres1 {
        font-size: 1em;
    }
    .carousel-caption h1 {
        font-size: 1em;
    }
    .centralogo {
        top: 35vh;
    }
    .centralogo img {
        width: 25%;
    }
}

@media (max-width: 1000px) {
    .iconatua i {
        font-size: 25px;
        line-height: 50px;
    }
}

.subtituloContato {
    font-size: 1em;
}