@import url("https://fonts.googleapis.com/css?family=Heebo:800");
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.contenedor-banner {
    display: flex;
    flex-direction: row;
    background-color: red;
}

.transporte1 img {
    width: 50%;
}

body {
    background-image: url(img/gradiant.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
}

.colora {
    text-decoration: none;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: rgb(104, 103, 103);
}


/******************NAVIGATION**********************/

ul {
    list-style: none;
}

.carcomp {
    margin-top: -6%;
    margin-left: 92%;
}

.compra {
    width: 87%;
}

.nav-menu {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -5%;
    padding: 20px 0;
    width: 60%;
    margin-left: 30%;
}

.nav-log {
    width: 20%;
    margin-left: 4%;
}

.line-color {
    display: flex;
    flex-direction: row;
    margin-top: 11px;
    margin-bottom: 10px;
}

.colorblue {
    margin-top: 4%;
    width: 50%;
    height: 10px;
    background-color: #006695;
}

.colorbluemoon {
    margin-top: 4%;
    width: 50%;
    height: 10px;
    background-color: #2193b0;
}

.line-color2 {
    display: flex;
    flex-direction: row;
}

.colorblue2 {
    margin-left: 5%;
    margin-top: 30%;
    width: 45%;
    height: 5px;
    background-color: #006695;
}

.colorbluemoon2 {
    margin-top: 30%;
    width: 45%;
    height: 5px;
    background-color: #2193b0;
}

.line-color3 {
    display: flex;
    flex-direction: row;
}

.colorblue3 {
    margin-top: -6%;
    margin-left: 5%;
    width: 45%;
    height: 5px;
    background-color: #006695;
}

.colorbluemoon3 {
    margin-top: -6%;
    width: 45%;
    height: 5px;
    background-color: #2193b0;
}

.line-color4 {
    display: flex;
    flex-direction: row;
}

.colorblue4 {
    margin-top: 18%;
    margin-left: 5%;
    width: 45%;
    height: 5px;
    background-color: #006695;
}

.colorbluemoon4 {
    margin-top: 18%;
    width: 45%;
    height: 5px;
    background-color: #2193b0;
}

.line-color5 {
    display: flex;
    flex-direction: row;
}

.colorblue5 {
    margin-left: 5%;
    width: 45%;
    height: 5px;
    background-color: #006695;
}

.colorbluemoon5 {
    width: 45%;
    height: 5px;
    background-color: #2193b0;
}

.line-color6 {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
}

.colorblue6 {
    margin-top: 2%;
    margin-left: 5%;
    width: 45%;
    height: 5px;
    background-color: #006695;
}

.colorbluemoon6 {
    margin-top: 2%;
    width: 45%;
    height: 5px;
    background-color: #2193b0;
}


/***************************PRESENTACION***************************/

.parent {
    width: 100%px;
    height: 384px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    overflow: hidden;
    position: absolute;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    margin-top: 140px;
}

svg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 384px;
}

button {
    position: absolute;
    z-index: 50;
    width: 40px;
    overflow: hidden;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}

button:focus {
    outline-width: 0;
}

circle {
    stroke: #fff;
    fill: none;
    transition: 0.3s;
}

#svg1 circle {
    transition-timing-function: linear;
}

#svg2 circle {
    transition-timing-function: linear;
}

#Capa_1 {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-7px, -8px);
}

#Capa_2 {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-9px, -8px);
}

.right {
    margin-left: 1290px;
    margin-top: 168px;
    border: 1px solid #849494;
    background-color: transparent;
    transition: 0.5s;
}

.right:hover {
    background-color: #fff;
}

.left {
    margin-left: 0.5%;
    margin-top: 168px;
    border: 1px solid #849494;
    background-color: transparent;
    transition: 0.5s;
}

.left:hover {
    background-color: #fff;
}

.circle1 {
    transition-delay: 0.05s;
}

.circle2 {
    transition-delay: 0.1s;
}

.circle3 {
    transition-delay: 0.15s;
}

.circle4 {
    transition-delay: 0.2s;
}

.circle5 {
    transition-delay: 0.25s;
}

