HTML {
  scroll-behavior: smooth;
}

BODY {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
}

svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.hidden_cell TD {
  line-height: 0px;
  font-size: 100%;
  height: 0px;
  padding: 0px;
  visibility: hidden;
  z-index: 0;
  margin: 0;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  color: #696B79;
}

table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
  /* border-top: 2px solid #B0B0B0;
    border-bottom: 2px solid #B0B0B0; */
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
}

DIV {  
  font-family: 'Roboto', sans-serif;
}

TD {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.table_tag {
  display: inline-block;
  background-color: #696B79;
  border-radius: 15px 15px 0px 0px;
  padding: 10px;
  margin: 0;
  font-size: 80%;
  color: #FFFFFF;
  width: 90%;

  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}


.plan_fc_tag {
  border: 2px dotted #9ab5cb;
  border-radius: 10px;
  cursor: pointer;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 175px;
}

#price_felect_container {
  display: flex;
  flex-direction: row;
  margin: auto;
  flex-wrap: wrap;
  max-width: 80%;
  justify-content: center;
}

.plan_fc_tag:hover {
  font-size: 130%;
  background-color: #f1f6fb;
  border-color: #0c5088;
}

.more_info {
  font-size: 80%;
  margin-top: 10px;
  background-color: #153652;
  color: #FFFFFF;
  padding: 3px 15px;
  border-radius: 15px;
}

.plan_fc_tag_price_cant {
  margin-bottom: 5px;
}

.price_body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
  padding: 20px;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.old_price {
  font-size: 100%;
  color: #696B79;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  white-space: norwap;
}

.actual_price {
  font-size: 130%;
  line-height: 250%;
  font-weight: bold;
  color: rgba(23, 81, 137, 1);
  text-shadow: 0 0 0.5em #FFFFFF, 0 0 0.5em #FFFFFF, 0 0 0.5em #FFFFFF;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  white-space: norwap;
}

.gallery_pic {

  height: auto;
  width: auto;
  max-width: 19vw;
  max-height: 20vh;
  vertical-align: middle;
  text-align: center;
  margin: auto;

  opacity: 0.8;

  border-radius: 5px;
  box-shadow: 0 0 15px #000000;

  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;

  cursor: pointer;
}

.gallery_pic:hover {

  opacity: 1;
  transform: scale(1.2) rotateY(30deg);
  box-shadow: 0 0 15px #143C6C;

}

.galleryButton {
  color: #FFFFFF;
  padding: 2px 6px;
  cursor: pointer;
  font-family: 'Cairo', sans-serif;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.galleryButton:hover {
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #E4F5FE, 0 0 0.2em #033367, 0 0 0.2em #FFFFFF;
  background-color: #6696c4;
  font-size: 110%;
  border-radius: 30px;
}

.switch {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 12px 36px;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: filter 0.5s;
}

.switch:hover {   
  filter: brightness(1.2);
}

.plan_price_monthly {
  display: none;
}

#slider-checkbox {
  display: none;
}

#slider-checkbox:checked + .slider {
  transform: translateX(100%);
  border-radius: 2px 20px 20px 2px;
}

.slider {
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 20px 2px 2px 20px;
  top: 0;
  left: 0;
  padding: 0 !important;
  transition: transform 0.5s, border-radius 0.5s;
  line-height: 100%;
  color: #FFFFFF;
}

.shadow_box {
  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
}

#gallery_display_div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

#gallery_display_img {
  width: auto;
  height: auto;
  margin-left: 10vw;
  margin-top: 10vh;
  max-width: 80vw;
  max-height: 80vh;

  border-radius: 10px;
  box-shadow: 0 0 15px #FFFFFF;
}

#gallery_buttons {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  gap: 30px;
}

#precios_flex {
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-top: 7vh;
  width: 70%;
  justify-content: space-between;
}

#container_a_price {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  height: 30%;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  width: auto;


  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
}

#container_a_price:HOVER {
  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 1);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 1);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 1);
}

#container_a_price:hover .button {
  color: #FFFFFF;
  text-shadow: 0 0 0 5px #000000;
  background-color: #6696c4;
  font-size: 90%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#container_a_price:HOVER .old_price {
  color: #BBBBBB;
}

#container_a_price:HOVER .actual_price {
  color: #3f8cff;
  font-size: 140%;
}

#container_a_price:HOVER .table_tag {
  background-color: #BBBBBB;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#container_a_price:HOVER .price_body {
  background-color: #DDDDDD;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#price_a {
  background-color: #D7D7D7;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}


#container_b_price {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  height: 30%;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  width: auto;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
}

#container_b_price:HOVER {
  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 1);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 1);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 1);
}

