@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');

/* Custom Stylesheet */


/**
 * Made By OscarPx
 */


/*General elements-------------------------------------*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

body,
a,
p {
    color: #231f20;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    body,
    a,
    p {
        font-size: 16px;
    }

    .pdescripnoso{
        margin-left: 130px;
    }
}

@media only screen and (min-width: 1600px) {
    body,
    a,
    p {
        font-size: 18px;
    }
}

header.header>nav {
    height: auto;
    margin: 0;
}

.container {
    max-width: 1200px;
}

.pdescripnoso {
    margin-left: 0px;
}

.dropdown-content{z-index: 9999999999;}
/**********  Icono y Título  **********/

.img-titulo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-titulo img {
    width: auto;
    height: 80px;
}
img.img-responsive {
    max-width: 100%;
}

.img-titulo h1,
.img-titulo h2,
.img-titulo h3 {
    padding-left: 10px;
}


/**********  Fin Icono y Título  **********/


/**********  Puntos Flotantes  **********/

.puntos {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.puntos-der,
.puntos-izq {
    position: fixed;
    z-index: 10;
}

.puntos-der {
    top: 0;
    right: -40px;
}

.puntos-izq {
    top: 80vh;
    left: -40px;
}

.puntos-der img,
.puntos-izq img {
    width: 70px;
}

@media only screen and (min-width: 768px) {
    .puntos-der {
        right: -20px;
    }
    .puntos-izq {
        left: -20px;
    }
    .puntos-der img,
    .puntos-izq img {
        width: 85px;
    }
}

@media only screen and (min-width: 992px) {
    .puntos-der {
        right: 0;
    }
    .puntos-izq {
        left: 0;
    }
    .puntos-der img,
    .puntos-izq img {
        width: 100px;
    }
}

@media only screen and (min-width: 1300px) {
    .puntos-der {
        right: 5%;
    }
    .puntos-izq {
        left: 5%;
    }
}

@media only screen and (min-width: 1600px) {
    .puntos-der {
        right: 7%;
    }
    .puntos-izq {
        left: 7%;
    }
}


/**********  Fin Puntos Flotantes  **********/

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

#google_translate_element2 {
    display: none;
}

.green-mvs {
    color: #5cac28;
    margin: 0px;
}

span.green-mvs {
    color: #5cac28;
    margin: 0px;
    font-weight: 400;
}

.green-bg {
    background-color: #5cac28
}

.btn-price-bg {
    background-color: #f69d38
}

.btn-mvs {
    min-width: 260px;
    height: 60px;
    font-size: 1.4rem;
    border-radius: 30px;
    box-shadow: none !important;
    /*border: 1px solid #5cac28;*/
}

.btn-mvs-price {
    min-width: 60px;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    border-radius: 20px;
    box-shadow: none !important;
    /*border: 1px solid #5cac28;*/
}

.btn-mvs-price:hover {
    border: 1px solid #231f20;
    color: #231f20;
    background-color: transparent;
}

.btn-mvs.sm {
    height: 50px;
    line-height: 49px;
    font-size: 1.2rem;
}

.btn-mvs.foo {
    min-width: 155px;
    height: 36px;
    line-height: 35px;
    font-size: 1rem;
    margin-top: 10px
}

.btn-mvs.foo:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    line-height: 35px;
}

.btn-mvs.act {
    background-color: transparent;
    border: 1px solid #231f20;
    color: #231f20;
}

.btn-mvs.acttwo {
    background-color: #42900f;
    /* border: 1px solid #231f20; */
    color: #fff;
}

.btn-mvs:hover,
.btn-mvs.act:hover {
    /*border: 1px solid #231f20;
    color: #231f20;*/
    background-color: #5cac28;
    color: #fff;
    border: 1px solid transparent;
}

.btn-light {
    border: 1px solid #5cac28;
    border-radius: 32px;
    min-width: 205px;
    height: 42px;
    line-height: 40px;
    background-color: transparent;
    color: #231f20;
    box-shadow: none !important;
    font-size: 1.1rem;
}

.btn-light:hover {
    background-color: #5cac28;
    color: white
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 900;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.3em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1em;
}

h5 {
    font-size: .8em;
}


/*HEADER-----------------------------------------*/

header {
    z-index: 150;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.7);
    height: 130px;
}

nav {
    box-shadow: none;
}

nav .logo {
    display: inline-block;
    height: 77px;
}

nav .logo img {
    width: inherit;
    height: 77px;
}

nav ul a {
    color: #231f20;
    display: initial;
    padding: 10px 12px;
    font-size: 16px
}

nav ul.login {
    margin-left: 30px
}

nav ul.login li {
    margin-left: 0px
}

nav ul.login a {
    /*border: 1px solid #5cac28;*/
    border-radius: 32px;
    min-width: 100px;
    height: 42px;
    /*background-color: transparent;*/
    color: #231f20;
    box-shadow: none !important;
    font-size: 0.8rem;
    margin: 0 5px;
}

nav ul.login a:hover {
    background-color: #5cac28;
    color: white;
}

nav ul a:hover,
nav ul a.active {
    color: #5cac28
}

nav ul a:hover {
    background-color: transparent
}

.btn-cerrar-sesion {
    background-color: transparent;
}

header.header>nav .nav-wrapper {
    /* border-bottom: 1px solid #5cac28; */
    height: 89px;
}

header.header>nav ul a {
    display: block;
    padding: 12px 15px;
    transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
}

header.header>nav ul a.active {
    box-shadow: 0px -4px 0px 0px #5cac28 inset;
}

header.header>nav ul a:hover {
    box-shadow: 0px -4px 0px 0px #5cac28 inset;
}

header.header>nav ul.login {
    padding: 31px 0;
}

header.header>nav ul.login a {
    padding: 10px 15px;
    line-height: 22px;
}

header.header>nav ul.login a.btn {
    padding: 7px 10px;
    height: inherit;
}

header.header>nav ul.mnu li.activo a {
    color: #5cac28;
    box-shadow: 0px -4px 0px 0px #5cac28 inset;
}

#topbar {
    margin: 0
}

#topbar ul {
    float: right;
    margin-bottom: 5px;
    margin-left: 20px;
}

#topbar .flags li,
#topbar .social-links li,
.footerc .social-links-f li {
    float: left;
    margin-right: 10px;
}

#topbar .flags li a {
    width: 28px;
    height: 18px;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    display: block;
}

#topbar .flags li a:hover {
    opacity: 0.8;
}

#topbar .flags li a.lang1 {
    background-position: 0 0
}

#topbar .flags li a.lang2 {
    background-position: -51px 0
}

#topbar .flags li a.lang3 {
    background-position: -101px 0
}

#topbar .flags li a.lang4 {
    background-position: -152px 0
}

#topbar .flags li a.lang5 {
    background-position: -201px 0
}

#topbar .social-links li a {
    width: 23px;
    height: 22px;
    background-image: url(../img/icon-social-black.png);
    background-repeat: no-repeat;
    display: block;
}

#topbar .social-links li a:hover {
    opacity: 0.8;
}

#topbar .social-links li a.social-1 {
    background-position: 0 0
}

#topbar .social-links li a.social-2 {
    background-position: -36px 0
}

#topbar .social-links li a.social-3 {
    background-position: -72px 0
}

#topbar .translate-content a {
    margin-left: 5px;
}

#topbar .translate-content a img {
    width: 30px;
}

#topbar .translate-content select {
    display: inline-block;
    width: inherit;
    height: 2rem;
    margin-right: 10px;
}

#topbar .translate-content {
    text-align: right;
    margin-top: 16px;
}

#index-banner {
    /* padding-top: 140px;
  margin-top: -130px; */
}

.divsliderprin {
    padding: 0px;
}


/*Carousel*/

.owl-carousel .owl-stage-outer {
    z-index: -1;
    overflow: inherit;
}

.home-carousel .owl-nav.disabled+.owl-dots {
    /*  margin-top: -30px;
  z-index: 99; */
    position: absolute;
    left: 50px;
    width: calc(100% - 100px);
    bottom: 20px
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #5cac28;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #869791;
}

.home-carousel .owl-stage-outer {
    overflow: initial;
}

.home-carousel,
#contact-section {
    /* margin-top: -160px; */
    position: relative
}

#home-carousel .item-slide,
#home-carousel2 .item-slide {
    width: 100vw;
    height: 100vh;
    padding: 150px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

#home-carousel .item-slide {
    background-position: top right;
}

#home-carousel2 .item-slide {
    background-position: bottom center;
    background-size: 260%;
}

#home-carousel .item-slide .contst {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

#home-carousel .item-slide .contst .contc {
    /* background: rgba(255, 255, 255, 0.7); */
    position: absolute;
    right: 5%;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    padding: 10px;
}

#home-carousel2 {
    bottom: -20px;
    position: relative;
}

#home-carousel2 .item-slide .contst .boton-central,
#home-carousel .item-slide .contst #flecha-punto {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5px;
}

#home-carousel2 .item-slide {
    padding-top: 0!important;
}

#home-carousel2 .item-slide .contst {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

@media only screen and (min-width: 768px) {
    #home-carousel .item-slide,
    #home-carousel2 .item-slide {
        background-position: top center;
        background-size: cover;
    }
    #home-carousel .item-slide .contst .contc {
        width: 40%;
    }
    #home-carousel2 {
        bottom: 0;
    }
    #home-carousel2 .item-slide .contst .boton-central,
    #home-carousel .item-slide .contst #flecha-punto {
        bottom: 30px;
    }
    #home-carousel2 .item-slide {
        padding-top: 0!important;
    }
    #home-carousel2 .item-slide .contst {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
    }
    #home-carousel2 .item-slide .contst .contc {
        padding: 10px 100px;
    }
}

.home-carousel .item-slide {
    width: 100vw;
    height: 100vh;
    padding: 150px 0 30px;
    background-position: top center;
    background-size: cover
}

#contact-section {
    padding: 150px 0 30px;
    background-position: top center;
    background-size: cover
}

.home-carousel span.header {
    width: 80%;
    margin: 30px auto;
    font-size: 1.64rem;
    display: block
}

.home-carousel .item-slide .linkdown img {
    width: 50px;
    margin: 0px auto 0
}

.home-carousel .item-slide .contst {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.home-carousel .item-slide .contst .contc {
    /*background: rgba(255, 255, 255, 0.7);*/
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding: 10px;
}

@media only screen and (min-width: 768px) {
    .home-carousel .item-slide .contst .contc {
        padding: 50px 100px;
    }
}

.home-carousel .item-slide .contst .contc h1 {
    /*font-size: 48px;*/
    font-weight: 900;
}

.home-carousel .item-slide .contst .contc p {
    font-size: 18px;
    color: #656565;
}

.home-carousel .item-slide .contst .contc h1 span {
    display: block;
}

.home-carousel .item-slide .contst .contc a.btn {
    font-size: 20px;
    padding: 0px;
    height: inherit;
    margin-bottom: 15px;
    padding: 7px 15px;
}


/*SECTIONS---------------------------------------*/

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.section {
    position: relative;
}

.section_wiewport {
    width: 100vw;
    height: 100vh;
}

#section2 {
    background-color: #fff;
    /*background-image: url(../img/bg-section-2.png);*/
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    /* padding-bottom: 300px;
  padding-top: 50px;
  margin-top: -15px; */
}

#section2 .item-slide {
    padding-top: 80px;
    min-height: 700px;
}

#section2 .container {
    background: rgba(255, 255, 255, 0.7);
    padding-top: 50px;
    padding-bottom: 50px;
}

#section2 .container h2 {
    font-size: 48px;
}

#section2 .container h2 span {
    font-weight: 900;
}

.dots-grid {
    position: absolute;
}

#section2.section .dots-grid {
    right: -2%;
    top: 40px;
    z-index: 10;
}

#section5 .row {
    margin-bottom: 0px;
}

#section5.section .dots-grid.pos1 {
    right: -2%;
    top: 20px
}

#section5.section .dots-grid.pos2 {
    left: -2%;
    bottom: 30px
}

#section7.section .dots-grid {
    right: -2%;
    top: 50px
}

#section2 .btn {
    /* margin-bottom: 300px; */
}

#section3,
#section5 {
    background-image: url(../img/bg-gray.png);
    padding: 60px 0 60px;
    background-position: top center;
}

#section5 {
    padding-top: 140px;
    padding-bottom: 100px;
}

#section3 .col {
    position: relative;
}

#section3 .col:after {
    content: '';
    position: absolute;
    width: 1px;
    right: 0;
    height: 50px;
    background-color: #5cac28;
    top: 50%;
    margin-top: -25px;
}

#section3 .col:last-child::after {
    width: 0px;
    height: 0;
    display: none
}

#section6 {
    padding: 60px 0px;
}

.count {
    display: block;
    text-align: center;
    font-size: 110px;
    font-weight: bold;
}

.counter .desc {
    text-align: center;
    display: block
}

#section4,
#detalle-blog #section4,
.home #section4 {
    position: relative;
    background-color: #DFE0E2;
    background-image: url(../img/mvs-blogdeportivo-futbol.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0;
    height: auto;
}

#detalle-blog #section4 {
    margin-top: -1rem!important;
}

#section4 {
    height: 100vh;
}

#section-map {
    padding: 60px 0px 0px;
}

#player-carousel .item-slide .dots {
    width: 110px;
}

