@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Anton|Domine|Handlee|Martel|Oswald|Roboto|Ubuntu+Condensed');
*{
      border: 0;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
     }

.body{
    /* background: #ffffff; */
    background-image: url('../images/background.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* background-position: center center; */
}

.body1{
    background: #5C5C5C;
}


#contenedor{
           align-items:center;
           max-width:100%;
           }

.fondo_index{
        background-image: url('../images/background_1_index.jpg');
        width: 100%;
        height: 650px;
}

/*Inicio de css cabeza de pagina*/
#cabeza{
          align-items: center;
          overflow: hidden;
          padding :2.5px;
      }

.cabeza_index{
            align-items: center;
            overflow: hidden;
            padding :2.5px;
            background-color: #0c0703;
}

 .columna1{
          padding :2px;
          float: left;
          margin-left: 40px;
          width: auto;
          overflow: hidden;
         }

.contacto{
         padding-left: 30px;
         font-size: 8px;
         display: inline-block;
}

.contacto1 span {
        color: #162f71;
        margin-right: 3px;
}

 .contacto1 a{
          text-decoration: none;
          color: #BCBCB0;
          font-family: 'Oswald', sans-serif;
          font-size: 15px;
      }

.contacto a:hover{
                  color: #162f71;
}

@media screen and (max-width:800px){ /*al llegar a 800px la pantalla se ajusta el tamaño del titulo*/
#cabeza{
            /* border: 1px solid red; */
            background: #188CEC;
            padding: 1px;
            overflow: hidden;
            padding :0px;
        }

  .columna1{
           padding :2px;
           float: left;
           margin: auto auto;
           width: 290px;
          }


.contacto{
          font-size: 6px;
        --webkit-transition: all 1s;/*Estos 3 elementos le dan la transicion al tamaño del texto*/
        -o-transition: all 1s;/*Estos 3 elementos le dan la transicion al tamaño del texto*/
        transition: all 1s;/*Estos 3 elementos le dan la transicion al tamaño del texto*/
      }

  .contacto1 a {
                 text-decoration: none;
                 color: white;
                }
  .columna3{
            float: right;
            list-style: none;
            width: 80px;
            margin: auto auto;
          }
    }

.columna3{
          float: right;
          list-style: none;
          width: 120px;
          margin: auto 120px;
        }

/* .facebook{
          float:left;
          box-sizing: border-box;
          } */

.whatsapp, .linkedin, .facebook, .instagram{
          box-sizing: border-box;
          margin-left: 10px;
          margin-top: 3px;
          display: inline-block;
         }

.whatsapp a:hover, .linkedin a:hover, .facebook a:hover, .instagram a:hover{
                 border-bottom: 1px solid gray;
                 }

.logo1{
     width:15px;
     height:15px;
       }
/*Fin de css cabeza de pagina*/

/*Inicio de menu*/
header {
        width: 100%;
        /* border: 1px solid white; */
       }

header nav {
            /* border: 1px solid red; */
            width:750px;
            max-width: 1000px;
            margin: auto;
            margin-top: 6px;
            }

.menu_bar {
            display: none;
          }

header nav ul {
                overflow: hidden;
                list-style: none;
                /* border: 1px solid red; */
              }

header nav ul li {
                  float: right;
                  /* border: 1px solid red; */
                  margin-right: 30px;
                 }

.fondo_index header nav ul li a{
        color: #ffffff;
        padding: 10px;
        display: block;
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        /* border: 1px solid red; */
}

header nav ul li a {
                    color: #152f70;
                    padding: 10px;
                    display: block;
                    text-decoration: none;
                    font-family: 'Oswald', sans-serif;
                    font-size: 18px;
                    font-weight: bold;
                    letter-spacing: 1px;
                    /* border: 1px solid red; */
                    }

header nav ul li span {
                      margin-right: 10px;
                      color: #FFFFFF;
                      display: none;
                      }

header nav ul li a:hover {
                          color: #006EFF;
                        }

@media screen and (max-width:800px){
                                    header nav {
                                                width: 80%;
                                                height: 100%;
                                                left: -100%;
                                                margin: 0;
                                                position: fixed;
                                                background-color: #188CEC;
                                                }

                                    header nav ul li {
                                                      display: block;
                                                      float: none;
                                                      border-bottom: 1px solid rgba(255,255,255, .3);

                                                      }

                                    header nav ul li a {
                                                        color: white;
                                                        }

                                    .menu_bar {
                                                display: block;
                                                width: 100%;
                                                background: #CCC;
                                              }

                                    .menu_bar .bt_menu {
                                                        display: block;
                                                        padding: 10px;
                                                        background: white;
                                                        color: #188CEC;
                                                        text-decoration: none;
                                                        font-weight: bold;
                                                        font-size: 20px;
                                                        -webkit-box-sizing:border-box;
                                                        -moz-box-sizing:border-box;
                                                        box-sizing:border-box;
                                                        }

                                    .menu_bar span {
                                                      float: right;
                                                      font-size: 20px;
                                                      }
                                    }