#container_b_price:hover .button {
  color: #FFFFFF;
  text-shadow: 0 0 0 5px #000000;
  background-color: #6696c4;
  font-size: 90%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#container_b_price .table_tag {
  background-color: rgba(23, 81, 137, 1);
}

#container_b_price:HOVER .table_tag {
  background-color: #61a4e7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#container_b_price:HOVER .old_price {
  color: #a8cdf2;

}

#container_b_price:HOVER .actual_price {
  color: #125ed8;
  font-size: 140%;
}

#container_b_price:HOVER .price_body {
  background-color: #d1e3ff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#price_b {
  background-color: #B5D3FF;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}

#container_c_price {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  height: 30%;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  width: auto;


  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
}

#container_c_price:HOVER {
  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 1);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 1);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 1);
}

#container_c_price .table_tag {
  background-color: rgba(188, 160, 0, 1);
}

#container_c_price:HOVER .table_tag {
  background-color: #e7d161;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#container_c_price:HOVER .comp_price {
  color: #C29D08;
  font-size: 110%;
}

.comp_price {
  color: #928206;
  font-size: 130%;
  font-weight: bold;
  text-shadow: 0 0 0.5em #FFFFFF, 0 0 0.5em #FFFFFF, 0 0 0.5em #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
  padding: 0;

  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#container_c_price:HOVER .price_body {
  background-color: #edebd1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;

}

#price_c {
  background-color: #E0DDB0;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}

#complementario_precio {
  width: auto;
  height: 68px;
  margin: 0;
  margin-top: -20px;
  margin-bottom: 5px;
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);

  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#container_c_price:HOVER #complementario_precio {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

#whatsappLink {
  position: fixed;
  right: -200px;
  bottom: 5px;
  z-index: 255;
  cursor: pointer;
  transition: all 0.5s;
}

#cookiesButton {
  position: fixed;
  right: -200px;
  bottom: 70px;
  z-index: 255;
  cursor: pointer;
  transition: all 0.5s;
}

#cookiesTag {
  position: fixed;
  right: -1000px;
  bottom: 70px;
  z-index: 254;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #FFFFFF;
  padding: 24px;
  padding-bottom: 12px;
  border-radius: 15px;  
  box-shadow: 0px 0px 25px #15365296;
  font-size: 80%;
  text-align: center;
}