#player-carousel .item-slide .descr {
    /*position: relative;
    top: -100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
    height: calc(100vh - 90px);
}

#player-carousel .item-slide .descr h2 {
    font-size: 3em;
}

#player-carousel .item-slide .descr h2 span,
#section6 h2 {
    /* font-size: 4rem;*/
    font-weight: 300
}

#player-carousel .item-slide .descr p {
    font-size: 1.5em;
    font-weight: light;
}

#player-carousel .item-slide .row {
    margin-bottom: 0px;
}

#section4 #player-carousel .player {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 60%;
}

#section4 .player {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 45%;
}

#section4 .player .deportista,
#section4 .player .img-bg {
    display: none;
}

#player-carousel .player img,
#player-carousel .player img.img-bg {
    display: none;
}

@media only screen and (min-width: 768px) {
    #section4 .player {
        width: 90%;
    }
    #section4 .player .img-bg {
        display: block;
        position: absolute;
        bottom: 0;
        right: -60%;
        width: auto;
        height: 100vh;
        z-index: 1;
    }
    #section4 .player .deportista {
        display: block;
        z-index: 2;
        position: absolute;
        height: 80vh;
        width: auto;
        bottom: 0;
        right: -25%;
    }
    body.empre-in #section4 .player .deportista {
        height: 100vh;
    }
    #player-carousel .player img.img-bg {
        display: block;
        position: absolute;
        bottom: 0;
        height: 100%;
        z-index: 1;
        right: -30%;
    }
    #player-carousel .player img {
        display: block;
        position: absolute;
        bottom: 0;
        z-index: 1;
        height: 90%;
        width: auto;
        right: 0;
    }
}

@media only screen and (min-width: 992px) {
    #section4 .player .img-bg {
        right: -30%;
    }
    #section4 .player .deportista {
        right: -10%;
    }
    #player-carousel .player img.img-bg {
        right: -10%;
    }
}

@media only screen and (min-width: 1200px) {
    #section4 .player .img-bg {
        right: -15%;
    }
    #section4 .player .deportista {
        right: 0;
    }
}

@media only screen and (min-width: 1600px) {
    #section4 .player .img-bg {
        right: -10%;
    }
    #section4 .player .deportista {
        right: 10%;
    }
    #player-carousel .player img.img-bg {
        right: 0;
    }
    #player-carousel .player img {
        right: 10%;
    }
}

#player-carousel .owl-nav.disabled+.owl-dots {
    /*  margin-top: -30px;
   z-index: 99; */
    position: absolute;
    left: 25px;
    width: calc(50% - 100px);
    bottom: 20px
}

.text-justify {
    text-align: justify;
}

#section-player-expl {
    background-color: #DFE0E2;
    padding: 0;
    background-position: right top;
}

#player-carousel-2 .item-slide .dots {
    width: 110px;
}

#player-carousel-2 .item-slide .descr {
    padding: 60px 40px;
}

#player-carousel-2 .item-slide .descr h2,
#section6 h2 span {
    font-weight: 900;
}

#player-carousel-2 .item-slide .descr h2 span,
#section6 h2 {
    font-weight: 300
}

#player-carousel-2 .item-slide .descr p {
    font-size: 1.5rem;
    font-weight: light
}

#player-carousel-2 .item-slide .row {
    margin-bottom: 0px;
}

#player-carousel-2 .player {
    position: relative;
    padding-top: 30px;
    padding-right: 30px
}

#player-carousel-2 .player .img-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -99;
}

#player-carousel-2 .owl-nav.disabled+.owl-dots {
    /*  margin-top: -30px;
   z-index: 99; */
    position: absolute;
    left: 25px;
    width: calc(50% - 100px);
    bottom: 20px
}

.icon-block h3 {
    position: relative;
    font-size: 26px;
    color: #5cac28;
    margin: 0px;
}

.icon-blocktwo h3 {
    position: relative;
    font-size: 26px;
    color: #000;
    margin: 0px;
}

.icon-block h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: calc(100% - 300px);
    left: 150px;
    height: 1px;
    background-color: #231f20;
}

.icon-block p {
    line-height: 1.2em;
    text-align: center;
}

.icon-block p.desc {
    padding: 10px;
}

.icon-block p a {
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#section6 h2 {
    padding-bottom: 30px
}

#section6 .aliados div {
    position: relative;
}

#section6 .aliados .col:after {
    content: '';
    position: absolute;
    width: 1px;
    right: 0;
    height: 54px;
    background-color: #58595b;
    top: 50%;
    margin-top: -27px;
}

#section6 .aliados .col:last-child::after {
    width: 0px;
    height: 0;
    display: none
}

#section7 {
    background: url(../img/futbol-inteligente-camara.jpg) top center no-repeat;
    background-size: cover;
    padding: 0;
}

#section7 .row {
    display: flex;
    flex-wrap: nowrap;
}

#section7 {
    position: relative;
    /* padding: 190px 0 */
}

#section7 .container {
    position: relative;
    min-height: 543px;
}

#section7 .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#section7 .btn {
    margin-left: 90px
}

#section7 h2 {
    font-size: 48px;
    margin-top: 109px;
}

.price-section {
    background-image: url(../img/bg-gray.png);
    padding: 50px 0 50px;
    background-position: top center;
}

.price-section .btn-mvs-price {
    font-size: 20px;
}

.price-title h4 {
    font-size: 23px;
}

.price-section h3 {
    text-align: center;
}

.value-price {
    border-top: 2px solid #5cac28;
    border-bottom: 2px solid #5cac28;
    width: 60%;
    margin-left: 20%;
}

.value-price p b {
    color: #9b5252;
}

.value-price p span {
    color: #c6b0b0;
}

.content-item-price {
    border: 2px solid #d6d9d8;
    padding: 20px 5px;
}

.center-items-content {
    height: 100px;
}

.img-price1 {
    /*width:30px;*/
    max-height: 100px;
}

.img-price2 {
    width: 40px;
}

.img-price3 {
    width: 50px;
}

.sec4membreisaempresario .title-section-details {
    padding-top: 180px;
    padding-bottom: 50px;
}

.sec4membreisaempresario .title-section-details h1 {
    padding-left: 10px;
}

.content-item-price:hover {
    background: #fff;
    -webkit-box-shadow: 4px -1px 78px -29px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px -1px 78px -29px rgba(0, 0, 0, 0.75);
    box-shadow: 4px -1px 78px -29px rgba(0, 0, 0, 0.75);
}

.list-components-price {
    padding-left: 20px;
    max-width: 303px;
    margin: auto;
}

.list-components-price span {
    color: #c6b0b0;
}

.price-section .dots-grid.pos1 {
    right: 0px;
    top: 20%;
}

.texttitlecontent {
    color: #5d5d5d;
}

.text-content-terminos p {
    color: #757575;
}

.text-content-terminos a {
    float: right;
}

.btn-cancel-terminos {
    padding-top: 10px;
    margin-right: 10px;
}

.title-lines .line-1,
.title-lines .line-2,
.title-lines .line-3,
.title-lines .line-4 {
    display: block;
}

.title-lines .line-1 {
    font-weight: 900;
    font-size: 2.5rem;
}

.title-lines .line-2 {
    font-weight: 300;
    font-size: 3.5rem;
    padding-left: 15px;
}

.title-lines .line-3 {
    font-weight: 900;
    font-size: 3.2rem;
    padding-left: 45px;
}

.title-lines .line-4 {
    font-weight: 300;
    font-size: 2.5rem;
    padding-left: 60px;
}

@media only screen and (min-width: 768px) {
    .title-lines .line-1 {
        font-size: 3.5rem;
    }
    .title-lines .line-2 {
        font-size: 4.5rem;
    }
    .title-lines .line-3 {
        font-size: 4.2rem;
    }
    .title-lines .line-4 {
        font-size: 3.5rem;
    }
}

.title-section-details {
    display: flex;
    justify-content: left;
    align-items: center;
}

.title-section-details img {
    max-width: 66px;
    max-height: 80px;
    width: auto!important;
}

.title-section-details h3 {
    margin-left: 5px;
}

.googlemap {
    position: relative;
    padding-bottom: 75%;
    /* 4:3 ratio*/
    height: 0;
    overflow: hidden;
}


/*#section-map h2 {
    font-weight: bold;
}*/

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*.titl h1,
.titl h2 {
    font-weight: 900;
}*/

.titl h1 img {
    vertical-align: middle;
    display: inline-block;
}

.frmo .row:last-of-type .contain:after {
    display: none;
}

.frmo .frmo-titl h3 {
    font-size: 24px;
}

.frmo .frmo-titl h3 .num {
    display: inline-block;
    padding: 7px 0;
    width: 42px;
    height: 42px;
    color: #7C7F83;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #5cac28;
}

.frmo .contain {
    position: relative;
    padding: 0 2em;
}

.frmo .contain:after {
    background-color: #5cac28;
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    top: 50%;
    left: 102%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.frmo .mid:last-of-type .contain:after {
    display: none;
}

.frmo .frmo-group>label {
    display: block;
    color: #5cac28;
    font-weight: 700;
    font-size: 20px;
    padding-left: .6em;
    text-transform: uppercase;
}

.frmo .frmo-group select {
    display: block;
}

.frmo .frmo-group input,
.frmo .frmo-group select {
    border: 1px solid #5d5d5d !important;
    color: #7c8185;
    padding: 6px 10px;
    height: auto;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    box-sizing: border-box;
    /*text-transform: uppercase;*/
    -webkit-box-sizing: border-box;
}

.frmo .frmo-group select {
    background-image: url('../img/ia-select.png');
    background-position: calc(100% - 2px) center;
    background-repeat: no-repeat;
    background-size: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.frmo .paym {
    padding: 0 3em;
    margin-bottom: 1.5em;
}

.frmo label.blak {
    color: #5E5D5D;
    font-size: 14px;
    margin-bottom: 1.5em;
}

.frmo .radio {
    display: inline-block;
    margin-right: 1em;
}

.frmo .radio label {
    display: inline-block;
}

.frmo .radio label input {
    display: none;
}

.frmo .radio label .rdo {
    display: inline-block;
    padding: 14px;
    border-radius: 35px;
    border: 1px solid #434243;
}

.frmo .radio label input:checked~.rdo {
    background-color: #5cac28;
    border-color: #5cac28;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.frmo .radio label img {
    vertical-align: bottom;
    margin-left: 1em;
    max-width: 120px;
}

.frmo .cod {
    display: flex;
}

.frmo .cod input {
    margin: 0;
}

.frmo .cod .icod {
    background-image: url('../img/i-question.png');
    background-repeat: no-repeat;
    background-color: #5BA03E;
    background-position: center;
    padding: 12px 14px;
}

.frmo .frmo-group.checkbox {
    text-align: right;
}

.frmo .frmo-group.checkbox label {
    font-weight: normal;
}

.frmo .frmo-group.checkbox label span,
.frmo .frmo-group.checkbox label span a {
    color: #5E5D5D;
}

a.enlc {
    color: #5E5D5D;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

a.enlc:after {
    background-color: #5E5D5D;
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.frmo .frmo-botn {
    text-align: center;
    padding: 2em 0;
}

.frmo .frmo-botn button {
    font-weight: 600;
    font-size: 18px;
    height: auto;
}

.separa {
    background-color: #5cac28;
    margin: auto;
    width: 50%;
    height: 1px;
}

.frmo .recover {
    text-align: center;
    padding: 1em 0;
    padding-bottom: 4em;
}

.frmo .recover a {
    display: inline-block;
    margin: 0 2em;
}

.frmo .acce {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.frmo .acce .contain:after {
    display: none;
}

.log-in {
    background-image: url('../img/futbol-inteligente-camara.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 140px;
}

.registro_usuario p {
    max-width: 100% !important;
}

.registro_usuario .reg_1_membresia {
    border: 5px solid transparent;
}

.registro_usuario .controls,
.clubregi .title-section-details {
    width: 100% !important;
}

div#section5.membresias {
    /* background-image: url('../img/bg-membresias.png'); */
    background-position: center;
    background-size: cover;
}

div#contact-section .tittle {
    padding: 30px;
}


/*div#contact-section h1,
div#section5.membresias h1,
div#section4.sec4membreisaempresario h1,
div.log-in h1 {
    font-size: 3em;
}*/

div#section5.membresias h3 {
    font-size: 36px;
}

div#section5.membresias p {
    margin: 0 auto;
    max-width: 347px;
}

.membreisaempresario h4 {
    min-height: 90px;
    position: relative;
}

.membreisaempresario h4:after {
    content: "";
    border-bottom: 2px solid #ccc;
    display: block;
    margin: auto;
    width: 30%;
    position: absolute;
    left: 35%;
    bottom: 0px;
}

.membresia-container img.membresia-icon-1 {
    max-height: 90px;
}

.blog {
    position: relative;
    padding-bottom: 0;
}


/*.blog:before,
.blog:after {
    background-image: url('../img/grid-dots.png');
    position: absolute;
    content: "";
    width: 100%;
    height: 278px;
    max-width: 124px;
    z-index: -1;
}

.blog:before {
    right: -40px;
    top: 20px;
}

.blog:after {
    left: 50px;
    bottom: 30px;
}*/

.blog .buscador {
    position: relative;
    padding-top: 150px;
    padding-right: 0.75rem;
    text-align: right;
    z-index: 10;
}

.blog .buscador .box {
    width: 100%;
    max-width: 50%;
    text-align: left;
    display: inline-block;
}

.blog .buscador h4 {
    color: #5cac28;
    font-size: 22px;
    font-weight: 700;
}

.blog .buscador .frmo-group {
    display: flex;
}

.blog .buscador .frmo-group input {
    background-color: #fff;
    margin: 0;
    color: #5cac28;
    font-size: 22px;
    font-weight: 600;
    font-style: inherit;
}

.blog .buscador .frmo-group input::placeholder {
    color: #5cac28;
    font-weight: 600;
    font-style: inherit;
}

.blog .buscador p {
    color: #ccc;
    margin: 0px;
    padding-top: 10px;
}

.blog .buscador .frmo-group button {
    background-image: url('../img/i-search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #5cac28;
    display: inline-block;
    padding: 0px 20px;
    margin-left: -12px;
    cursor: pointer;
    border: 1px solid #5d5d5d;
}

.blog .articles {
    padding: 2em 0;
}

.blog .articles .row {
    margin-bottom: 0;
}

.blog .articles .row .infomr {
    padding-bottom: 30px;
}

.blog .articles .article {
    padding-top: 2em;
}

.blog .articles .article:nth-child(2n) {
    background-color: #DFDFE0;
}

.infomr .date {
    margin-top: 2em;
}

.infomr .date h6 {
    color: #5cac28;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.infomr .date h6 span {
    font-weight: normal;
    text-transform: lowercase;
}

.blog .articles .article .cover img {
    width: 100%;
    display: block;
}

.infomr .title h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #272424;
    font-weight: 700;
    padding-bottom: 10px;
}

.infomr .title h2:after {
    background-color: #5E5D5D;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
}

.infomr .title h2 span {
    color: #5cac28;
    display: block;
    font-weight: normal;
}

.infomr .auth p {
    display: inline-block;
    color: #070308;
    margin: 0;
}

.infomr .auth p:first-of-type {
    padding-right: 10px;
    border-right: 1px solid #070308;
}

.infomr .auth p:last-of-type {
    padding-left: 10px;
}

.infomr .auth p span {
    font-weight: 700;
    color: #5cac28;
    text-transform: uppercase;
}

.blog .articles .article .description {
    padding: .5em;
    margin: 2em 0;
    padding-bottom: 1em;
    font-size: 20px;
    border-bottom: 1px solid #5BA03E;
}

.blog .articles .article .description p {
    color: #5E5D5D;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.blog .articles .article .boton {
    text-align: right;
}

.blog .articles .article .boton a {
    min-width: auto;
}

.paginador {
    background-color: #DFDFE0;
    position: relative;
    display: flex;
    z-index: 1;
    margin: 0 .75em;
    justify-content: space-between;
}

.paginador .p-boton {
    width: 100%;
    max-width: 200px;
}

.paginador .p-boton a {
    background-color: #5E5D5D;
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 14px 0;
    line-height: 18px;
    text-align: center;
}

.paginador .p-boton a:hover {
    background-color: #757575;
}

.paginador ul {
    margin: 0;
}

.paginador ul li {
    display: inline-block;
    margin-right: -4px;
}

.paginador ul li:last-child {
    margin-right: inherit;
}

.paginador ul li a {
    color: #5E5D5D;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 18px;
    line-height: 18px;
    border-right: 1px solid #5cac28;
}

.paginador ul li:last-child a {
    border-right: 0;
}

.paginador ul li.activo a,
.paginador ul li a:hover {
    background-color: #5cac28;
    color: #fff;
}

.paginador ul li.activo a {
    font-weight: 700;
}


/*.detalle .owl-carousel .owl-stage {
    background-color: #DFDFE0;
}*/

.detalle #player-carousel .item-slide .row {
    display: flex;
    align-items: center;
}

.detalle #player-carousel .item-slide .dots {
    position: absolute;
    top: 10px;
}

