html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button:focus {
  outline: 0 !important;
}

button:active {
  outline: none !important;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.3rem;
}

ol,
ul {
  list-style: none;
}

blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  /*Font*/
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  /*Borders - (Optional)*/
  border-left: 15px solid #1E4679;
  border-right: 2px solid #1E4679;
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-size: 5rem;
  font-weight: bold;
  color: #999;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 5px;
}

blockquote::after {
  /*Reset to make sure*/
  content: "";
}

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover {
  color: #666;
}

blockquote em {
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 600;
}

i {
  font-style: italic;
}

/* ////////////////Termina reset css ////////////////*/

html {
  scroll-behavior: smooth;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  background-color: #173c70;
}

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

.principal {
  width: 100%;
  height: 100%;
  background-color: white;
  /* margin-top: 4rem; */
}

.ocultar {
  display: none;
}

h1 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

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

.logo {
  width: 8.5rem;
  height: 4rem;
  position: absolute;
  background-image: url(../recursos/logo-blanco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 1rem;
  top: 0.5rem;
}

.backmenu {
  background: #173C70;
  height: 5rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.activo {
  background: #173C70;
}

#menu {
  cursor: pointer;
  background-color: transparent;
  box-sizing: border-box;
  border-style: none;
  position: absolute;
  right: 5%;
  top: 20%;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

#menu p {
  width: 100%;
  margin-top: 3rem;
  position: absolute;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #F3C622;
  font-weight: 600;
}

#menu i {
  width: 100%;
  margin: 0;
  font-size: 2rem;
  color: #F3C622;
  /* margin-bottom: -1.25rem !important; */
}

#boton_cerrar {
  visibility: hidden;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  border-style: none;
  right: 5%;
  top: 20%;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

#boton_cerrar p {
  width: 100%;
  margin-top: 3rem;
  margin-left: -0.4rem;
  position: absolute;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #F3C622;
  font-weight: 600;
}

#boton_cerrar i {
  width: 100%;
  margin: 0;
  font-size: 2rem;
  color: #F3C622;
}

#boton_cerrar button:hover {
  background-color: transparent !important;
}

header>ul {
  display: none;
  margin: 0px;
  width: 100%;
  height: 100vh;
  background-color: #AC8203;
  position: absolute;
  z-index: 2;
  margin-top: 5rem;
}

.menu-principal {
  padding: 1rem 0 0 2rem;
}

#enlaces_menu>li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.li-acceso {
  padding: 2rem 0 0 2rem;
}

.li-acceso>a {
  color: #173C70 !important;
  text-decoration: underline !important;
}

.user-pan {
  padding: 0 !important;
  background-color: #F3C622;
  text-align: center;
  line-height: 0 !important;
}

.bar {
  background-color: #173C70;
  padding: 0.6rem;
}

.li-user {
  font-size: 1rem;
  text-decoration: none;
  margin: 0 !important;
  color: white;
}

.li-user>a {
  font-size: 0.8rem;
  color: black !important;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
}

.li-sub>a {
  font-size: 0.8rem !important;
  text-decoration: underline !important;
}

#enlaces_menu {
  z-index: 1;
}

.altura li>a {
  height: auto;
  line-height: 2.5rem;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.separa {
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  height: 4rem;
}

#redes {
  display: flex;
  margin-top: 5rem;
  height: 2rem;
  background: #F3C622;
}

#redes>.lista-redes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  flex: 50%;
}

#redes>.lista-redes>i {
  color: #AC8203;
  padding: 0 7px 0 7px;
}

#redes>.lista-redes a {
  color: #AC8203;
  padding: 0 7px 0 7px;
}
#redes>.lista-redes a:hover {
  color:#1E4679;
}

#redes>.acceso-usuarios {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  flex: 50%;
}

#redes>.acceso-usuarios>i {
  color: #1E4679;
}

#redes>.acceso-usuarios>a {
  padding-left: 5px;
  font-size: 0.9rem;
  color: #1E4679;
  text-transform: lowercase;
  text-decoration: none;
}

#redes>.acceso-usuarios>a::first-letter {
  text-transform: capitalize;
}