/*Fin de menu*/


/*Aqui inicio el div contenedor del titulo y el logo */
#header1{
          /* background: #152f70; */
          height: 125px;
          width: 100%;
          margin-top: 100px;
          box-sizing: border-box;
          /* border: 1px solid red; */
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
}

.logo_jnd{
          height: 120px;
          /* right: 50px; */
          width: 130px;
          /* border: 0.1px solid white; */
          margin-right: 120px;
          margin-left: -265px;
          /* -webkit-box-shadow: 17px 2px 41px -8px rgba(0,0,0,1);
          -moz-box-shadow: 17px 2px 41px -8px rgba(0,0,0,1);
          box-shadow: 17px 2px 41px -8px rgba(0,0,0,1); */
          }
 .logo2{
   height: 110px;
   width: 110px;
        }

.titulo_jnd{
        height: 100%;
        letter-spacing:2px;
        width: auto;
        /* border: 1px solid blue; */
       }

.titulo_jnd h1{
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
        font-size: 40px;
        text-align: center;
        margin-top: 25px;
      }

.subtitulo{
        /* border: 1px solid green; */
        width: 37%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
}

.subtitulo h1{
        font-family: 'Ubuntu', sans-serif;
        border-top: 2px solid #ffffff;
        color: #CCCCCC;
        font-size: 27px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
}

.subtitulo h2{
        font-family: 'Ubuntu', sans-serif;
        font-size: 23px;
        text-align: center;
        color: #CCCCCC;
}

.subtitulo a{
        text-decoration: none;
}

.subtitulo h3{
        border: 2px solid #ffffff;
        border-radius: 10px;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        text-align: center;
        color: #ffffff;
        width: 120px;
        height: 50px;
        letter-spacing: 2px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 6px;
}


.subtitulo h3:hover {
        background-color: #ffffff;
        color: #000000;
        border: 2px solid #000000;
}

.segunda_linea{
        width: 100%;
        height: 300px;
        /* background-color: #162f71; */
        background-color: #FFF;
        display: block;
        justify-content: center;
        align-items: center;
        /* border: 1px solid red; */
}

.bol_titu{
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
}

.bol_titu h1{
  color: #000000;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  width: 100%;
  /* border: 1px solid red; */
  height: 55px;
  text-align: center;
  font-size: 25px;
}

.boletines{
        /* border: 1px solid green; */
        margin-top: 5px;
        width: 100%;
        height: 220px;
        margin-left: 1px;
        display: flex;
        justify-content: center;
        padding: 15px;
}

.boletin_1{
  height: 200px;
  /* border: solid 0.3px red; */
  border-radius: 7px;
  padding-left: 60px;
  padding-right: 60px;
}

.boletin_1 img{
  width: 250px;
  height: 160px;
  border: 0px;
  padding: 0px;
  -moz-border-radius: 15px 10px 0px 0px;
  -webkit-border-radius: 15px 10px 0px 0px;
}

.boletin_1 h3{
  border-top: none;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  height: 30px;
  text-align: center;
  padding: 0px;
}

.boletin_1 h3 a{
  text-align: center;
  color: #000;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
}

.boletin_1 h3 a:hover{
    text-decoration: underline;
}

