: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(180, 180, 180, 0.9);
    --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: #ec5c4c;
    --naranjamassuave: #f5978c;
    --radio: 4px;
}

* {
    box-sizing: border-box;
    margin: 0px;
}

body {
    background-color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    width: 100%;
}

nav {
    background-color: var(--azulelectrico);
    display: flex;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 2em;
    width: 100%;
}

.enlaces {
    min-width: 90%;
}

.logotrucxs {
    color: white;
    font-size: 1em;
}

.logox {
    color: var(--naranja);
}

.divmarca {
    background-color: var(--azulelectrico);
    border: white 12px solid;
    border-radius: var(--radio);
    padding: 10%;
}

.marca {
    align-content: center;
    font-size: 100px;
    font-stretch: condensed;
    justify-content: center;
    display: flex;
    min-height: 40%;
    line-height: 240px;
    width: 100%;
}

.divcp {
    display: none;
}

.centrado {
    text-align: center;
}

.divlogo {
    display: flex;
    width: 100%;
}
.logoizq{
    margin-left: 1em;
    text-align: left;
    width: 90%;
}
.logodec{
    text-align: left;
}
.logo {
    width: 150px;
    padding: 0 .5em;
}
.logorojaisa{
    width: 110px;
    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;
    min-width: 220px;
}

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

.btncontratar:active {
    background-color: var(--naranjamassuave);
}
.divsimple{
    margin: 20em;
    border: var(--naranja) 1px solid;
    border-radius: var(--radio);
    transform: rotate(-22deg);
    width: 75%;
}
.tarifasimple{
    background-color: #f5978c;
}

.cartelpos{
    text-align: center;
    margin-top: 4em;
}
.divsimple{
    background-color: var(--naranjasuave);
    border: var(--naranja) 2px solid;
    border-radius: var(--radio);
    margin: 2em auto;
    padding: 2em;
    position: relative;
    top: -8em;
    transform: rotate(-5deg);
    width: 70%;
    z-index: 1;
}
.fondosimple{
    background-color: var(--grisclarete);
    border: var(--grisclaro) 4px solid;
    min-height: 8em;
    transform: rotate(20deg);
    position: relative;
    top: 5em;
    left: 3em;
    width: 70%;
    z-index: 0;
}
.tarifasimple{
    min-height: 2em;
    transform: rotate(5deg);
    text-align: center;
}
.titulocp{
    color: white;
}
.cp{
    border: var(--grisclaro) 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;
    margin-left: 1em;
    width: 60%;
}
.coolfooter2{
    flex: 1 2 auto;
    width: 10%;
}