#cookiesImg {
  -webkit-filter: drop-shadow(0 0 0.2em #E4F5FE);
  filter: drop-shadow(50 0 0.2em #E4F5FE);
}


@keyframes cookiesAnimation {
  from {
    transform: scale(100%)
  }
  to {
    transform: scale(110%)
  }
}

.bottom_right_btn {
  width: 80%;
  transition: all 0.5s;
  
  animation-name: cookiesAnimation;
  animation-duration: 2s;  
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.bottom_right_btn:HOVER {
  transform: scale(115%);
}



.destacar {
  color: #175189;
}


.table_row {
  cursor: pointer;
}



.table_row:hover+.hidden_cell TD {
  line-height: 150%;
  height: 30px;
  padding: 15px;
  visibility: visible;
  z-index: 100;
  margin: 0;
  background-color: #D7D7D7;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}


.table_row:hover TD {
  background-color: rgba(67, 128, 183, 1);
  color: #DDDDDD;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hidden_cell:hover TD {
  line-height: 170%;
  height: 30px;
  padding: 15px;
  visibility: visible;
  z-index: 100;
  margin: 0;
  background-color: #cfcfcf;
  color: #222222;
  padding-left: 25px;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.table_row:hover .destacar {
  color: rgba(244, 191, 12, 1);
}


.table_container {
  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  width: auto;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
}

.celda_main_row {
  padding: 15px;
  padding-bottom: 0;
  font-family: 'Cairo', sans-serif;
  font-size: 110%;
  color: #3F3D3F;
}

table .table_row:nth-child(even) {
  background: rgba(253, 253, 253, 1);
}

table .table_row:nth-child(odd) {
  background: rgba(255, 255, 255, 1);
}

table tr:nth-child(1) {
  background: rgba(255, 255, 1, 0);
}

.contenido {
  width: auto;
  height: auto;
  background-color: #FFFFFF;
  text-align: center;
  padding: 5%;
  position: relative;
}

.content_enlace {
  text-decoration: none;
  font-weight: bold;
  color: #0071bc;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content_enlace:hover {
  color: #29abe2;
}

.white_enlace {
  
  font-family: 'Cairo', sans-serif;
  text-decoration: none;
  color: #FFFFFF;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.white_enlace:hover {
  font-size: 101%;
  text-shadow: 0 0 0.2em #E4F5FE, 0 0 0.2em #033367, 0 0 0.2em #FFFFFF;
}


.head_enlace {
  color: #FFFFFF;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Encode Sans Semi Expanded', sans-serif;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
   transition: all 0.5s;
}

.head_subenlace {
  display: none;
} 

.head_enlace:hover {
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #E4F5FE, 0 0 0.2em #033367, 0 0 0.2em #FFFFFF;
  background-color: #6696c4;
  border-radius: 30px;
  transform: scale(115%);
}


.head_displayer {
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  padding: 4px 12px;
  vertical-align: middle;
}

.head_displayer IMG {  
  vertical-align: middle;
  height: 12px;
  margin: 2px 4px;
}


.contacto_item {
  font-size: 16px;
}

.ico_transition {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;

  opacity: 0.4;
}

.ico_transition:hover {
  opacity: 1;
}

.tabla_img {
  height: 20px;
}



.contacto_button {
  /*border: 1pt solid #FEF9D8;*/
  width: 22px;
  border-radius: 20px;
  border: 2px solid #AAAAAA;
  padding: 7px;
  cursor: pointer;

  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contacto_button:hover {
  transform: scale(115%);  
  filter: brightness(2);
}

#menubutton {
  display: none;
}

.contacto_img {
  /*border: 1pt solid #FEF9D8;*/
  vertical-align: middle;
  height: 18px;
}

.documento_img {
  /*border: 1pt solid #FEF9D8;*/
  vertical-align: middle;
  height: 22px;
}

.titulo {
  color: #000000;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  font-size: 26px;
  text-align: center;
  font-weight: 200;
}

.table_tag {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  color: #FFFFFF;
  font-size: 100%;
  text-align: center;
  font-weight: 200;
}


/*.t_t_main {
   font-size: 90%;
} */

#titulo_h2 {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  text-shadow: 0 0 0.2em #64a3de;
  color: #FFFFFF;
}

.inicio_subtitle {
  color: #CCCCCC;
  cursor: pointer;
  font-size: 20px;
  margin: auto;
  margin-top: 5vh;
  width: 70%;
  vertical-align: middle;
  align-items: center;
  height: auto;
  text-align: left;
  opacity: 1;
  display: flex;
  flex-direction: row;
  padding: 5px;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inicio_subtitle:hover {
  text-shadow: 0 0 0.2em #64a3de;
  color: #FFFFFF;
  cursor: pointer;
  background-color: rgba(23, 81, 137, 0.4);
  border-radius: 50px;
  text-shadow: 0 0 0.2em #E4F5FE, 0 0 0.2em #033367, 0 0 0.2em #FFFFFF;
  transform: scale(120%);
}

.inicio_subtitle:hover img {
  -webkit-filter: drop-shadow(0 0 0.2em #E4F5FE);
  filter: drop-shadow(50 0 0.2em #E4F5FE);
}

.inicio_subtitle:hover .inicio_subt_img {
  background-color: rgba(23, 81, 137, 0.8);
}

.inicio_subt_img {
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inicio_subt_img img {
  width: 70px;
  height: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inicio_subt_txt {
  vertical-align: middle;  
  font-family: 'Open Sans Condensed', sans-serif;
}

.bulletPoint {
  padding: 6px;
}

.main_title {
  padding-top: 36px;
  padding-bottom: 12px;
  font-size: 180%;
  text-align: center;
}

.horizontal_flex {
  display: flex;
  flex-direction: row;
}

.centered_flex {
  align-items: center;
}

.vertical_flex {
  display: flex;
  flex-direction: column;
}

.even_flex {
  width: 100%;
  justify-content: space-evenly;
}

.sp_btween_flex {
  width: 100%;
  justify-content: space-between;
}
.extended_ch_flex DIV {
  width: 100%;
}

.horizontal_flex_fixed {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0px;
  padding-left: 24px;
  padding: 6px;
}

.all_plans {
  align-items: center; 
  justify-content: space-between;
  margin: 20px 50px;
}

.all_plans_description {
  display: flex;
  flex-direction: column;
}

.all_plans_description DIV {  
  text-align: left;
  font-size: 100%;
  margin: 2px;
  padding-right: 12px;
}

.plan_displayer {
  align-items: stretch; 
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 50px;
}

.plan_comparison {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 0px 25px #15365296;
  transition: all;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  min-width: 20vw;
  max-width: 25vw;
}

.plan_comparison:hover {
  transform: scale(115%);
}

.plan_title {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 150%;
  font-family: 'Cairo', sans-serif;
  border-radius: 25px 25px 0 0;
  padding: 10px 0;
}

.plan_price {
  font-size: 150%;
  margin-top: 20px;
  font-weight: bold;
  color: #222222;
  font-family: 'Cairo', sans-serif;
}

.plan_price_subtitle {
  margin-bottom: 20px;
}

.plan_content {
  padding: 5px 25px;
}

.plan_content_impar {
  background-color: #EEEEEE;
}

.plan_buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;  
  padding: 30px 0;
}

.quote_displayer {
  margin: 50px 100px;
  font-size: 120%;
  gap: 12px;
}

.quote_selector {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.star {  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 2px;
}

.star:hover { 
  filter: brightness(1.2);
  transform: scale(115%);
}

th.titulo {
  text-align: center;
  padding-right: 25px;
  font-size: 18px;
}

.celda_tag_a {
  text-align: center;
  background-color: #f6f6f6;
  letter-spacing: 0;
}

.celda_tag_b {
  text-align: center;
  background-color: #D7D7D7;
  letter-spacing: 0;
}

.celda_tag_c {
  text-align: center;
  background-color: #f6f6f6;
  letter-spacing: 0;
}

.celda_producto b {
  font-size: 16px;
}

.precio_titulo {
  text-align: right;
  padding-right: 5px;
}

.separador {
  height: 75px;
  padding: 0;
  margin: 0;
}

.horizontal_line {
  border-bottom: 1px solid #bbbbbb5e;
  width: 100%;
  margin: 12px 0;
}

.texto {
  color: #FFFFFF;
  width: 60%;
  margin-left: 20%;
  height: auto;
  text-align: justify;

  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.precio_th_left {
  text-align: right;
  padding-right: 5px;
  padding-left: 45px;
  color: #B0B0B0;
}

.precio_column_a {
  padding: 10px;
  text-align: left;
  color: #9EC910;
  padding-right: 45px;
  font-size: 12px;
  white-space: nowrap;
}

.arrow_down {
  height: 12px;
  vertical-align: middle;
}

.precio_column_b {
  padding: 10px;
  text-align: right;
  padding-right: 5px;
  color: #B0B0B0;
  padding-left: 45px;
  font-size: 14px;
  white-space: nowrap;
}

.precio_column_c {
  padding: 10px;
  text-align: right;
  padding-right: 5px;
  color: #B0B0B0;
  font-size: 14px;
  padding-left: 45px;
  white-space: nowrap;
}

.precio_column_d {
  padding: 10px;
  text-align: left;
}

.precio_column_e {
  padding: 10px;
  text-align: right;
  padding-right: 5px;
  white-space: nowrap;
}

.precio_column_f {
  padding: 10px;
  text-align: right;
  padding-right: 5px;
  padding-left: 45px;
  white-space: nowrap;
}

.precio_column_g {
  padding: 10px;
  text-align: left;
  white-space: nowrap;
}

.precio_column_h {
  text-align: center;
  padding-right: 25px;
}

.precio_column_i {
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 22px;
}


.noborder {
  border: 0px solid #FFFFFF;
}

.grecaptcha-badge {
  visibility: collapse !important;
}

.mockup {
  max-width: 40vw;
}

#cabecera {
  width: 100%;
  height: 46px;
  background-color: rgba(67, 128, 183, 0.9);
  position: fixed;
  z-index: 1000;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  -moz-box-shadow: -2px 2px 16px 5px rgba(29, 61, 90, 0.7);
  -webkit-box-shadow: -2px 2px 16px 5px rgba(29, 61, 90, 0.7);
  box-shadow: -2px 2px 16px 5px rgba(29, 61, 90, 0.7);

  background: rgba(23, 81, 137, 0.9);
  background: -moz-linear-gradient(left, rgba(23, 81, 137, 0.9) 0%, rgba(23, 81, 137, 0.9) 78%, rgba(102, 150, 196, 0.9) 100%);
  background: -webkit-linear-gradient(left, rgba(23, 81, 137, 0.9) 0%, rgba(23, 81, 137, 0.9) 78%, rgba(102, 150, 196, 0.9) 100%);
  background: -o-linear-gradient(left, rgba(23, 81, 137, 0.9) 0%, rgba(23, 81, 137, 0.9) 78%, rgba(102, 150, 196, 0.9) 100%);
  background: -ms-linear-gradient(left, rgba(23, 81, 137, 0.9) 0%, rgba(23, 81, 137, 0.9) 78%, rgba(102, 150, 196, 0.9) 100%);
  background: linear-gradient(to right, rgba(23, 81, 137, 0.9) 0%, rgba(23, 81, 137, 0.9) 78%, rgba(102, 150, 196, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4380b7', endColorstr='#4380b7', GradientType=1);
}

#politica_datos {
  font-size: 90%;
  text-align: justify;
  letter-spacing: -1px;
  line-height: 100%;
  color: #818181;
  padding: 5px;
  align-self: center;
}


#enlace_poldat {
  text-decoration: none;
  color: #999999;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


#enlace_poldat:HOVER {
  color: rgba(23, 81, 137, 1);
}

#head_black_screen {
  background: rgba(23, 81, 137, 0.9);
  background: -moz-linear-gradient(left, rgba(10, 44, 78, 0.9) 0%, rgba(23, 81, 137, 0.9) 86%, rgba(23, 81, 137, 0.9) 94%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(10, 44, 78, 0.9) 0%, rgba(23, 81, 137, 0.9) 86%, rgba(23, 81, 137, 0.9) 94%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(10, 44, 78, 0.9) 0%, rgba(23, 81, 137, 0.9) 86%, rgba(23, 81, 137, 0.9) 94%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(10, 44, 78, 0.9) 0%, rgba(23, 81, 137, 0.9) 86%, rgba(23, 81, 137, 0.9) 94%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(10, 44, 78, 0.9) 0%, rgba(23, 81, 137, 0.9) 86%, rgba(23, 81, 137, 0.9) 94%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  width: 210px;
  height: 44px;
  top: 0;
  left: 0;
  z-index: 110;
  cursor: pointer;
}

#logo_head_ico {
  width: 38px;
  height: auto;
  padding: 0;
  float: left;
  margin-top: 0;
  margin-left: 20px;
  z-index: 115;
}

#logo_head_let {
  width: auto;
  height: 30px;
  margin-top: 6px;
  margin-bottom: 17px;
  margin-left: 5px;
  z-index: 115;
}

#head_menu {
  color: #FFFFFF;
  padding-right: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-end;
  gap: 6px;
}

#head_submenu {
  position: fixed;
  right: 0px;
  top: 12px;
  z-index: 200;
  border-radius: 12px;
  transition: all 0.5s;
  background-color: rgba(102, 150, 196, 0.9);
  background: linear-gradient(45deg, rgba(23, 81, 137, 0.9), rgba(102, 150, 196, 0.9));
  box-shadow: 0px 0px 25px #15365296;
  visibility: hidden;
  opacity: 0;
  padding: 32px;
  min-width: 15vw;
  align-items: center;
  text-align: center;
  cursor: default;
  gap: 6px;
  text-shadow: none;
}

#head_submenu SELECT {
  padding: 6px;
  border-radius: 12px;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  font-size: 80%;
  text-align: center;
  cursor: pointer;
}

#head_submenu OPTION {
  padding: 6px;
  font-size: 120%;
}

.head_displayer:hover #head_submenu {
  visibility: visible;
  opacity: 1;
}

#lang_button {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.4;
}