.tercera_linea{
        width: 100%;
        height: 600px;
        padding: 30px;
        background-image: url('../images/imagen_nosotros.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        justify-content: space-between;


}

.tercera_linea p{
        width: 630px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 12px;
        font-size: 20px;
        margin-top: 50px;
        margin: auto 100px auto 100px;
        padding: 50px;
        text-align: justify;
        color: #000;
        font-family: 'Oswald', sans-serif;
        height: 300px;
}

.cuarta_linea{
        width: 100%;
        /* border: 1px solid red; */

}

.cuarta_linea h1{
          font-family: 'Ubuntu', sans-serif;
          padding-top: 20px;
          text-align: center;
          /* margin-left: 120px;
          margin: 40px auto 40px 120px; */
          color: #152f70;
}


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

                                          .fondo_index{
                                                  height: 450px;
                                                }

                                          #header1{
                                                  height: auto;
                                                  width: 100%;
                                                  margin-top: 10px;
                                                  box-sizing: border-box;
                                                  border-radius: 0px;
                                                  text-align: center;
                                                  display: block;
                                                  /* border: solid 1px red; */
                                                  }
                                          .logo_jnd{
                                                    margin: 10px auto auto auto;
                                                    display: flex;
                                                    /* border: solid 1px red; */
                                                    justify-content: center;

                                                    }

                                          .logo2{
                                                  height: 110px;
                                                  width: 110px;
                                                }



                                          .texto1{
                                                  color: #ffffff;
                                                  font-family: 'Oswald', sans-serif;
                                                  /* border: 1px solid red; */
                                                  font-size: 15px;
                                                  padding: 1px;
                                                  text-align:justify;
                                                  box-sizing: border-box;
                                                  padding: 10px;
                                                }

                                          .titulo_jnd{
                                                  float:none;
                                                  width: 100%;
                                                  /* border: 1px solid red; */
                                                  margin-top:20px;
                                                  margin-left: auto;
                                                  margin-right: auto;
                                                 }

                                          .titulo_jnd h1{
                                                  font-size: 25px;
                                          }

                                           .subtitulo{
                                                  width: 100%;
                                           }

                                          .subtitulo h1{
                                                  font-size: 19px;
                                          }

                                          .subtitulo h2{
                                                  font-size: 17px;
                                          }

                                          .segunda_linea{
                                                  height: auto;
                                                  /* border: 2px solid green; */
                                          }

                                          .boletines{
                                                  width: 100%;
                                                  height: auto;
                                                  margin-top: 10px;
                                                  display: inline-block;
                                                  /* border: 1px solid red; */


                                          }

                                          .boletin_1{
                                            width: 290px;
                                            margin: 20px auto auto auto;
                                            /* border: 1px solid green; */
                                            display: block;
                                            align-items: center;
                                            justify-content: center;
                                            border-radius: 3px;
                                            padding-left: 0px;
                                            padding-right: 0px;
                                          }

                                          .bol_titu h1{
                                            font-size: 18px;

                                          }

                                          .boletin_1 img{
                                            /* border: 1px solid red; */
                                            width: 200px;
                                            margin-left: 15%;
                                          }

                                          .boletin_1 h3 {
                                                  /* border: 1px solid darkblue; */
                                                  width: 200px;
                                                  font-size: 15px;
                                                  margin-left: 15%;
                                          }

                                          .tercera_linea{
                                            background-image: none;
                                            background: #fff;
                                            height: auto;
                                            /* border: 1px solid blue; */
                                            padding: 10px;
                                            width: 100%;
                                            }

                                          .tercera_linea p{
                                            width: 100%;
                                            height: auto;
                                            margin: 2px;
                                            margin-top: 5px;
                                            padding: 5px;
                                            font-size: 18px;
                                            /* border: 1px solid green; */

                                          }

                                          .cuarta_linea h1{
                                                    font-family: 'Ubuntu', sans-serif;
                                                    margin-left: 0;
                                                    margin-top: 40px;
                                                    color: #152f70;
                                                    font-size: 28px;
                                                    width: 100%;
                                                    /* border: solid 1px red; */
                                                    text-align: center;
                                          }

                                          }

/*Aqui finalizo el div contenedor del titulo y el logo */

/* Inicio de slider */
#c-slider{
          /* margin-top: 100px; */
          margin: 20px auto;
          width: 100%;
          /* height: 100%; */
          max-width: 1000px;
          position: relative;
          overflow: hidden;
          box-shadow: 0 0 0 10px #ffffff,
                      0 15px 50px;
          }

#slider{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 300%;
      }

#slider section{
                width: 100%;
                }

#slider img{
            display: block;
            width: 100%;
            height: 100%;
          }


#btn-prev, #btn-next{
                    width: 40px;
                    height: 40px;
                    background: rgba(255, 255, 255, 0.5);
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    line-height: 40px;
                    font-size: 22px;
                    font-weight: bold;
                    text-align: center;
                    border-radius: 50%;
                    cursor: pointer;
                    font-family: monospace;
}

#btn-prev:hover, #btn-next:hover{
                    background: rgba(255, 255, 255, 0.8);
}

#btn-prev{
          left: 10px;
}

#btn-next{
          right: 10px;
}

 /*Fin de slider */

/* Inicio sección Servicios */
#servicios{
          /* background-image: url('../images/background.png'); */
          background-color: #ffffff;
           width: 100%;
           /* border: 1px solid red; */
           margin-left: auto;
           margin-right: auto;
           text-align: center;
}

