
:root{
    --whitecolor: rgb(240, 240, 240);
    --whiter: rgb(248, 248, 248);
    --grisclarete: rgb(248, 242, 242);
    --gris: rgb(124, 123, 123);
    --grisoscuro: rgb(75, 75, 75);
    --grisclaro: rgba(221, 218, 218, 0.7);
    --azultipo: rgb(0, 71, 128);
    --rojo: rgb(245, 76, 76);
    --azulelectrico: rgb(19, 10, 3);
    --orangevibrante: rgb(204, 85, 0);
    --orangina: rgb(214, 147, 100);
    --naranja: #e44634;
    --naranjasuave: #0e0a09;
    --naranjamassuave: #f5978c;
    --radio: 5px;
}
@font-face {
    font-family: 'Osterbar';
    src: url('../font/Osterbar.ttf') format('ttf'),
    url('../font/Osterbar.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
*{box-sizing: border-box; margin: 0px;}
body{
    background-color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    width: 100%;
}
nav{
    background-color: var(--azulelectrico);
    display: flex;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 2em;
    width: 100%;
}
.enlaces{
    min-width: 75%;
}
.logotrucxs{
    color: white;
    font-size: 1em;
}
.logox{
    color: var(--naranja);
}
.divmarca{
    background-color: var(--azulelectrico);
    border: white 8px solid;
    border-radius: var(--radio);
    padding: 8%;
    min-height: 80vh;
}
.marca{
    align-content: center;
    font-size: 30px;
    font-stretch: condensed;
    justify-content: center;
    display: flex;
    line-height: 250px;
    width: 100%;
}
.centrado{
    text-align: center;
}


.divlogo {
    display: flex;
    width: 100%;
}
.logoizq{
    margin-left: 1em;
    text-align: left;
    width: 90%;
}
.logodec{
    text-align: left;
}
.logo {
    width: 130px;
    padding: 0 .5em;
}
.logorojaisa{
    width: 100px;
    padding: 0 .5em;
}
.logotext {
    font-size: 0.6em;
    font-weight: lighter;
    margin: 0 auto;
    padding-right: 1em;
}

.textoblanco {
    color: white;
    font-weight: 500;
}

.textonaranja {
    color: var(--naranja);
    font-weight: 500;
}

.tituloblanco {
    color: white;
    font-size: 1em;
    font-weight: 400;
    margin: 3vh;
}

.divcontratar {
    text-align: center;
    width: 100%;
    margin: 1em 0;
}

.btncontratar {
    background-color: var(--naranja);
    border: var(--orangevibrante) 1px solid;
    border-radius: var(--radio);
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding: 0.6em 1em;
    margin: 2em;
    text-decoration: none;
    min-width: 220px;
}

.btncontratar:hover {
    background-color: var(--naranjasuave);
}

.btncontratar:active {
    background-color: var(--naranjamassuave);
}
.cartelpos{
    text-align: center;
    margin-top: 4em;
}
.fondocarga{
    background-color: var(--naranjasuave);
    border: black 1px solid;
    border-radius: var(--radio);
    margin: 1em auto;
    padding: 2em;
    position: relative;
    text-align: center;
    top: 1em;
    transform: rotate(-10deg);
    width: 70%;
    z-index: 2;
}
.fondoentrega{
    background-color: var(--grisclarete);
    border: var(--gris) 1px solid;
    border-radius: var(--radio);
    transform: rotate(10deg);
    text-align: center;
    position: relative;
    margin: 1em auto;
    padding: 2em;
    top: -2em;
    width: 70%;
    z-index: 1;
}
.fondoprecio{
    background-color: var(--naranja);
    border: var(--gris) 1px solid;
    border-radius: var(--radio);
    color: white;
    margin: 5em auto;
    min-height: 3em;
    position: relative;
    top: 2em;
    width: 70%;
    z-index: 0;
}
.tarifasimple{
    min-height: 2em;
    text-align: center;
}
.titulocp{
    color: white;
}
.titulocpd{
    color: black;
}
.cp{
    border: var(--gris) 1px solid;
    border-radius: var(--radio);
    padding: 10px;
    margin-top: 5px;
    width: 90%;
}
footer{
    background-color: var(--azulelectrico);
    color:#f0f0f0; 
    font-size:12px;
    margin:auto;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: left;
    height: 40px;
    width: 100vw;
}
.linkfooter{
    background-color: transparent;
    color: white;
    text-decoration: underline;
}
.coolfooter1{
    flex: 1 4 auto;
    width: 20%;
}
.coolfooter2{
    flex: 1 2 auto;
    line-height: 40px;
    width: 10%;
}