/*---------------------------------------*/
/*              header 1
/*---------------------------------------*/
header {
    height: 100%;
}
#header-1{
    background: var(--color-blue);
    overflow: hidden;
}
#header-1 > div {
    margin: 1% 1% 1% 1%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 3%;
}
#header-1 > div > a > button {
    background: #e7eaf1;;
    border: none;
    border-radius: 15px;
    padding: 10px 20px 10px 20px;
    font-family:  roboto-black;
    font-size: 20px;
    color: var(--color-blue);
    cursor: pointer;
}
#header-1 > div > a > img {
    max-width: 100%;
    width: 60px;
    height: auto;
}
/*---------------------------------------*/
/*              header-nav
/*---------------------------------------*/
#header-nav {
    background: var(--color-white);
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#header-nav > div:nth-child(1) {
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    flex: 50%;
}
#header-nav > div:nth-child(1) > a > img {
    width: 220px;
}
#header-nav > div:nth-child(2) {
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    flex: 50%;
    text-align: right;
}
#header-nav > div:nth-child(2) > a > img {
    width: 60px;
}
.header-nav {
    /* position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    align-self: baseline; */
    background: var(--color-white);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.header-nav > div:nth-child(1) {
    margin-top: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
    flex: 50%;
}
.header-nav > div:nth-child(2) {
    margin-top: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    flex: 50%;
    text-align: right;
}

.header-nav-toggle {
    background: rgba(0, 0, 0, 0.1);
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    align-self: baseline;
}
.header-nav-toggle > div:nth-child(1) {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
}
.header-nav-toggle > div:nth-child(1) > a > img {
    width: 200px;
    height: auto;
}
.header-nav-toggle > div:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
}
.header-nav-toggle > div:nth-child(2) > a > img {
    width: 60px;
    height: auto;
}
/*------------- container ---------------*/
#container {

}

/*---------------------------------------*/
/*              banner
/*---------------------------------------*/
#banner {
    overflow: hidden;
    background: var(--color-white);
}
#banner > img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
/*---------------------------------------*/
/*                slider
/*---------------------------------------*/
/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    position: relative;
  }

  /* 3er slide */
  .mySlides:nth-of-type(1) > a > button {
    background: #e7eaf1;
    color: #0a2f80;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 30px;
    font-family: montserrat-extrabold;
    padding: 15px 25px 15px 25px;
    z-index: 2;
}
  .mySlides:nth-of-type(2) > a > button {
    background: #e7eaf1;
    color: #0a2f80;
    position: absolute;
    top: 70%;
    left: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 30px;
    font-family: montserrat-extrabold;
    padding: 15px 25px 15px 25px;
    z-index: 2;
}
  .mySlides:nth-of-type(3) > a > button {
      background: #e7eaf1;
      color: #0a2f80;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      cursor: pointer;
      font-size: 30px;
      font-family: montserrat-extrabold;
      padding: 15px 25px 15px 25px;
      z-index: 2;
  }

  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
      border: solid 1px black;
    cursor: pointer;
    bottom: solid 1px blue;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color:transparent;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color:var(--color-blue);
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
/*---------------------------------------*/
/*              seccion-1
/*---------------------------------------*/
#main-secc-servicios {
    position: relative;
    background: url('../img/bg-lines-left-big.png'), #f0f0f0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
#seccion-1 {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#seccion-1 > div:nth-child(1) {
    flex: 40%;
    margin-right: 5%;
}
#seccion-1 > div:nth-child(1) > img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#seccion-1 > div:nth-child(2) {
    flex: 60%;
    margin-left: 5%;
} 
#seccion-1 > div > h1 {
    font-family: montserrat-extrabold;
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-blue);
    text-shadow: 5px 5px 6px var(--color-grey-ulight);
}
/*---------------------------------------*/
/*              seccion-2
/*---------------------------------------*/
#seccion-2 {
    overflow: hidden;
    width: 80%;
    margin-top: 10%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#seccion-2 > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5%;
    flex: 50%;
}
#seccion-2 > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    gap: 5%;
    flex: 50%
}
#seccion-2 > div:nth-child(1) > div:nth-child(1) {
    flex: 50%;
}
#seccion-2 > div:nth-child(1) > div:nth-child(2) {
    flex: 50%;
}
#seccion-2 > div:nth-child(1) > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-items: center;
}
#seccion-2 > div:nth-child(1) > div:nth-child(1) > img:nth-of-type(1) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2 > div:nth-child(1) > div:nth-child(1) > h2:nth-of-type(1) {
    margin-left: 2%;
    flex: 90%;
    font-family: roboto-medium;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-blue);
}
#seccion-2 > div:nth-child(1) > div:nth-child(1) > img:nth-of-type(2) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2 > div:nth-child(1) > div:nth-child(2) > img:nth-of-type(1) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2 > div:nth-child(1) > div:nth-child(2) > h2:nth-of-type(1) {
    margin-left: 2%;
    flex: 90%;
    font-family: roboto-medium;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-blue);
}
#seccion-2 > div:nth-child(1) > div:nth-child(2) > img:nth-of-type(2) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}