.modal {
  display: none;
  position: fixed;
  z-index: 5;
  padding-top: 20vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
  padding: 1rem;
  background-color: #F3C622;
  color: #1E4679;
  font-weight: 600;
  margin-bottom: 1rem;
  border-radius: 5px 5px 0 0;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 0 auto 2rem auto;
  padding: 0;
  border-radius: 5px;
  width: 70%;
  text-align: center;
}

.modal-content>p {
  font-weight: lighter;
  padding: 0 1rem 1rem 1rem;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #F3C622;
  color: #1E4679;
  border-radius: 0 0 5px 5px;
}

.modal-footer>h2 {
  color: #1E4679;
}

.dropbtn {
  color: #1E4679;
  border: none;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 8px 5px 2px 5px;
  z-index: 2;
}

.dropbtn>i {
  pointer-events: none;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #AC8203;
  color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  margin-top: 120px;
  position: absolute;
  background-color: #F3C622;
  min-width: 160px;
  overflow: auto;
  z-index: 1;
  text-align: center;
}

.dropdown-content>a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1rem !important;
}

.dropdown-content>a:hover {
  color: white;
  background-color: #AC8203;
}

.show {
  display: block;
}

.strong {
  font-weight: bolder;
}

.close {
  color: white;
  position: relative;
  font-weight: 600;
  padding: 1rem;
}

.close>li {
  color: black;
  list-style: none;
  font-size: 1rem;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

#home {
  max-width: 100vw;
  min-height: 83vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #1E4679;
}

.container-home {
  display: flex;
  justify-content: center;
  overflow: inherit;
  max-width: inherit;
}

.container-home>#video-home {
  display: block;
  width: 100vw;
  height: 83vh;
  object-fit: cover;
  mix-blend-mode: soft-light;
  filter: opacity(0.5);
  z-index: 0;
}

.home-desc {
  position: absolute;
  height: 87vh;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 0 1rem;
  align-items: center;
  text-align: center;
}

.home-desc>h1 {
  padding: 0.7rem 0;
  color: #F3C622;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 2rem;
}

.home-desc>i {
  padding: 0.7rem 0;
  color: #F3C622;
}

.home-desc>h3 {
  padding: 0.7rem 0;
  color: white;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  margin-left: -16px;
  display: block;
  width: 3rem;
  height: 3rem;
  background-size: 14px auto;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 9px);
  transform: rotate(-45deg);
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  content: "";
  border: 3px solid #F3C622;
  ;
  border-width: 0px 0 3px 3px;
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

img {
  vertical-align: middle;
}

#servicios {
  width: 100%;
  height: auto;
  padding: 0rem 3rem 2rem 3rem;
  background-color: #F3C622;
  overflow: hidden;
}

.serv-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.serv-desc>h1 {
  padding: 3rem 0;
  color: white;
  text-transform: lowercase;
  font-weight: 600;
  line-height: 2rem;
}

.serv-desc>i {
  color: #AC8203;
}

.serv-desc>h1::first-letter {
  text-transform: uppercase;
}

.serv-desc>h3 {
  padding: 0.7rem 0;
  color: #1E4679;
  font-weight: 600;
  text-transform: capitalize;
}

.serv-desc>p {
  font-size: 1rem;
  color: #1E4679;
  padding: 0 5vw 2rem;
  text-align: center;
}

#descubre {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  background-color: white;
  overflow: hidden;
}

.descubre-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.descubre-desc>h1 {
  color: #1E4679;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 2rem;
}

.descubre-desc>i {
  color: #AC8203;
}

.descubre-desc>p {
  font-size: 1rem;
  color: black;
  padding: 0 4vw 1rem;
  text-align: center;
}

.descubre-video-container {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 1rem 1rem 2rem 1rem;
}

.descubre-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.descubre-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-title {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #AC8203;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-title>h4 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.gallery {
  margin-top: -2px;
  background: #AC8203;
  padding: 1rem 0 0 0;
}

.cell {
  width: 10rem;
  height: 80px;
  margin-right: 2rem;
}

.cell>i {
  color: white;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

#contacto {
  width: 90%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin: 0 auto;
}

.infoContacto>h1 {
  color: #173C70;
  font-weight: 400;
  text-align: center;
  padding: 0 0 1rem 0;
}

.infoContacto>p {
  text-align: center;
}

.infoContacto {
  margin: 0;
}

/* blog */