.detalle #player-carousel .item-slide .descr p {
    font-size: 18px;
}

.detalle #player-carousel .owl-dots .owl-dot span {
    background-color: #5E5D5D;
    width: 80px;
    height: 4px;
}

.detalle #player-carousel .owl-dots .owl-dot.active span {
    background-color: #5cac28;
}

.page-article {
    padding: 5em 0;
}

.page-article .quote {
    position: relative;
    padding: 2em;
    margin: 2em 0;
}

.page-article .quote:before,
.page-article .quote:after {
    position: absolute;
    content: "";
    height: 156px;
    width: 100%;
    z-index: -1;
    max-width: 188px;
}

.page-article .quote:before {
    background-image: url('../img/quote-1.png');
    top: 0;
    left: 0;
}

.page-article .quote:after {
    background-image: url('../img/quote-2.png');
    bottom: 0;
    right: 0;
}

.page-article .quote p {
    color: #5E5D5D;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
}

.page-article .photo {
    margin-bottom: 1em;
}

.page-article .photo img {
    width: 100%;
    display: block;
}

.page-article .photo p {
    text-align: right;
    margin: 0;
    font-weight: 500;
    color: #070308;
}

.page-article .photo p span {
    color: #5cac28;
    font-weight: 700;
}

.page-article .contain {
    padding: 30px 1em;
}

@media only screen and (min-width: 768px) {
    .page-article .contain {
        padding: 100px 1em;
    }
}

.page-article .contain p {
    font-size: 20px;
    color: #5E5D5D;
    margin: 0;
    margin-bottom: 1em;
}

.page-article .shareon {
    text-align: center;
    margin-top: 2em;
}

.page-article .shareon:after {
    display: block;
    margin: auto;
    content: "";
    width: 100%;
    max-width: 50%;
    margin-top: 2em;
    border-bottom: 1px solid #5cac28;
}

.page-article .shareon a {
    background-image: url(../img/i-social.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 24px 24px;
    margin: 0 1em;
}

.page-article .shareon a.in {
    background-position: -77px 0;
}

.page-article .shareon a.fb {
    background-image: url(../img/facebook-verde.png);
    background-size: 100%;
}

.page-article .shareon a.yt {
    background-position: -154px 0;
}

.page-article .gal {
    margin-top: -7em;
    position: relative;
    z-index: 1;
}

.page-article .gal div {
    margin-bottom: .5em;
}

.page-article .gal img {
    width: 100%;
    display: block;
}

.destacados {
    margin: 2em 0;
    margin-bottom: 0;
}

.destacados .article {
    position: relative;
    margin-bottom: 1em;
}

.destacados .article:after {
    background-color: #5cac28;
    position: absolute;
    content: "";
    top: 20px;
    left: 100%;
    width: 1px;
    height: 50%;
}

.destacados .article:last-of-type:after {
    display: none;
}

.destacados .article .cover a {
    display: block;
}

.destacados .article .cover a img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.destacados .article .info {
    position: relative;
    margin-top: -2em;
}

.destacados .article .info h4 {
    background-color: #5cac28;
    font-weight: 700;
    padding: 6px 10px;
    margin: 0;
    color: #fff;
    margin-right: 1em;
}

.destacados .article .info h4 span {
    font-weight: 400;
}

.destacados .article .info p {
    color: #5cac28;
    margin: 0;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

.destacados .article .info p span {
    text-transform: lowercase;
    font-weight: 400;
}

.th-green header.header {
    background-color: #5cac28;
}

.th-green header.header nav ul a {
    color: #fff;
}

.th-green header.header nav ul a:hover {
    color: #f0ffe7;
}

.th-green header.header nav ul.login a {
    border: 1px solid #fff;
}

.th-green header.header>nav .container {
    border-bottom: 1px solid #fff;
}


/*.footerc------------------------------*/

.footerc {
    /*background-image: url('../img/logo-bg-.footerc.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1d262d;
    color: white;
    padding: 100px 0;
}

.footerc h5 {
    font-size: 20px;
}

.footerc .logo {
    width: 50%;
    margin-bottom: 20px;
}

.footerc ul li,
.footerc ul li a,
.footerc span,
.footerc p {
    color: #7c8185;
    line-height: 1.8rem;
    font-size: 1rem
}

.footerc p {
    margin: 5px 0
}

.footerc ul li a:hover {
    color: #fff;
}

.footerc form label {
    color: #fff;
}

.contact-data li span {
    position: relative;
    padding-left: 20px;
    text-transform: uppercase
}

.contact-data li span:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 15px;
    background-image: url('../img/icon-contact.png');
    left: 0;
    top: 5px
}

.contact-data li span.pbx:before {
    background-position: 16px 0px;
}

.footerc .social-links-f {
    margin-top: 20px
}

.footerc .social-links-f li {
    margin-right: 15px
}

.footerc .social-links-f li a {
    width: 34px;
    height: 33px;
    background-image: url(../img/icon-social-white.png);
    background-repeat: no-repeat;
    display: block;
}

.footerc .social-links-f li a:hover {
    opacity: 0.8;
}

.footerc .social-links-f li a.social-1 {
    background-position: 0 0;
}

.footerc .social-links-f li a.social-2 {
    background-position: -53px 0;
}

.footerc .social-links-f li a.social-3 {
    background-position: -106px 0;
}

.footerc form textarea {
    height: 100px;
}

.footerc form button {
    font-size: 20px;
}

.footerc form#contact-footer button {
    margin: auto;
    display: block;
}

#contact-.footerc input[type=text]:not(.browser-default),
#contact-.footerc input[type=email]:not(.browser-default),
#contact-.footerc textarea,
#contact-.footerc select {
    border: 1px solid #99b0bc;
    color: #7c8185;
    /*padding: 0 10px;*/
    width: 100%;
    font-size: 1rem
}

#contact-.footerc select {
    background-color: transparent;
    height: 30px;
}

#contact-big input[type=text],
#contact-big input[type=email],
#contact-big textarea,
.select_registrado_resources {
    border: 1px solid #5d5d5d;
    color: #7c8185;
    padding: 0 10px;
    width: 100%;
    font-size: 1rem
}

#contact-section h1 {
    font-weight: 900;
}

#contact-section .row {
    position: relative;
}


/* #contact-section .contact-data{position: absolute; bottom: 0} */

#contact-section p.descr {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #5d5d5d;
    width: 85%;
    padding-bottom: 55px;
}

#contact-.footerc input[type=text],
#contact-.footerc input[type=email],
#contact-big input[type=text],
#contact-big input[type=email],
.select_registrado_resources {
    height: 30px;
}

#contact-.footerc textarea,
#contact-big textarea {
    box-sizing: border-box;
    min-height: 130px;
    padding: 10px;
    outline: none;
}

#contact-.footerc label {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding-left: 10px
}

#contact-big label {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #5cac28;
    padding-left: 10px
}

#contact-.footerc .terms span {
    color: white;
    font-size: 0.9rem;
    font-weight: normal;
}

#contact-big .terms span {
    color: #5d5d5d;
    font-size: 0.9rem;
    font-weight: normal;
}

#contact-.footerc .btn-send,
#contact-big .btn-send,
.frmo .frmo-botn button {
    border: 1px solid #5cac28;
    max-width: 250px;
    width: 70%;
    box-shadow: none;
    border-radius: 30px;
}

#contact-.footerc .btn-send:hover {
    border: 1px solid white;
    background-color: transparent;
}

#contact-big .btn-send:hover,
.frmo .frmo-botn button:hover {
    border: 1px solid #5d5d5d;
    color: #5d5d5d;
    background-color: transparent;
}


/*/ COMIENZA /*/

.perfl {
    position: initial;
    z-index: 112;
}

.perfl:before {
    background-color: #5cac28;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    min-height: 470px;
}

.perfl p {
    min-height: auto !important;
}

.perfl .row {
    position: relative;
    z-index: 2;
}

.perfl .principal .imag {
    background-image: url('../img/vdeo-1.png');
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 1em;
}

.perfl .principal .imag.v2 {
    background-image: url('../img/vdeo-2.png');
}

.perfl .principal .imag img {
    display: inline-block;
    border-radius: 100%;
    width: 104px;
    height: 104px;
    object-fit: cover;
    margin-right: -2px;
    margin-bottom: -7px;
}

.perfl .principal .ops {
    text-align: center;
}

.perfl .principal .ops h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: .5em;
}

.perfl .principal .ops h4 span {
    font-weight: 600;
}

.perfl .principal .ops .tie {
    margin: auto;
    max-width: 70px;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #fff;
}

.perfl .principal .ops .fowl {
    display: flex;
    justify-content: center;
}

.perfl .principal .ops .fowl .folow {
    margin: 0 .5em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.perfl .principal .ops .fowl .folow img {
    width: 17px;
    height: 25px;
}

.perfl .principal .ops .fowl .folow .txto {
    color: #fff;
    text-align: left;
    line-height: normal;
    text-transform: uppercase;
    margin-left: .5em;
}

.perfl .principal .ops .fowl .folow .txto p {
    margin: 0px !important;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.perfl .principal .ops .fowl .folow .txto span {
    font-size: 12px;
}

.perfl .save {
    position: absolute;
    overflow: hidden;
    text-align: left;
    padding: 0.5em 0;
    width: calc(100% - 27%);
}

.perfl .save .volver {
    color: #fff;
}

.perfl .save .volver img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    margin-right: 10px;
}

.perfl .save .rig {
    float: right;
}

.perfl .save a {
    display: inline-block;
    margin: 0 .5em
}

.perfl .save a.btn {
    background-color: #f69d38;
    display: inline-block;
    box-shadow: 0 0 0 0;
    border-radius: 35px;
    font-weight: 700;
    color: #ffffff;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    padding: 12px 40px;
    vertical-align: text-bottom;
}

.perfl .asst {
    padding-top: 2em;
}

.perfl .asst .mnus,
.perfl .asst .mnus~#buttons_actions {
    margin-bottom: 1.5rem;
}