#seccion-2 > div:nth-child(2) > div:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-items: center;
    flex: 50%;
}
#seccion-2 > div:nth-child(2) > div:nth-child(1) > img:nth-of-type(1) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2 > div:nth-child(2) > div:nth-child(1) > h2:nth-of-type(1) {
    margin-left: 2%;
    flex: 90%;
    font-family: roboto-medium;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-blue);
}
#seccion-2 > div:nth-child(2) > div:nth-child(1) > img:nth-of-type(2) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2 > div:nth-child(2) > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-items: center;
    flex: 50%;
}
#seccion-2 > div:nth-child(2) > div:nth-child(2) > img:nth-of-type(1) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2 > div:nth-child(2) > div:nth-child(2) > h2:nth-of-type(1) {
    margin-left: 2%;
    flex: 90%;
    font-family: roboto-medium;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-blue);
}
#seccion-2 > div:nth-child(2) > div:nth-child(2) > img:nth-of-type(2) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#btn_gv {
    cursor: pointer;
}
#btn_gcfe {
    cursor: pointer;
}
#btn_g1 {
    cursor: pointer;
}
#btn_gpc {
    cursor: pointer;
}

.secc2_info_content {
    margin-top: 2%;
    border: solid 2px var(--color-blue);
    border-radius: 12px;
    width: 100%;
}
.secc2_info_content h1 {
    margin-top: 3%;
    margin-left: 20%;
    margin-bottom: 2%;
    color: var(--color-blue);
}
.secc2_info_content ul {
    list-style: none;
    margin-left: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
    line-height: 35px;
}
.secc2_info_content ul li {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-blue);
}
.secc2_info_content_1 {
    background: url('../img/Vehiculares.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}   
.secc2_info_content_2 {
    background: url('../img/CFE.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.secc2_info_content_3 {
    background: url('../img/Inmuebles.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.secc2_info_content_4 {
    background: url('../img/ProteccCivil.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}   
.div-spacer {
    height: 1px;
}
#seccion-2-mobile {
    display: none;
}
/*---------------------------------------*/
/*            seccion 2 mobile
/*---------------------------------------*/
/* #seccion-2-mobile {
    overflow: hidden;
    width: 80%;
    margin-top: 10%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#seccion-2-mobile > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5%;
    flex: 50%;
}
#seccion-2-mobile > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    gap: 5%;
    flex: 50%
}
#seccion-2-mobile > div:nth-child(1) > div:nth-child(1) {
    flex: 50%;
}
#seccion-2-mobile > div:nth-child(1) > div:nth-child(2) {
    flex: 50%;
}
#seccion-2-mobile > div:nth-child(1) > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-items: center;
}
#seccion-2-mobile > div:nth-child(1) > div:nth-child(1) > img:nth-of-type(1) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2-mobile > div:nth-child(1) > div:nth-child(1) > h2:nth-of-type(1) {
    margin-left: 2%;
    flex: 90%;
    font-family: roboto-medium;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-blue);
}
#seccion-2-mobile > div:nth-child(1) > div:nth-child(1) > img:nth-of-type(2) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2-mobile > div:nth-child(1) > div:nth-child(2) > img:nth-of-type(1) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2-mobile > div:nth-child(1) > div:nth-child(2) > h2:nth-of-type(1) {
    margin-left: 2%;
    flex: 90%;
    font-family: roboto-medium;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-blue);
}
#seccion-2-mobile > div:nth-child(1) > div:nth-child(2) > img:nth-of-type(2) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}

#seccion-2-mobile > div:nth-child(2) > div:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-items: center;
    flex: 50%;
}
#seccion-2-mobile > div:nth-child(2) > div:nth-child(1) > img:nth-of-type(1) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2-mobile > div:nth-child(2) > div:nth-child(1) > h2:nth-of-type(1) {
    margin-left: 2%;
    flex: 90%;
    font-family: roboto-medium;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-blue);
}
#seccion-2-mobile > div:nth-child(2) > div:nth-child(1) > img:nth-of-type(2) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2-mobile > div:nth-child(2) > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-items: center;
    flex: 50%;
}
#seccion-2-mobile > div:nth-child(2) > div:nth-child(2) > img:nth-of-type(1) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
}
#seccion-2-mobile > div:nth-child(2) > div:nth-child(2) > h2:nth-of-type(1) {
    margin-left: 2%;
    flex: 90%;
    font-family: roboto-medium;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-blue);
}
#seccion-2-mobile > div:nth-child(2) > div:nth-child(2) > img:nth-of-type(2) {
    flex: 5%;
    max-width: 100%;
    width: 60px;
    height: auto;
} */

/*---------------------------------------*/
/*              seccion-2
/*---------------------------------------*/
#seccion-3 {
    overflow: hidden;
    width: 85%;
    margin: 5% auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#seccion-3 > div > h1 {
    font-size: 36px;
    font-family: montserrat-extrabold;
    /* color: var(--color-blue-cyan); */
    color: var(--color-blue);
    text-transform: uppercase;
    text-align: center;
}
#seccion-3 > div > img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#img-secc3-mobilesite {
    display: none;
}
#img-secc3-site {
    display: block;
}
/*---------------------------------------*/
/*              seccion-4
/*---------------------------------------*/
#seccion-4-container {
    background: url('../img/bg-lines-right-small.png'), #f0f0f0;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
#seccion-4 {
    overflow: hidden;
    width: 80%;
    margin: 3% auto 3%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#seccion-4 > div > h1 {
    margin-top: 3%;
    font-size: 30px;
    font-family: montserrat-extrabold;
    text-transform: uppercase;
    color: var(--color-blue);
    text-align: center;
    text-shadow: 5px 5px 6px var(--color-grey-ulight);
}
#seccion-4 > div:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
#seccion-4 > div:nth-of-type(2) > div > h3 {
    font-size: 22px;
    color: var(--color-blue);
    margin-bottom: 5%;
}
#seccion-4 > div:nth-of-type(3) {
    margin-bottom: 3%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items:stretch;
    margin-top: 5%;
    gap: 5%;
}
#seccion-4 > div:nth-of-type(3) > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-start;
    align-items: center;
}
#seccion-4 > div:nth-of-type(3) > div > p {
    text-align: center;
    color: var(--color-blue);
    font-size: 18px;
}
/*---------------------------------------*/
/*              seccion-5
/*---------------------------------------*/
#seccion-5 {
    width: 100%;
    margin: 3% auto 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#seccion-5 > div > h1 {
    font-size: 30px;
    /* font-family: roboto-black; */
    font-family: 'Montserrat-ExtraBold';
    text-transform: capitalize;
    /* color: var(--color-purple); */
    color: var(--color-blue);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3%;
    text-shadow: 5px 5px 6px var(--color-grey-ulight);
}
#seccion-5-container-form {
    background: #f0f0f0;
    width: 100%;
    border-bottom: solid 5px rgb(133, 133, 133) !important;
    -moz-box-shadow:  0px 4px 6px -6px rgb(56, 56, 56);
    -webkit-box-shadow: 0px 4px 6px -6px rgb(56, 56, 56);
    box-shadow:         0px 4px 6px -6px rgb(56, 56, 56);
}
#seccion-5 > div:nth-of-type(2) {
    border: solid 1px white;
}