.Servicio1{
          /* border: 0.5px solid #152f70; */
          border: 0.5px solid #E5E6DD;
          display: inline-block;
          height: 150px;
          width: 330px;
          margin: 25px auto 30px 20px;
          box-sizing: border-box;
          /* background: #ffffff; */
          border-radius: 2px 2px 0px 0px;
          vertical-align: top;
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
}


#servicios section:hover{
                          background: rgba(0, 0, 0, 0.1);
                          border-radius: 10px;
                        }

@media screen and (max-width:800px){
                                    .Servicio1{
                                              border-radius: 5px;
                                              width: 95%;
                                              margin: 5px auto 5px auto;
                                              /* border: 1px solid red; */
                                              }

                                    .Servicio1 p{
                                      /* border: 1px solid red; */
                                      text-align: center;
                                    }

                                    }

.img_servicio1{
                width: 100%;
                height: 210px;
                border-top-right-radius: 2px;
                border-top-left-radius: 2px;
              }

.h2_serv{
      margin-top: 20px;
      margin-left: 15px;
      padding: 5px;
}

.h2_serv a{
          font-size: 17px;
          color: #152f70;
          font-family: 'Oswald', sans-serif;
          letter-spacing: 1.3px;
      }



      .h2_serv a:hover{
                color: #7A0000;

            }

.text_serv{
            text-align: justify;
            padding: 10px;
            box-sizing: border-box;
            font-family: 'Oswald', sans-serif;
            font-size: 17px;
  }
/* Fin sección Servicios */


/* Inicio Página Servicios */
/* Inicio descripción de servicios */
#pg_servicios{
              width: 100%;
              background-image: url('../images/JND_Servicios_fondo.jpg');
              height: 100px;
              margin-top: 30px;
              background-attachment: fixed;
              background-repeat: no-repeat;
              background-position: center -350px;
              display: flex;
              box-sizing: border-box;
              /* border: solid 1px red; */
              }

#pg_servicios h1{
                color: #ffffff;
                margin-left: 10%;
                font-family: 'Oswald', sans-serif;
                letter-spacing: 3px;
                width: 350px;
                /* border: solid 1px red; */
}

.pg_serv{
        margin-top: auto;
        margin-bottom: auto;
        float: left;
}

.pg_serv1{
          /* float: right; */
          margin-left: 55px;
          margin-top: auto;
          margin-bottom: auto;
          /* border: solid 1px red; */
          height: 91px;
          width: 161px;
          display: flex; /* Con estas 2 lineas se centra el contenido del DIV */
          justify-content: center;/* Con estas 2 lineas se centra el contenido del DIV */
}

.pg_serv_img{
            /* margin: auto auto; */

            height: 90px;
            width: 90px;
            /* border: solid 1px red; */
}

@media screen and (max-width: 800px){
                                  #pg_servicios{
                                                margin-top: 0px;
                                                background-image: url('../images/JND_Servicios_fondo.jpg');
                                                background-color: #000000;
                                                background-attachment: fixed;
                                                background-repeat: no-repeat;
                                                background-position: center -355px;
                                                display: flex;
                                                }

                                    #pg_servicios h1{
                                                    color: #ffffff;
                                                    margin-left: 5px;
                                                    margin-top: 20px;
                                                    font-family: 'Oswald', sans-serif;
                                                    letter-spacing: 2px;
                                                    font-size: 22px;
                                                    width: 230px;
                                                    }

                                    .pg_serv1{
                                              /* float: right; */
                                              margin-left: 5px;
                                              margin-top: auto;
                                              margin-bottom: auto;
                                              /* border: solid 1px red; */
                                              height: 75px;
                                              width: 75px;
                                    }

                                    .pg_serv_img{
                                                height: 74px;
                                                width: 74px;
                                                }

                                    .pg_serv{
                                            margin-top: auto;
                                            margin-bottom: auto;
                                            float: left;
                                    }
                                }

#pg_servicios1{
              /* background: #ffffff; */
              width: 100%;
              margin-top: none;
              display: inline-block;
              }

.pg_servicios2 {
                height: auto;
                width: 100%;
              }

.pg_serv_titulo{
                /* border: solid 1px red; */
                /* margin-top: 20px; */
                width: 100%;
                overflow: hidden;
              }

.pg_serv_titulo h1 {
                    margin-top: 30px;
                    font-family: 'Oswald', sans-serif;
                    font-size: 20px;
                    color: #152f70;
                    text-align: center;
                    font-weight: bold;
                    border-bottom: solid 4px #DEDEDE;
                    }