.perfl .asst .mnus input.form-control {
    border: 1px solid #5d5d5d;
    color: #7c8185;
    padding: 0 10px;
    width: 100%;
    font-size: 1rem;
    width: 93%;
    height: 2.0rem;
}

.perfl .asst select.browser-default {
    height: 2.0rem;
}

.perfl .asst .boton {
    margin-top: 10px;
}

.perfl .asst .mnus ul {
    margin: 0;
}

.perfl .asst .mnus ul li {
    display: block;
    margin-bottom: .2em;
}

.perfl .asst .mnus ul li a {
    font-size: 18px;
    color: #5cac28;
    font-weight: 700;
    display: block;
    padding: .2em 1em;
    text-transform: uppercase;
}

.perfl .asst .mnus ul li a:hover,
.perfl .asst .mnus ul li.activo a {
    background-color: rgba(92, 172, 40, .25);
    box-shadow: 16px 0 0 0 inset;
}

.perfl .global {
    position: relative;
    top: 115px;
}

.perfl .global .p-titl h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0px
}

.perfl .global .p-contain {
    background-color: #fff;
    padding: 2em;
}

.perfl .global .p-contain a {
    position: relative;
    /* display: block;*/
}

.perfl .global .p-contain .boton a {
    display: inline-block;
}

.perfl .global .p-contain .col {
    margin-bottom: 2em;
}

.perfl .global .p-contain h4 {
    margin: 0;
    color: #5cac28;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .5em;
}

.perfl .global .p-contain p {
    margin: 0;
}

.perfl .global .p-contain .boton {
    text-align: right;
    padding: 2em 0;
}

.perfl .global .p-contain .boton a,
.perfl .global .p-contain .boton button,
.perfl .global .p-contain .btngeneral {
    background-color: transparent;
    font-weight: 500;
    color: #5cac28;
    border-radius: 35px;
    box-shadow: 0 0 0 0;
    border: 1px solid #5cac28;
}

.perfl .global .p-contain .boton a.sb,
.perfl .global .p-contain .btngeneral.sb {
    border: 0px;
}

.perfl .global .p-contain .boton a:hover,
.perfl .global .p-contain .boton button:hover,
.perfl .global .p-contain .btngeneral:hover {
    background-color: #5cac28;
    color: #fff;
}

.perfl .global form input,
.perfl .global form select,
.perfl .global form textarea {
    border: 2px solid #ccc !important;
    height: 25px;
    padding-left: 10px;
    width: 90%;
    margin: 0 0 20px 0;
}

.perfl .global .check-content {
    margin-bottom: 20px;
}

.input-site-content input, .input-site-content textarea{
    border: 2px solid #ccc !important;
    height: 21px !important;
    padding-left: 10px !important;
    width: 40% !important;
    margin: 0 0 0px 0 !important;
}

h5 {
    margin: 0;
    color: #5cac28;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .5em;
}

.perfl .global [type="radio"]+span:before,
.perfl .global [type="radio"]+span:after {
    width: 20px;
    height: 20px;
}

.perfl .global [type="radio"]:checked+span:after,
.perfl .global [type="radio"].with-gap:checked+span:after {
    background-color: #5cac28;
    border-color: #5cac28;
}

.perfl table.factura td {
    vertical-align: top;
}

.perfl table.factura label {
    display: block;
    width: 19px;
    height: 10px;
}

.perfl table.factura [type="checkbox"]+span:not(.lever):before,
.perfl table.factura [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 2px solid #5cac28;
}

.perfl table.factura [type="checkbox"]:checked+span:not(.lever):before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #5cac28;
    border-bottom: 2px solid #5cac28;
}

.perfl table.factura .icospos {
    float: right;
    font-size: 12px;
}

.perfl table.factura .icospos a {
    display: inline-block;
    color: #888B8C;
    margin-right: 10px;
}

.perfl table.factura .icospos img {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 2px;
}

.perfl .infobasic .tabs .tab {
    height: 30px;
    line-height: 30px;
}

.perfl .infobasic .tabs .tab a {
    color: #5cac28;
    border-bottom: 1px solid #5cac28;
}

.perfl .infobasic .tabs .indicator {
    display: none;
}

.perfl .infobasic .tabs .tab a.active {
    background: transparent !important;
    border: 1px solid #5cac28;
    border-bottom: 0px;
}

.perfl .infobasic h5 {
    margin-bottom: 0px;
    font-size: 15px;
}

.perfl .infobasic span {
    display: block;
    margin-top: 2px;
    margin-bottom: 10px;
    color: #666;
}

.perfl .infobasic select {
    height: 25px;
    padding: 0px;
}

.perfl .infobasic form input {
    padding-left: 3px;
}

.perfl .infobasic form textarea {
    border: 2px solid #ccc !important;
    height: 150px;
    padding-left: 10px;
}

.perfl .infobasic form textarea.no-height {
    height: inherit;
}

.perfl .infobasic form .row,
.perfl .infobasic form .row .col {
    margin-bottom: 0px;
}

.perfl .infobasic form .input-field {
    margin: 5px 0px;
}

.perfl .crearmensaje form input,
.perfl .crearmensaje form textarea {
    border: 0px !important;
    border-bottom: 1px solid #5cac28 !important;
}

.perfl .crearmensaje form textarea {
    height: 350px;
    outline: none;
}

.perfl .crearmensaje form .fullicos img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.perfl .crearmensaje form .fullicos .icoss {
    display: inline-block;
    padding: 10px 20px;
    vertical-align: top;
    cursor: pointer;
}

.perfl .crearmensaje form .fullicos .fuente {
    position: relative;
}

.perfl .crearmensaje form .fullicos .fuente ul {
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 150px;
    max-height: 150px;
    overflow-y: auto;
    background: #fff;
    display: none;
}

.perfl .crearmensaje form .fullicos .fuente:hover ul {
    display: block;
}

.perfl .crearmensaje form .fullicos .eliminar {
    float: right;
    margin-top: 7px;
}

.perfl .global .metodoPago {
    padding: 0px;
}

.perfl .global .metodoPago .cont {
    padding: 0px 2em;
}

.perfl .global .metodoPago .cont h4 {
    font-size: 20px;
}

.perfl .global .metodoPago .cont h4 span {
    color: #666;
    font-size: 8px;
    margin-left: 10px;
    margin-right: 30px;
}

.perfl .global .metodoPago .cont h4 a {
    color: #5cac28;
    font-size: 8px;
    margin-left: 20px;
}

.perfl .global .metodoPago .cont2 {
    padding: 2em;
    background: #e0e0e0;
}

.perfl .global .metodoPago .cont2 .row {
    margin-bottom: 0px;
    font-size: 11px;
}

.perfl .global .metodoPago .cont2 h5 {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 2px;
}

.perfl .global .metodoPago .cont2 span {
    color: #666;
}

.perfl .global .portafolio h1 {
    font-size: 30px;
    margin: 0px;
    color: #5cac28;
    font-weight: bold;
}

.perfl .global .portafolio h2 {
    font-size: 25px;
    margin: 0px;
    color: #5D5D5D;
    font-weight: bold;
}

.perfl .global .portafolio h3 {
    font-size: 25px;
    margin: 0px;
    color: #5cac28;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.perfl .global .portafolio b {
    color: #5cac28;
    text-transform: uppercase;
}

.perfl .global .portafolio span {
    color: #5E5D5D;
    display: contents;
}