#lang_button:hover {
  width: 22px;
  height: 22px;
  opacity: 1;
}

#moreInfoAllPlans {
  transform: scaleY(0);
  overflow: hidden;
  display: none;
  transform-origin: 50% 0;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#tipo_facturacion {
  margin: 24px;
  font-size: 120%;
  font-weight: bold;
}

#p_prueba {
  font-family: 'Cairo', sans-serif;
  font-size: 32px;
  color: #9EC910;
  padding: 20px;
  border-radius: 50px 30px;
  text-align: center;

  border: 5px dotted #9EC910;

  text-decoration: none;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#p_prueba:hover {
  font-family: 'Cairo', sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 30px 10px;
  text-align: center;
  background-color: #9EC910;

  border: 0px dotted #9EC910;

}

/*
#inicio{
    background-image: url("images/bck28_800.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
   background-size: cover;
}   */


#inicio_div {

  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 80vh;
  -webkit-transition: all 2.5s;
  -moz-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  text-align: center;
  width: 100%;
  justify-content: space-between;

}

#in_div_a {
  /*border: 2px dotted #FFFFFF;    */
  margin: auto;
  width: 50%;
}

#in_div_b {
  /*border: 2px dotted #FFFFFF;    */
  width: 50%;
  text-align: right;
  padding: 30px;
  display: flex;
  position: relative;
  align-items: center;
}