@media screen and (max-width: 800px){
          .pg_serv_titulo h1 {
                              font-size: 25px;
                              }
}

.pg_serv_contenido {
          width: 100%;
          /* border: solid 1px red; */
          display: flex;
          background: rgba(255, 255, 255, 0.29);
}

.pg_serv_contenido p  {
                        margin-top: 10px;
                        width: 85%;
                        padding: 30px;
                        box-sizing: border-box;
                        /* border: solid 1px red; */
                        text-align: justify;
                        font-family: 'Oswald', sans-serif;
                        font-size: 19px;
                        margin-left: auto;
                        margin-right: auto;
                      }


.pg_serv_aud_int {
                  /* border: solid 1px red; */
                  margin-top: 10px;
                  width: 100%;
}

.pg_serv_contenidos{
                    width: 100%;
                    height: auto;
                    /* border: solid 1px red; */
                    display: flex;
}

.pg_serv_img1 {
              /* border: solid 1px red; */
              float: left;
              /* margin-left: 1px; */
              width: 50%;
              height: 400px;
}

.pg_serv_img2{
              width: 100%;
              height: 100%;
              /* border-radius: 50%; */

}
.pg_serv_cont{
          width: 50%;
          /* border: solid 1px blue; */
          /* background-color: #ffffff; */
          position: relative;
          display: flex;
}

.pg_serv_cont h2, .pg_serv_cont1 h2{
          margin-top: 20px;
          font-family: 'Oswald', sans-serif;
          font-size: 20px;
          height: 40px;
          color: #162f71;
          margin-left: auto;
          margin-right: auto;
          padding: 7px;
          box-sizing: border-box;
          border: 1px solid red;
          }



.pg_serv_cont p{
          font-family: 'Oswald', sans-serif;
          font-size: 18px;
          border: solid 1px darkred;
          width: 99.9%;
          text-align: justify;
          color: #000000;
          margin: 0;
          padding: 20px 5em;
          position: absolute;
          top: 170px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          }

.pg_serv_cont ul{
        border: solid 1px red;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        width: 99.9%;
        text-align: justify;
        color: #000000;
        margin: 0;
        padding: 0px 25px;
        position: absolute;
        top: 40%;
}


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

          .pg_serv_cont{
                    width: 100%;
                    height: 250px;
                    /* border: solid 1px red; */
                    margin-top: 5px;
                    position: none;
                    display: flex;

          }

          .pg_serv_cont p{
                    /* border: solid 1px blue; */
                    font-size: 15px;
                    top: 51%;
                    }

          .pg_serv_img1 {
                    display: none;
          }

}

/* Fin página Servicios */

/* Inicio pagina firma */

.pg_firma_valores{
          /* border: solid 1px red; */
          margin-top: 15px;
          width: 100%;
          height: auto;
}

.mision_vision{
        /* border: solid 1px blue; */
        width: 100%;
        height: auto;
        display: block;
        justify-content: center;
}

.mision_vision_1{
        /* border: solid 1px red; */
        width: 50%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
}

.pg_firma_valores h1{
          text-align: center;
          margin-top: 20px;
          color: #162f71;
          font-family: 'Oswald', sans-serif;
          font-size: 22px;
          /* padding: 10px 10px 10px 10px; */
          /* border: solid 1px red; */
        }

.firma_valores{
            border: solid 0px #A1A1A1;
            border-radius: 7px;
            margin-top: 1px;
            width: 300px;
            background-color: rgba(255, 255, 255, 0.3);
            box-shadow: 5px 3px 1px 1px rgba(0,0,0,0.2);
}

.firma_valores1{
            border: solid 1px #95998F;
            border-radius: 7px;
            width: 600px;
            /* margin-left: auto;
            margin-right: auto; */
            background-color: rgba(255, 255, 255, 0.4);
            box-shadow: 5px 3px 1px 1px rgba(0,0,0,0.2);
}

.firma_valores3{
            border: solid 0px #95998F;
            border-radius: 7px;
            width: 600px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            background-color: rgba(255, 255, 255, 0.4);
            box-shadow: 5px 3px 1px 1px rgba(0,0,0,0.2);
}


.firma_valores p, .firma_valores1 p, .firma_valores3 p{
        font-family: 'Oswald', sans-serif;
        font-size: 17px;
        padding: 20px 15px 20px 15px;
        text-align: justify;
}


.pg_firma_col_1 h1, .pg_firma_col_2 h1, .pg_firma_col_3 h1, .pg_firma_politica h1{
                    text-align: center;
                    margin-top: 100px;
                    color: #ffffff;
                    /* color: #162f71; */
                    font-family: 'Oswald', sans-serif;
                    font-size: 40px;
                    background-color: rgba(0, 0, 0, 0.2);
                    box-sizing: border-box;
                    padding: 20px;
                    width: 600px;
                  }