.perfl .global .portafolio .boton .icoslist {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.perfl .global .portafolio .boton .icoslist a {
    border: 0px;
    height: inherit;
    width: inherit;
    margin-left: 10px;
    margin-right: 10px;
}

.perfl .global .portafolio .boton .icoslist a:hover {
    background: transparent;
}

.perfl .global .portafolio .boton .icoslist a img {
    height: 30px;
}

.perfl .global .portafolio .contimg {
    position: relative;
}

.perfl .global .portafolio .contimg .cont {
    width: 70%;
    height: 400px;
    overflow: hidden;
    -webkit-transform: skew(-15deg);
    position: relative;
    -moz-transform: skew(-15deg) translateX(23%);
    -ms-transform: skew(-15deg) translateX(23%);
    -o-transform: skew(-15deg) translateX(23%);
    transform: skew(-15deg) translateX(23%);
}

.perfl .global .portafolio .contimg:before {
    content: "";
    position: absolute;
    left: -22%;
    bottom: 29%;
    width: 60%;
    background: #5cac28;
    height: 3px;
    z-index: 10;
    transform: rotate(-75deg);
}

.perfl .global .portafolio .contimg:after {
    content: "";
    position: absolute;
    right: -24%;
    top: 29%;
    width: 60%;
    background: #5cac28;
    height: 3px;
    z-index: 10;
    transform: rotate(-75deg);
}

.perfl .global .portafolio .contimg .contt {
    width: 216%;
    height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transform: skew(15deg) translateX(-28%);
    -moz-transform: skew(15deg) translateX(-28%);
    -ms-transform: skew(15deg) translateX(-28%);
    -o-transform: skew(15deg) translateX(-28%);
    transform: skew(15deg) translateX(-28%);
}

.perfl .global .portafolio .listItems {
    padding-left: 6%;
}

.perfl .global .portafolio .listItems a {
    width: 15%;
    display: inline-block;
    height: 4px;
    background: #5D5D5D;
    transition: all 0.5s;
}

.perfl .global .portafolio .listItems a.active {
    background: #5cac28;
}

.perfl .global .portafolio .descripcion {
    text-align: justify;
}

.perfl .global img {
    max-width: 100%;
}

.perfl .global .videoGrande a {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.perfl .global .portafolio .videoGrande .tt span {
    font-size: 15px;
}

.perfl .global .portafolio .videoGrande .tt h3 {
    margin: 0px;
    text-align: left;
    font-size: 15px;
}

.perfl .global .portafoliolist .lista h3 span.bold {
    display: contents;
    font-weight: 700;
    font-size: inherit;
    font-style: inherit;
}

.perfl .global .portafolio .videoGrande .tt h3 span {
    border-bottom: 3px solid #5E5D5D;
    padding-right: 100px;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.listvideos .col .cont a {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.perfl .global .portafoliolist {
    background: #fff;
}

.perfl .global .portafoliolist .lista .item {
    border: 2px solid #ccc;
    padding-bottom: 10px;
}

.perfl .global .portafoliolist .lista .contimg .contt {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.perfl .global .portafoliolist .lista h3 {
    font-size: 12px;
    color: #5cac28;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.perfl .global .portafoliolist .lista h3 span {
    display: block;
    color: #5E5D5D;
    font-size: 0.7rem;
    font-style: italic;
    font-weight: 700;
}

.perfl .global .portafoliolist .lista hr {
    max-width: 50%;
    margin: auto;
    border-bottom: 2px solid #5D5D5D;
    margin-bottom: 30px;
}

.perfl .global .portafoliolist .lista .icosnumber {
    text-align: center;
}

.perfl .global .portafoliolist .lista .icosnumber .itemico {
    width: inherit;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-left: 53px;
    font-size: 30px;
    color: #5cac28;
    font-weight: bold;
    text-align: left;
    transform: scale(0.6)
}

.perfl .global .portafoliolist .lista .icosnumber .itemico span {
    display: block;
    font-size: 12px;
}

.perfl .global .portafoliolist .lista .listicons {
    overflow: hidden;
    margin-top: 20px;
}

.perfl .global .portafoliolist .lista .listicons a {
    float: left;
    width: 25%;
    text-align: center;
    display: block;
}

.perfl .global .portafoliolist .lista .listicons a img {
    height: 30px;
}

.perfl .global .portafoliolist .lista .listicons a i{
    font-size: 2rem;
}

.filtroperfil h3 {
    font-size: 18px;
    color: #5cac28;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 10px;
}

.filtroperfil .filtrotags a {
    background: #5cac2869;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.filtroperfil .filtrotags a img {
    height: 15px;
    vertical-align: middle;
}

.filtroperfil .filtro {
    max-width: 150px;
}

.filtroperfil .filtro span {
    display: block;
    background-image: url(../img/flesubp.svg);
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: 20px;
    cursor: pointer;
}

.filtroperfil .filtro span.active {
    background-image: url(../img/flebaj.svg);
}

.filtroperfil .filtro ul {
    display: none;
}

.filtroperfil .filtro ul li {
    border-left: 10px solid #5cac28a3;
    background: #5cac2847;
}

.filtroperfil .filtro ul li a {
    display: block;
    padding: 5px;
}

.filtroperfil .filtro ul li.active,
.filtroperfil .filtro ul li:hover {
    border-left: 10px solid #5cac28;
    background: #5cac2882;
}

.filtroperfil .filtro ul.active {
    display: block;
}

.filtroperfil .lisfijo li.active a,
.filtroperfil .lisfijo li:hover a {
    color: #afafaf;
}

.filtroperfil .default-text {
    border: 1px solid #9e9e9e !important;
    color: #9e9e9e;
    padding: 0px 5px !important;
    height: 1.5rem !important;
}


/* Menu */

.nav_mvs li ul {
    display: none;
    position: absolute;
    background: #c6d2b3;
    float: left;
    width: 250px;
    padding: 8px 0px 8px 8px;
}

.nav_mvs li:hover>ul {
    display: block;
}

.nav_mvs li ul li {
    position: relative;
    width: 100%;
    padding-top: 2px;
}

.nav_mvs li ul li a {
    /*height:25px;*/
    padding-bottom: 0px;
    line-height: 20px;
}

.nav_mvs li ul li a:hover {
    box-shadow: none;
    color: #2d3c22;
}

.nav_mvs li ul h1 {
    color: #000;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    display: flex;
    border-bottom: 2px solid #5cac29;
}

.nav_mvs li ul h1 img {
    margin: 0px;
    height: 30px;
    margin-top: -9px;
}

.nav_mvs li ul li:hover {
    background: #8ec26d;
    border-left: 12px solid #5cac29;
    border-top: 1px solid #5cac29;
    border-bottom: 1px solid #5cac29;
    border-right: 1px solid #5cac29;
}

.nav_mvs li ul li:hover>a {
    color: #2d3c22 !important;
    box-shadow: 0px;
}

.nav_mvs li ul li ul {
    left: 230px;
    top: 0px;
    position: absolute;
}

.text-content-resumen-list {
    border: 2px solid #a39494;
    padding: 100px;
}

.conten-box-info {
    margin: 10px;
    padding-bottom: 30px;
}

.collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 20px;
}

.collapsible-header {
    background: transparent;
    border-bottom: 1px solid #5cac28;
}

.collapsible .active .icon-list-acordeon {
    color: #5cac28;
}

.collapsible .active .green-mvs-list-acordeon {
    color: #5cac28;
}

.conten-counter-number {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.conten-counter-number .row {
    width: 500px;
}

.border-circle {
    padding: 0px 13px 0px 13px;
    border: 1px solid #a5a5a5;
    border-radius: 50%;
    color: #a5a5a5;
    height: 60px;
    width: 60px;
}

.border-circle span {
    font-size: 2rem;
    vertical-align: super;
    font-weight: 300;
}

.border-circle i {
    font-size: 2rem;
    vertical-align: middle;
}

.border-active {
    border-color: #5cac28;
    color: #5cac28;
}

.separator_number {
    width: 100%;
    height: 2px;
    margin-top: 30px;
    background: #a5a5a5;
}

.chip {
    border-radius: 0px !important;
    background-color: #B2CB93 !important;
}

.chip .close {
    float: left;
    padding-right: 8px;
    padding-left: 0px;
}

.padding-left-filtro li {
    padding-left: 1em;
}

.padding-left-filtro li h5 small {
    font-size: 13px;
    color: #333;
}

.onclick-action-tag li {
    cursor: pointer;
}

.onclick-action-tag li:hover {
    color: #5cac28;
}

.option-filter-order li {
    background: #ECECEC;
    border-left: 10px solid #8DB75B;
}

.check-box-video {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding-top: 5px;
    padding-left: 12px;
}

.check-box-video i {
    padding-right: 10px;
    padding-bottom: 10px;
}

.check-box-video a {
    display: inline-block;
}

.check-box-video i:hover {
    color: #ca1c10;
}

.container-video-border {
    padding: 5px;
    border: 1px solid #5cac28;
}

.container-video-border .title-video-profile {
    min-height: 40px;
}

.video-nosotros-container {
    padding: 0px !important;
    margin-top: -31px;
}

.divvideonosotros {
    margin: 0px;
    padding: 0px;
}

.divvideonosotros .row {
    margin: 0px;
}

.divvideonosotros iframe {
    margin-bottom: -7px;
}

.section-nosotros {
    position: relative;
    background: url(../img/Futbol-nosotros.jpg) right bottom no-repeat;
    background-size: cover;
    /* margin-top:-40px;         */
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .section-nosotros {
        background: url(../img/Futbol-nosotros.jpg) center bottom no-repeat;
    }
}

.section-nosotros .m4 .img-bg {
    position: absolute;
    bottom: -40px;
}

.section-nosotros .cont {
    font-size: 17px;
    padding-left: 100px;
}

.section-nosotros h2 {
    font-size: 48px;
    margin-top: 12px;
}

.section-nosotros .dots-grid {
    right: 0px;
}

.section-nosotros .img-bg {
    height: 500px;
}

.section-nosotros .title-lines {
    align-items: center;
    display: flex;
    justify-content: left;
}

.divmisionvision {
    padding-top: 80px;
    padding-bottom: 60px;
}


/*.divmisionvision .centroc p {
    border-right: 1px solid #5cac28;
    border-left: 1px solid #5cac28;
    height: 10%;
    min-height: 300px;
    padding-left: 15px;
    padding-right: 15px;
}*/

.divmisionvision .centroc {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.divmisionvision .centroc::before,
.divmisionvision .centroc::after {
    content: '';
    position: absolute;
    background-color: #5cac28;
    width: 2px;
    height: 100px;
}

.divmisionvision .centroc::after {
    right: 0;
}

.divmisionvision .centroc::before {
    left: -2px;
}

.divmisionvision .nosotros-icon {
    text-align: left;
    font-weight: 900;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
}

.divmisionvision .nosotros-icon:after {
    content: "";
    width: 30%;
    position: absolute;
    bottom: 0px;
    left: 35%;
    border-bottom: 2px solid #ccc;
}

.justify-align {
    text-align: justify;
}

.text-border-right {
    border-right: 1px solid #5cac28;
    padding-right: 10px;
}

.text-border-top {
    border-top: 1px solid #5cac28;
    padding-top: 10px;
}

.nosotros-icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

.nosotros-icon img {
    height: 60px;
}

table.tbl-mvs-info thead tr {
    background-color: #5cac29;
}

table.tbl-mvs-info thead tr th {
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    border-radius: 0px;
}

table.tbl-mvs-info tbody tr td.title {
    text-align: right;
    width: 50%;
}

.titles {
    /*font-size: 3em;*/
    text-align: center;
    text-transform: uppercase;
}

.titles span {
    color: #5cac28;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}

.explicavideo {
    padding-bottom: 0px;
}

.explicavideo img {
    max-width: 100%;
}

.explicavideo .row {
    margin-bottom: 0px;
}

.newbtn {
    display: inline-block;
    background: #5cac28;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
}

.explicavideo .bannerVideo img {
    width: 100%;
}

.explicavideo .datosvideos {
    padding-top: 50px;
    padding-bottom: 50px;
}

.explicavideo .divmenbresias .conticos p {
    max-width: 90%;
}

.explicavideo .divmenbresias p,
.explicavideo .datosvideos p {
    max-width: 90%;
    margin: auto;
    text-align: justify;
}

.explicavideo .divmenbresias .icon-block .desc {
    max-width: 95%;
    text-align: justify;
}

.explicavideo .divmenbresias .icon-block .center-align {
    max-width: 95%;
    text-align: center;
}

.explicavideo .divmenbresias .icon-block .btn-ver {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .explicavideo .divmenbresias p,
    .explicavideo .datosvideos p {
        max-width: 70%;
    }
}

.explicavideo .basededatosjuegos {
    background: #fafafa;
    background: url(../img/estadio-mangaestadio.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}

.explicavideo .basededatosjuegos .container {
    position: relative;
}


/*.explicavideo .basededatosjuegos .container:before {
    position: absolute;
    content: "";
    top: -21%;
    right: 0px;
    background: url(../img/puntos.png) no-repeat;
    width: 124px;
    height: 278px;
}*/

.explicavideo .basededatosjuegos .contimg {
    position: relative;
    overflow: hidden;
}

.explicavideo .basededatosjuegos .contimg:before {
    content: "";
    position: absolute;
    left: -22%;
    top: 29%;
    width: 60%;
    background: #5cac28;
    height: 3px;
    z-index: 10;
    transform: rotate(-105deg);
}

.explicavideo .basededatosjuegos .contimg:after {
    content: "";
    position: absolute;
    right: -24%;
    bottom: 29%;
    width: 60%;
    background: #5cac28;
    height: 3px;
    z-index: 10;
    transform: rotate(-105deg);
}

.explicavideo .basededatosjuegos .contimg .cont {
    width: 70%;
    height: 700px;
    overflow: hidden;
    -webkit-transform: skew(15deg);
    position: relative;
    -moz-transform: skew(15deg) translateX(23%);
    -ms-transform: skew(15deg) translateX(23%);
    -o-transform: skew(15deg) translateX(23%);
    transform: skew(15deg) translateX(23%);
}

.explicavideo .basededatosjuegos .contimg .cont .contt {
    width: 216%;
    height: 700px;
    background-position: center top;
    background-image: url(../img/vvvv.png);
    -webkit-transform: skew(-15deg) translateX(-15%);
    -moz-transform: skew(-15deg) translateX(-15%);
    -ms-transform: skew(-15deg) translateX(-15%);
    -o-transform: skew(-15deg) translateX(-15%);
    transform: skew(-15deg) translateX(-15%);
}

.explicavideo .basededatosjuegos .titles {
    font-size: 3em;
    text-align: left;
    margin-top: 100px;
}

.explicavideo .basededatosjuegos p {
    max-width: 526px;
    text-align: justify;
}

.explicavideo .creaedicion .contimg {
    position: relative;
    overflow: hidden;
}

.explicavideo .creaedicion .contimg:before {
    content: "";
    position: absolute;
    left: -22%;
    top: 29%;
    width: 60%;
    background: #5cac28;
    height: 3px;
    z-index: 10;
    transform: rotate(-105deg);
}

.explicavideo .creaedicion .contimg:after {
    content: "";
    position: absolute;
    right: -24%;
    bottom: 29%;
    width: 60%;
    background: #5cac28;
    height: 3px;
    z-index: 10;
    transform: rotate(-105deg);
}

.explicavideo .creaedicion .contimg .cont {
    width: 70%;
    height: 700px;
    overflow: hidden;
    -webkit-transform: skew(15deg);
    position: relative;
    -moz-transform: skew(15deg) translateX(23%);
    -ms-transform: skew(15deg) translateX(23%);
    -o-transform: skew(15deg) translateX(23%);
    transform: skew(15deg) translateX(23%);
}

.explicavideo .creaedicion .contimg .cont .contt {
    width: 216%;
    height: 700px;
    background-position: center top;
    background-image: url(../img/vvvv.png);
    -webkit-transform: skew(-15deg) translateX(-15%);
    -moz-transform: skew(-15deg) translateX(-15%);
    -ms-transform: skew(-15deg) translateX(-15%);
    -o-transform: skew(-15deg) translateX(-15%);
    transform: skew(-15deg) translateX(-15%);
}

.explicavideo .creaedicion {
    background: #fff;
    background: url(../img/fondofutbol-mvstarsproyeccion-impulsodeportivo.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}
.explicavideo .basededatosjuegos + .creaedicion {
    background: #fff;
}

.explicavideo .creaedicion .titles {
    font-size: 3em;
    text-align: left;
    margin-top: 100px;
}

.explicavideo .creaedicion p {
    max-width: 526px;
    text-align: justify;
}

.explicavideo .creaedicion .minslider {
    overflow: hidden;
}

.explicavideo .creaedicion .minslider .owl-dots {
    text-align: left;
    padding-left: 12%;
    padding-top: 30px;
}

.explicavideo .creaedicion .container {
    position: relative;
}


/*.explicavideo .creaedicion .container:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 20px;
    background: url(../img/puntos.png) no-repeat;
    width: 124px;
    height: 278px;
}

.explicavideo .creaedicion .container:after {
    position: absolute;
    content: "";
    bottom: -21%;
    left: 8%;
    background: url(../img/puntos.png) no-repeat;
    width: 124px;
    height: 278px;
}*/

s .explicavideo .caracterissoftw {
    margin-top: 130px;
    margin-bottom: 100px;
}

.explicavideo .caracterissoftw p {
    max-width: 526px;
    margin: auto;
    text-align: justify;
}

.explicavideo .caracterissoftw .listitemsnumber .cont {
    max-width: 300px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.explicavideo .caracterissoftw .listitemsnumber .cont h3 {
    font-size: 20px;
    color: #5cac28;
}

.explicavideo .caracterissoftw .listitemsnumber .cont h3:after {
    width: 20%;
    content: "";
    margin: auto;
    border-bottom: 3px solid #5cac28;
    display: block;
    margin-top: 3px;
}

.explicavideo .caracterissoftw .listitemsnumber .cont span {
    width: 60px;
    height: 60px;
    border: 2px solid #5cac28;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    display: block;
    margin: auto;
    font-size: 27px;
}

.explicavideo .divmenbresias {
    background: #fff;
}

.explicavideo .divmenbresias .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}


/*.explicavideo .divmenbresias .container:before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0px;
    background: url(../img/puntos.png) no-repeat;
    width: 124px;
    height: 278px;
}

.explicavideo .divmenbresias .container:after {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0px;
    background: url(../img/puntos.png) no-repeat;
    width: 124px;
    height: 278px;
}*/

.explicavideo .divmenbresias h3 {
    text-align: center;
    color: #5cac28;
    /*font-weight: bold;*/
}

.explicavideo .divmenbresias h3 img {
    vertical-align: middle;
}

.explicavideo .divmenbresias .conticos {
    overflow: hidden;
    text-align: center;
}

.explicavideo .divmenbresias .conticos .icos {
    display: inline-block;
    width: 32.333%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.explicavideo .divmenbresias .conticos .icos h3 {
    font-size: 30px;
}

.explicavideo .divmenbresias .conticos .icos p {
    max-width: 221px;
}

.explicavideo .divmenbresias .conticos .icos a {
    display: block;
    color: #5cac28;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}


/*.divcamara .basededatosjuegos .container:before {
    top: 0px;
}*/

.divcamara .datosvideos p {
    padding-left: 0px;
}

.divcamara .caracterissoftw {
    margin-top: 50px;
    margin-bottom: 40px;
}


/*.divcamara .basededatosjuegos .container:before {
    right: inherit;
    left: 0px;
}*/

.divcamara .ulti .container {
    position: relative;
}


/*.divcamara .ulti .container:before {
    position: absolute;
    content: "";
    top: -50%;
    right: 0px;
    background: url(../img/puntos.png) no-repeat;
    width: 124px;
    height: 278px;
}

.divcamara .ulti .container:after {
    position: absolute;
    content: "";
    top: -50%;
    left: 0px;
    background: url(../img/puntos.png) no-repeat;
    width: 124px;
    height: 278px;
}*/

.platform .divservicios {
    background: #DBDCDD;
}

.divcontvideos .p-contain h2 {
    font-size: 26px;
    color: #5D5D5D;
    padding: 5px 10px;
    border: 1px solid #5D5D5D;
    text-transform: uppercase;
}

.divcontvideos .p-contain .contline .compartir {
    overflow: hidden;
}

.divcontvideos .p-contain .contline .compartir img {
    height: 30px;
}

.divcontvideos .p-contain .contline .compartir span {
    float: right;
    font-size: 20px;
}

.divcontvideos .p-contain select {
    display: inline-block;
    opacity: 1;
    width: inherit;
}

.divcontvideos .p-contain .v {
    color: #5cac28;
    font-size: 26px;
}

.divcontvideos .p-contain form textarea {
    height: 160px;
    padding: 10px;
}

.modal-overlay {
    background: #2e5614;
}

#modalcrearvideo {
    min-height: 522px;
    min-width: 538px;
    background: url(../img/modalcrearvideo.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

#modalcrearvideo h3 {
    font-size: 26px;
    color: #5cac28;
}

#modalcrearvideo h3:after {
    content: "";
    border-bottom: 2px solid #5D5D5D;
    width: 100%;
}

#modalcrearvideo form label {
    display: block;
    color: #5cac28;
    font-size: 20px;
    margin-top: 20px;
}

#modalcrearvideo form select {
    display: inline-block;
    opacity: 1;
    width: inherit;
}

#modalcrearvideo form textarea {
    height: 120px;
    padding: 10px;
}

#modalcrearvideo form input {
    padding-left: 10px;
}

#modalcrearvideo form input,
#modalcrearvideo form select,
#modalcrearvideo form textarea {
    border: 2px solid #b9b9b9;
    background: transparent;
}

@media(max-width: 1199px) {
    header.header>nav ul a {
        font-size: 12px;
        padding: 4px 8px;
    }
    header.header>nav ul.login a {
        padding: 6px 0px;
        height: inherit;
    }
    nav ul.login {
        margin: 0px;
    }
    nav ul.login li {
        margin-left: 5px;
    }
    nav .logo img {
        width: 140px;
    }
    .nav_mvs li ul li a {
        padding: 9px 8px;
    }
    .pdescripnoso {
    margin-left: 400px;
}
}

@media(max-width: 992px) {
    .perfl .save {
        background: #5cac28;
    }
    .perfl .asst {
        padding-top: 4em;
    }
}

@media(max-width: 746px) {
    /*.perfl{ margin-top: -26em; }*/
}

@media(max-width: 717px) {
    /*.th-green header.header{ min-height: 607px; }*/
    header.header>nav ul.login a {
        font-size: 11px;
        height: 35px;
    }
    nav {
        line-height: 23px;
    }
    .perfl .save a.btn {
        font-size: 12px;
    }
    .perfl .save .volver img {
        width: 35px;
    }
    .perfl .save .volver {
        margin-bottom: -35px;
        display: block;
    }
    .perfl .global .p-titl h1 {
        color: #5cac28;
        font-size: 26px !important;
    }
}

@media(max-width: 600px) {
    .title-section-details {
        display: block;
    }
}


/*/ FINAL /*/

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea:focus,
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #7c8185;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #7c8185;
}

::placeholder {
    color: #7c8185;
}

.form-site1 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #5cac28;
    margin-top: 10px;
}

.form-site1 {
    /*border: 1px solid #bdbdbd;
    padding: 30px !important;
    margin-bottom: 30px;*/
}

.form-site1 input[type=text],
.form-site1 input[type=email],
.form-site1 input[type=password] {
    border: 1px solid #5cac28;
    margin-top: 5px;
    padding-left: 5px;
}

.form-site1 .btn-mvs {
    height: inherit;
    min-width: 150px;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 10px;
    line-height: inherit;
}

.form-site1 label.error {
    background-color: red;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
}

.form-site1 .information-text {
    color: #bfbcbc !important;
    font-size: 16px !important;
}

.img-perfil-content img.img-perfil {
    max-width: 25%;
    display: inline-block;
    margin: 10px auto;
}

.img-perfil-action {
    text-align: center;
}

.img-perfil-action #label-imagen-usuario {
    max-width: 150px;
    margin: 0px auto;
    padding: 10px;
    cursor: pointer;
    width: inherit;
    border: 1px solid green;
}

.form-.footerc label.error {
    background-color: #E85853;
    padding: 5px 10px;
    font-size: 1rem !important;
}

.form-cambiar-contrasena label.error {
    background-color: #E85853;
    padding: 5px 10px;
    font-size: 1rem !important;
    color: white;
}

.form-contact label.error {
    padding: 5px 10px;
    color: #E85853 !important;
    font-size: 1rem !important;
}

.registro .main-title {
    font-size: 30px;
    text-align: justify;
    background-color: #f1f1f1;
    padding: 5px 10px;
    margin: 0px;
}

.registro .main-title span {
    font-size: 12px;
    color: gray;
}

.icon-play-video-portafolio-big,
.icon-play-video,
.icon-play-video-portafolio {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #333;
    color: #fff;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%) translateY(-50%);
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff !important;
}

.video-site {
    width: 100%;
    min-height: 460px;
    /*height: -webkit-fill-available;*/
}

.codigo_asociacion {
    font-size: 20px !important;
    padding: 10px 10px;
    margin-bottom: 20px !important;
    border-left: 8px solid;
    background-color: #f5f5f4;
}

.codigo_asociacion label {
    font-size: 18px;
    text-transform: none !important;
}

.header-controls-right {
    text-align: right;
}

.header-controls-right .lupa {
    display: inline-block;
    width: 20%
}

.header-controls-right .btn-video {
    display: inline-block;
    /*width: 60%*/
}

.frm-buscar-header {
    display: inline-block;
    width: 60%;
}

.frm-buscar-header input[type=text] {
    background-color: #FFFFFF;
    /* border: 1px solid #000000; */
    border-radius: 50px;
    height: 2.5rem;
}

#nav-mobile .botnes {
    display: none;
    padding: 1.5em 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

#nav-mobile .botnes a:first-of-type {
    background-color: transparent;
    border: 1px solid #231f20;
}

#nav-mobile .botnes a {
    border: 1px solid #5cac28;
    border-radius: 35px;
    min-width: 100px;
    line-height: 30px;
    color: #231f20;
    height: auto;
    box-shadow: none !important;
    font-size: 0.8rem;
    margin: 0 5px;
}

