* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  margin-top: 5%;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 5%;
  font-family: sans-serif;
  display: flex;
  flex-wrap: wrap;
}

.spacer {
  height: 15px;
}

.videoContent {
  background-color: #F8F8F8;
  height: auto;
  padding: 5%;
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
}

/*Textos*/
.subtituloA {
  font-size: 40px !important;
  font-weight: bold;
  color: #4C9DDA;
  line-height: 1.2;
}


.subtituloR {
  font-size: 40px !important;
  font-weight: bold;
  color: #D93431;
  line-height: 1.2;
}

p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}


/*Botón descarga*/
.buttonAR {
  text-align: right;
}

.buttonR {
  background-color: #D8322C;
  border: none;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin: 4px 2px;
  padding: 15px;
  display: inline-block;
  cursor: pointer;
}

/*Nav Tabs*/

.NavTabs {
  background-color: #4C9DDA;
  padding: 10px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  position: relative;
}

.ulNavTabs {
  color: #FFF;
  list-style:none;
  margin: 0;
  padding-bottom: 12px;
  text-align: center;
  display: table;
  width: 100%;
}

.liNavTabsItem {
  display: inline-block;
  width: auto;
  height: 30px;
  margin: 10px;
}

.liNavTabsItem button {
  background-color: #4C9DDA;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.liNavTabsItem button:hover {
  background-color: #DA3332;
  color: white;
  padding: 12px;
  border-radius: 30px;
  text-decoration: none;
}



/*Tabs contenido*/
.tabcontent {
  background-color: #F8F8F8;
  height: auto;
  padding: 5%;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  display: flex;
  flex-wrap: wrap;
}

.tabcontent2 {
  background-color: #F8F8F8;
  height: auto;
  padding: 5%;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  display: flex;
  flex-wrap: wrap;
}

.row {
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}

.row-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 18px;
  width: 100%;
}

.row-content .colw12 {
  flex-basis: 100%;
}

.row-content .colw9 {
  flex-basis: 75%;
}

.row-content .colw8 {
  flex-basis: 67%;
}

.row-content .colw7 {
  flex-basis: 59%;
}

.row-content .colw6 {
  flex-basis: 50%;
  padding-left: 1%;
  padding-right: 1%;
}

.row-content .colw4 {
  flex-basis: 33%;
}

.row-content .colw3 {
  flex-basis: 25%;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
}

.row-content .colw1 {
  flex-basis: 8%;
}

.row-content .subcolw2 {
  flex-basis: 10%;
  text-align: right;
}

.row-content .subcolw10 {
  flex-basis: 90%;
  padding-left: 15px;
  padding-right: 40px;
}


.TAzul {
  background-color: #459CD6;
  color: white;
  border-radius: 30px;
  width: 90%;
  text-align: center;
  padding: 6px;
}

.TRojo {
  background-color: #D83431;
  color: white;
  border-radius: 30px;
  width: 90%;
  text-align: center;
  padding: 6px;
}

.Wtext {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.Tcenter {
  color: #000;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.Tright {
  color: #000;
  font-size: 18px;
  text-align: right;
  line-height: 1.5;
}

.TRojo2 {
  background-color: #D83431;
  color: white;
  border-radius: 30px;
  width: 90%;
  text-align: left;
  padding: 20px;
}

.Wtext2 {
  color: white;
  font-size: 18px;
  text-align: left;
}

.Wtext3 {
  color: white;
  font-size: 18px;
  text-align: center;
}

.subtituloR2 {
  font-size: 40px !important;
  font-weight: bold;
  color: #D93431;
  line-height: 1.2;
  text-align: right;
}

.subtituloR3 {
  font-size: 40px !important;
  font-weight: bold;
  color: #D93431;
  line-height: 1.2;
  text-align: center;
}

.subtituloR4 {
  font-size: 40px !important;
  font-weight: bold;
  color: #D93431;
  line-height: 1.2;
  text-align: left;
}

.subsubtituloR {
  font-size: 30px !important;
  font-weight: bold;
  color: #D93431;
  line-height: 1.2;
  text-align: left;
}

.subsubtituloR2 {
  font-size: 30px !important;
  font-weight: bold;
  color: #D93431;
  line-height: 1.2;
  text-align: right;
  padding-right: 5px;
}

.subtituloA2 {
  font-size: 40px !important;
  font-weight: bold;
  color: #4C9DDA;
  line-height: 1.2;
  text-align: right;
}

.subtituloA3 {
  font-size: 40px !important;
  font-weight: bold;
  color: #4C9DDA;
  line-height: 1.2;
  text-align: center;
}

.subsubtituloA {
  font-size: 30px !important;
  font-weight: bold;
  color: #4C9DDA;
  line-height: 1.2;
  text-align: left;
}

.subsubtituloA2 {
  font-size: 30px !important;
  font-weight: bold;
  color: #4C9DDA;
  line-height: 1.2;
  text-align: right;
  padding-right: 5px;
}


.referencias {
  font-size: 14px;
  color: #000;
  line-height: 1.1;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
  margin-top:0px !important;
}

hr.solidRed {
  border-top: 6px solid #D83431;
  width: 10%;
  text-align: left;
}

hr.solidBlue {
  border-top: 6px solid #459CD6;
  width: 10%;
  text-align: left;
}

hr.roundedRed {
  border-top: 100px solid #D83431;
  width: 20%;
  border-radius: 6px;
  text-align: right;
}

hr.roundedBlue {
  border-top: 100px solid #459CD6;
  width: 20%;
  border-radius: 6px;
  text-align: right;
}

/*Images*/
figure {
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}

.ImageResponsive {
  max-width: 100%;
  height: auto;
  text-align: center;
}

.header_img{
  margin-bottom: 30px;
}

.Wtext{
  margin-bottom: 0px;
}

.Wtext2{
  margin-bottom: 0px;
}

.Wtext3{
  margin-bottom: 0px;
}

p{
  margin-bottom: 0px !important;
  font-size: 18px !important;
}

*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
  margin-top: 0px !important;
}

address, dl, fieldset, figure, ol, p, pre, ul{
  margin: 0 !important;
}

.active{
  background-color: #D83431 !important;
  border-radius: 30px;
}

@media (max-width:768px) {

  .row-content:not(.no_stack) {
    display: block;
  }

/*  .row-content:not(.no_stack) {
    display: flex;
    flex-wrap: wrap;
}*/

  .row-content .reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .hidden-mobile {
    display: none;
  }

  .ulNavTabs{
    padding:0;
  }

  .liNavTabsItem{
    width:100%;
    margin: 10px 0 10px 0;
  }

  .row-content .colw6{
    text-align:center;
  }
  .TAzul{
    display: inline-block;
  }
  .TRojo{
    display: inline-block;
  }
}
