@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuelight';
    src: url('../fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuethin';
    src: url('bebasneue_thin-webfont.woff2') format('woff2'),
         url('bebasneue_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-webfont.woff2') format('woff2'),
         url('bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
  scroll-behavior: smooth;
}
* {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    list-style: none;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}
p {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
input:focus, textarea:focus, button:focus, a:focus {
    outline: none;
}
figure {
    margin: 0;
}
img {
    max-width: 100%
}
span {
    display: inline-block;
}
h1 {
     font-family: 'bebas_neuebold';
     font-size: 91px;
     color: #fff;
     text-transform: uppercase;
}
h2 {
     font-family: 'bebas_neuebold';
     font-size: 45px;
     text-transform: uppercase;
     color: #000;
}
h3 {
    font-family: 'Open Sans';
    font-weight: 700; 
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}
h4 {
    font-family: 'Open Sans';
    font-weight: 700; 
    font-size: 21px;
    color: #EC008C;
    text-align: center;
}
h5 {
    font-family: 'bebas_neuebold';
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}
h6 {
    font-family: 'bebas_neuebold';
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    display: inline;
    text-align: center;   
}
.fondo-gris {
    background-color: #555555;
}
.fondo-amarillo {
    background-color: #FFDE0B;
}
.caracter-azul {
    color: #164de3;
}
.caracter-negro {
    color: #000;
}
.desktop-view {
    display: inline-block;
}
.mobile-view {
    display: none;
}
.xl {
    font-size: 22px;
}
.auxiliar-top {
    padding-top: 20px;
}
/*Sección slider*/
.fondo-texto .canuelas {
    max-width: 160px;
}
.fondo-texto .rus {
    max-width: 170px;
}
.fondo-texto .weare {
    max-width: 120px;
}
.rys {
    max-width: 200px;
}
.whatsapp-icono {
    position: fixed;
    right: 15px;
    top: 100px;
    height: 90px;
    width: 93px;
    background-image: url(../images/wp-header.png);
    overflow: hidden;
    z-index: 999;
}
.whatsapp-icono:hover {
    background-position-y: 90px;
}
.fondo-slider {
    border-top: 10px solid #FFDE0B;
    background-image: url(../images/fondo-slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.fondo-slider span{
    display: inline-block;
    width:50%;
}
.fondo-slider .fondo-texto {
    width: 53%;
    background-color: #000;
    padding: 25px 58px 150px 20px;
    position: relative;
}
.fondo-texto {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.texto-slider {
    max-width: 630px;
} 
.texto-slider .rys {
    padding-bottom: 50px;
}
.texto-slider h2 {
    color: #FFDE0B;
}
.texto-slider h5 {
    padding-top: 50px;
    max-width: 506px;
    line-height: 40px;
}
.texto-slider p {
    font-size: 17px;
    color: #fff;
    max-width: 550px;
    margin-bottom: 35px;
    margin-top: 30px;
}
.texto-slider span {
    margin-top: -20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.texto-slider span img {
    padding-right: 50px;
}
.boton-speaker:hover {
    opacity: 0.7;
}
.boton-speaker span {
    display: inline;
    padding: 15px 25px 10px 25px;
    margin-top: 40px;
}
.boton-speaker span:last-child {
    margin-left: -6px;
}
/*Fin de Sección slider*/
/*Sección modalidad*/
.modalidad {
    margin-top: -90px;
    text-align: center;
}
.modalidad img {
    display: inline-block;
    margin-bottom: 15px;
}
.fondo-claro {
    background-color: #676767;
    padding: 20px 0 10px;
}
.fondo-oscuro {
    background-color: #505050;
    padding: 20px 0 10px;
}
.modalidad p {
    color: #fff;
}
.modalidad h5 {
    font-size: 28px;
    line-height: 30px;
}
/*Fin de sección modalidad*/

/*Sección texto workshop*/
.texto-workshop {
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
}
.texto-workshop h5 {
    font-size: 35px;
    color: #000;
}
/*Fin de Sección texto workshop*/

/*Sección contenido*/
.contenido {
    background-image: url(../images/01.png), url(../images/02.png), url(../images/03.png), url(../images/04.png);
    background-position: -60px top, right top, left 765px, right 1070px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-color: #000000e8;
    padding-bottom: 100px;
    position:relative;
}
.contenido h2 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    padding-top: 95px;
    padding-bottom: 60px;
}
.contenido:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
}
.fondo-claro.consultas {
    z-index: 7;
}
aside {
    display: flex;
    justify-content: center;
    align-items: center;
}
aside span {
    padding: 0 5px 0 25px;
}
aside .titulo-fecha {
    width: 45%;
    background-color: #B88F2E;
    height: 60px;
    box-sizing: border-box;
    text-align: start;
}
aside .titulo-fecha.gris-oscuro {
    background-color: #737373;
}
aside .titulo-hora {
    width: 55%;
    background-color: #D1A53F;
    height: 60px;
    vertical-align: middle;
    padding-left: 25px;
    box-sizing: border-box;
    text-align: start;
}
aside .titulo-hora.gris-claro {
    background-color: #818181;
}
.contenido h5 {
    font-size: 30px;
    color: #fff;
    padding-top: 16px;
}
.contenido h4 {
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
    text-align: start;
}
.contenido h3 {
    font-size: 21px;
    padding-top: 45px;
}
.contenido p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: -10px;
}
.contenido .cuadro-contenido {
    padding: 0 15px 0 25px;
}
.contenido .cuadro-contenido ul {
    padding: 25px 5px 25px 15px;
}
.ajuste-columna {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
}
.contenido-dia li {
    list-style-image: url(../images/lista.png);
    padding-bottom: 8px;
}
.contenido-dia {
    background-color: #fff;
    height: 100%;
}
.contenido-images {
    display: flex;
    justify-content: start;
    align-items: flex-start;
}
.contenido-images figure {
    width: 25%;
}
.contenido-images div {
    width: 75%;
}
.contenido-images div span {
    padding-left: 20px;
}
.contenido-images aside {
    display: inline-block;
    max-width: 53px;
    width: 100%;
    text-align: center;
}
.alineado-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.contenido-images span img {
    padding-right: 5px;
}
.contenido-images div span:last-child p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 18px;
    padding-left: 5px;
}
.contenido-images div span:last-child {
    padding-top: 20px;
}
.contenido-images div span img, .contenido-images div span p {
    display: inline;
}
.inscripciones {
    position: relative;
    z-index: 7;
    text-align: center;
    padding: 40px 0;
}
.inscripciones h5 {
    color: #fff;
    font-size: 38px
}
.boton-inscripciones {
    display: inline-block;
    background-color: #FFEF0A;
    padding: 15px 50px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.boton-inscripciones:hover {
    opacity: 0.9;
    background-color: #ec008c
}
.boton-inscripciones img {
    display: inline;
}
.boton-inscripciones:hover h5 {
    color: #fff;
}
.boton-inscripciones h5 {
    vertical-align: middle;
    display: inline;
    font-size: 40px; 
    color: #000;
}
.boton-inscripciones:hover img {
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
.consultas {
    padding-left: 70px;
    padding-top: 35px;
    vertical-align: middle;
}
.consultas h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.consultas img {
    display: inline;
}
.consultas p {
    display: inline;
    margin-left: 10px;
    color: #fff;
}
.consultas a {
    display: block;
    padding-bottom: 25px;
}
.consultas a:hover {
    opacity: 0.6;
} 
/*Fin de Sección contenido*/
/*Formulario*/
.inscripciones-container {
    margin-top: 130px;
}
.inscripciones-container .ajuste-ancho {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: -170px;
}
.modal-content {
    border: 0;
    border-radius: 0;
    padding: 5px;
}
.contenedor-formulario {
    border: 3px #E4E4E4 solid;
}
.close {
    float: right;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}
.modal-header {
    padding: 10px;
    border-bottom: 0;
}
.modal-header .close {
    padding: 10px 15px;
}
.modal-body {
    padding: 0 15px;
}
.modal-body h5 {
    font-size: 40px;
    color: #3E549A;
    text-align: center;
}
.formulario .boton-inscripciones h5 {
    color: #fff;
    font-size: 38px;
}
.formulario .boton-inscripciones {
    padding: 8px 50px;
    margin: 0 auto;
    display: block;
}
.formulario {
   padding: 50px 30px 30px 30px;
}
.pagos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.pagos p {
    color: #a5a5a5;
}
.campo-input {
    position: relative;
} 
.campo-input label {
    position: absolute;
    z-index: 5;
    top: 29px;
    left: 0;
    color: #a5a5a5;
    transition: top .4s;
}
.campo-input label.label-focus {
    top: 6px;
    font-size: 13px;
    color: #000
}
.campo-input input {
    position: relative;
    z-index: 7;
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 2px #848484 solid;
    padding-bottom: 5px;
    padding-top: 25px;
}
.campo-input input:focus {
    border-bottom: 2px solid #3E549A;
}
.campo-input .input-full {
    border-bottom: 2px solid #000;
}
.campo-input textarea {
    border: 0;
    border-bottom: 2px #848484 solid;
    padding-bottom: 50px;
    padding-top: 25px;
    width: 100%;
    margin-bottom: 40px;
}
.campo-input textarea:focus {
    border-bottom: 2px solid #3E549A;
}
.boton-inscripciones1 {
    background: url(../images/mercado-pago.png);
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    width: 100%;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background-size: 170px;
}
.boton-inscripciones2 {
    background: url(../images/paypal.png);
    height: 90px;
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: center;
    color: transparent;
    width: 100%;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/*Fin de Formulario*/
/*Seccion speaker*/
.titulo-speaker {
    position: relative;
    z-index: 7;
    background-color: #fff;
    padding-top: 130px;
}
.titulo-speaker h2 {
    text-align: center;
    padding-top: 140px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.speaker {
    position: relative;
    background-color: #F7F7F7;
    padding-top: 50px;
    z-index: 7;
}
.accordion .container {
    background-color: #F7F7F7;
    padding: 0;
}
.card, .card-header {
    border:0;
}
.card-body {
    padding: 0;
}
.texto-speaker {
    margin-left: 20px;
}
.btn-link {
    font-family: 'bebas_neuebold';
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}
.btn-link span {
    margin-right: 15px;
    font-size: 25px;
}
.btn-link img {
    margin-bottom: 10px;
    transform: rotate(180deg);
    transition: transform .5s;
}
.btn-link.collapsed img {
    transform: rotate(0deg);
    transition: transform .5s;
}
.btn-link:hover, .btn-link:focus {
    color: #000;
    text-decoration: none;
}
.btn.color-g {
    color: gray;
}
.text-left {
    text-align: center!important;
}
.cont-img {
    text-align: left;
}
.redes {
    display: flex;
    text-align: center;
    justify-content: space-around;
    padding: 50px 0;
}
.redes a {
    display: block;
}
.redes p {
    color: #000;
    display: inline;
}
.fab  {
    display: inline;
    color: #FADD00;
    font-weight: 600;
    font-size: 22px;
    padding-right: 5px;
}

/*Fin de sección speaker*/
/*Sección publicaciones*/
.publicaciones {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 150px;
}
.publicaciones h2 {
    padding-bottom: 50px;
}

.contenido-pub a {
    position: relative;
    border-bottom: 0;
}
.contenido-pub a img, .contenido-pub2 a img {
    transition: transform 1s;
}
.contenido-pub a:hover img, .contenido-pub2 a:hover img {
    transform: scale(1.08);
}

.contenido-pub:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    height: 90%;
    width: 1px;
    background-color: #bdbdbd;
}
/*Fin de Sección publicaciones*/
/*Sección footer*/
.footer {
    background-image: url(../images/fondo-footer-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.footer:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
}
footer {
    padding: 130px 15px;
}
footer p {
    display: inline;
    color: #fff;
    margin-left: 10px;
}
footer a {
    display: block;
    padding-bottom: 20px;
    color: #fff;
}
.footer-contenido {
    background-color: #373737;
    padding: 30px 20px 20px;
    text-align: left;
}
.footer-contenido h5 {
    margin-top: 20px;
    font-size: 40px;
}
.footer-contenido2 {
    background-color: #535353;
    padding: 30px 20px 20px;
    text-align: left;
}
.footer-contenido2 h3 {
    color: #fff;
    font-size: 30px;
    text-transform: none;
    padding-bottom: 30px;
}
footer .boton-inscripciones {
    margin-bottom: 0;
}
.wearesport {
    background-color: #2e2e2e;
    padding: 65px 15px;
    border-top: 7px solid #FFEF0A;
}
.wearesport figure {
    display: inline-block;
    width: 100%;
}
.wearesport figure img {
    display: inline-block;
}
.wearesport div h4 {
    text-align: start;
    padding-bottom: 10px;
}
.wearesport div figure img, .wearesport div h4 {
    padding-right: 40px;
    color: #fff;
}
.wearesport figure .canuelas-footer {
    max-width: 160px;
}
.wearesport figure .rus-footer {
    max-width: 170px;
}
.wearesport figure .weare-footer {
    max-width: 120px;
}


.leyenda {
    text-align: center;
    padding: 25px;
    background-color: #000;
}
.leyenda h4 {
    color: #8A8A8A;
    font-weight: 400;
}

.wearesport a:hover {
    opacity: 0.6
}
.leyenda a:hover h4{
    color: #fff;
}

/*Fin de seccion footer*/