#nav-mobile .botnes a:hover {
    background-color: #5cac28;
    color: white;
}

.title-lines br {
    display: none;
}

.perfl .global .portafolio span,
.perfl .infobasic span {
    word-break: break-all;
}

.perfl .global .portafoliolist .lista h3 {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*min-height: 160px;
    font-size: 26px !important;*/
    min-height: 50px;
    font-size: 1rem !important;
    font-weight: 400;
}

footer.footerc .form-footer input,
footer.footerc .form-footer textarea,
footer.footerc .form-footer select {
    background-color: transparent;
    padding: 10px 12px;
    width: 100%;
    height: auto;
    color: #fff;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    box-shadow: 0 0 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

footer.footerc .form-footer select option {
    color: #000;
}

footer.footerc .form-footer input.valid,
footer.footerc .form-footer textarea.valid,
footer.footerc .form-footer select.valid {
    border-color: #5cac28 !important;
    color: #FFF;
}

footer.footerc .form-footer input.error,
footer.footerc .form-footer select.error {
    border-color: #F44336 !important;
    color: #FFF;
}

footer.footerc .form-footer input:hover,
footer.footerc .form-footer select:hover {}

footer.footerc .form-footer label label.error {
    color: #F44336;
}

footer.footerc .form-footer#contact-footer button {
    font-size: 20px;
    height: auto;
    line-height: normal;
    padding: 6px 0px;
    border-radius: 35px;
}

footer.footerc .col>h6 {
    font-size: 20px;
}

footer.footerc .col .btn {}

#form-registro .datepicker-modal {
    top: 10% !important;
    z-index: 1000000003 !important;
}

#form-editar-perfil-informacion-basica .datepicker-modal {
    top: 30% !important;
}

.datepicker-modal {
    top: 35% !important;
}

.slitor {
    width: 100vw;
    height: 100vh;
    display: flex;
    background-size: cover;
}

.slitortwo {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.slitorone {
    width: 40vw;
    height: 65vh;
    margin: 170px 0 0 150px;
    font-size: 1.5em;
}

.imgtornh {
    height: fit-content;
}

.slitoronetwo {
    width: 70vw;
    margin: 170px 0 0 0;
    font-size: 1.5em;
}

.imght {
    display: flex;
    height: fit-content;
    justify-content: center;
}

.textorp {
    padding: 10px 100px;
}

.tornevarios {
    margin-left: 150px;
    margin-right: 150px;
}

.tornevarios2 {
    margin-left: 170px;
    margin-right: 170px;
}

.htline {
    height: 1px;
    color: green;
    margin: 30px 170px;
}

.textorn {
    margin: 0px;
}

.ctbt {
    display: flex;
    justify-content: flex-end;
}

.ctvt {
    margin-top: 15px;
    margin-bottom: 15px;
}

.div-buscar-encabezadotwo {
    display: inline-block;
    width: 100%;
}

.stbctbt {
    margin: 0 20px;
    border-radius: 50px;
    width: 100px;
    background-color: orange;
    border-style: none;
    color: #fff;
}

.stbsele {
    height: 2rem;
    color: #aaa;
    padding: 0;
    width: auto;
    border: 1px solid;
    border-radius: 0;
    /*width: 300px;*/
    width: 40%;
}

.formacion-list .stbsele {
    width: 100%;
}

.ctvtint {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 10px;
}

.ctvvideo {
    display: grid;
}

.check-box-videotwo {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding-top: 5px;
    padding-left: 12px;
    margin: 0px;
}

.seletorn {
    display: flex;
    padding-bottom: 15px;
    justify-content: space-evenly;
    color: #333;
}

.canchatorn {
    display: flex;
    justify-content: center;
}

.titulostorn {
    padding-bottom: 15px;
}

.htorn {
    justify-content: flex-start
}

.jugadorestorn {}

.jugainttorn {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.45);
}