#seccion-5 > div:nth-of-type(2) > form {
    margin: 2% auto 2%;
    width: 65%;
}
#seccion-5 > div:nth-of-type(2) > form > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 5%;
}
#seccion-5 > div:nth-of-type(2) > form > div > div {
    width: 100%;
    margin-bottom: 2%;
}
input[type="text"] {
    padding: 10px;
    width: 100%;
}
button {
    background-color: var(--color-blue-cyan-dark);
    border: none;
    border-radius: 15px;
    padding: 13px 28px 13px 28px;
    color: var(--color-white);
    font-size: 20px;
    font-family: roboto-bold;
    letter-spacing: 2px;
    cursor: pointer;
}
/*---------------------------------------*/
/*              seccion-6
/*---------------------------------------*/
footer {
    border: solid 1px transparent;
    background: url('../img/bg-lines-right-bigl.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}
#seccion-6 {
    overflow: hidden;
    width: 90%;
    margin: 4% auto 3%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
/* #seccion-6 > div > h1 {
    font-size: 46px;
    font-family: montserrat-extrabold;
    text-transform: uppercase;
    color: var(--color-blue-cyan);
    text-align: center;
    margin-bottom: 4%;
}
#seccion-6 > div > h2 {
    font-size: 30px;
    font-family: roboto-regular;
    color: var(--color-blue);
    text-align: center;
    margin-bottom: 2%;
} */
#seccion-6 > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#seccion-6 > div:nth-child(1) > h1 {
    font-size: 30px;
    font-family: montserrat-extrabold;
    text-transform: uppercase;
    color: var(--color-blue-cyan-dark);
    text-align: center;
    margin-bottom: 4%;
}
#seccion-6 > div:nth-child(1) > div:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
    gap: 5px;
}
#seccion-6 > div:nth-child(1) > div:nth-of-type(1) > h2 {
    font-size: 24px;
    font-family: roboto-regular;
    color: var(--color-blue-light);
    text-align: center;
}
#seccion-6 > div:nth-child(1) > div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
    gap: 5px;
}
#seccion-6 > div:nth-child(1) > div:nth-of-type(2) > h2 {
    font-size: 24px;
    font-family: roboto-regular;
    color: var(--color-blue-light);
    text-align: center;
}
#seccion-6 > div:nth-child(2) {
    background: #e6e6e6;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#seccion-6 > div:nth-child(2) > div:nth-child(1) {
    flex: 30%;
}
#seccion-6 > div:nth-child(2) > div:nth-child(1) > img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#seccion-6 > div:nth-child(2) > div:nth-child(2) {
    flex: 45%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}