#noticias {
  margin: 0;
}

.noticias-cont {
  position: relative;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
}

.noticias-cont>h1 {
  padding: 2rem 0 2rem 0;
  text-align: center;
  color: #1E4679;
  font-weight: 400;
  line-height: 2rem;
}

.noticias-cont article {
  width: 90vw;
}

.noticias-cont article>h1 {
  margin: 2rem 0;
  padding: 0;
  text-align: center;
  color: #1E4679;
  font-weight: 400;
  line-height: 2rem;
}

.foto-noti {
  text-align: center;
  height: 18rem;
  overflow: hidden;
}

.foto-noti>img {
  padding: 0;
  margin: 0;
}

.categoria {
  margin: 0.8rem 0 0.8rem 0;
}

.categoria>p {
  border-bottom: #F3C622 1px solid;
  color: black;
  font-size: 0.8rem;
  width: max-content;
  line-height: 1rem;
  margin: 0;
  padding: 0;
}

.date {
  color: #173C70;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  padding: 0;
}

.nota {
  position: relative;
  margin: 1rem auto 3rem auto;
}

.nota>h3 {
  font-weight: 600;
}

.nota h3>a {
  text-decoration: none;
  color: black;
}

.nota-single {
  position: relative;
  margin: 1rem auto 3rem auto;
}

.nota-single>h3 {
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.nota-single>h2 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.nota-single>h1 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}

.nota-single>ul {
  list-style: disc;
  margin-left: 1rem;
}

.nota-single>ol {
  list-style: decimal;
  margin-left: 1rem;
}

.nota-single p>a {
  text-decoration: underline;
  color: #1E4679;
}

.nota-single>p {
  margin: 0.5rem 0;
}

.navi {
  margin: 0 0 2rem 0;
}

.navi li>a {
  text-decoration: none;
  color: #1E4679;
  font-weight: 600;
}

.nav {
  display: inline;
  list-style: none;
  color: #E56E5C;
}

.nav>li {
  display: inline;
  list-style: none;
  color: #E56E5C;
}

.nav li>a {
  text-decoration: none;
  color: #E56E5C;
}

.navi li>i {
  vertical-align: middle;
}

.navi-num {
  text-align: center;
  border-radius: 4px;
  width: 1rem;
  background-color: transparent;
  color: #E56E5C;
  margin: 0 0.5rem;
  padding: 0.2rem;
}

.navi-num.select {
  border-radius: 4px;
  width: 1rem;
  background-color: #E56E5C !important;
}

.navi-num.select a {
  color: white !important;
}

/* fin blog */

#herramientas {
  background-color: white;
}

.herramientas-cont {
  position: relative;
  padding: 0.5rem 0.5rem 3rem 0.5rem;
  margin: 0 auto;
  background-color: white;
}

.herramientas-cont>h3 {
  padding: 1rem 0 0.5rem 0;
  text-align: center;
  color: #1E4679;
  font-weight: 400;
}

.herramientas-cont>p {
  padding: 0 0 0.5rem 0;
  margin: 0 5vw;
  text-align: center;
  color: black;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1rem;
}

.accordion {
  background-color: #CCCCCC;
  color: #173C70;
  cursor: pointer;
  padding: 1.5vh;
  margin: 0.8rem;
  text-align: left;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #8C8C8C;
  transition: 0.4s;
}

.accordion i {
  vertical-align: middle;
  float: right;
}

.active,
.accordion:hover {
  background-color: #F3C622;
  border-radius: 5px 5px 0 0;
}

.panel {
  padding: 1rem;
  background-color: #F2F2F2;
  border-style: none;
  border-width: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 2px 2px 5px #8C8C8C;
  margin: -0.8rem 0.8rem 0.8rem 0.8rem;
  display: none;
  animation: 0.2s enter;
  overflow-y: hidden;
}

.panel>h3 {
  font-size: 1rem;
  margin: 10px 0;
  font-weight: bold;
}

@keyframes enter {
  0% {
    height: 0px;
    opacity: 0;
  }

  100% {
    height: auto;
    opacity: 1;
  }
}

#acceso {
  margin: 0 0 1rem 0;
  padding: 0;
}

.acceso-cont {
  margin: 0;
  padding: 0;
}