.imghtorn {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.imgjugatorn {
    height: fit-content;
}

.checktorn {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.gridcancha {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "sp1 sp2 sp3 sp4 sp5 sp6 sp7 sp8 sp9" "sp10 sp11 sp12 sp13 sp14 sp15 sp16 sp17 sp18" "sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27" "sp28 sp29 sp30 sp31 sp32 sp33 sp34 sp35 sp36" "sp37 sp38 sp39 sp40 sp41 sp42 sp43 sp44 sp45";
    background: url("../img/cancha.png") no-repeat;
    background-size: contain;
    /*min-width: 642px;
    min-height: 362px;*/
    max-width: 642px;
    max-height: 362px;
    grid-gap: 10px;
    padding: 15px;
}

.itemcancha {
    display: flex;
    position: relative;
}

.itemcancha:before {
    content: "";
    display: flex;
    height: 0;
    width: 0;
    padding-bottom: calc(4/4 * 100%);
}

.imgfut {
    /*width: 100%;
    height: auto;*/
    width: 59px;
    height: 59px;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #666;
}

.nameposi {
    background-color: #195167;
    color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    justify-content: center;
    display: flex;
    border-radius: 4px;
    font-size: 0.6em;
}

.namepositex {
    margin-block-start: 0px;
    margin-block-end: 0px;
    font-size: 0.8em;
    color: #FFFFFF;
    font-weight: 500;
}


/*POSICIONES*/


/*posicion _2_4_4*/

.item1_2_4_4 {
    grid-area: sp41;
}

.item2_2_4_4 {
    grid-area: sp31;
}

.item3_2_4_4 {
    grid-area: sp33;
}

.item4_2_4_4 {
    grid-area: sp20;
}

.item5_2_4_4 {
    grid-area: sp22;
}

.item6_2_4_4 {
    grid-area: sp24;
}

.item7_2_4_4 {
    grid-area: sp26;
}

.item8_2_4_4 {
    grid-area: sp12;
}

.item9_2_4_4 {
    grid-area: sp13;
}

.item10_2_4_4 {
    grid-area: sp15;
}

.item11_2_4_4 {
    grid-area: sp16;
}


/*posicion _2_5_3*/

.item1_2_5_3 {
    grid-area: sp41;
}

.item2_2_5_3 {
    grid-area: sp31;
}

.item3_2_5_3 {
    grid-area: sp33;
}

.item4_2_5_3 {
    grid-area: sp21;
}

.item5_2_5_3 {
    grid-area: sp22;
}

.item6_2_5_3 {
    grid-area: sp23;
}

.item7_2_5_3 {
    grid-area: sp24;
}

.item8_2_5_3 {
    grid-area: sp25;
}

.item9_2_5_3 {
    grid-area: sp13;
}

.item10_2_5_3 {
    grid-area: sp14;
}

.item11_2_5_3 {
    grid-area: sp15;
}


/*posicion _3_1_5_1*/

.item1_3_1_5_1 {
    grid-area: sp41;
}

.item2_3_1_5_1 {
    grid-area: sp30;
}

.item3_3_1_5_1 {
    grid-area: sp32;
}

.item4_3_1_5_1 {
    grid-area: sp34;
}

.item5_3_1_5_1 {
    grid-area: sp23;
}

.item6_3_1_5_1 {
    grid-area: sp12;
}

.item7_3_1_5_1 {
    grid-area: sp13;
}

.item8_3_1_5_1 {
    grid-area: sp14;
}

.item9_3_1_5_1 {
    grid-area: sp15;
}

.item10_3_1_5_1 {
    grid-area: sp16;
}

.item11_3_1_5_1 {
    grid-area: sp5;
}


/*posicion _3_4_3*/

.item1_3_4_3 {
    grid-area: sp41;
}

.item2_3_4_3 {
    grid-area: sp30;
}

.item3_3_4_3 {
    grid-area: sp32;
}

.item4_3_4_3 {
    grid-area: sp34;
}

.item5_3_4_3 {
    grid-area: sp20;
}

.item6_3_4_3 {
    grid-area: sp22;
}

.item7_3_4_3 {
    grid-area: sp24;
}

.item8_3_4_3 {
    grid-area: sp26;
}

.item9_3_4_3 {
    grid-area: sp12;
}

.item10_3_4_3 {
    grid-area: sp14;
}

.item11_3_4_3 {
    grid-area: sp16;
}


/*posicion _3_5_2*/

.item1_3_5_2 {
    grid-area: sp41;
}

.item2_3_5_2 {
    grid-area: sp30;
}

.item3_3_5_2 {
    grid-area: sp32;
}

.item4_3_5_2 {
    grid-area: sp34;
}

.item5_3_5_2 {
    grid-area: sp20;
}

.item6_3_5_2 {
    grid-area: sp21;
}

.item7_3_5_2 {
    grid-area: sp23;
}

.item8_3_5_2 {
    grid-area: sp25;
}

.item9_3_5_2 {
    grid-area: sp26;
}

.item10_3_5_2 {
    grid-area: sp13;
}

.item11_3_5_2 {
    grid-area: sp15;
}


/*posicion _4_2_2_2*/

.item1_4_2_2_2 {
    grid-area: sp41;
}

.item2_4_2_2_2 {
    grid-area: sp29;
}

.item3_4_2_2_2 {
    grid-area: sp31;
}

.item4_4_2_2_2 {
    grid-area: sp33;
}

.item5_4_2_2_2 {
    grid-area: sp35;
}

.item6_4_2_2_2 {
    grid-area: sp22;
}

.item7_4_2_2_2 {
    grid-area: sp24;
}

.item8_4_2_2_2 {
    grid-area: sp12;
}

.item9_4_2_2_2 {
    grid-area: sp16;
}

.item10_4_2_2_2 {
    grid-area: sp4;
}

.item11_4_2_2_2 {
    grid-area: sp6;
}


/*posicion _4_2_3_1*/

.item1_4_2_3_1 {
    grid-area: sp41;
}

.item2_4_2_3_1 {
    grid-area: sp29;
}

.item3_4_2_3_1 {
    grid-area: sp31;
}

.item4_4_2_3_1 {
    grid-area: sp33;
}

.item5_4_2_3_1 {
    grid-area: sp35;
}

.item6_4_2_3_1 {
    grid-area: sp22;
}

.item7_4_2_3_1 {
    grid-area: sp24;
}

.item8_4_2_3_1 {
    grid-area: sp12;
}

.item9_4_2_3_1 {
    grid-area: sp14;
}

.item10_4_2_3_1 {
    grid-area: sp16;
}

.item11_4_2_3_1 {
    grid-area: sp5;
}


/*posicion _4_3_3*/

.item1_4_3_3 {
    grid-area: sp41;
}

.item2_4_3_3 {
    grid-area: sp29;
}

.item3_4_3_3 {
    grid-area: sp31;
}

.item4_4_3_3 {
    grid-area: sp33;
}

.item5_4_3_3 {
    grid-area: sp35;
}

.item6_4_3_3 {
    grid-area: sp21;
}

.item7_4_3_3 {
    grid-area: sp23;
}

.item8_4_3_3 {
    grid-area: sp25;
}

.item9_4_3_3 {
    grid-area: sp12;
}

.item10_4_3_3 {
    grid-area: sp14;
}

.item11_4_3_3 {
    grid-area: sp16;
}


/*posicion _4_4_2*/

.item1_4_4_2 {
    grid-area: sp41;
}

.item2_4_4_2 {
    grid-area: sp29;
}

.item3_4_4_2 {
    grid-area: sp31;
}

.item4_4_4_2 {
    grid-area: sp33;
}

.item5_4_4_2 {
    grid-area: sp35;
}

.item6_4_4_2 {
    grid-area: sp21;
}

.item7_4_4_2 {
    grid-area: sp22;
}

.item8_4_4_2 {
    grid-area: sp24;
}

.item9_4_4_2 {
    grid-area: sp25;
}

.item10_4_4_2 {
    grid-area: sp13;
}

.item11_4_4_2 {
    grid-area: sp15;
}


/*posicion _4_5_1*/

.item1_4_5_1 {
    grid-area: sp41;
}

.item2_4_5_1 {
    grid-area: sp29;
}

.item3_4_5_1 {
    grid-area: sp31;
}

.item4_4_5_1 {
    grid-area: sp33;
}

.item5_4_5_1 {
    grid-area: sp35;
}

.item6_4_5_1 {
    grid-area: sp20;
}

.item7_4_5_1 {
    grid-area: sp21;
}

.item8_4_5_1 {
    grid-area: sp23;
}

.item9_4_5_1 {
    grid-area: sp25;
}

.item10_4_5_1 {
    grid-area: sp26;
}

.item11_4_5_1 {
    grid-area: sp14;
}


/*posicion _5_3_2*/

.item1_5_3_2 {
    grid-area: sp41;
}

.item2_5_3_2 {
    grid-area: sp29;
}

.item3_5_3_2 {
    grid-area: sp30;
}

.item4_5_3_2 {
    grid-area: sp32;
}

.item5_5_3_2 {
    grid-area: sp34;
}

.item6_5_3_2 {
    grid-area: sp35;
}

.item7_5_3_2 {
    grid-area: sp21;
}

.item8_5_3_2 {
    grid-area: sp23;
}

.item9_5_3_2 {
    grid-area: sp25;
}

.item10_5_3_2 {
    grid-area: sp13;
}

.item11_5_3_2 {
    grid-area: sp15;
}


/*posicion _5_4_1*/

.item1_5_4_1 {
    grid-area: sp41;
}

.item2_5_4_1 {
    grid-area: sp29;
}

.item3_5_4_1 {
    grid-area: sp30;
}

.item4_5_4_1 {
    grid-area: sp32;
}

.item5_5_4_1 {
    grid-area: sp34;
}

.item6_5_4_1 {
    grid-area: sp35;
}

.item7_5_4_1 {
    grid-area: sp21;
}

.item8_5_4_1 {
    grid-area: sp22;
}

.item9_5_4_1 {
    grid-area: sp24;
}

.item10_5_4_1 {
    grid-area: sp25;
}

.item11_5_4_1 {
    grid-area: sp14;
}


.btn-rojo {
    background-color: #f44336;
}

.btn-verde {
    background-color: #4caf50;
}

/*MEDIA QUERY--------------------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .formacion-confirmar-container .info-content .suplentes-content .col.s4 { width: 33.3333333333% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s6 {width: 50% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s8 { width: 66.6666666667% !important; }
}

@media only screen and (max-width: 1240px) {
    #section7 .img-bg {
        left: -10%;
    }
}

@media only screen and (max-width: 1200px) {
    .section .container {
        width: 100%;
    }
    #section3 .col span.count {
        font-size: 80px;
    }
    .section-nosotros .row>.col:nth-child(1) {
        display: none;
    }
    .section-nosotros .row>.col {
        width: 100%;
    }
    .section-nosotros .cont {
        padding: 0;
    }
}

@media only screen and (max-width: 1146px) {
    nav a.sidenav-trigger {
        display: block;
    }
    .header nav .right.nav_mvs {
        display: none;
    }
    .header nav .sidenav-trigger {
        margin: 0;
        margin-top: 12px;
        float: right;
        color: #a2a2a2;
    }
    header {
        z-index: 400;
    }
    .dots-grid {
        display: none;
    }
}

.section-nosotros .row .m7 {
    padding: 150px 0 0 0px;
}

.filtroperfil form input{
    border: 2px solid #ccc !important;
    height: 25px !important;
    padding-left: 10px !important;
    width: 90% !important;
    margin: 0 0 20px 0 !important;
}

@media only screen and (min-width: 1200px) {
    .section-nosotros .row .m7 {
        padding: 150px 0 0 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .frmo .contain:after {
        display: none;
    }
    .page-article .gal {
        margin-top: 0;
    }
    .frmo .frmo-group {
        margin-bottom: 1em;
    }
    .page-article .quote:before,
    .page-article .quote:after {
        background-repeat: no-repeat;
        background-size: 90px;
        height: 75px;
        max-width: 90px;
    }
    .page-article .quote p {
        font-size: 24px;
    }
    .titl h2 {
        font-size: 30px;
    }
    .titl h1 {
        font-size: 38px;
    }
    .titl h1 img {
        max-width: 40px;
    }
    .blog .buscador .box {
        max-width: 100%;
    }
    .blog .articles .row {
        display: flex;
        flex-wrap: wrap;
    }
    .blog .articles .article .container>.row>div {
        margin-bottom: 1em;
    }
    .blog .articles .article .container>.row>div:last-of-type {
        order: -1;
    }
    .paginador {
        flex-wrap: wrap;
    }
    .paginador>div.p-boton,
    .paginador ul {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .detalle #player-carousel .item-slide .row {
        flex-wrap: wrap;
    }
    .detalle #player-carousel .item-slide .row>div:first-of-type {
        padding-top: 10em;
    }
    #player-carousel .item-slide .descr p {
        border: 0;
        padding: 0;
        font-size: 14px;
    }
    #player-carousel .item-slide .descr a {
        font-size: 14px;
    }
    #player-carousel .item-slide .descr h2 span {
        font-size: inherit;
    }
    #player-carousel .item-slide .descr h2 {
        font-size: 46px;
    }
    #player-carousel-2 .item-slide .descr p {
        border: 0;
        padding: 0;
        font-size: 14px;
    }
    #player-carousel-2 .item-slide .descr a {
        font-size: 14px;
    }
    #player-carousel-2 .item-slide .descr h2 span {
        font-size: inherit;
    }
    #player-carousel-2 .item-slide .descr h2 {
        font-size: 46px;
    }
    #section3 .col,
    #section5 .col {
        width: 50%;
    }
    #section3 .col:nth-child(2):after,
    #section6 .aliados .col:nth-child(2):after {
        display: none;
    }
    #section6 .aliados {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #section6 .aliados .col {
        width: 50%;
        float: none;
        margin: auto;
    }
    #section7 .col.bckg {
        display: none;
    }
    #section7 .col {
        display: flex;
        width: 100%;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #section7 .img-bg {
        left: -45%;
    }
    #section7 .col h2 {
        display: inline-block;
    }
    #section2 {
        padding-bottom: 100px;
    }
    #section2 .btn {
        margin: 0;
    }
    .section-nosotros .dots-grid {
        display: none;
    }
    .section-nosotros {
        padding: 2em 15px;
    }
    .section-nosotros .row>.col {
        width: 100%;
    }
    .section-nosotros .row>.col:nth-child(1) {
        display: none;
    }
    .empre-in .price-section .col {
        width: 50%;
        margin-bottom: 1em;
    }
    .empre-in .dots-grid {
        display: none;
    }
    .empre-in .section .icon-block p.desc {
        height: auto;
        min-height: 60px;
    }
    .blog .buscador {
        /* padding: 0 10px; */
        padding-left: 15px;
        padding-right: 15px;
    }
    #contact-section {
        padding: 0 10px;
        padding-top: 130px;
        margin: 0;
    }
    #contact-section h1.green-mvs {
        font-size: 38px;
        margin-bottom: 0;
    }
    #contact-section h1.green-mvs~.descr {
        display: none;
    }
    #contact-section .contact-data {
        position: relative;
    }
    #contact-section input {
        box-sizing: border-box;
    }
    .registro_usuario {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .registro_usuario .conten-counter-number>.row {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .registro_usuario .conten-counter-number>.row .col {
        width: 10% !important;
        margin: 0;
    }
    .registro_usuario .conten-counter-number>.row .col small.border-active {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        min-width: 50px;
        max-width: 50px;
        max-height: 50px;
    }
    .registro_usuario .conten-counter-number>.row .col small.border-active i {
        font-size: 24px;
    }
    section.perfl .row>div.rside {
        width: 70% !important;
    }
    section.perfl .row>div.lside {
        width: 30% !important;
    }
    section.perfl .row>div.rside .col {
        width: 100% !important;
    }
    .section-nosotros .container {
        width: 100%;
    }
    .section-nosotros h2 {
        font-size: 36px;
    }
    .clubregi .title-section-details {
        text-align: center;
    }
    .clubregi .item-slide .row .col {
        width: 100% !important;
    }
    .perfl table.factura .icospos {
        float: none;
        margin-top: 16px;
    }
    .registro_usuario_4 .title-section-details {
        text-align: center;
    }
    .pdescripnoso {
        margin-left: 430px;
    }
    /*alineacion*/
    .formacion-confirmar-container{
        background-color: #c7c7c7;
        background-repeat: no-repeat;
    }
    .formacion-confirmar-container .info-content{padding: 10px 0px !important;}
    .formacion-confirmar-container .info-content .suplentes-content .col.s4 { width: 33.3333333333% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s6 {width: 50% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s8 { width: 66.6666666667% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .titulo h4{font-size: 1.2rem;}
    .formacion-confirmar-container .info-content .lst-suplentes .suplente-item h6{font-size: 0.8rem;}
    .formacion-confirmar-container .pie-pagina .content{padding: 15px 0px !important; }
    .formacion-confirmar-container .pie-pagina .content a{font-size: 1.2rem !important; }
    .formacion-confirmar-container .encabezado .img-content img{width: 80px !important;}
    .formacion-confirmar-container .encabezado h1{font-size: 1.2rem !important;  margin: 10px 28% 30px;}
    .imgfut{
        width: 59px;
        max-width: 59px !important;
        height: 59px;
    }
    .namepositex {font-size: 0.5em}
}

@media only screen and (max-width: 940px) {
    #section7 .img-bg {
        left: -60%;
    }
    .pdescripnoso {
    margin-left: 80px;
}
}


/* Aqui implemente todo el movil hlo */

@media only screen and (max-width: 856px) {
    nav .nav-wrapper {
        position: inherit;
    }
    table.tbl-mvs-info,
    table.tbl-mvs-info thead,
    table.tbl-mvs-info tr,
    table.tbl-mvs-info tr th {
        display: block;
    }
    table.tbl-mvs-info thead {
        width: 100%;
    }
    table.tbl-mvs-info thead {
        width: 100%;
    }
    table.tbl-mvs-info tbody {
        overflow: auto;
        display: block;
    }
    .perfl {
        z-index: 500;
    }
    .th-green .header nav .sidenav-trigger {
        margin-top: 0px;
        color: #fff;
    }
    #nav-mobile {
        z-index: 2000;
    }
    .perfl .global .p-contain .boton a,
    .perfl .global .p-contain .boton button,
    .perfl .global .p-contain .btngeneral {
        margin-bottom: 10px;
    }
    .perfl .global .p-contain table {
        display: block;
        overflow: auto;
    }
    .perfl .filtroperfil.menu-filtro-perfil {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    #section-map h2,
    #section6 h2,
    #section6 h2 span {
        font-size: 2.2rem;
    }
    #section7 .img-bg {
        left: -85%;
    }
    .registro_usuario .conten-counter-number>.row .col {
        width: 15% !important;
    }
}

@media only screen and (max-width: 845px) {
    .frmo .frmo-titl h3 {
        text-align: center;
        font-size: 18px;
    }
    .frmo .frmo-titl h3 .num {
        display: block;
        margin: auto;
        margin-bottom: .5em;
    }
}

@media only screen and (max-width: 768px) {
    .footerc .row>div {
        width: 100% !important;
        margin-top: 1.5em;
    }
    .titl {
        padding: 1em 0;
    }
    .titl h1 {
        font-size: 40px !important;
    }
    .titl h1 img {
        max-width: 50px;
        display: block;
        margin: 0 auto;
    }
    .empre-in .section {
        padding-top: 100px !important;
    }
    .empre-in .section .title-section-details {
        padding-top: 0;
    }
    .perfl .global .p-contain table {
        font-size: 12px;
        overflow-x: scroll;
    }
    .perfl .global .portafoliolist .lista h3 {
        min-height: 120px;
    }
    .pdescripnoso{
        margin-left: 130px;
    }
    .pdescripnoso {
        margin-left: 0px;
    }

    /*alineacion*/
    .formacion-confirmar-container{
        background-size: contain !important;
        background-color: #c7c7c7;
        background-repeat: no-repeat;
    }
    .formacion-confirmar-container .info-content{padding: 10px 0px !important;}
    .formacion-confirmar-container .info-content .suplentes-content .col.s4 { width: 33.3333333333% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s6 {width: 50% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s8 { width: 66.6666666667% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .titulo h4{font-size: 0.8rem;}
    .formacion-confirmar-container .info-content .lst-suplentes .suplente-item h6{font-size: 0.4rem;}
    .formacion-confirmar-container .pie-pagina .content{padding: 5px 0px !important; }
    .formacion-confirmar-container .pie-pagina .content a{font-size: 0.8rem !important; }
    .formacion-confirmar-container .encabezado .img-content img{width: 60px !important;}
    .formacion-confirmar-container .encabezado h1{font-size: 0.8rem !important;  margin: 10px 28% 30px;}
    .imgfut{
        width: 41px;
        max-width: 41px !important;
        height: 41px;
    }
    .namepositex {font-size: 0.5em}
}

@media only screen and (max-width: 740px) {
    #section3 .col,
    #section5 .col,
    #section6 .aliados .col {
        width: 100%;
    }
    #section3 .col:after,
    #section6 .aliados .col:after {
        display: none;
    }
    #section6 .aliados .col {
        margin-bottom: 1em;
    }
    #player-carousel .item-slide .descr h2 {
        font-size: 34px;
    }
    /*#player-carousel .item-slide .descr p {
        font-size: 12px;
    }*/
    #player-carousel .owl-nav.disabled+.owl-dots {
        width: 100%;
    }
    #player-carousel-2 .item-slide .descr h2 {
        font-size: 34px;
    }
    #player-carousel-2 .item-slide .descr p {
        font-size: 12px;
    }
    #player-carousel-2 .owl-nav.disabled+.owl-dots {
        width: 100%;
    }
    header.header {
        height: initial;
    }
    .icon-play-video-portafolio-big {
        margin-left: 39%;
    }
    .section-nosotros~.section .col {
        width: 100%;
    }
    .section-nosotros~.section .col p {
        border: 0;
        min-height: initial;
    }
    .section-nosotros~.section .dots-grid {
        display: none;
    }
    section.perfl .row>div.rside,
    section.perfl .row>div.lside {
        width: 100% !important;
    }
    section.perfl .row>div.rside {
        background-color: #5cac28;
        padding-top: 2em;
    }
    section.perfl .row>div.rside .p-titl h1 {
        color: #fff;
    }
    section.perfl .row>div.rside .frm-buscar-header~a {
        display: block;
        width: 100%;
        margin: 0;
    }
    section.perfl .row>div.rside .save .rig {
        float: none;
    }
    div#section5.membresias p {
        margin: 0 auto;
        width: 100%;
        height: auto;
        max-width: 100%;
        min-height: initial;
    }
    .perfl .save a {
        vertical-align: middle;
    }
    .th-green .section {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 680px) {
    #topbar .translate-content select {
        margin: 0;
    }
    #topbar .col {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #topbar .col:nth-child(1) {
        display: none;
    }
    #topbar ul {
        float: none;
    }
    #topbar .flags li,
    #topbar .social-links li,
    .footerc .social-links-f li {
        display: inline-block;
        float: none;
        margin-right: 3px;
    }
}