.pg_firma_col_1 p, .pg_firma_col_2 p, .pg_firma_col_3 p{
                                      width: 800px;
                                      margin-top: 70px;
                                      margin-left: auto;
                                      margin-right: auto;
                                      text-align: justify;
                                      font-family: 'Oswald', sans-serif;
                                      font-size: 25px;
                                      color: #ffffff;
                                      background-color: rgba(0, 0, 0, 0.2);
                                      box-sizing: border-box;
                                      border-radius: 10px;
                                      padding: 20px;
                                    }

.pg_firma_col_3 p{
        margin-top: 50px;
        width: 900px;
}

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

        .mision_vision{
                width: 100%;
                height: 500px;
        }

        .mision_vision_1{
                width: 100%;
        }

        .firma_valores {
                border-top: solid 3px #0048FF;
                height: 160px;
                margin-left: auto;
                margin-right: auto;
                width: 98%;
        }

        .firma_valores1{
                border-top: solid 3px #0048FF;
                width: 100%;
                height: 240px;
        }

        .firma_valores p, .firma_valores1 p{
                font-size: 17px;
                padding: auto auto auto auto;
                text-align: justify;
                width: 100%;
        }

                                    .pg_firma_col_1, .pg_firma_col_2, .pg_firma_col_3{
                                              height: auto;
                                              background-image: none;
                                    }

                                    .pg_firma_col_1 h1, .pg_firma_col_2 h1, .pg_firma_col_3 h1, .pg_firma_valores h1{
                                                        margin-top: 10px;
                                                        font-size: 17px;
                                                        color: #162f71;
                                                      }

                                    .pg_firma_col_1 p, .pg_firma_col_2 p, .pg_firma_col_3 p{
                                                                          width: 100%;
                                                                          margin-top: 10px;
                                                                          font-size: 15px;
                                                                          padding: 2px;
                                                                          padding-left: 8px;
                                                                          padding-right: 8px;
                                                                          color: #000000;
                                                                        }

                                    .pg_firma_politica p{
                                                        color: #000000;
                                                        padding-left: 15px;
                                                        padding-right: 15px;
                                                        margin-top: 10px;
                                                        }



                                    .pg_firma_politica p{
                                                        color: #000000;
                                                        padding-left: 100px;
                                                        padding-right: 100px;
                                                        margin-top: 10px;
                                                        }

                                    /* .pg_firma_politica {
                                                        margin-top: 60px;
                                                        float: center;
                                                        } */



                                      .pg_firma_politica h1, .pg_firma_valores h1{
                                                            text-align: center;
                                                            margin-top: 20px;
                                                            color: #7A0000;
                                                            font-family: 'Oswald', sans-serif;
                                                            font-size: 30px;
                                                            }
}


.pg_firma_valores_1 {
                    text-align: center;
                    /* border: solid 1px red; */
                    box-sizing: border-box;
                    background-attachment: fixed;
                    background-repeat: no-repeat;
                    margin-top: 30px;
                    }

.pg_firma_valores_2{
                    /* border: 2px solid #800000; */
                    /* background-image: url("../images/textura_2.jpg"); */
                    height: 200px;
                    display: inline-block;
                    text-align: center;
                    width: 500px;
                    /* margin: 80px; */
                    margin-top: 30px;
                    margin-left: 10px;
                    margin-right: 10px;
                    /* box-sizing: border-box; */
                    vertical-align: top;
                    background-color: rgba(255, 255, 255, 0.4);
                    border: solid 0px #A1A1A1;
                    border-radius: 5px;
                    box-shadow: 5px 3px 1px 1px rgba(0,0,0,0.2);
                    }

.pg_firma_valores_2 h2{
                        color: #162f71;
                        font-family: 'Oswald', sans-serif;
                        font-size: 20px;
                        margin-top: 20px;
                        }

.pg_firma_valores_2 p{
        font-size: 17px;
        margin-top: 20px;
        text-align: justify;
        padding: 20px;
        font-family: 'Oswald', sans-serif;
}

.pg_firma_etica{
          width: 100%;
}

.pg_firma_etica p{
                  width: 1200px;
                  margin-left: auto;
                  margin-right: auto;
                  text-align: justify;
                  font-family: 'Oswald', sans-serif;
                  font-size: 17px;
                  box-sizing: border-box;
                  border-radius: 7px;
                  border: solid 0px #A1A1A1;
                  padding: 50px;
                  margin-bottom: 20px;
                  margin-top: 15px;
                  background-color: rgba(255, 255, 255, 0.3);
                  box-shadow: 5px 3px 1px 1px rgba(0,0,0,0.2);
                }