#ini_car_handler {
  position: relative;
  left: -50%;
  color: #E2ECF6;
  font-size: 150%;
}

#ini_car_handler a {
  cursor: pointer;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#ini_car_handler a:HOVER {
  cursor: pointer;
  text-shadow: 0 0 0.2em #E4F5FE, 0 0 0.2em #033367, 0 0 0.2em #FFFFFF;
  font-size: 151%;
}

#ini_caracteristicas_1 {
  /* border: 2px dotted #FFFFFF;  */
  padding-bottom: 5vh;
  margin: auto;
  padding: auto;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#ini_caracteristicas_2 {
  /* border: 2px dotted #FFFFFF;  */
  display: none;
  opacity: 0;
  padding-bottom: 5vh;
  margin: auto;
  padding: auto;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#ini_caracteristicas_3 {
  /* border: 2px dotted #FFFFFF;  */
  display: none;
  opacity: 0;
  padding-bottom: 5vh;
  margin: auto;
  padding: auto;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#logo_inicio {
  width: auto;
  height: auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin: auto;
  
}

#logo_inicio:hover {
  transform: scale3d(1.2, 1.2, 1.2);  
}

#logo_inicio_div {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 2.5s;
  -moz-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s;
  z-index: 99;

}

.main_prg {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  width: 80%;
  margin: auto;
  text-align: justify;
  min-height: 30vh;
}

