.imagen_vmware{
  max-width: 230px;
}
.container_logo_vmware span{
  font-family: Roboto, sans-serif;
  color: #fff;
  top: 9px;
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-weight: bold;
  font-size: 15px;
}
.container {
  width: 1200px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container.c-que_es {
  width: 1100px;
}

.container.c-pasos {
  width: 1100px;
}

.header {
  padding-top: 25px;
  padding-bottom: 25px;
}

.left_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 720px;
  padding: 10px 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg_first_des.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 55px 10px 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), color-stop(15%, #fff));
  background-image: linear-gradient(180deg, #e0e0e0, #fff 15%);
}

.info_cloud {
  width: 100%;
  text-align: center;
}

.img_cloud {
  margin-bottom: 30px;
}

.line_sep {
  width: 490px;
  height: 2px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #2895ff;
}

.txt_info_first {
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 35px;
}

.txt_mantenga {
  font-weight: 500;
}

.form_content {
  width: 450px;
  max-width: 100%;
}

.form_datos {
  margin-bottom: 0px;
}

.input_cloud {
  height: 60px;
  margin-bottom: 20px;
  padding-left: 25px;
  border: 0px solid #000;
  border-radius: 5px;
  background-color: #eaeaea;
  font-family: Roboto, sans-serif;
  color: #8a8a8a;
  font-size: 15px;
  font-weight: 500;
}

.input_cloud::-webkit-input-placeholder {
  color: #8a8a8a;
}

.input_cloud:-ms-input-placeholder {
  color: #8a8a8a;
}

.input_cloud::-ms-input-placeholder {
  color: #8a8a8a;
}

.input_cloud::placeholder {
  color: #8a8a8a;
}

.titulo_ingresa {
  margin-bottom: 45px;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.submit_button {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #3b3b3b;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.second_part {
  padding-bottom: 30px;
  background-color: #a9a9a9;
  background-image: url('../images/tri_left.png');
  background-position: 0% 79%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.c-detalles_desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 100%;
  margin: -90px auto 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left_detalle {
  width: 35%;
  padding-top: 35px;
  padding-bottom: 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.center_detalle {
  width: 30%;
  padding-top: 45px;
  padding-bottom: 55px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#5a5a5a));
  background-image: linear-gradient(180deg, #8a8a8a, #5a5a5a);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.right_detalle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 25px 20px 25px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.15);
  min-height: 240px;
}

.icon_detalle {
  margin-bottom: 20px;
}

.txt_transmision {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.txt_en_vivo {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.txt_fecha {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #4b4b4b;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.txt_no_fecha {
  font-family: Roboto, sans-serif;
  color: #4b4b4b;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.icon_titu {
  text-align: center;
    width: 100%;
}

.horas {
    width: 100%;
}

.txt_hora {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #4b4b4b;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.txt_horario {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.txt_horario.no_mar {
  margin-bottom: 0px;
}

.left_que {
  width: 56%;
  padding-right: 50px;
  float: left;
}

.right_que {
  width: 44%;
  float: left;
}

.titu_que_es {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
}

.titu_virtual {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  color: #4e4e4e;
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
}

.descrip_que_es {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}

.third_part {
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: #a9a9a9;
}

.gal_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    flex-wrap: wrap;
}

.col_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
    height: 100%;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
}

.img_speaker {
  position: relative;
  height: 135px;
  margin-bottom: 55px;
  border-radius: 5px;
  background-image: url('../images/spe_1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_speaker._2 {
  background-image: url('../images/mauricio.png');
}

.img_speaker._3 {
  background-image: url('../images/spe_3.png');
}

.img_speaker._4 {
  background-image: url('../images/spe_4.png');
}

.img_speaker._5 {
  background-image: url('../images/spe_5.png');
}

.img_speaker._01{
  background-image: url('../images/r1.jpg');
}
.img_speaker._02{
  background-image: url('../images/r2.jpg');
}
.img_speaker._03{
  background-image: url('../images/r3.jpg');
}
.img_speaker._04{
  background-image: url('../images/r4.jpg');
}

.img_speaker._001{
  background-image: url('../images/a1.png');
}
.img_speaker._002{
  background-image: url('../images/a2.png');
}
.img_speaker._003{
  background-image: url('../images/a3.png');
}
.img_speaker._004{
  background-image: url('../images/a4.png');
}
.img_speaker._005{
  background-image: url('../images/a5.png');
}
.img_speaker._006{
  background-image: url('../images/a6.png');
}


.button-prev{
  background-image: url('../images/prev_a.png');
}
.button-next{
  background-image: url('../images/next_a.png');
}

.icons_spea {
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.speak_bold {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.nombre_speak {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.txt_light_speak {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.part_white_speak {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 170px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.txt_info_speak {
  font-family: Roboto, sans-serif;
  color: #5c5c5c;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.fourth_part {
  padding-top: 35px;
  padding-bottom: 80px;
  background-image: url('../images/tri_right.png'), -webkit-gradient(linear, left top, left bottom, color-stop(73%, #a9a9a9), to(#838383));
  background-image: url('../images/tri_right.png'), linear-gradient(180deg, #a9a9a9 73%, #838383);
  background-position: 100% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.titu_como {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.titu_para {
  margin-bottom: 55px;
  font-family: Roboto, sans-serif;
  color: #4e4e4e;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.fifth_part {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #3b3b3b;
}

.footer {
  padding-top: 90px;
  padding-bottom: 130px;
  background-color: #002f70;
}

.txt_recuerda {
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

.cta_recuerda {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 40px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #494949;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.txt_and_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_pasos {
  width: 990px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_pasos {
  width: 50%;
  padding-top: 30px;
  padding-right: 25px;
  float: left;
  background-image: url('../images/line_pasos.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.right_pasos {
  width: 50%;
  padding-top: 140px;
  padding-left: 25px;
  float: left;
}

.c_paso {
  margin-bottom: 120px;
}

.c_paso._3 {
  margin-bottom: 0px;
}

.contet_circ {
  width: 15%;
  float: left;
  text-align: right;
}

.contet_circ._2 {
  text-align: left;
}

.content_paso_info {
  width: 85%;
  float: left;
  text-align: right;
}

.content_paso_info._2 {
  text-align: left;
}

.titulo_paso {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #4e4e4e;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.info_paso {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.c-detalles_movil {
  display: none;
  width: 800px;
  max-width: 100%;
  margin: -90px auto 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_responsive {
  display: none;
}

.content_foo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left_foo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link_revisa_nwf {
  text-align: center;
  text-decoration: none;
}

.header_thank {
  position: relative;
  padding: 25px 20px 30px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#323232), to(#4c4c4c));
  background-image: linear-gradient(90deg, #323232, #4c4c4c);
}

.body_thank {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 40px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(silver), color-stop(50%, #cdcdcd), to(#b9b9b9));
  background-image: linear-gradient(180deg, silver, #cdcdcd 50%, #b9b9b9);
  text-align: center;
}

.right_nwf_thank {
  width: 55%;
  text-align: center;
}

.centro_thank {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 700px;
  border-radius: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.left_nwf_thank {
  width: 45%;
  text-align: center;
}

.link_dis_nwf {
  margin-bottom: 10px;
}

.link_conoce_nwf {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link_close {
  position: absolute;
  top: -20px;
  right: 40px;
    background-color: transparent;
}

.content_cols_nwf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_revisa_nwf {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.overlay_thank {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.logo_thank {
  margin-bottom: 35px;
}

.txt_thank {
  font-family: Roboto, sans-serif;
  color: #494949;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

.titulo_thank {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.cta_pasos {
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Roboto, sans-serif;
  color: #4a4a4a;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.right_foo {
  width: 35%;
  float: left;
  text-align: right;
}

.txt_copy {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
}

.terminos_link {
  color: #00ace7;
  text-decoration: none;
}

.politica_link {
  color: #00ace7;
  text-decoration: none;
}

.condiciones_link {
  color: #00ace7;
  text-decoration: none;
}

.logos_seg {
  margin-top: 10px;
}

.swal-title {
    font-family: Roboto, sans-serif!important;
    color: #00387c;
}

.swal-text {
    font-family: Roboto, sans-serif!important;
    color: #3b3b3b;
    text-align: center;
}

.swal-button {
    font-family: Roboto, sans-serif!important;
    background-color: #00387c;
    transition: background-color 0.2s;
}

.swal-button:not([disabled]):hover {
    background-color: #00387ce6;
}

.swal-icon img {
    max-height: 50px;
}

.input_cloud:focus {
    outline: 1px solid #00387c;
}

.input_cloud_error {
    outline: 1px solid #00387c;
}

.lds-ring {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 30px;
    height: 30px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.submit_button__loading {
    display: none;
}

.logo-link {
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
}

/*.swiper-button-next {*/
/*    right: 0 !important;*/
/*}*/

/*.swiper-button-prev {*/
/*    left: 0 !important;*/
/*}*/

.overlay_speaker {
    display: none;
}

.swiper-slide.swiper-slide-prev .overlay_speaker {
    display: none;
    background: linear-gradient(to left, #a9a9a9c2, #a9a9a9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide.swiper-slide-next .overlay_speaker {
    display: none;
    background: linear-gradient(to right, #a9a9a9c2, #a9a9a9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .swiper-slide {
        opacity: 0.1;
    }

    .swiper-slide.swiper-slide-next {
        opacity: 0.3;
    }

    .swiper-slide.swiper-slide-prev {
        opacity: 0.3;
    }

    .swiper-slide.swiper-slide-active {
        opacity: 1;
    }

  .right_info {
    padding-right: 30px;
    padding-left: 30px;
  }

  .c-detalles_desktop {
    max-width: 90%;
  }

  .right_detalle {
    padding-right: 15px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .txt_recuerda {
    font-size: 32px;
  }

  .cta_recuerda {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .c-detalles_movil {
    max-width: 90%;
  }

  .content_foo {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .left_foo {
    width: 100%;
    margin-bottom: 20px;
  }

  .right_foo {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 850px) {
    .swiper-slide.swiper-slide-next {
        opacity: 1;
    }
    .swiper-slide.swiper-slide-next .overlay_speaker {
        display: block;
    }

    .swiper-slide.swiper-slide-prev {
        opacity: 1;
    }

    .swiper-slide.swiper-slide-prev .overlay_speaker {
        display: block;
    }
}

@media screen and (max-width: 767px) {
  .content_logo {
    text-align: center;
  }

  .left_info {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 170px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content_info {
    display: block;
  }

  .right_info {
    width: 100%;
    padding-bottom: 50px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ededed;
    background-image: none;
  }

  .form_content {
    width: 100%;
  }

  .input_cloud {
    background-color: #f2f4f6;
  }

  .titulo_ingresa {
    color: #8a8a8a;
  }

  .second_part {
    padding-top: 45px;
  }

  .c-detalles_desktop {
    display: none;
  }

  .right_detalle {
    padding-top: 30px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon_detalle {
    width: 50px;
  }

  .txt_transmision {
    font-size: 18px;
    line-height: 20px;
  }

  .txt_en_vivo {
    font-size: 16px;
    line-height: 120%;
  }

  .txt_fecha {
    font-size: 18px;
    line-height: 20px;
  }

  .txt_no_fecha {
    font-size: 16px;
    line-height: 120%;
  }

  .txt_hora {
    font-size: 18px;
    line-height: 20px;
  }

  .txt_horario {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 120%;
  }

  .left_que {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .right_que {
    width: 100%;
  }

  .titu_que_es {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .titu_virtual {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .descrip_que_es {
    text-align: center;
  }

  .titu_como {
    font-size: 30px;
    line-height: 35px;
  }

  .titu_para {
    font-size: 20px;
    line-height: 25px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .txt_recuerda {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .cta_recuerda {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .txt_and_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left_pasos {
    padding-right: 20px;
  }

  .right_pasos {
    padding-left: 20px;
  }

  .content_paso_info {
    padding-right: 5px;
  }

  .content_paso_info._2 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .titulo_paso {
    font-size: 25px;
    line-height: 30px;
  }

  .info_paso {
    font-size: 20px;
    line-height: 25px;
  }

  .c-detalles_movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
    margin-top: -170px;
      flex-wrap: wrap;
  }

    .left_detalle {
        width: 100%;
        padding: 20px;
    }

    .center_detalle {
        width: 100%;
        padding: 20px;
    }

    .right_detalle {
        padding: 20px;
        width: 100%;
        flex-direction: column;
        min-height: auto;
    }

  .img_responsive {
    display: block;
    margin-bottom: 20px;
  }

  .img_mujer {
    margin-bottom: 20px;
  }

  .circ {
    width: 30px;
  }

  .left_foo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .header_thank {
    padding-bottom: 25px;
  }

  .body_thank {
    padding-top: 30px;
  }

  .centro_thank {
    max-width: 90%;
  }

  .txt_thank {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
    .container_logo_vmware span{
      font-size: 12px;
    }
    .imagen_vmware{
      max-width: 190px;
    }
    .logo-link img{
      max-width: 235px;
    }
    .titulo_ingresa{
      font-size: 16px;
      margin-bottom: 15px;
        margin-top: 15px;
    }
    .img_responsive{
      max-width: 65%;
      margin-bottom: 5px;
    }
    .txt_fecha{
      margin-bottom: 5px;
    }
    .txt_transmision{
      margin-bottom: 5px;
        font-size: 14px;
        line-height: 120%;

    }
    .icon_detalle{
      width: 30px;
      margin-bottom: 5px;
    }
    .txt_hora{
      font-size: 14px;
    }
    .txt_horario{
      font-size: 14px;
      line-height: 120%;
    }
    .txt_en_vivo{
      font-size: 14px;
        line-height: 120%;
    }
    .txt_fecha{
      font-size: 14px;
    }
    .txt_no_fecha{
      font-size: 14px;
    }
    .header{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .swiper-slide.swiper-slide-active {
        width: 80% !important;
    }
  .left_info {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 85px;
  }

  .img_cloud {
    width: 300px;
    max-width: 65%;
    margin-bottom: 10px;
  }

  .line_sep {
    width: 225px;
    margin-bottom: 10px;
  }

  .txt_info_first {
    font-size: 15px;
    line-height: 24px;
  }

  .second_part {
    background-position: 0% 50%;
    background-size: 100px;
  }

    .left_detalle {
        padding: 20px;
    }

    .center_detalle {
        padding: 20px;
    }

    .right_detalle {
        padding: 20px;
    }

  .left_que {
    text-align: center;
  }

  .titu_que_es {
    font-size: 25px;
    line-height: 30px;
  }

  .titu_virtual {
    font-size: 25px;
    line-height: 30px;
  }

  .descrip_que_es {
    font-size: 16px;
  }

  .gal_speakers {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col_speakers {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .img_speaker {
    height: 170px;
  }

  .fourth_part {
    padding-bottom: 60px;
    background-size: 139px, auto;
  }

  .titu_como {
    font-size: 25px;
    line-height: 30px;
  }

  .titu_para {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .fifth_part {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .txt_recuerda {
    font-size: 25px;
    line-height: 30px;
  }

  .left_pasos {
    padding-right: 10px;
  }

  .right_pasos {
    padding-left: 10px;
  }

  .titulo_paso {
    font-size: 20px;
  }

  .info_paso {
    font-size: 16px;
    line-height: 20px;
  }

  .c-detalles_movil {
    max-width: 100%;
    width: 100%;
    margin-top: -115px;
    margin-bottom: 0px;
    /*margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;*/
  }

  .img_responsive {
    width: 300px;
  }

  .img_mujer {
    width: 300px;
  }

  .body_thank {
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }

  .right_nwf_thank {
    width: 100%;
  }

  .left_nwf_thank {
    width: 100%;
    margin-bottom: 20px;
  }

  .link_close {
    top: -13px;
    right: 14px;
    width: 30px;
  }

  .content_cols_nwf {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo_thank {
    width: 200px;
    margin-bottom: 20px;
  }

  .txt_thank {
    font-size: 16px;
    line-height: 20px;
  }

  .titulo_thank {
    font-size: 20px;
    line-height: 25px;
  }

  .cta_pasos {
    bottom: -20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 320px) {
    .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }
}