@media screen and (max-width: 800px) {
        .pg_firma_valores_2{
                            width: 100%;
                            margin: 0;
                            margin-top: 7px;
                            margin-bottom: 3px;
                            border-radius: 10px;
                            }
        .pg_firma_valores_2 p{
                                margin-top: 15px;
                                padding: 21px;
                                font-size: 15px;
                              }
        .pg_firma_valores h1{
                  font-size: 25px;
                }

        .pg_firma_etica p{
                          width: 100%;
                          margin-top: 30px;
                          font-size: 15px;
                          padding: 10px;
                          margin-bottom: 15px;
                        }
}

/* Fin pagina firma */

/* Inicio pagina clientes */

.pg_clientes{
            /* background-image: url('../images/background.png'); */
            width: 100%;
            text-align: center;
}

.img_clie {
        /* border: 2px solid red; */
        box-sizing: border-box;
        display: inline-block;
        margin: 50px 105px 50px 105px;
        vertical-align: top;
        height: 160px;
        width: 300px;
        -webkit-box-shadow: 7px 8px 9px 1px rgba(107,102,107,1);
        -moz-box-shadow: 7px 8px 9px 1px rgba(107,102,107,1);
        box-shadow: 7px 8px 9px 1px rgba(107,102,107,1);
}

.img_clie_1 {
        /* border: 2px solid red; */
        box-sizing: border-box;
        display: inline-block;
        margin: 50px 105px 50px 105px;
        vertical-align: top;
        height: 160px;
        width: 190px;
        -webkit-box-shadow: 7px 8px 9px 1px rgba(107,102,107,1);
        -moz-box-shadow: 7px 8px 9px 1px rgba(107,102,107,1);
        box-shadow: 7px 8px 9px 1px rgba(107,102,107,1);
}

.cliente_areas{
        width: 30%;
        background-color: #ffffff;
        border: solid 2px #95998F;
        border-radius: 10px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: 12px 20px 21px -1px rgba(107,102,107,0.75);
-moz-box-shadow: 12px 20px 21px -1px rgba(107,102,107,0.75);
box-shadow: 12px 20px 21px -1px rgba(107,102,107,0.75);
}

.cliente_areas p{
        font-family: 'Oswald', sans-serif;
        font-size: 17px;
        padding-left: 70px;
}

.cliente_areas ul  {
                        margin-top: 5px;
                        width: 100%;
                        padding-left: 120px;
                        box-sizing: border-box;
                        /* border: solid 1px red; */
                        text-align: justify;
                        font-family: 'Oswald', sans-serif;
                        font-size: 17px;
                      }

.cliente_areas  ul li{

        list-style-type: circle;
        padding-left: 12px;
}

@media screen and (max-width: 480px){
        .pg_clientes{
                width: 100%;
                /* border: solid 1px red; */
        }

        .img_clie {
                /* border: 2px solid red; */
                box-sizing: border-box;
                display: inline-block;
                margin: 20px auto 20px auto;
                height: 130px;
              }

        .img_clie_1 {
                /* border: 2px solid red; */
                box-sizing: border-box;
                display: inline-block;
                margin: 20px auto 20px auto;
                height: 130px;
              }

        .cliente_areas{
                margin-top: 15px;
                width: 98%;
              }

        .cliente_areas ul  {
                                padding-left: 70px;
                                margin-top: 15px;
                              }

        .cliente_areas  ul li{
                padding-left: 2px;
        }
}






/* Fin pagina clientes */

/* Inicio Pagina Contacto */
#pg_contacto{
              width: 100%;
              margin-top: none;
              display: inline-block;
              /* border: solid 1px red; */
              }

.pg_formulario{
                /* background-image: url("../images/fondo_contacto.jpg"); */
                background-attachment: fixed;
                width: 100%;
                height: auto;
                text-align: center;
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-position: center -150px;
                /* border: solid 1px red; */
              }

.pg_formulario form {
                    width: 500px;
                    margin: auto;
                    background: rgba(0, 0, 0, 0.1);
                    padding: 10px 20px;
                    margin-bottom: 30px;
                    box-sizing: border-box;
                    margin-top: 30px;
                    border-radius: 10px;
                    /* border: solid 1px red; */
                    display: inline-block;

                  }