@media only screen and (max-width: 640px) {
    .infomr .auth p {
        display: block;
        border-right: 0 !important;
        padding: 0 !important;
    }
    .detalle #player-carousel .owl-dots .owl-dot span {
        width: 50px;
    }
    #section7 .img-bg {
        left: -125%;
    }
    #section7 .col p span {
        padding: 0;
    }
    #section7 .btn {
        margin: 0;
    }
    .empre-in .price-section .col {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .empre-in .section .title-section-details {
        padding-top: 2em;
        text-align: center;
    }
    .empre-in .section .title-section-details h3 {
        margin-top: 0;
    }
    .header nav .sidenav-trigger {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 540px) {
    #topbar .translate-content>a.gflag {
        display: none;
    }
    .home-carousel .item-slide h1 span {
        display: block;
    }
    #section2 {
        padding-bottom: 20px;
    }
    #section2 h2 {
        font-size: 30px;
    }
    .registro_usuario .conten-counter-number>.row .col.separator_number {
        display: none;
    }
    header.header>nav ul.login a {
        font-size: 9px;
    }
    .header nav .sidenav-trigger {}
    header.header>nav ul.login {
        display: none;
    }
    #nav-mobile .botnes {
        display: block;
    }
    .header {
        height: 87px;
    }
    div#section5.membresias h3 {
        font-size: 26px;
    }
    div#section5.membresias p {
        font-size: 16px;
    }
    .titl h1 {
        font-size: 34px !important;
    }
    .perfl .save .volver {
        display: block;
        margin: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    section.perfl .row>div.rside .save .rig {
        text-align: center;
    }
}

@media only screen and (max-width: 505px) {
    .log-in .frmo .recover {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 528px) {
    #section7 .img-bg {
        left: -160%;
    }
}

@media only screen and (max-width: 480px) {
    #section7 .img-bg {
        left: -190%;
    }
    .paginador {
        margin: 0;
    }
    .paginador ul li a {
        font-size: 14px;
        padding: 12px 16px;
    }
    .titl h1 img {}
    .icon-play-video-portafolio {
        margin-top: 15%;
        margin-left: 31%;
    }
    .home-carousel .item-slide h1 {
        font-size: 36px;
    }
    #topbar .col {
        padding: 0;
    }
    .blog .infomr .title h2 {
        font-size: 32px;
    }


    /*alineacion*/
    .formacion-confirmar-container{
        background-size: contain !important;
        background-color: #c7c7c7;
        background-repeat: no-repeat;
    }
    .formacion-confirmar-container .info-content{padding: 10px 0px !important;}
    .formacion-confirmar-container .info-content .suplentes-content .col.s4 { width: 33.3333333333% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s6 {width: 50% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s8 { width: 66.6666666667% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .titulo h4{font-size: 0.8rem;}
    .formacion-confirmar-container .info-content .lst-suplentes .suplente-item h6{font-size: 0.4rem;}
    .formacion-confirmar-container .pie-pagina .content{padding: 5px 0px !important; }
    .formacion-confirmar-container .pie-pagina .content a{font-size: 0.8rem !important; }
    .formacion-confirmar-container .encabezado .img-content img{width: 60px !important;}
    .formacion-confirmar-container .encabezado h1{font-size: 0.8rem !important;  margin: 10px 28% 30px;}
    .imgfut{
        width: 27px;
        max-width: 27px !important;
        height: 27px;
    }
    .namepositex {font-size: 0.5em}
}

@media only screen and (max-width: 480px) {
    #section7 .img-bg {
        left: -225%;
    }
}

@media only screen and (max-width: 380px) {
    #section7 .img-bg {
        left: -265%;
    }
    .section-nosotros h2.title-lines,
    .section-nosotros h2 img,
    .section-nosotros~.section h3,
    .section-nosotros~.section h3 img {
        font-size: 32px;
        margin: auto;
        display: block;
        text-align: center;
    }
    .registro_usuario .conten-counter-number>.row .col {
        width: 22% !important;
    }

    #form-editar-perfil-informacion-basica .datepicker-modal {
        top: 15% !important;
    }

    .slitorone {
    width: 100%;
    height: fit-content;
    margin: 70px 15px 0 15px;
    }

    .slitor {
    height: fit-content;
    background-size: cover;
	}

	.tornevarios {
    margin-left: 10px;
    margin-right: 10px;
    }

    .imght {
    display: block;
    }

    .textorp {
    padding: 10px 0px;
    }

    .tornevarios2 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .slitoronetwo {
    margin: 130px 0 0 0;
    }


    /*alineacion*/
    .formacion-confirmar-container{
        background-size: contain !important;
        background-color: #c7c7c7;
        background-repeat: no-repeat;
    }
    .formacion-confirmar-container .info-content{padding: 10px 0px !important;}
    .formacion-confirmar-container .info-content .suplentes-content .col.s4 { width: 33.3333333333% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s6 {width: 50% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .col.s8 { width: 66.6666666667% !important; }
    .formacion-confirmar-container .info-content .suplentes-content .titulo h4{font-size: 0.8rem;}
    .formacion-confirmar-container .info-content .lst-suplentes .suplente-item h6{font-size: 0.4rem;}
    .formacion-confirmar-container .pie-pagina .content{padding: 5px 0px !important; }
    .formacion-confirmar-container .pie-pagina .content a{font-size: 0.8rem !important; }
    .formacion-confirmar-container .encabezado .img-content img{width: 60px !important;}
    .formacion-confirmar-container .encabezado h1{font-size: 0.8rem !important;  margin: 10px 28% 30px;}
    .imgfut{
        width: 21px;
        max-width: 21px !important;
        height: 21px;
    }
    .namepositex {font-size: 0.5em}

}

@media only screen and (max-width: 350px) {
    #section7 .img-bg {
        left: -310%;
    }
    header.header nav .right.login {
        display: none;
    }
    .empre-in .section .title-section-details h3 {
        font-size: 28px;
    }
    .gridcancha{padding: 5px;}
    .formacion-confirmar-container .encabezado h1 {
        font-size: 0.6rem !important;
    }
}