#contacto {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #CCCCCC;
  padding: 3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
  background: rgba(21, 51, 77, 1);
  background: -moz-linear-gradient(left, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21, 51, 77, 1)), color-stop(100%, rgba(12, 81, 137, 1)));
  background: -webkit-linear-gradient(left, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  background: -o-linear-gradient(left, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  background: -ms-linear-gradient(left, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  background: linear-gradient(to right, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15334d', endColorstr='#0c5189', GradientType=1);

  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}


#inicio_title {
  top: 500px;
  left: 50vw;
  opacity: 0;
  z-index: 99;

  -webkit-transition: all 2.5s;
  -moz-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s;
}


#logo_contacto {
  width: 200px;
}

#productos {
  padding: 0;
  padding-bottom: 5vh;
  padding-top: 5vh;

  background: rgba(233, 239, 245, 1);
  background: -moz-linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(233, 239, 245, 1)), color-stop(100%, rgba(232, 243, 255, 1)));
  background: -webkit-linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  background: linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eff5', endColorstr='#e8f3ff', GradientType=1);

  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);

}

#video_container {
  padding: 0;
  padding-bottom: 5vh;
  padding-top: 5vh;

  height: auto;

  background: rgba(21, 51, 77, 1);
  background: -moz-linear-gradient(left, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21, 51, 77, 1)), color-stop(100%, rgba(12, 81, 137, 1)));
  background: -webkit-linear-gradient(left, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  background: -o-linear-gradient(left, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  background: -ms-linear-gradient(left, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  background: linear-gradient(to right, rgba(21, 51, 77, 1) 0%, rgba(12, 81, 137, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15334d', endColorstr='#0c5189', GradientType=1);


  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

#video_div {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}

#play_button {
  position: absolute; 
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mute_button {
  position: absolute; 
  bottom: 32px;
  right: 32px;
}

#video_item {
  max-width: 100vw;
  max-height: 80vh;
  cursor: pointer;
}

#video_content {

  width: 560px;
  height: 315px;

  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
}

#titulo_video {
  text-align: left;
  margin-left: 5vw;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 140%;
}

#pie_video {
  margin-top: 30px;
  text-align: right;
  margin-right: 5vw;
  color: #FFFFFF;
  font-size: 140%;
}

#pie_tarifas {
  text-align: right;
  margin-right: 5vw;
  margin-top: 10vh;
  font-size: 120%;
  height: 70px;
}

#nosotros {
  padding: 0;
  padding-bottom: 5vh;
  padding-top: 5vh;

  background: rgba(233, 239, 245, 1);
  background: -moz-linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(233, 239, 245, 1)), color-stop(100%, rgba(232, 243, 255, 1)));
  background: -webkit-linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  background: linear-gradient(45deg, rgba(233, 239, 245, 1) 0%, rgba(232, 243, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eff5', endColorstr='#e8f3ff', GradientType=1);

  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8), 0 0px 20px 0 rgba(0, 0, 0, 0.19);

}

.titulo_style {
  font-weight: 200;
  color: rgba(23, 81, 137, 1);
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  font-size: 180%;
  text-align: center;
}

.subtitle {
  font-size: 120%; 
  margin-bottom: 12px;
}

.highlight_style {
  font-size: 100%;
  color: rgba(23, 81, 137, 1);
  text-shadow: 2px 3px 16px #FFFFFF, 2px 3px 4px #FFFFFF;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  font-weight: bold;
}

