
@media screen and (max-width: 1950px){

    .seguranca__conteudo img{
        left: 5% !important; 
    }
    
}


@media screen and (max-width: 1550px){

    .seguranca__conteudo img{
        left: 7% !important; 
    }
    
}

@media screen and (max-width: 1500px) and (min-width: 1350px){
    

    .seguranca__conteudo__item p{
        font-size: 1.2rem !important;
    }

}

@media screen and (max-width: 1350px) and (min-width: 1250px){

    .seguranca__conteudo__item p{
        font-size: 1rem !important;
    }

    .seguranca__conteudo__item h3 {
        font-size: 1.4rem !important;
      }
    

}

@media screen and (max-width: 1250px) and (min-width: 1025px){

    
    .seguranca__conteudo__item p{
        font-size: 0.8rem !important;
    }

    .seguranca__conteudo__item h3 {
        font-size: 1.2rem !important;
      }
}

@media (max-width: 1025px){

    .c_message{
        width: auto !important;
        bottom: 5% !important;
        right: 0% !important;

    }
   
    .c_message_banner{
        right: 30% !important;
        width: min-content !important;
    }

    .c_message_banner h2{
        font-size: 2rem !important;
    }

    .servico__temp{
        display: none !important;
    }

    .servico__lista{
        flex-direction: column !important;
    }


    #seguranca{
        height: auto !important;
    }

    .seguranca__conteudo{
        flex-direction: column;
        position: inherit;
        margin: auto;
    }

    .seguranca__conteudo img{
        margin: auto !important;
        left: auto !important;
    }

    .seguranca__conteudo__item{
        border-radius: 20px !important;
        width: auto !important;
        text-align: center;
        padding: 6% !important;
    }

    .seguranca__conteudo__item p{
        margin: 10% auto !important;
    }

    #diferencial ul{
        flex-direction: column;
    }

    #diferencial ul li{
        width: auto !important;
    }

    #cotacao form div{
        flex-direction: column !important;
        margin: 3%;
    }

    .cotacao__campo_primeiro input{
        width: 100% !important;
    }

    .cotacao__campo_segundo input{
        width: 100% !important;
    }

    .cotacao__duvida{
        flex-direction: column;
        text-align: center;
    }

    .cotacao__duvida p{
        margin-top: 10% !important;
    }

    .cotacao__duvida button{
        width: fit-content;
        margin: 3% auto;
    }

    .servico__lista__item a{
        text-align: center !important;
    }

}


.inicial{
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background: url("../img/");
    background-size: cover;
    grid-area: inicial;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    display: grid;
    position: relative;
    height: 750px;
}

a:hover{
    text-decoration: none !important;
}

.initial__area{
    width: 90%;
    bottom: 10%;
    right: 5%;
    grid-area: 2/2;
    
}

.initial__title{
    font-weight: 800;
    font-size: 25pt;
    color: #FFCC33;
    line-height: 33pt;
    margin: 0px;
}

.initial__subtitle{
    font-weight: 800;
    font-size: 25pt;
    color: white;
    line-height: 33pt;
    margin: 0px;
}

.initial__sub{
    font-weight: 500;
    font-size: 18pt;
    color: white;
    line-height: 31px;
    text-align: justify;
}




.app{
    display: grid;    
    grid-template-areas: 
        "inicial"
        "sobrenos"
        "missao"
        "vantagem"
        "servicos"
        "pacotes"
        "avaliacao";
    grid-template-columns: auto;
    grid-template-rows: auto;
}

b{
    font-weight: bold;
}

.containerss{
    position: absolute;
    
    width: 100%;
    height: 100%;
}

.c_message{
    position: absolute;
    bottom: 45%;
    right: 10%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 30%;
}

.c_message h1{
    font-size: 2.5rem;
    margin-bottom: 3%;
}



.c_message button {
	background-color: transparent;
    border-radius: 28px;
    border: 1px solid white;
    cursor: pointer;
    color: white;
    font-size: 1.4rem;
    font-weight: 200;
    text-decoration: none;
    padding: 5px 10px;
    
}

.c_message_banner h2{
    font-size: 4rem;
    margin-bottom: 3%;
}

.c_message_banner{
    position: absolute;
    bottom: 45%;
    right: 35%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 30%;
    text-align: center;
}

.c_message_banner button {
	background-color: transparent;
    border-radius: 28px;
    border: 1px solid white;
    cursor: pointer;
    color: white;
    font-size: 1.4rem;
    font-weight: 200;
    text-decoration: none;
    padding: 5px 10px;
}


.img-bgd{
    width: 100%;
    height: 100%;
}



/* --- servico ---*/

#servico h2{
    text-align: center;
    color: #499FD9;
    font-weight: 800;
    font-size: 4rem;
    margin: 2% 0;
    text-transform: uppercase;
}

.servico__temp{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80rem;
}

.servico__lista{
    display: flex;
    justify-content: center;
    margin: 3%;
    
}

.servico__lista img{
    width: 350px;
    height: 250px;
}

.servico__lista__item{
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 2px solid linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,14,255,1) 47%);;
    border-radius: 50px;
    z-index: 1;
}