#seccion-6 > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > img {
    max-width: 100%;
    width: 85%;
    height: auto;
    vertical-align: middle;
}
#seccion-6 > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-right: 5%;
}
#seccion-6 > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > img {
    margin-left: 5%;
}
#seccion-6 > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > span:nth-of-type(1) {
    font-size: 22px;
}
#seccion-6 > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > span {
    text-align: right;
    font-size: 18px;
    color: var(--color-blue-light);
}
#seccion-6 > div:nth-child(2) > div:nth-child(3) {
    flex: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#seccion-6 > div:nth-child(2) > div:nth-child(3) > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#seccion-6 > div:nth-child(2) > div:nth-child(3) > div > div {
    margin-bottom: 5%;
}
#seccion-6 > div:nth-child(2) > div:nth-child(3) > div > div > span {
    font-size: 18px;
    color: var(--color-blue-light);
}
#seccion-6 > div:nth-child(2) > div:nth-child(3) > div > div > a > img {
    width: 30%;
}
/*---------------------------------------*/
/*              seccion-7
/*---------------------------------------*/
#seccion-7 {
    overflow: hidden;
    width: 90%;
    margin: 2% auto 3%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#seccion-7 > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#seccion-7 > div > div:nth-of-type(1) {
    flex: 50%;
}
#seccion-7 > div > div:nth-of-type(1) > span {
    font-size: 20px;
    color: var(--color-blue);
}
#seccion-7 > div > div:nth-of-type(3) {
    flex: 50%;
    text-align: right;
}
#seccion-7 > div > div:nth-of-type(3) > a > img {
    width: 10%;
}
/*---------------------------------------*/
/*              seccion-8
/*---------------------------------------*/
#seccion-8 {
    overflow: hidden;
    width: 90%;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#seccion-8 > hr {
    width: 100%;
    border: solid 1px grey;
    margin-top: 1%;
    margin-bottom: 1%;
}
#seccion-8 > p > strong > a {
    font-size: 18px;
    color: var(--color-blue);
}
#seccion-8 > p > strong > a:hover {
    text-decoration: solid underline var(--color-blue) 2px;
}
/*---------------------------------------*/
/*              seccion-9
/*---------------------------------------*/
#seccion-9 {
    overflow: hidden;
    width: 90%;
    margin: 2% auto 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#seccion-9 > p {
    color: #818181;
    margin-bottom: 4%;
    line-height: 26px;
}
#seccion-9 > ul {
    list-style: circle !important;
    list-style-position: inside;
    list-style-type: circle;
    line-height: 26px;
    margin-bottom: 4%;
}
#seccion-9 > ul > li {
    color: #818181;
}
/*-------------- errors -----------------*/
.input_error {
    border: solid 1px red;
}