.pg_formulario form h2{
                        color: #152f70;
                        font-family: 'Oswald', sans-serif;
                        font-size: 20px;
                        letter-spacing: 5px;
                        width: 350px;
                        text-align: center;
                        margin: 0;
                        margin-bottom: 30px;
                        /* border: solid 1px red; */
                        display: inline-block;
                      }

.pg_formulario form h3{
        font-family: 'Oswald', sans-serif;
        color: #152f70;
        margin-bottom: 15px;
        text-align: left;
        border-bottom: solid 1.5px white;

}

.pg_formulario form input, form textarea {
                                          width: 100%;
                                          margin-bottom: 20px;
                                          padding: 10px;
                                          box-sizing: border-box;
                                          border-radius: 15px;
                                          border: none;
                                          box-shadow: 0 0 0 0,
                                                      0 10px 40px;
                                        }

.pg_formulario textarea{
                        min-height: 100px;
                        max-height: 200px;
                        max-width: 100%;
                        min-width: 100%;
                        }

.pg_formulario label {
  /* border: solid 2px green; */
  height: 50px;
  /* font-size: 15px;
  font-family: 'Oswald', sans-serif; */
  display: flex;
}

.pg_formulario label a{
  text-decoration: none;
  color: #152f70;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  margin-left: 15px;
                  }

.pg_formulario label input {
        width: 20px;
        height: 20px;
        margin-left: 20px;
}

#boton {
        background: #221115;
        color: #ffffff;
        width: 100px;
        padding: 12px;
        margin: 10px;
        border: solid 3px #ffffff;
}

#boton:hover{
            cursor: pointer;
            background: #080623;
}

.sucursales{
  height: 500px;
  background-color: none;
  display: inline-block;
  width: 100%;
  /* border: solid 5px green; */
}

.suc_titulo{
  /*border: solid 1px purple;*/
  width: 100%;
  height: 100px;
}

.suc_titulo h1{
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  letter-spacing: 1px;
  color: #152f70;
}

.ciu{
  /* border: solid 1px green; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Ciu_1{
  height: 350px;
  width: 330px;
  /* background-color: #fff; */
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  align-items: center;
}

.Ciu_1:hover{
  border: solid 0.1px #999699;
  overflow: hidden;
}

.Ciu_2{
  height: 300px;
  width: 100%;
  /* border: solid 1px red; */
}

.Ciu_2 iframe, img{
  height: 299px;
  width: 100%;
}

.Ciu_3{
  display: flex;
  display: inline-block;
  /* border: solid 1px blue; */
  height: auto;
}

.Ciu_3 h2{
  color: #152f70;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin-left: 10px;
}

.Ciu_3 p{
  margin-top: 5px;
  text-align: justify;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 780px) {
                                      .pg_formulario form{
                                                          width: 100%;
                                                          }
                                      .pg_formulario form h2{
                                                            width: 100%;
                                                            }
                                      .sucursales{
                                        height: auto;
                                      }

                                      .ciu{
                                        /* border: solid 1px red; */
                                        width: 100%;
                                        height: auto;
                                        display: inline-block;
                                        align-items: center;
                                        justify-content: center;
                                      }

                                      .Ciu_1{
                                        height: 340px;
                                        width: 270px;
                                        /* background-color: #fff; */
                                        margin-left: 30px;
                                        margin-right: 30px;
                                        margin-bottom: 60px;
                                        display: inline-block;
                                        align-items: center;
                                        /* border: solid 1px red; */
                                      }
}

/* Fin Pagina Contacto */

.jnd{
      height: 80%;
      background: #ffffff;
      display: inline-block;
      margin-top: 10px;
}

.jnd h1{
        margin-top: 30px;
        text-align: center;
        font-size: 30px;
        color: #5C5C5C;
}

.jnd h2{
        margin-top: 30px;
        font-size: 25px;
        color: #5C5C5C;
        padding-left: 30px;
}

.jnd p{
        margin-top: 30px;
        font-size: 20px;
        color: #5C5C5C;
        margin-left: 30px;
        margin-right: 30px;
        text-align: justify;
}

.jnd ul{
        margin-top: 20px;
        font-size: 20px;
        color: #5C5C5C;
}

.jnd ul li{
        padding-left: 30px;
        margin-top: 10px;
        font-size: 20px;
        color: #5C5C5C;.
        list-style: none;
}

/* Inicio pagina Proteccion de datos */
.proteccion_datos{
        width: 100%;
        /* border: solid 1px red; */
}

.proteccion_datos p{
        font-size: 17px;
        font-family: 'Oswald', sans-serif;
        padding: 20px;
        text-align: justify;

}


/* Fin pagina Proteccion de datos */
