body {
    margin: 0;
}
a {
    color: black;
    text-decoration: none;
}
section {
    position: relative;
}
img {
    object-fit: contain;
}
h3.titulo {
    margin: 8vh 0;
} 


/*  Clases  */


.flex {
    display: flex !important;
    justify-content: space-between;
}

.contenedor {
    width: 80vw;
}


/*  Clases  */

/*  Header  */


.head {
    position: fixed;
    font-family: 'Roboto', sans-serif;
    font-size: 1vw;
    color: #333;
    justify-content: start;
    align-items: center;
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.09);
    background-color: white;
    z-index: 2;
    width: 100vw;
}

.logo {
    height: 9.5vh;
    width: 9vw;
    align-items: center;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 2vw;
}

.menu {
    margin: 0;
    padding: 0;
    align-items: center;
    width: 90vw;
}

.menu li {
    display: block;
}

.menu li a {
    height: 9.5vh;
    width: 10.5vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 0.5vh solid rgba(0,0,0,0);
    transition: .27s;
}

.menu li a:hover {
    border-top: 0.5vh solid #0073e6;
    background-color: rgba(0, 0, 0, 0.02);
}

#active {
    border-top: 0.5vh solid #0073e6;
}

.boton {
    display: none;
    background-color: transparent;
    border: none;
    margin-right: 4vh;
}

.contBuscador {
    position: absolute;
    width: 17vW;
    height: 6vh;
    background-color: #fff;
    right: 1.5vw;
    top: 11.5vh;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.09);
    border-radius: 0.5vw;
}

.contBuscador>input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0.3vw;
    width: 12vw;
    height: 3vh;
    padding: 0.3vh 0.7vw;
    margin-left: 0.3vw;
    font-size: .9vw;
}

.resultado {
    position: absolute;
    background-color: white;
    width: 17vW;
    max-height: 24vh;
    right: 1.5vw;
    top: 17.5vh;
    z-index: -1;
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.09);
    border-radius:0 0 0.5vw 0.5vw;
    flex-wrap: wrap;
    overflow: auto;
    padding-top: 3vh;
    display: none;
}

.resultBusq {
    position: relative;
    padding-left: 1.5vw;
    width: 17vw;
    font-size: .95vw;
    align-items: center;
    margin: 0;
    min-height: 4vh;
    max-height: 8vh;
    box-sizing: border-box;
    padding: 1vh 3vh;
}

.resultBusq:hover {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}


/*  Header  */

/*  Inicio  */