.circle6 {
    transition-delay: 0.3s;
}

.circle7 {
    transition-delay: 0.35s;
}

.circle8 {
    transition-delay: 0.4s;
}

.circle9 {
    transition-delay: 0.45s;
}

.circle10 {
    transition-delay: 0.05s;
}

.circle11 {
    transition-delay: 0.1s;
}

.circle12 {
    transition-delay: 0.15s;
}

.circle13 {
    transition-delay: 0.2s;
}

.circle14 {
    transition-delay: 0.25s;
}

.circle15 {
    transition-delay: 0.3s;
}

.circle16 {
    transition-delay: 0.35s;
}

.circle17 {
    transition-delay: 0.4s;
}

.circle18 {
    transition-delay: 0.45s;
}

.slide1 {
    background-image: url("img/presentacion/5.png");
}

.slide2 {
    background-image: url("img/presentacion/2.png");
}

.slide3 {
    background-image: url("img/presentacion/3.png");
}

.slide4 {
    background-image: url("img/presentacion/4.png");
}

.slider {
    position: absolute;
    width: 400%;
    height: 100%;
    background: #000;
    display: inline-flex;
    overflow: hidden;
}

.slide1,
.slide2,
.slide3,
.slide4 {
    position: absolute;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 62px;
    padding-top: 138px;
    font-weight: 800;
    font-family: "Heebo", sans-serif;
    text-align: center;
    width: 25%;
    height: 100%;
    z-index: 10;
    transition: 1.4s;
}

.tran {
    transform: scale(1.3);
}

.up1 {
    z-index: 20;
}

.up2 {
    z-index: 40;
}

.steap {
    stroke-width: 0;
}

.streak {
    stroke-width: 82px;
}

@media (max-width: 700px) {
    .parent {
        margin-left: 1%;
    }
}


/***********************RESPONSIVE****************************/


/*********************NavBar*****************************/

.check-btn {
    font-size: 30px;
    color: #006695;
    float: right;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

@media (min-width:1500px) {
    .line-color {
        margin-top: 2%;
    }
    #redessociales {
        margin-top: -2.5%;
    }
    .parent {
        margin-top: 12% !important;
    }
}

@media (max-width:1536px) {
    .compra-movil {
        display: none;
    }
}

@media (max-width:858px) {
    .compra-movil {
        display: inline;
        display: flex;
        justify-content: center;
    }
    .nav-menu img {
        width: 50% !important;
        justify-content: center;
        margin-left: 52px;
        margin-top: 8px;
    }
    .compra {
        display: none;
    }
    .col-md-10 {
        width: 100% !important;
        margin-right: 0px !important;
    }
}


/*TELEFONO MARIA*/

@media(max-width: 1080px) and (max-height: 2400px) {
    .historysection {
        margin-top: -60% !important;
    }
}