.servico__lista__item_reverse{
    flex-direction: column-reverse;
}

.servico__lista__item p {
    font-weight: 500;
    color: gray;
    text-align: center;
    font-size: 2rem;
    margin: 5% 0%;
    font-weight: bold;
}

/* --- Segurança ---*/

#seguranca{
    background-image: url('../img/M3-Caminhoes_bg.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;

    height: 40rem;
}

.seguranca__conteudo{
    display: flex;
    margin: auto auto;
    height: 100%;
}

.seguranca__conteudo img{
    width: 250px;
    height: 250px;
    margin: auto 0px auto auto;
    left: 5%;
    position: relative;
    
}

.seguranca__conteudo__item{
    margin: auto auto auto 0px;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2rem 2rem 2rem 6rem;
    border-radius: 0px 100px 100px 0px;
}

.seguranca__conteudo__item h3{
    font-size: 2rem;
    font-weight: 400;
    color: #575756;
}

.seguranca__conteudo__item p{
    margin: 2% 0%;
    color: #575756;
    font-weight: 400;
    font-size: 1.4rem;
}

.seguranca__conteudo__item button{
    font-size: 1.3rem;
}

.seguranca__btn {
	background-color:transparent;
	border-radius:28px;
	border:1px solid #575756;
	cursor:pointer;
	color:#575756;
	font-family:Arial;
	font-size:15px;
    font-weight: 200;
    
	font-weight:bold;

	text-decoration:none;
}
.seguranca__btn:hover {
	background-color:transparent;
}
.seguranca__btn:active {
	position:relative;
	top:1px;
}



/* --- Diferencial ---*/

#diferencial h2{
    text-align: center;
    color: #499FD9;
    font-weight: 800;
    font-size: 4rem;
    margin: 5% 0% 0% 0%;
    text-transform: uppercase;
}

#diferencial ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0% 5% 5% 5%;
    margin: 0% 5% 10% 5%;
}

#diferencial ul li{
    width: 33%;
    text-align: center;
    margin-top: 5%;
}

#diferencial ul li img{
    width: 120px;
    height: 120px;
    margin: 3% 0%;
}

#diferencial ul li h3{
    font-weight: 800;
    font-size: 1.5rem;
}

#diferencial ul li p{
    font-weight: 200;
    padding: 1% 25%;
    font-size: 1.1rem;
}

        

/* --- Cotação ---*/

#cotacao{
    background-color: #499FD9;
}

#cotacao h2{
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 4rem;
    margin: 5% 0% 5% 0%;
    text-transform: uppercase;
}

#cotacao form div{
    display: flex;
    justify-content: center;
}

.cotacao__formulario form label{
    width: 100%;
    color: white;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1%;
    margin-left: 1%;
}

.cotacao__formulario form input{
    background-color: #499FD9;
    border-radius: 25px;
    border-color: white;
    border-style: solid;
    
}



.cotacao__campo_primeiro{
    display: flex;
    flex-direction: column;
    margin: 3% 3% 3% 0%;
}

.cotacao__campo_primeiro input{
    width: 75%;
    margin-bottom: 3%;
    
}

.cotacao__campo_primeiro li{
    float:left;
     margin:0 5px 0 0;
    width:100px;
    height:40px;
    position:relative;
    
}


.mostrar_opcao{
    display: none;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

.cotacao__campo_primeiro input[type="radio"] {
    opacity:0.011;
    z-index:100;
    width: 100%;
    height: 100%;
}

.cotacao__campo_primeiro li label, .cotacao__campo_primeiro li input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}



.cotacao__campo_primeiro input[type="radio"]:checked + label {
    background: #405cf5;
}

.cotacao__campo_primeiro li label {
    padding:5px;
    border:1px solid #CCC; 
    border-radius: 20px;
    cursor:pointer;
   z-index:90;
}



.cotacao__campo_segundo{
    display: flex;
    flex-direction: column;
    margin-top: 3%;
}

.cotacao__campo_segundo input{
    width: 150%;
    margin-bottom: 8%;
}

.cotacao__duvida{
    display: flex;
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 3%;
}

.cotacao__duvida p{
    color: white;
    font-weight: 800;
    font-size: 1.5rem;
    margin-right: 1%;
}

.enviar{
    text-align: center;
    margin-bottom: 3%;
}

.enviar button{
    width: 300px;
    height: 50px;

    appearance: button;
    backface-visibility: hidden;
    background-color: #405cf5;
    border-radius: 6px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    height: 44px;
    line-height: 1.15;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    text-align: center;
    text-transform: none;
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.enviar button:disabled {
    cursor: default;
  }

.enviar button:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.cotacao__duvida button{
    background-color: transparent;
    border-radius: 28px;
    border: 1px solid white;
    cursor: pointer;
    color: white;
    font-size: 1.2rem;
    font-weight: 200;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 2px 12px;
}

.carousel-item img{
    width: 100%;
    height: 75vh;
    opacity: 0.7;
    object-fit: cover;
}

.carousel_imagens{
    background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(59,222,220,1) 41%, rgba(0,14,255,1) 100%);
}