.acceso-titulo {
  background-color: #173C70;
  height: 50vh;
  padding: 0 1rem;
  display: flex;
  background-image: url("../recursos/acceso.png");
  background-blend-mode: soft-light;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.acceso-titulo>h1 {
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  color: #F3C622;
}

.acceso-card {
  position: relative;
  margin: 0 auto;
}

#servicio {
  margin: 0;
  padding: 0;
}

.servicio-cont {
  margin: 2rem 0;
  background-color: white;
}

.serv-titulo-0 {
  background-color: #F3C622;
  height: 3rem;
  padding: 0 1rem;
  display: flex;
}

.serv-titulo-0>h1 {
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  color: #173C70;
}

.serv-titulo-1 {
  background-color: #173C70;
  height: 50vh;
  padding: 0 1rem;
  display: flex;
  background-image: url("../recursos/persona.png");
  background-blend-mode: soft-light;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serv-titulo-1>h1 {
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  color: #F3C622;
}

.serv-titulo-2 {
  background-color: #173C70;
  height: 50vh;
  padding: 0 1rem;
  display: flex;
  background-image: url("../recursos/grupo.png");
  background-blend-mode: soft-light;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serv-titulo-2>h1 {
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  color: #F3C622;
}

.serv-titulo-3 {
  background-color: #173C70;
  height: 50vh;
  padding: 0 1rem;
  display: flex;
  background-image: url("../recursos/empresa.png");
  background-blend-mode: soft-light;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serv-titulo-3>h1 {
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  color: #F3C622;
}

.serv-card {
  padding: 2.5rem 1rem;
  text-align: center;
}

.serv-card>p {
  color: black;
  padding: 0.5rem 0 0.5rem 0;
}

.serv-card>h3 {
  color: #173C70;
  padding: 1rem;
}

.serv-card-button {
  background-color: #F3C622;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #8C8C8C;
  color: #173C70;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px 2px 0px 2px;
  cursor: pointer;
}

.serv-card-button:active {
  transform: translateY(5%);
  box-shadow: 1px 1px 3px #8C8C8C;
}

.test_time {
  position: fixed;
  bottom: 40%;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 200px;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background-color: #AC8203;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 500;
}

.cerrar_time {
  height: auto;
  padding: 8px;
  margin: 5px;
  background-color: #173C70;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

.main-user {
  padding: 2rem 5%;
  background-color: white;
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-user>h3 {
  text-align: center;
  margin: 2rem 0;
  font-weight: 600;
  color: #173C70;
}

.main-user>h4 {
  text-align: center;
  margin: 0 0 2rem 0;
  color: black;
}

.btn,
.main-user button {
  background-color: #F3C622;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #8C8C8C;
  color: #173C70;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  width: 50%;
  margin: 4px auto;
  cursor: pointer;
}

.btn:active,
.main-user button:active {
  transform: translateY(5%);
  box-shadow: 1px 1px 3px #8C8C8C;
}

.main-user>a {
  text-decoration: none;
}

.test {
  margin: 0 1rem 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4rem;
}

.test>p {
  font-size: 0.7rem;
  margin: 0 0 1rem 0;
}

.test>label {
  margin: 0 0 1rem 0;
  font-weight: 600;
}

.test>input,
label,
select {
  margin: 0 0 1rem 0;
}

.test>fieldset,
.test>label {
  display: block;
  vertical-align: middle;
  margin: 1rem 0 1rem 0;
}

.test>input {
  display: block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
}

.inline {
  display: inline-flex !important;
}

.inline>input,
label {
  display: inline-flex !important;
  margin: 0 0.5rem 0 0.5rem;
  vertical-align: inherit;
}

.check-x {
  margin: 0 0.5rem 0.5rem 0;
  height: 25px;
  width: 25px;
  background-color: #F2F2F2;
  vertical-align: middle;
}

.main-user form>h3 {
  text-align: center;
  margin: 2rem 0;
  font-weight: 600;
  color: #173C70;
}

.atencion {
  color: #E56E5C;
}

.atencion2 {
  color: #1E4679;
}

#mapa {
  width: 100%;
  height: auto;
  background-color: #1E4679;
}

#mapa>h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-weight: 600;
  padding: 1em;
  margin-left: -120px;
  text-transform: uppercase;
  color: white;
}

.mapa-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 0 0.8rem 0;
}

.mapa-col {
  padding: 0 2rem 0 0;
}

.mapa-col>a {
  display: block;
  padding: 0.5rem;
  font-size: 0.85rem;
  color: white;
  text-decoration: none;
}

.errores-registro {
  background-color: #E56E5C;
  border-radius: 5px;
  color: white;
  width: auto;
  height: 100%;
  padding: 0.5rem;
  margin: 1rem auto 0 auto;
  text-align: center;
}

.errores-registro>ul,
.errores-registro>li {
  color: white;
  font-size: 0.8rem;
  padding: 0.2rem;
  font-weight: 600;
}

.formulario {
  height: 100%;
  width: auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formulario-u {
  height: 100%;
  width: auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formulario>label {
  font-size: 1rem;
  color: #173C70;
  padding: 0.5em 0;
  font-weight: 400;
}

.formulario-u>label {
  font-size: 1rem;
  color: #173C70;
  padding: 0.5em 0;
  font-weight: 400;
}

.campo {
  font-size: 1rem;
  min-width: 17rem;
  color: black;
  background-color: #F2F2F2;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  box-shadow: 2px 2px 5px #8C8C8C;
}

.campo::placeholder {
  font-size: 1rem;
  color: #616161;
}

.campo-opc {
  font-size: 0.8rem;
  max-width: 18rem;
  height: auto;
  color: black;
  background-color: #F2F2F2;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  box-shadow: 2px 2px 5px #8C8C8C;
}

.campo-opc::placeholder {
  font-size: 0.8rem;
  color: #616161;
}

.campos>label {
  margin: 1rem 0;
}

.test_error{
  color:red;
  font-size: 0.8rem;
  padding: 0 0 10px 0;
  margin-top: -15px;
}
.instruccion {
  border: #1E4679 1px solid;
  padding: 1rem;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.instruccion > h3{
  color:#173c70;
  font-weight: bold;
}
.instruccion > h2{
  color:#c76c0c;
}
.instruccion > p{
  color:#474747;
  font-size: 0.8rem;
}

#equipo {
  background-color: white;
}

.equipo-cont {
  position: relative;
  padding: 0.5rem 0.5rem 3rem 0.5rem;
  margin: 0 auto;
  text-align: center;
  background-color: white;
}

.equipo-cont>h3 {
  padding: 1rem 0 0.5rem 0;
  text-align: center;
  color: #1E4679;
  font-weight: 400;
}

.equipo-cont>p {
  padding: 0 0 0.5rem 0;
  margin: 0 5vw;
  text-align: center;
  color: black;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1rem;
}

.equipo-card {
  height: 13rem;
  width: auto;
  margin: 1.5rem;
}

.doble {
  height: 7rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: black;
  background-color: #F2F2F2;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  box-shadow: 2px 2px 5px #8C8C8C;
  /* width: 100%; */
}

.doble::placeholder {
  font-size: 1rem;
  color: #616161;
}

.botContacto {
  background: #1E4679;
  height: 3rem;
  box-sizing: border-box;
  border-style: none !important;
  margin: 1rem 0;
  border-radius: 5px;
  color: white;
  box-shadow: 2px 2px 5px #8C8C8C;
  cursor: pointer;
}

.botContacto:hover {
  background: #AC8203;
  cursor: pointer;
}

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

.error {
  color: #E56E5C;
  font-size: 0.8rem;
  padding: 10px;
  font-weight: 400;
}

.faicon{
  margin: 0 0 6px 6px;
}

.faicon>span {
  display: none;
}

.faicon:hover>span {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  display: block;
  width: auto;
  position: absolute;
  padding: 10px;
  margin-top: 20px;
  color: white;
  background-color: rgb(34, 34, 34);
}

.faicon>span::after {
  content: "";
  position: absolute;
  margin-left: -70%;
  margin-top: -20px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000000 transparent;
}


footer {
  width: 100%;
  background-color: #173C70;
  bottom: 0;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

footer>a {
  display: inline-block;
  font-size: 0.70rem;
  color: white;
  text-decoration: none;
}

footer>p {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 0.70rem;
  font-weight: 300;
}

.cookie-banner {
  position: fixed;
  bottom: 60px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background-color: #AC8203;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 500;
}

.cookie-poli {
  color: #173C70;
  font-weight: bold;
}

.cookie-close {
  height: auto;
  padding: 8px;
  margin: 3px;
  background-color: #173C70;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

/* /////// Media Queries ////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .escritorio {
    visibility: hidden;
  }

  .responsive {
    width: 100%;
  }

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  #redes>.acceso-usuarios {
    visibility: hidden;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .escritorio {
    visibility: hidden;
  }

  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }

  #servicios {
    width: 100%;
    height: auto;
    padding: 0.5rem 9rem 2rem 9rem;
  }

  .modal-content {
    width: 40%;
  }

  .descubre-video-container {
    width: 70%;
  }

  .mapa-col>a {
    display: inline;
    padding: 0 5px;
  }

  #mapa>h4 {
    text-align: center;
    font-weight: 600;
    padding: 1em;
    margin-left: 0;
  }

  .mapa-col {
    padding: 0 0 1rem 0;
  }

  .home-desc {
    padding-top: 4rem;
  }

  .home-desc>h3 {
    margin: 0 5rem;
  }

  .accordion {
    margin: 0.8rem 8rem 0.8rem 8rem;
  }

  .panel {
    margin: -0.8rem 8rem 0.8rem 8rem;
  }

  .serv-card {
    padding: 2.5rem 20%;
  }

  .noticias-cont article {
    width: 60vw;
  }

  .herramientas-cont>p {
    margin: 0 10vw;
  }

  .equipo-cont>p {
    margin: 0 10vw;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .descubre-video-container {
    width: 50%;
  }

  .escritorio {
    visibility: visible;
    margin: 0 auto;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    top: 50%;
    right: 14vw;
  }

  .home-desc>h3 {
    margin: 0 20rem;
  }

  .lista {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
  }

  .lista a {
    color: white;
    font-size: 1rem;
    padding: 0;
    border-bottom: 1px solid transparent;
    margin: 0 0.8rem 0 0.8rem;
    text-decoration: none;
    height: 0.8rem;
    text-transform: uppercase;
  }

  .lista a:hover {
    padding: 0;
    border-bottom: 1px solid #F3C622;
    height: 0.8rem;
  }

  #menu {
    visibility: hidden;
  }

  .enlaces_menu {
    list-style: none;
  }

  .info {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    align-items: center;
  }

  .imagenSomos {
    display: flex;
    justify-content: center;
    width: 80%;
  }

  #contacto {
    width: 100%;
    height: 100%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }

  .infoContacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4rem 1rem;
  }

  .infoContacto>h1 {
    color: #173C70;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    padding: 0 0 1rem 0;
  }

  .infoContacto>p {
    justify-content: center;
    align-items: center;
  }

  .formulario {
    padding: 2rem 0;
    justify-content: left;
    padding-left: 4rem;
  }

  #contacto>h1 {
    text-align: left;
  }

  #contacto>p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #servicios {
    width: 100%;
    height: auto;
    padding: 0.5rem 30% 2rem;
  }

  .accordion {
    margin: 0.8rem 30% 0.8rem 30%;
  }

  .panel {
    margin: -0.8rem 30% 0.8rem 30%;
  }

  .descubre-desc>p {
    padding: 0 20% 1rem;
  }

  #redes>.lista-redes {
    padding-left: 15%;
  }

  #redes>.acceso-usuarios {
    padding-right: 15%;
  }

  .logo {
    left: 14.5%;
  }

  .noticias-cont article {
    width: 40vw;
  }

  .herramientas-cont>p {
    margin: 0 35vw;
  }

  .equipo-cont>p {
    margin: 0 35vw;
  }

  .main-user {
    padding: 3rem 10%;
  }

  .main-user>h4 {
    margin: 0 25% 2rem 25%;
  }

  .main-user>h3 {
    margin: 0 25% 1rem 25%;
  }

  .test>p {
    margin: 0 25% 1rem 25%;
  }
}

/* Extra-Large devices (laptops/desktops, 1300px and up) */
@media only screen and (min-width: 1300px) {
  .home-desc>h3 {
    margin: 0 30rem;
  }

  .accordion {
    margin: 0.8rem 35% 0.8rem 35%;
  }

  .panel {
    margin: -0.8rem 35% 0.8rem 35%;
  }
}