@media (max-width:1080px) {
    .check-btn {
        display: block;
    }
    .compra-movil {}
    .nav-menu {
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-top: 20px;
        width: 50% !important;
    }
    .nav-log {
        width: 45%;
    }
    label i {
        font-size: 100%;
        margin-top: 30px;
        margin-right: 20px;
    }
    ul {
        position: fixed;
        width: 100%;
        height: 50%;
        background-color: white;
        z-index: 2;
        display: flex;
        left: -100%;
        flex-direction: column;
        margin-top: 100px;
        transition: all 0.5s;
        border-radius: 20px;
    }
    li {
        margin-bottom: 30px;
    }
    a {
        display: flex;
        text-align: center;
        width: 100%;
        height: 100%;
    }
    a:hover {
        color: #006695;
    }
    .slider {
        z-index: 1;
    }
    .nav-menu {
        width: 100%;
    }
    #check:checked~ul {
        left: 0;
    }
    #redessociales {
        display: none;
    }
    /*********************BANNER PRESENTACION*****************************/
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .parent {
        width: 100%px;
        height: 250px;
        margin-top: 29%;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        position: absolute;
        border-radius: 16px;
        -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
        overflow: hidden;
    }
    svg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 384px;
    }
    button {
        position: absolute;
        z-index: 50;
        width: 40px;
        overflow: hidden;
        height: 40px;
        border: none;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    }
    button:focus {
        outline-width: 0;
    }
    circle {
        stroke: #fff;
        fill: none;
        transition: 0.3s;
    }
    #svg1 circle {
        transition-timing-function: linear;
    }
    #svg2 circle {
        transition-timing-function: linear;
    }
    #Capa_1 {
        position: absolute;
        width: 16px;
        height: 16px;
        transform: translate(-7px, -8px);
    }
    #Capa_2 {
        position: absolute;
        width: 16px;
        height: 16px;
        transform: translate(-9px, -8px);
    }
    .right {
        margin-left: 380px;
        margin-top: 168px;
        border: 1px solid #849494;
        background-color: transparent;
        transition: 0.5s;
    }
    .right:hover {
        background-color: #fff;
    }
    .left {
        margin-left: 0.5%;
        margin-top: 168px;
        border: 1px solid #849494;
        background-color: transparent;
        transition: 0.5s;
    }
    .left:hover {
        background-color: #fff;
    }
    .circle1 {
        transition-delay: 0.05s;
    }
    .circle2 {
        transition-delay: 0.1s;
    }
    .circle3 {
        transition-delay: 0.15s;
    }
    .circle4 {
        transition-delay: 0.2s;
    }
    .circle5 {
        transition-delay: 0.25s;
    }
    .circle6 {
        transition-delay: 0.3s;
    }
    .circle7 {
        transition-delay: 0.35s;
    }
    .circle8 {
        transition-delay: 0.4s;
    }
    .circle9 {
        transition-delay: 0.45s;
    }
    .circle10 {
        transition-delay: 0.05s;
    }
    .circle11 {
        transition-delay: 0.1s;
    }
    .circle12 {
        transition-delay: 0.15s;
    }
    .circle13 {
        transition-delay: 0.2s;
    }
    .circle14 {
        transition-delay: 0.25s;
    }
    .circle15 {
        transition-delay: 0.3s;
    }
    .circle16 {
        transition-delay: 0.35s;
    }
    .circle17 {
        transition-delay: 0.4s;
    }
    .circle18 {
        transition-delay: 0.45s;
    }
    .slide1 {
        background-image: url("img/presentacion/5.png");
    }
    .slide2 {
        background-image: url("img/presentacion/2.png");
    }
    .slide3 {
        background-image: url("img/presentacion/3.png");
    }
    .slide4 {
        background-image: url("img/presentacion/4.png");
    }
    .slider {
        position: absolute;
        width: 400%;
        height: 100%;
        background: #000;
        display: inline-flex;
        overflow: hidden;
    }
    .slide1,
    .slide2,
    .slide3,
    .slide4 {
        position: absolute;
        background-position: center;
        background-size: cover;
        color: #fff;
        font-size: 62px;
        padding-top: 138px;
        font-weight: 800;
        font-family: "Heebo", sans-serif;
        text-align: center;
        width: 25%;
        height: 100%;
        z-index: 10;
        transition: 1.4s;
    }
    .tran {
        transform: scale(1.3);
    }
    .up1 {
        z-index: 20;
    }
    .up2 {
        z-index: 40;
    }
    .steap {
        stroke-width: 0;
    }
    .streak {
        stroke-width: 82px;
    }
    .line-color3 {
        display: flex;
        flex-direction: row;
    }
    .colorblue3 {
        margin-top: -38%;
        margin-left: 5%;
        width: 45%;
        height: 5px;
        background-color: #006695;
    }
    .colorbluemoon3 {
        margin-top: -38%;
        width: 45%;
        height: 5px;
        background-color: #2193b0;
    }
    .line-color4 {
        display: flex;
        flex-direction: row;
    }
    .colorblue4 {
        margin-top: 5%;
        margin-left: 5%;
        width: 45%;
        height: 5px;
        background-color: #006695;
    }
    .colorbluemoon4 {
        margin-top: 5%;
        width: 45%;
        height: 5px;
        background-color: #2193b0;
    }
}

.mensaje-enviado {
    display: flex;
    justify-content: center;
    background-color: red;
    width: 100%;
    flex-direction: row;
}