.highlight_link {
  font-size: 100%;
  color: rgba(23, 81, 137, 1);
  text-shadow: 2px 3px 16px #FFFFFF, 2px 3px 4px #FFFFFF;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  font-weight: bold;
  text-decoration: none;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.highlight_link:hover {
  color: rgba(90, 160, 230, 1);
  /*text-shadow: 2px 3px 16px #FFFFFF, 2px 3px 4px #FFFFFF;*/

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.blue_link {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
} 

.blue_link:hover { 
  filter: brightness(1.2);
}

.textinput {
  border: 1px dotted rgba(23, 81, 137, 1);
  width: 100%;
  padding: 5px;
  margin: 5px;
  border-radius: 8px;
  outline: none;
}

.button {
  background-color: rgba(23, 81, 137, 0.9);
  border-radius: 10px;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  color: #fcfcfc;  
  padding: 10px 20px;
  font-size: 90%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ButtonDoing {
  background-color: rgba(11, 14, 17, 0.9);
}


.button:HOVER {
  filter: brightness(1.2);
  transform: scale(115%);
  border-radius: 15px;
}

.colorA {
  background-color: #29abe2;
}

.colorB {
  background-color: #0071bc;
}

.colorC {
  background-color: #4a5861;
}

.buttonDone {
  background-color: #C29D08;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  text-decoration: none;
  color: #FFFFFF;
  padding: 7px 15px;
  float: right;
  margin-right: 10%;

  font-weight: bold;
  font-size: 80%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

  margin-top: 10px;
  margin-bottom: 0;
}

.aliado {
  height: auto;
  width: auto;
  max-width: 19vw;
  max-height: 20vh;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.text_center {
  text-align: center;
  vertical-align: middle;
}

#support_flex DIV {
  vertical-align: middle;
  height: auto;

}

#support_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  align-items: center;
}

#contact_frame {
  display: flex;
  flex-direction: column;
  width: 40%;
  text-align: left;
  margin: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  box-shadow: 12px 16px 18px -13px rgba(0, 0, 0, 0.67);
  background-color: #EEEEEE;
  padding: 4%;
  padding-bottom: 1vh;
  margin-bottom: 5vh;
  margin-top: 5vh;
  position: relative;
  
}

#titulo_portafolio {
  text-align: left;
  margin-left: 5vw;
  margin-top: 0;
  margin-bottom: 40px;
}


#titulo_contacto {
  text-align: left;
  margin-left: 5vw;
  margin-top: 0;
}

#titulo_nosotros {
  margin: 5vw;
  text-align: left;
}


#subtitulo_contacto {
  font-size: 110%;
  text-align: right;
  margin-bottom: 5px;
}

#pie_contacto {
  text-align: right;
  margin-top: 5vw;
  margin-right: 5vw;
}


#mensaje_div {

  padding: 0;
  padding-bottom: 10vh;
  padding-top: 5vh;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #222222;

}

#mensaje {
  font-family: 'Roboto', sans-serif;
}

#nosotros_div {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50%;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  padding: 5%;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
}

#send_button {
  width: initial;
  text-align: center;
  font-size: 90%;
}

/*
#documentos{

    background-image: url("images/bck15_800.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}             */

#documentos_div {
  background-color: rgba(0, 0, 0, 0.8);
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 1%;
  padding-left: 1%;
  padding-right: 1%;
}

#documentos_flex_div {
  display: flex;
  /*display: flex; 
    flex-direction: row; 
    justify-content: space-evenly; 
    flex-wrap: wrap; 
    width: 90%;

    margin-right: auto;
    margin-left: auto;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;*/

  flex: 1;
}

.documentos_sub1_div {
  background-color: rgba(0, 0, 0, 0.9);
  margin: 5px;
  /*align-self: flex-start;
    flex-basis: 35vw;
    flex-grow: 1;
    flex-shrink: 0;

    margin: 5px;
    margin-top: 20px;
    padding: 3px;*/
  flex: 1;
  /* additionally, equal width */

  padding: 1em;
}

.documentos_tag {
  color: #9EC910;
  font-size: 10px;
}

.documentos_txt {
  margin: 0;
  padding: 10px;
  padding-right: 20px;
  text-align: left;
  font-size: 16px;
  position: relative;
  width: 100%;
}


#documentos_sub2_div {
  background-color: rgba(0, 0, 0, 0.9);
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  height: auto;
  margin: 5px;
  margin-top: 20px;
  padding: 3px;
}

/*
#galeria{

        background-image: url("images/bck33_800.png");
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
}               */

#galeria_div {
  background-color: rgba(0, 0, 0, 0.6);
  width: auto;
  height: auto;
  padding: 3%;

}

#galeria_medicina {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;

}

#galeria_mini_container {
  width: 100%;
  height: 20%;
  margin: 0;
  padding: 0;
  position: relative;
}

