/* BASE CLASES PROPIAS */

button[data-action="stop"],
button[data-action="start"] {
    display: none;
}
:focus,
input:focus,
button:hover,
button:focus {
    outline: none;
}
nav.bg-white{box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);}
.transition3s {
    transition: all 0.3s ease-in-out;
}
.img::after {
    content: "";
    display: block;
}
.hp-1\/7::after {
    content: "";
    display: block;
    padding-top: 70%;
}
.hp-1\/6::after {
    content: "";
    display: block;
    padding-top: 60%;
}
.hp-1\/5::after {
    content: "";
    display: block;
    padding-top: 50%;
}
.hp-1\/4::after {
    content: "";
    display: block;
    padding-top: 40%;
}
.hp-1\/3::after {
    content: "";
    display: block;
    padding-top: 30%;
}
.text-colorEmpresa {
    color: #79dea7;
}
.svg {
    left: -18px;
}
.bg-texto-banner {
    background-size: 100% 75%;
    top: 60px;
}
.bg-colorEmpresa {
    background-color: #79dea7;
}
.bg-colorEmpresaOscuro {
    background-color: #064851;
}
.text-colorEmpresaOscuro,
.text-colorEmpresaOscuro p {
    color: #064851;
}
.top-50 {
    top: 50%;
}
.kax-h-lg {
    max-height: ;
}
.w-screen-4\/12 {
    width: 33.33vw;
}
.w-screen-5\/12 {
    width: 42vw;
}
.w-screen-6\/12 {
    width: 50vw;
}
.max-w-none {
    max-width: none;
}
.border-colorEmpresa {
    border: 1px solid #064851;
}
.text-redIcons-color {
    color: #69021f;
}
.bg-redIcons-color {
    background-color: #69021f;
}
.svg-section1 {
    transform: scale(1.14);
}
.imagen-section1 {
    transform: scale(0.96);
    padding-left: 9px;
}
.bg-flipcard-color {
    background-color: #064851;
}
.h-100 {
    height: 24rem;
}
.text-marcasColor {
    color: #9e6316;
}
.bg-marcasColor {
    background-color: #9e6316;
}
.w-1\/7 {
    width: 14.28%;
}
.text-colorContacto {
    color: #9e6316;
}
.bg-yellow-contacto {
    background-color: #fdc32d;
}
.text-yellow-contacto {
    color: #fdc32d;
}
.border-marron {
    border-color: #9e6316;
}
.contacto ::placeholder {
    color: #9e6316;
}
.w-50vw {
    width: 50vw;
}
.fondo-contacto {
    transform: skewX(-6deg);
    left: -32px;
}
.centerY {
    top: 50%;
    transform: translateY(-50%);
}
.sepia {
    -webkit-filter: sepia(0.7);
    filter: sepia(0.7);
}
.mapa iframe {
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}
.scale:hover .imagen-section1 {
    transform: scale(0.9);
}
.scale:hover .play .fa-play {
    font-size: 4rem;
}
.play .fa.fa-play {
    font-size: 0;
}
.filter-white {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}
/* .wow{visibility:hidden}
 */.iconMenu {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.iconMenu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #79dea8;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.iconMenu span:nth-child(1) {
    top: 0px;
    width: 100%;
}

.iconMenu span:nth-child(2),
.iconMenu span:nth-child(3) {
    top: 18px;
    width: 80%;
}

.iconMenu span:nth-child(4) {
    top: 36px;
    width: 60%;
}