.contTitulo {
    position: absolute;
    top: 50vh;
    left: 6vw;
    width: 35vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hero {
    height: 89.5vh;
}

.tituloP {
    padding-top: 10.5vh;
}

h1 {
    margin: 0;
    font-size: 12.2vw;
    color: #333;
}

h1 span {
    font-size: 8.8vw;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    margin: 0;
}

.figure {
    position: relative;
    float: right;
    margin: 0;
    overflow: hidden;
    height: 100%;
    width: 40vw;
    z-index: -1;
}

.imagen_portada {
    position: relative;
    top: 55%;
    left: 65%;
    height: 80vh;
    transform: translate(-50%, -50%);
}
/*.imgVideos {
    
}*/
.mangPort {
    height: 110%;
}

.contAnimacion {
    position: relative;
    height: 89.5vh;
    width: 50vw;
    float: right;
    overflow: hidden;
}

.flechasP {
    position: absolute;
    top: 50%;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 1vh;
    z-index: 1;
    height: 10vh;
    width: 3vw;
    transition: .3s;
    transform: translate( 0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flechasP:hover {
    color: rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.4);
}

.flechaIz {
    left: 0;
    border: none;
}

.flechaDe {
    right: 0;
}

.imgPort {
    position: absolute;
    height: 89.5vh;
    width: 100%;
}

.imgPortVisible {
    right: 0;
}

.imgPort>a {
    position: absolute;
    left: 0;
    margin-left: 4vw;
    font-family: 'Roboto', sans-serif;
    font-size: 6vh;
    color: rgba(0, 100, 200, 0.8);
    display: flex;
    align-items: center;
    height: 100%;
    width: 15vw;
    background: white;
    box-shadow: 40px 0px 100px 100px white, -100px 0px 150px 20px white;
    transition: 1.2s;
}
.imgPort>a>i {
    margin-top: .5vw;
    margin-left: .5vw;
}

.imgPort>a:hover {
    cursor: pointer;
}

.imgPort:hover>a {
    left: 70px;
}
.imgVideos {
    top: 50%;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    margin: 0;
}


/*  Inicio  */

/*  Opciones  */


.opciones {
    justify-content: space-around;
    align-items: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.op {
    width: 11vw;
    height: 4vh;
    background-color: #3876B3;
    color: white;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: .9vw;
    transition: .2s;
    text-align: center;
}

.op:hover {
    background-color: #27e3bd;
    cursor: pointer;
}

.op:active {
    background-color: #0066cc;
}

.act {
    background-color: #09dade;
}


/*  Opciones  */

/*  Menu items  */


.menu-items {
    flex-wrap: wrap;
    margin-bottom: 4vw;
}

.items {
    position: relative;
    margin: 3vh 0.5vw 0.5vw;
    width: 25vw;
    height: 40vh;
    font-family: 'Roboto', sans-serif;
    font-size: .8vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    transition: display 1s;
}

.items:hover {
    cursor: pointer;
}

h4 {
    transition: .3s;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.33vw;
    font-weight: 500;
    margin: 0;
    background-color: #3876B3;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 0 2vw;
}

.items:hover>h4 {
    background-color: #0073e6;
}

.items>img {
    height: 38vh;
    transition: .3s;
}

.items:hover>img {
    height: 44vh;
}

.ocultar {
    display: none;
}


/*  Menu items  */

/*  Cuadro especificaciones  */


.specs {
    position: fixed;
    width: 100vw;
    height: 89.7vh;
    top: 10.3vh;
    background-color: white;
    display: none;
    z-index: 1;
}

.tituloC {
    position: absolute;
    top: 0;
    height: 10vh;
    width: 100vw;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: transparent;
    color: black;
    font-size: 2vw;
}

.contenedorC {
    position: absolute;
    height: 70vh;
    margin-top: 10vh;
    flex-wrap: nowrap;
    width: 100vw;
    justify-content: space-around;
}

.imgC {
    position: relative;
    width: 80vw;
    height: 100%;
    justify-content: center;
}

.imagenP {
    height: 80%;
}

.menuImg {
    max-width: 38vw;
    height: 20%;
    align-items: center;
    overflow: auto;
    position: absolute;
    bottom: 1vh;
}

.imgb {
    width: 38vw;
}

.imgSpecs {
    position: relative;
    height: 80%;
    transition: .3s;
}

.imgSpecs:hover {
    cursor: pointer;
    height: 100%;
}

.imgSpecs2 {
    position: relative;
    height: 55%;
    transition: .3s;
}

.imgSpecs2:hover {
    cursor: pointer;
    height: 100%;
}

.imgVideo {
    position: relative;
    transition: .3s;
    height: 50%;
    border: solid transparent;
    border-width: 0 .5vw;
}

.imgVideo:hover {
    cursor: pointer;
    height: 75%;
}

.tablaC {
    position: relative;
    width: 38vw;
    height: 64vh;
    margin: 3vh 2vw;
}    

.bodyT {
    flex-wrap: wrap;
    width: 38vw;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5vh;
}

.bodyT>tr:first-child {
    width: 100vw;
    justify-content: center;
    font-size: 2.7vh;
}

tr {
    display: flex;
    justify-content: space-between;
    width: 100vw;
}

th {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2vw;
    font-weight: 500;
}

.videoItems {
    border: 0;
    height: 60%;
    width: 38vw;
    margin-top: 3.5vh;
}

.gris {
    background-color: rgba(0, 0, 0, 0.13);
}

.cerrar {
    position: absolute;
    top: 5vh;
    left: 6vh;
    width: 5vh;
    height: 5vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    color: black;
}    

.noMostrar {
    display: none;
}

.mostrar {
    display: block;
}

.botonLink {
    height: 5vh;
    width: 14vw;
    font-size: 2vh;
    font-family: 'Roboto', sans-serif;;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    background-color: #3876B3;
    color: white;
    transition: .3s;
    border-top-left-radius: 50vh;
    justify-content: center;
    align-items: center;
}

.botonLink:hover {
    background-color: #0073e6;
}
.botonLink:active {
    background-color: #419dfa;
}
.botonLink:nth-of-type(2) {
    display: none !important;
}
.clipCopiar {
    margin-left: 1.3vh;
}

.contBtnEspc {
    display: none;
    color: black;
    position: relative;
    top: 82vh;
    left: 50%;
    height: 6vh;
    width: 50vw;
    display: none;
    align-items: center;
    justify-content: center;
    transition: .2s;
    transform: translate(-50%, -50%);
    border-radius: 10vw;
    background-color: #3876B3;
    color: white;
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.09);
}

.contBtnEspc>p {
    margin: 0 2vw;
    font-family: 'Roboto', sans-serif;
    font-size: 4.8vw;
}


/*  Cuadro especificaciones  */
/*  Videos  */


.videos {
    position: relative;
    left: 50%;
    width: 55vw;
    height: 60vh;
    transform: translate(-50%,0);
    border: 0;
    padding-bottom: 10vh;
}


/*  Footer  */


footer {
    background-color: #3876B3;
    color: white;
    justify-content: space-around !important;
    align-items: center;
    font-size: 1.3vw;
}

footer>div {
    width: 24vw;
    flex-wrap: wrap;
}

.logoF {
    width: 24vw;
    font-family: 'Roboto', sans-serif;
    font-size: 2vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 3vh;
}
.logoF>h5 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 5vw;
    margin: 0;
}

.logoF>h5>span {
    font-size: 4vw;
}

.marcas {
    width: 24vw;
    padding-top: 2.5vh;
    justify-content: space-between;
}

.coxo {
    width: 8.4vw;
}

.vrn {
    width: 7.4vw;
}

.direc {
    width: 21vw;
    height: 30vh;
    margin: 3vw 0;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.direc>h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.5vw;
    margin: 0;
    margin-top: 1.2vw;
    width: 20vw;
}

.direc>h5:nth-child(1) {
    margin: 0;
}

.direc>p {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.direc>a{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
}


@media only screen and (max-width: 1450px) {
    .head {
        justify-content: space-between;
        font-size: 1.5vw;
    }

    .logo {
        height: 12vh;
        width: 10vw;
        font-size: 2vw;
    }

    .menu {
        position: absolute;
        right: -37vw;
        top: 12vh;
        width: 35vw;
        height: 88vh;
        flex-wrap: wrap;
        background-color: white;
        justify-content: center;
        box-shadow: -5px 0px 10px 1px rgba(0,0,0,0.09);
        transition: .3s;
        z-index: -1;
    }

    .menu li a{
        position: relative;
        width: 30vw;
        border: none;
        border-radius: 0.7vh;
        box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
    }

    .menu li a:hover {
        border: none;
        background-color: rgba(0, 0, 0, 0.03);
    }

    #active {
        border: none;
        background-color: #3876B3;
        color: white;
    }
    .boton {
        display: block;
    }
    .btn2 {
        position: absolute;
        right: -100vw;
        transition: .3s;
        z-index: 1;
    }
    .contBuscador {
        top: 6vh;
        right: 50%;
        width: 26vw;
        box-shadow: none;
        transform: translate(50%,-50%);
    }
    .contBuscador>input{
        height: 3.7vh;
        width: 24vw;
        font-size: 1.2vw;
    }
    .resultado {
        top: 12vh;
        width: 26vw;
        right: 50%;
        transform: translate(50%,0);
        padding-top: 0;
    }
    .resultBusq {
        font-size: 1.5vw;
        width: 23vw;
        height: 5.3vh;
        margin: 0;
    }
    .imgPort>a {
        font-size: 5vh;
        width: 16vw;
    }
    .mostrarM {
        right: 0;
    }
    .op {
        font-size: 1.7vw;
        height: 7vh;
    }
    .videos {
        width: 75vw;
    }
    footer {
        font-size: 1.6vw;
    }
    .logoF {
        font-size: 2vw;
    }

    .logoF>h5 {
        font-size: 7vw;
    }

    .logoF>h5>span {
        font-size: 5vw;
    }

    .direc {
        height: 50vh;
    }

    .direc>h5 {
        font-size: 1.8vw;
    }
    .cerrar {
        top: 7vh
    }
    .tituloC {
        top: 2vh;
        font-size: 2.6vw;
    }
    .botonLink {
        width: 16vw;
    }
}

@media only screen and (max-width: 1200px) {
    .head {
        font-size: 1.8vw;
    }

    .logo {
        font-size: 2.5vw;
    }

    h3 {
        font-size: 3.5vw;
    }
    .imgPort {
        background: rgba(255, 255, 255, 0.4);
    }
    .imgPort>a {
        box-shadow: none;
        background: transparent;
        width: 22vw;
        font-size: 6.5vh;
        color: rgba(0, 100, 200, 1);
    }
    .figure {
        width: 50vw;
    }
    .imgVideos {
        top: 50%;
        left: 50%;
        height: 70vh;
    }
    .flechasP {
        width: 4vw;
        height: 11vh;
        display: none;
    }
    .op {
        width: 14vw;
        font-size: 1.5vw;
    }
    .items {
        width: 35vw;
    }
    .items>img {
        width: 40vw;
    }
    h4 {
        font-size: 1.9vw;
    }

    footer {
        font-size: 2vw;
    }

    .logoF>h5 {
        font-size: 9vw;
    }

    .logoF>h5>span {
        font-size: 7vw;
    }

    .direc>h5 {
        font-size: 2.3vw;
    }

    .tituloC {
        font-size: 3vw;
    }
    .botonLink {
        width: 20vw;
        height: 6vh;
        font-size: 2.5vh;
    }
}

@media only screen and (max-width: 900px) {
    .head {
        font-size: 5vw;
    }
    .logo {
        margin-left: 3vh;
        width: 14vw;
        font-size: 6vw;
    }

    .menu {
        top: 0;
        right: -100vw;
        width: 100vw;
        height: 88vh;
        padding-top: 12vh ;
        z-index: 1;
    }
    
    .menu li a {
        height: 9vh;
        width: 70vw;
    }

    .menu>li:first-child>a {
        margin-top: 2.5vh;
    }
    .menu>li:last-child>a {
        margin-bottom: 2.5vh;
    }
    .boton {
        margin-right: 3vh;
    }
    .btn2 {
        position: absolute;
        right: -100vw;
        transition: .3s;
        z-index: 2;
    }
    .contBuscador {
        height: 12vh;
        top: 0;
        right: -100vw;
        width: 100vw;
        z-index: 1;
        transform: translate(0,0);
        transition: .3s;
        box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.09);
    }
    .contBuscador>input {
        width: 60vw;
        height: 6vh;
        font-size: 5vw;
        text-align: center;
        border-radius: 5vh;
    }
    .resultado {
        max-height: 88vh;
        width: 100vw;
        z-index: 1;
    }
    .resultBusq {
        width: 80vw;
        height: 10vh;
        padding-left: 8vw;
        font-size: 4vw;
    }
    .contTitulo {
        z-index: 1;
        top: 50%;
        left: 25%;
        width: 40vw;
        transform: translate(-50%,-50%);
    }
    .contTitulo>h1 {
        font-size: 15vw;
    }
    .contTitulo>h1>span {
        font-size: 12vw;
    }
    .contTitulo>h2 {
        font-size: 3.4vw;
    }
    .contAnimacion {
        width: 100vw;
    }
    .imgPort {
        background-color: transparent;
    }
    .imgPort>a {
        left: 25%;
        width: 35vw;
        margin-left: 0;
        font-size: 4vh;
        height:max-content;
        bottom: 20%;
        text-align: center;
        transform: translate(-50%,-50%);
        justify-content: center;
    }
    .imgPort>a>i {
        margin-top: 1vw;
    }
    .mostrarM {
        right: 0;
    }
    .mostrarB {
        right: 0;
    }
    .mostrarBtn {
        display: flex;
    }
    .imagen_portada { 
        height: 85%;
        left: 50%;
        top: 50%;
    }
    h3 {
        font-size: 6vw;
    }
    .opciones {
        flex-wrap: wrap;
    }
    .op {
        margin-top: 1vw;
        width: 24vw;
        font-size: 3.8vw;
    }
    .contenedorC {
        flex-wrap: wrap;
    }
    .menu-items {
        justify-content: center;
    }
    .items {
        width: 80vw;
    }
    .items>img {
        width: 90vw;
        height: auto;
    }
    h4 {
        font-size: 3.6vw;
    }

    .videoItems {
        width: 75vw;
    }

    .imagenP {
        width: 100vw
    }
    .imgb {
        width: 100vw;
    }
    .menuImg {
        max-width: 85vw;
    }
    .tituloC {
        font-size: 6vw;
        padding: 0 10vh;
        box-sizing: border-box;
        margin-top: 1vh;
    }
    .mostrar {
        display: block;
    }
    .cerrar {
        scale: .8;
    }
    .btnEspe {
        transition: .3s;
    }
    .rotarBtn {
        rotate: 180deg;
    }
    .tablaC {
        position: absolute;
        top: 0;
        left: 100vw;
        background-color: white;
        width: 100vw;
        height: 75vh;
        display: flex;
        justify-content: center;
        transition: .3s;
        margin: 0;
    }
    .bodyT {
        width: 75vw;
        max-height: 88%;
    }
    .mostrarTab {
        left: 0;
    }
    .videos {
        width: 80vw;
        height: 50vw;
    }
    footer {
        font-size: 2.5vh;
        flex-wrap: wrap;
    }
    footer>div {
        width: 80vw;
        flex-wrap: wrap;
        margin-top: 5vh;
    }
    .logoF {
        width: 80vw;
        font-size: 6vw;
    }
    .logoF>h5 {
        font-size: 26vw;
    }
    .logoF>h5>span {
        font-size: 23vw;
    }
    .marcas {
        width: 80vw;
    }
    .coxo {
        width: 40vw;
    }
    .vrn {
        width: 30vw;
    }
    .direc {
        width: 80vw;
        margin-top: 6vh;
    }
    .direc>h5 {
        width: 80vw;
        font-size: 2.9vh;
    }
    .direc>a {
        margin-bottom: 4vh;
    }
    .direc>p {
        margin-bottom: 4vh;
    }
    .botonLink:nth-of-type(2) {
        display: flex !important;
    }
    .botonLink {
        width: 16vw;
        height: 6vh;
        font-size: 2vh;
        border-radius: 10vh;
        right: 2vh;
        top: 3.7vh;
    }
    .specs>.botonLink:first-of-type {
        display: none !important;
    }
}


/*  Footer  */