#contacto_div_left {
  text-align: center;
  margin: auto;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
}

#contacto_div_middle {
  width: 31%;
  text-align: left;

}

#contacto_div_right {
  margin-left: 5%;
  white-space: nowrap;
  width: 31%;
}




/********************************************/
/********************************************/
/********************************************/
/********************************************/

@media screen and (min-width: 1920px) {



  #inicio {
    background-image: url("images/bck28.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }
}


@media screen and (max-width: 1919px) {

  #inicio {
    background-image: url("images/bck28_1600.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media screen and (max-width: 1599px) {


  #inicio {
    background-image: url("images/bck28_1360.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }

}

@media screen and (max-width: 1359px) {


  #inicio {
    background-image: url("images/bck28_1024.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }
}



@media screen and (max-width: 1023px) {



  #contacto {
    flex-direction: column;
  }

  #inicio_div {
    background-color: rgba(0, 0, 0, 0.8);
    width: auto;
    height: auto;
    flex-direction: column;
  }

  #in_div_a {
    width: 100%;
  }

  #in_div_b {
    width: 100%;
    padding: 0;
    padding-bottom: 5vh;
    margin: 0;
  }

  #titulo_h2 {
    font-size: 100%;
  }

  #contacto {
    flex-direction: column;
  }

  #logo_contacto {
    width: 200px;
  }

  .countTable {
    font-size: 100%;
    line-height: 100%;
    padding: 2px;
    width: 80vw;
    overflow: auto;
  }

  .table_tag {
    font-size: 100%;
    padding: 5px;
    width: 93%;
    border-radius: 5px 5px 0 0;
  }

  .table_container {
    margin-top: 5vh;
    width: 98vw;
    overflow: auto;
  }

  TABLE SUB {
    font-size: 80%;
  }

  .titulo_style {
    font-size: 130%;
    padding-top: 3vh;
  }

  .horizontal_flex {
    display: flex;
    flex-direction: column;
  }

  .head_enlace {
    display: none;
  } 
  
  .head_subenlace {
    display: block;
  }

  .head_displayer {
    display: block;
  }

  .plan_displayer {
    align-items: center;
    gap: 32px;
  }

  .plan_comparison {
    min-width: 70%;
  }

  .quote_displayer {
    margin: 50px 50px;
  }

  .inicio_subt_txt {
    font-size: 120%;
  }

  #mockupDivSecond {
    order: 2;
  }

  #precios_flex {
    flex-direction: column;
    margin: auto;
  }

  #inicio {
    background-image: url("images/bck28_1024.jpg");

    font-size: 80%;
  }

  #contacto {
    padding: 0;
  }

  .inicio_subtitle {
    font-size: 110%;
  }

  .inicio_subtitle img {
    width: 40px;
    height: auto;
    margin-top: 5px;
  }

  .inicio_subtitle:HOVER img {
    width: 50px;
    height: auto;
  }

  #container_a_price {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  #container_b_price {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  #container_c_price {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  #correspondencia {
    display: none;
  }

  #contacto_div_left {
    text-align: center;
    width: 90%;
    margin-bottom: 3vh;
    margin-top: 5vh;
    padding: 0;
  }

  #contacto_div_middle {
    font-size: 70%;
    line-height: 160%;
    margin: auto;
    width: auto;
  }

  .textinput {
    width: 90%;
    margin-left: 4%;
  }

  #contacto_div_right {
    text-align: center;
    width: 90%;
    margin-top: 3vh;
  }

  #documentos_flex_div {
    flex-direction: column;
  }

  #subtitulo_contacto {
    font-size: 100%;
    margin-bottom: 15px;
  }

  #contact_frame {
    width: 85vw;
    padding: 5px;
  }

  #politica_datos {
    width: 90%;
  }

  .gallery_pic {
    max-width: 50vw;
    max-height: 50vh;

  }

  /*
.gallery_pic:hover { 

  max-width: 55vw;
  max-height: 55vh; 
} */

  .aliado {
    max-width: 60vw;
    max-height: 25vh;
  }


  #menubutton {
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 155;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  #menubutton:HOVER {
    opacity: 1;
    filter: alpha(opacity=100);
  }


  #menulat {
    list-style-type: none;
    background-color: rgba(23, 81, 137, 0.9);
    position: fixed;
    top: 30px;
    right: 0px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    display: none;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  #lang_button {
    top: 46px;
    left: auto;
    right: 12px;
  }

  #prescindible_logo {
    display: none;
  }

  #video_content {

    width: 90vw;
    height: 60vh;

  }

  #logo_inicio {
    margin-top: 5vh;
    height: auto;
    width: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

}