.iconMenu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.iconMenu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.iconMenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.iconMenu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.menu.toggled {
    transform: translateX(100%);
}
/* CLASES para el FLIP */
.rotateY-0{transform: rotateY(0)!important;}
.flip-card {
    /* background-color: transparent; */
    /* width: 300px;
  height: 300px; */
    perspective: 1000px;
}
/* li.flip-card .flip-card-inner:nth-child(n){background-image: url('images/fondo_listado.png');} */
li.flip-card:nth-child(9n + 1) > div .flip-card-front {
    background-image: url("template/estandar/images/fondo_listado.png");
}
li.flip-card:nth-child(9n + 2) > div .flip-card-front {
    background-image: url("template/estandar/images/fondo_listado2.png");
}
li.flip-card:nth-child(9n + 3) > div .flip-card-front {
    background-image: url("template/estandar/images/fondo_listado3.png");
}
li.flip-card:nth-child(9n + 4) > div .flip-card-front {
    background-image: url("template/estandar/images/fondo_listado4-7.png");
}
li.flip-card:nth-child(9n + 5) > div .flip-card-front {
    background-image: url("template/estandar/images/fondo_listado5.png");
}
li.flip-card:nth-child(9n + 6) > div .flip-card-front {
    background-image: url("template/estandar/images/fondo_listado6.png");
}
li.flip-card:nth-child(9n + 7) > div .flip-card-front {
    background-image: url("template/estandar/images/fondo_listado4-7.png");
}
li.flip-card:nth-child(9n + 8) > div .flip-card-front {
    background-image: url("template/estandar/images/fondo_listado8.png");
}
li.flip-card:nth-child(9n + 9) > div .flip-card-front {
    background-image: url("template/estandar/images/fondo_listado9.png");
}

li.flip-card::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.flip-card-inner {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner,
.flip-card.hovered .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}
/* CLASES NUEVAS */
@font-face {
    font-family: "Rotis semi";
    src: url("template/estandar/fonts/RotisSemiSerifStd-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "XenoisSansPro";
    url('template/estandar/fonts/XenoisSansPro-Italic.otf'),font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "XenoisSansPro";
    src: url("template/estandar/fonts/XenoisSansPro-BoldItalic.otf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "XenoisSansPro";
    src: url("template/estandar/fonts/XenoisSansPro-Bold.otf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "XenoisSansPro";
    src: url("template/estandar/fonts/XenoisSansPro-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 767px) {
    .dispositivos .background {
        background-image: url("template/estandar/images/fondo1_2.jpg");
        background-size: 100% 100%;
    }
    .contenidos .background {
        background-image: url("template/estandar/images/fondo3.png");
        background-size: 100% 100%;
    }
}
@media (max-width: 768px) {
    .nav img{height: 2.5rem;}
    .iconMenu span:nth-child(1) {
        top: 0px;
        width: 100%;
    }

    .iconMenu span:nth-child(2),
    .iconMenu span:nth-child(3) {
        top: 13px;
        width: 80%;
    }

    .iconMenu span:nth-child(4) {
        top: 26px;
        width: 60%;
    }
    .iconMenu {
        width: 45px;
        height: 30px;
    }
    .iconMenu span {
        height: 3px;
    }
    .dispositivos .background {
        background-color: #ff6f55;
    }
    .contenidos .background {
        background-color: #8534f6;
    }
    footer p,
    footer li {
        text-align: center;
    }
    .bg-texto-banner {
        background-size: 100% 50%;
    }
}
@media (min-width: 1024px) {
    .lg\:w-1\/7 {
        width: 14.28%;
    }
}
p {
    font-family: "XenoisSansPro";
    font-size: 21px;
    font-weight: normal;
}
.banner .tns-controls {
    display: none;
}


.marcas .tns-controls {
    display: none;
}
.rrss,
.rrss i {
    transition: all 0.2s;
}
.rrss:hover {
    background-color: #064851;
}
.rrss:hover a > i {
    color: #ffffff;
}
.font {
    font-family: "Rotis semi";
}
.font-xenois {
    font-family: "XenoisSansPro";
}
.ico-font {
    font-family: "Icons";
}
.checkbox input:checked + div {
    color: #63b3ed;
}
.checkbox input:checked + div > img {
    opacity: 1;
}
.max-h-xl{max-height: 650px;}
