a,
a:hover,
input,
textarea,
select {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  display: block
}

body,
header {
  background: #fff
}

#menu li ul li,
a,
a:hover,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
input,
menu,
nav,
section,
textarea {
  display: block
}

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

*,
::after,
::before {
  box-sizing: border-box
}

::selection {
  background: #ff8c3e;
  color: #fff
}

::-moz-selection {
  background: #ff8c3e;
  color: #fff
}

::-webkit-selection {
  background: #ff8c3e;
  color: #fff
}

html {
  font-size: 62.5%
}

body {
  line-height: 1;
  font-family: Helvetica_Light;
  font-size: 1.6rem
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: '';
  content: none
}

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

a,
a:hover {
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out .3s
}

input,
textarea,
select,
.enviar_admision {
  border: 1px solid #fff;
  font-family: Helvetica_Regular;
  font-size: 1.3rem;
  margin: 10px auto;
  outline: -webkit-focus-ring-color auto 0;
  padding: 6px 10px;
  width: 85%;
  transition: all ease-in-out .3s;
  line-height: 1.5;
}

.menu-fijo,
header {
  top: 0;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s
}

h3 {
  font-size: 3rem;
  font-family: TrajanPro-Regular
}

#menu li a,
h4 {
  font-family: Helvetica_Regular
}

h4 {
  font-size: 1.9rem;
  padding: 10px 0
}

.mediano {
  font-size: 1.4rem
}

.pequeno {
  font-size: 1.2rem
}

header {
  width: 100%;
  position: absolute;
  z-index: 2;
  transition: all ease-in-out .3s
}

header section:first-child {
  position: relative;
  background: #575756;
  z-index: 2
}

header section:last-child {
  position: relative;
  z-index: 1
}

header section:first-child ul,
header section:last-child nav {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  text-align: right
}

header section:first-child ul li {
  display: inline-block;
  color: #fff;
  position: relative;
  letter-spacing: .04rem;
  font-size: 1.4rem
}

header section:first-child ul li a {
  color: #fff;
  padding: 5px;
  position: relative
}

header section:first-child ul li a:hover {
  background: #1681b7
}

header section:first-child ul li:nth-child(2),
header section:first-child ul li:nth-child(3) a {
  padding-left: 30px
}

header section:first-child ul li:nth-child(2)::before,
header section:first-child ul li:nth-child(3) a::before {
  content: '';
  background-size: 80%;
  width: 20px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0
}

header section:first-child ul li:nth-child(2)::before {
  background: url(../images/icons/phone.svg) center right no-repeat
}

header section:first-child ul li:nth-child(3) a::before {
  background: url(../images/icons/mail.svg) center right no-repeat;
  background-size: 75%;
  width: 25px
}

#logo_web,
#menu {
  display: inline-block;
  vertical-align: middle
}

#logo_web {
  width: 30.5%;
  text-align: left
}

#menu {
  width: 69%
}

#menu li {
  display: inline-block;
  width: 11%;
  margin-left: -4px;
  text-align: center
}

#menu li a {
  color: #000;
  font-size: 1.4rem;
  padding: 30px 0;
  opacity: .5;
  position: relative;
  z-index: 100
}

.autor_testimonio,
strong {
  font-family: Helvetica_Bold
}

#menu .active a,
#menu li:hover a {
  background: #ff8c3e;
  color: #fff;
  opacity: 1
}

#menu li a img {
  width: 75%
}

#menu li a span {
  display: block;
  margin-top: 10px
}

#menu li ul {
  display: none;
  position: absolute;
  z-index: 99;
  padding: 0;
  background: #fff;
  min-width: 130px
}

#menu li ul li {
  width: auto;
  margin: 0;
  text-align: left
}

#menu li ul li:first-child {
  border-top: #ff8c3e 2px solid
}

#menu li ul li a {
  padding: 10px
}

#menu li:hover ul li a {
  background: #fff;
  color: #000
}

#menu li ul li a:hover {
  background: #e6e6e6;
  color: #000
}

.menu-fijo {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  transition: all ease-in-out .3s
}

.enlace_azul,
.enlace_azul:hover,
.enlace_blanco,
.enlace_gris,
.enlace_naranja,
.enlace_verde {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s
}

.menu-fijo::before {
  content: '';
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1
}

.menu-fijo>#menu>li>a {
  padding: 20px 0
}

.menu-fijo>#menu>li>a>img {
  width: 50%
}

.menu-fijo>#logo_web>img {
  width: 75%;
  margin-left: 5%
}

#hamburger {
  background: url(../images/icons/nav.svg) center center no-repeat #575756;
  background-size: 60% 60%;
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100
}

#hamburger a {
  width: 100%;
  height: 100%
}

footer {
  background: #666;
  padding: 20px 0 0
}

footer > ul {
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

footer > ul > li {
  display: inline-block;
  width: 33%;
  position: relative;
  vertical-align: top
}

footer > ul > li:nth-child(2)::after,
footer > ul > li:nth-child(2)::before {
  content: '';
  position: absolute;
  background: grey;
  width: 3px;
  height: 95%;
  top: 0;
  bottom: 0;
  margin: auto
}

footer > ul > li:nth-child(2)::before {
  left: -1px
}

footer > ul > li:nth-child(2)::after {
  right: -1px
}

footer ul li h2 {
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 15px
}

footer ul li h2 img {
  max-width: 35px;
  max-height: 35px;
  vertical-align: middle
}

footer ul li form input {
  text-align: left
}

footer ul li form input[type=submit] {
  background: #65a327;
  color: #fff;
  cursor: pointer;
  max-width: 50%;
  margin-top: 25px;
  text-align: center;
  border: none
}

.izquierda_alineacion,
footer>ul>li>a {
  text-align: left
}

footer ul li form input[type=submit]:hover {
  background: #fff;
  color: #65a327
}

footer > ul > li > a {
  color: #ffffff;
  padding: 5px 0;
  font-size: 1.3rem
}

footer ul li a:hover {
  color: #ffed00
}

footer ul .last-data aside {
  margin-left: 5%;
  text-align: left;
  color: #fff;
  font-size: 1.3rem
}

footer ul .last-data aside ul li {
  padding: 5px 0 5px 40px;
  position: relative;
  margin: 0 0 5px
}

footer ul .last-data aside ul li:nth-child(1)::before,
footer ul .last-data aside ul li:nth-child(2)::before,
footer ul .last-data aside ul li:nth-child(3)::before,
footer ul .last-data aside ul li:nth-child(4)::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px
}

footer ul .last-data aside ul li:nth-child(1)::before {
  background: url(../images/icons/phone_footer.svg) center center no-repeat
}

footer ul .last-data aside ul li:nth-child(2)::before {
  background: url(../images/icons/mail_footer.svg) center center no-repeat
}

footer ul .last-data aside ul li:nth-child(3)::before {
  background: url(../images/icons/ubicacion_footer.svg) center center no-repeat
}

footer ul .last-data aside ul li a {
  color: #fff
}

footer ul .last-data aside ul li .facebook,
footer ul .last-data aside ul li .youtube {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  margin: 0 0 0 5px
}

footer ul .last-data aside ul li .facebook:hover,
footer ul .last-data aside ul li .youtube:hover {
  opacity: .5
}

.imagen_superior {
  width: 100%;
  position: relative;
  height: 133px;
  overflow: hidden
}

.imagen_superior::before {
  background: url(../images/kanji.svg) center center no-repeat;
  background-size: 100%;
  content: '';
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0
}

.imagen_superior img {
  max-width: 100%;
  width: 100%
}

.total {
  width: 100%;
  background-color: #fff;
}

.total .contenedor_total {
  width: 90%;
  max-width: 990px;
  display: block;
  margin: auto;
  position: relative
}

.total .dos_secciones {
  display: table;
  width: 100%
}

.total .dos_secciones>section {
  display: table-cell;
  width: 50%
}

.contenedor_contacto,
.imagen_descripcion,
.titulo_2 {
  display: block;
  margin: auto
}

.total .dos_secciones>section>img {
  max-width: 100%
}

.gris1 {
  background: #c3c3c3
}

.gris2 {
  background: #e9e9e9;
  padding-bottom: 20px
}

.celeste {
  color: #1681b7
}

.autor_testimonio {
  color: #97b751;
  margin-top: 20px
}

.derecha_alineacion {
  text-align: right
}

.titulo,
.titulo_2,
h1 {
  font-family: TrajanPro-Regular
}

p {
  color: #575756;
  padding: 0 0 10px;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.3
}

.pre_footer,
.testimonio,
.titulo,
.titulo_2,
h1 {
  text-align: center
}

.titulo,
h1 {
  font-size: 3.5rem;
  padding: 30px 0
}

.titulo_2 {
  font-size: 1.5rem;
  padding: 20px 0;
  width: 100%;
  color: #0071b3
}

h5 {
  font-size: 3rem;
  padding: 20px 0 5px
}

.titulo_contacto {
  font-family: Helvetica_Regular;
  font-size: 3rem;
  padding: 30px 0 15px
}

.contenido {
  position: relative;
  margin: auto;
  max-width: 990px;
  width: 90%;
  font-size: 1.55rem
}

.imagen_descripcion {
  max-width: 650px;
  width: auto
}

.contenedor_contacto {
  max-width: 990px;
  width: 90%
}

.wrapp_contacto {
  background: #eaeaea;
  width: 100%;
  padding-bottom: 40px
}

.contenedor_contacto section {
  display: inline-block;
  vertical-align: top
}

.contenedor_contacto section:first-child {
  width: 30%;
  margin-right: 2%
}

.contenedor_contacto section:last-child {
  width: 65%
}

.formularios input,
.formularios textarea,
.formularios select {
  border: 1px solid #c8c8c8;
  width: 100%
}

.formularios input[type=submit],
.enviar_admision {
  background: url(../images/derecha_flecha.svg) 95% center no-repeat #65a327;
  background-size: 12px;
  color: #fff;
  float: right;
  font-size: 1.4rem;
  cursor: pointer;
  width: 90%;
  padding: 10px 0;
  max-width: 180px
}
.enviar_admision {
  max-width: max-content !important;
  padding-left: 20px !important;
  padding-right: 40px !important;
}

.formularios input[type=submit]:hover,
.enviar_admision:hover {
  background: #fff;
  color: #65a327
}

.formularios input[type=radio] {
  display: inline-block;
  width: 20px;
  margin-left: 10px
}

.formulario input,
.formulario textarea {
  margin: 0;
  border: 1px solid #c8c8c8
}

.enlace_azul,
.enlace_blanco,
.enlace_gris,
.enlace_naranja,
.enlace_verde {
  cursor: pointer;
  width: 90%;
  font-size: 1.4rem;
  padding: 8px 0;
  max-width: 150px;
  text-align: center;
  display: block;
  margin: auto;
  transition: all ease-in-out .3s
}

.enlace_azul {
  background: url(../images/derecha_flecha.svg) 82% center no-repeat #0071b3;
  background-size: auto 60%;
  color: #fff;
  border: 1px solid #0071b3
}

.enlace_azul:hover {
  background: #fff;
  color: #0071b3;
  transition: all ease-in-out .3s
}

.enlace_naranja:hover,
.enlace_verde:hover {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s
}

.enlace_naranja {
  background: url(../images/derecha_flecha.svg) 82% center no-repeat #fc6a06;
  background-size: auto 60%;
  color: #fff;
  border: 1px solid #fc6a06
}

.enlace_naranja:hover {
  background: #fff;
  color: #fc6a06;
  transition: all ease-in-out .3s
}

.enlace_verde {
  background: url(../images/derecha_flecha.svg) 92% center no-repeat #65a327;
  background-size: auto 60%;
  max-width: 250px;
  color: #fff;
  margin: 10px auto 0
}

.enlace_verde:hover {
  background: #fff;
  color: #65a327;
  transition: all ease-in-out .3s
}

.enlace_gris,
.enlace_gris:hover {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s
}

.enlace_gris {
  background: url(../images/derecha_flecha.svg) 92% center no-repeat #9d9d9d;
  background-size: auto 60%;
  color: #fff;
  border: 1px solid #9d9d9d;
  float: right;
  transition: all ease-in-out .3s
}

.enlace_gris:hover {
  background: #fff;
  color: #9d9d9d;
  transition: all ease-in-out .3s
}

.enlace_blanco,
.enlace_blanco:hover {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s
}

.enlace_blanco {
  background: #fff;
  color: #1681b7;
  border: 1px solid #1681b7;
  float: right;
  font-size: 1.2rem;
  transition: all ease-in-out .3s
}

.enlace_blanco:hover {
  background: url(../images/derecha_flecha.svg) 92% center no-repeat #006293;
  background-size: auto 70%;
  color: #fff;
  transition: all ease-in-out .3s
}

.pestanas ul .activo,
.pestanas>ul>li {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s
}

.centrado {
  margin: 0 auto;
  display: block
}

.pre_footer {
  background: #1681b7;
  padding: 50px 0 30px;
  width: 100%;
  position: relative;
  z-index: 0
}

.pre_footer .contenedor_prefooter {
  max-width: 990px;
  width: 90%;
  display: table;
  margin: auto
}

.pre_footer .contenedor_prefooter section {
  display: table-cell;
  width: 25%;
  position: relative;
  z-index: 2;
  vertical-align: top
}

.pre_footer .contenedor_prefooter section .cont_section_prefooter {
  width: 90%;
  padding: 20px 0
}

.pre_footer .contenedor_prefooter section .cont_section_prefooter::before {
  background: #fff;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90%;
  left: 0;
  margin: auto;
  z-index: -1
}

.pre_footer .contenedor_prefooter section:nth-child(2) .cont_section_prefooter::before {
  right: 0
}

.pre_footer .contenedor_prefooter section:last-child .cont_section_prefooter::before {
  right: 0;
  left: inherit
}

.pre_footer .contenedor_prefooter section:nth-child(2) .cont_section_prefooter {
  margin: auto;
  display: block
}

.pre_footer .contenedor_prefooter section:last-child .cont_section_prefooter {
  float: right
}

.pre_footer .contenedor_prefooter section .titulo_pre_footer {
  color: #0071b3;
  font-family: Helvetica_Bold
}

.pre_footer .contenedor_prefooter section img {
  width: 66px;
  height: 66px;
  margin: -50px auto 20px
}

.pre_footer .contenedor_prefooter section .textos_pre_footer {
  color: #575756;
  padding: 20px;
  display: block;
  width: 80%;
  margin: auto
}

.pre_footer .contenedor_prefooter section .textos_pre_footer a {
  color: #575756
}

.premisa_verde {
  padding: 20px 0;
  color: #65a327
}

.testimonio {
  width: 100%
}

.testimonio section {
  display: inline-block;
  width: 40%;
  margin: auto 2.5%;
  vertical-align: bottom
}

.testimonio section img {
  max-width: 100%;
  width: 90%
}

.textimonio_texto p,
.textimonio_texto2 p {
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 1.4rem
}

.textimonio_texto p {
  text-align: left
}

.textimonio_texto2 p {
  text-align: right
}

.textimonio_texto p::after,
.textimonio_texto p::before,
.textimonio_texto2 p::after,
.textimonio_texto2 p::before {
  color: #97b751;
  display: inline-block;
  position: relative;
  font-family: Helvetica_Bold;
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
  top: 11px
}

.textimonio_texto p::before,
.textimonio_texto2 p::before {
  content: '"';
  left: -10px
}

.textimonio_texto p::after,
.textimonio_texto2 p::after {
  content: '"';
  right: -10px
}

.contenedor_testimonios {
  display: block;
  max-width: 990px;
  width: 90%;
  margin: auto;
  padding-bottom: 40px
}

.fondo_blanco {
  background: #fff;
  padding-bottom: 20px
}

.fondo_verde {
  background: #97b751;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  z-index: 0
}

.fondo_verde::before,
.logro::before {
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  content: ''
}

.fondo_verde::before {
  background: url(../images/kanji.svg) center center no-repeat;
  background-size: 100%;
  width: 400px;
  position: absolute;
  margin: 0 auto;
  opacity: .2
}

.fondo_verde .titulo {
  color: #fff
}

.logro {
  text-align: center;
  position: relative
}

.logro::before {
  position: absolute;
  background: #fff;
  width: 100%
}

.logro section {
  display: inline-block;
  vertical-align: bottom;
  padding: 10px;
  width: 47%
}

.logro p {
  font-size: 1.2rem;
  color: #878787;
  width: 90%;
  margin: auto
}

.logro section img {
  width: 90%;
  max-width: 100px
}

.alumno_nombre {
  text-align: left;
  font-size: 1.9rem;
  color: #0071b3;
  line-height: 1.2
}

.anio_promocion {
  color: #658827;
  text-align: left;
  padding: 15px 0 0
}

.bx-wrapper .bx-prev {
  background: url(../images/flecha_normal_blue.svg) center center no-repeat;
  background-size: 100% 100%
}

.bx-wrapper .bx-next {
  background: url(../images/flecha_normal_blue.svg) center center no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg)
}

.bx-wrapper .bx-prev:hover {
  background: url(../images/flecha_hover_blue.svg) center center no-repeat;
  background-size: 100% 100%
}

.bx-wrapper .bx-next:hover {
  background: url(../images/flecha_hover_blue.svg) center center no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg)
}

.slider_group {
  overflow: hidden;
  width: 100%;
  background: #80b127
}

.imagen_sliders {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 512px;
  width: 100%
}

.slider_group .bx-wrapper .bx-prev {
  background: url(../images/flecha_normal_orange.svg) center center no-repeat;
  left: 0!important;
  width: 50px;
  height: 50px
}

.slider_group .bx-wrapper .bx-prev:hover {
  background: url(../images/flecha_hover_orange.svg) center center no-repeat;
  width: 50px;
  height: 50px
}
.tour{
     position: fixed;
     bottom:5%;
     right:5%;
     background-color: #59595599;
     padding: 5px 10px;
     line-height: 30px;color:#ffffff;
     vertical-align: middle;border-radius:10px;
}

.tour img{
  filter:invert(100%)
}

.contenedor-cookiehome{
     background: rgba(0, 0, 0, 0.71);
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 999999;
     display: block;
}

.configura-cookie{
    background-color:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: none;
    /* padding-bottom: 100px; */
    transform: translate(-50%, -50%);
}
.cookiehome {
     background: #fff;
     width: 800px;
     padding: 20px;
     margin: 0 auto;
     opacity:0;
     display: block;
     background: url(../../coopselaunion.edu.pe/img/fondo-blanco.jpg);;
     background-size: inherit;
     background-position-y: 24%;
     position: absolute;
     border-radius: 5px;
    top:50%;
    left:50%;
     /* width: 100%; */
     */
     transform: translate(-50%, -50%);
     bottom: -250px;
     /* height: 327px; */
     /* border-top: solid 6px #79c151; */
     text-align: center;
     transform: translate(-50%, -50%);
}

.cookiehome hr {
     margin-top: 1em;
     margin-bottom: 1em;
     clear: both;
     border-width: 0;
     border-top: 1px solid #eee;
}

.cerrar-cookiehome {
     position: absolute;
     right: 12px;
    /* margin-left: 720px;
     */
     cursor: pointer;
}

.cookiehome .tab{
    width: calc(100%);
    position: relative;
    background-color: transparent;
}

.detalle-botones{
    border: solid 0px;
    position:
    absolute;
    bottom:0
    
;
    width: calc(100% - 40px);
    border-top: solid 1px #0002;
    padding-top: 20px;
}

.cookiehome .tab div{
    width: 32.5%;
    display:
    inline-block;
    border-bottom: solid 1px #0002;
    padding: 15px;
    background-color: transparent;
    border-radius: 10px 10px 0px 0px;
    margin-right: 0.8%;
    cursor: pointer;
    margin-top: -10px;
    transition: all 0.5s ease;
}

.cookiehome .tab .tabselect{
    border-bottom:solid 5px #79c151
}

.vercookie{
    background:
    none;
    color:#fff;
    vertical-align: middle;
    cursor:
    pointer;
    line-height: 30px;
    border: 0;
}




.content{width:1000px;
         margin-top:50px;
         min-height:600px;
     background:#fff;
     margin:0 auto;
     padding:20px;
}
.agregar {
     transition: all 0.5s ease;
     color: #f3f6fa !important;
     /* text-transform: uppercase;
     */
     background: #79c151;
     margin: auto;
     text-shadow: none;
     border: 0;
     box-shadow: none;
     text-decoration: none;
     text-align: center;
     border-radius: 6px;
     font-size: 16px;
     padding: 10px 15px;
     cursor: pointer;
     /* line-height: 17px;
     */
     /* border-color: #f6b93b;
     */
     display: inline-block;
     font-family: 'gothic';
     font-weight: 500;
     /* display: block;
     */
     /* margin-top: 20px;
     */
     outline: none;
     /* margin-bottom: 20px;
     */
     box-shadow: 0px 0px 6px #999;
     /* display: flex; */
     /* align-items:
     center; */
     /* text-transform:uppercase;
     */
}

.agergarsugerencia{
    background-color: #51952b;
}

.agregar img{
    filter:
    invert(100%);
    vertical-align: middle;
    /* margin: -6px 10px -5px; */
    padding: 0;
    height: 18px;
    float: right;
}
.agregar:hover {
     background-color:#6ead4b;
}
.agregar:active {
     position:relative;
     top:1px;
}
:root {
  --white: #e8e9ed;
  --gray: #434257;
  --blue: #18172c;
  --green: #00d084;
  --pink: #ff4b77;
}
ol {
  list-style: none;
  padding-left: 15px;
}

label {
  cursor: pointer;
}

[type="checkbox"] {
  position: absolute;
  left: -9999px;
}


.switches {
  /* max-width: 640px; */
  /* width: 95%; */
  margin: 0px auto 20px;
  /* border-radius: 5px; */
  color: #3c3c3c;
  /* background: #cbcbcb; */
}

.switches li {
  position: relative;
  counter-increment: switchCounter;
}

.switches li:not(:last-child) {
  border-bottom: 1px solid #cbcbcd;
}

.switches li::before {
  content: counter(switchCounter);
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: bold;
  color: var(--pink);
}

.switches label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 15px;
  text-align: left;
}

.switches span:last-child {
  position: relative;
  width: 59px;
  max-width: 51px;
  height: 26px;
  border-radius: 15px;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 40%);
  background: #a8a7a9;
  transition: all 0.3s;
}

.switches span:last-child::before,
.switches span:last-child::after {
  content: "";
  position: absolute;
}

.switches span:last-child::before {
  left: 1px;
  top: 1px;
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.3s;
}

.switches span:last-child::after {
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/uncheck-switcher.svg);
  background-size: 12px 12px;
}

.switches [type="checkbox"]:checked + label span:last-child {
  background: var(--green);
}

.switches [type="checkbox"]:checked + label span:last-child::before {
  transform: translateX(24px);
}

.switches [type="checkbox"]:checked + label span:last-child::after {
  width: 14px;
  height: 14px;
  /*right: auto;*/
  left: 8px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/checkmark-switcher.svg);
  background-size: 14px 14px;
}




.slider_group .bx-wrapper .bx-next {
  background: url(../images/flecha_normal_orange.svg) center center no-repeat;
  right: 0!important;
  width: 50px;
  height: 50px
}

.caption_group,
.slider_group .bx-wrapper .bx-controls {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  top: 0
}

.slider_group .bx-wrapper .bx-next:hover {
  background: url(../images/flecha_hover_orange.svg) center center no-repeat;
  width: 50px;
  height: 50px
}

.slider_group .bx-wrapper .bx-controls {
  max-width: 990px;
  width: 90%;
  height: 100%;
  z-index: 0
}

.caption_group {
  max-width: 700px;
  width: 80%;
  height: 120px;
  text-align: center;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  padding: 20px
}

.caption_group .caption_principal {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.2rem;
  padding: 10px;
  margin: 0 0 10px;
  font-family: Helvetica_Regular
}

.ruta_link span,
.seccion_triple section h5 {
  font-family: Helvetica_Bold
}

.caption_group .caption_principal1 {
  background: #97b751
}

.caption_group .caption_principal2 {
  background: #1681b7
}

.caption_group .caption_principal3 {
  background: #ff8c3e
}

.caption_secundario {
  font-size: 2rem
}

.slider_group .bx-wrapper .bx-pager {
  bottom: -30px
}

.slider_group .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, .5);
  width: 20px;
  height: 20px;
  border-radius: 50%
}

.pestanas,
.ruta_link {
  max-width: 990px;
  width: 90%
}

.slider_group .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider_group .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fff
}

.ruta_link {
  margin: auto;
  padding: 10px 0;
  font-size: 1.4rem;
  color: #828282
}

.ruta_link a {
  color: #828282;
  display: inline-block;
  vertical-align: top
}

.ruta_link span {
  color: #000
}

.pestanas {
  display: block;
  margin: 10px auto 0;
  padding-bottom: 40px
}

.pestanas ul {
  display: block;
  width: 100%
}

.pestanas>ul>li {
  display: inline-block;
  text-align: center;
  margin: 1px .15% 0;
  width: 33%;
  opacity: .4;
  transition: all ease-in-out .3s;
  background: url(../images/pestana1.svg) center -3px;
  background-size: 101%
}

.pestanas>ul>li:last-child {
  background: url(../images/pestana2.svg) center -3px;
  background-size: 101%;
  float: right
}

.pestanas ul li a {
  padding: 20px 0 10px 25px;
  cursor: pointer;
  color: #fff;
  font-size: 2.5rem;
  text-align: left
}

.pestanas>ul>li:last-child a {
  text-align: right;
  padding: 20px 25px 10px 0
}

.pestanas ul .activo {
  opacity: 1;
  transition: all ease-in-out .3s
}

.enlaces_group>section>a>article,
.pestanas ul li:hover {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s
}

.pestanas ul li:hover {
  opacity: .8;
  transition: all ease-in-out .3s
}

.contenido_pestana {
  position: relative;
  text-align: right;
  box-shadow: inset 0 0 0 10px #f0f0f0;
  margin: 1px 1px 20px;
  display: none;
  width: 100%;
  padding: 10px 6px 0
}

.activo_contenido_pestana {
  display: block
}

.img_tipo1 {
  max-width: 200px;
  position: absolute;
  right: 8%;
  bottom: 0;
  top: 0;
  height: 80%;
  margin: auto
}

.contenido_pestana1,
.contenido_pestana2 {
  background: rgba(240, 240, 240, .9);
  display: block;
  position: relative
}

.contenido_pestana1 {
  width: 80%;
  padding: 40px 20% 40px 50px
}

.contenido_pestana2 {
  width: 85%;
  margin-left: 15%;
  padding: 40px 50px 40px 15%;
  overflow: hidden
}

.contenido_pestana2 .img_detalle2 {
  display: inline-block;
  width: 16%;
  margin: 15px 12px;
  max-height: 150px;
  vertical-align: bottom
}

.img_tipo2 {
  position: absolute;
  left: 5%;
  bottom: 10%;
  max-width: 300px;
  height: 50%;
  margin: auto;
  z-index: 1
}

.contenido_pestana3>.centro>p {
  text-align: center;
  color: #fff;
  padding: 30px 0 40px
}

.contenido_pestana3>.izquierda {
  display: inline-block;
  width: 85%;
  margin-left: 2%;
  vertical-align: middle
}

.contenido_pestana3>.izquierda>p {
  text-align: left;
  color: #fff;
  padding: 30px 0 40px
}

.contenido_pestana3>img {
  max-width: 100px;
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: middle
}

.seccion_triple {
  width: 95%;
  display: table;
  margin: auto;
  text-align: center;
  padding-bottom: 40px
}

.seccion_triple section {
  display: table-cell;
  width: 33.3%;
  padding: 20px 10px;
  vertical-align: top;
  position: relative
}

.grupo_convenios figure figcaption,
.grupo_convenios figure img,
.grupo_propuestas figure figcaption,
.grupo_propuestas figure img {
  vertical-align: middle;
  display: inline-block
}

.seccion_triple section::before {
  content: '';
  background: #fff;
  height: 100%;
  position: absolute;
  width: 95%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}

.seccion_triple section img {
  max-width: 70px;
  width: 100%;
  z-index: 1;
  position: relative
}

.seccion_triple section h5 {
  padding: 20px 0;
  font-size: 1.6rem;
  z-index: 1;
  position: relative
}

.seccion_triple section p {
  color: #646464;
  text-align: justify;
  font-size: 1.38rem;
  width: 90%;
  display: block;
  margin: auto;
  z-index: 1;
  position: relative
}

.seccion_doble {
  display: block;
  width: 95%;
  padding: 20px 0;
  margin: 0 auto
}

.seccion_doble>section {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
  background: #fff
}

.seccion_doble>section:first-child {
  margin-right: 2%
}

.seccion_doble>section:last-child {
  margin-left: 2%
}

.seccion_doble>section>img {
  width: 100%
}

.seccion_doble>section>h4 {
  text-align: left;
  padding: 30px 30px 0
}

.seccion_doble>section>ul {
  list-style-type: disc;
  padding: 20px
}

.seccion_doble>section>ul>li {
  box-shadow: none;
  display: block;
  width: 88%;
  font-size: 1.4rem;
  text-align: justify;
  margin: 4% 10%;
  position: relative;
  color: #646464
}

.grupo_propuestas,
.grupo_texto2 {
  text-align: center
}

.seccion_doble>section>ul>li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  border-radius: 60%;
  left: -20px;
  top: 1px
}

.grupo_propuestas {
  padding-bottom: 40px
}

.grupo_propuestas figure {
  background: #efeeee;
  display: inline-block;
  width: 48%;
  margin: 1% .5%;
  padding: 20px 10px
}

.grupo_propuestas figure img {
  width: 16%
}

.grupo_propuestas figure figcaption {
  width: 77%;
  margin-left: 2%
}

.grupo_propuestas figure figcaption p {
  font-size: 1.34rem
}

.grupo_convenios {
  padding-bottom: 40px
}

.grupo_convenios figure {
  width: 100%;
  margin: 1% 0;
  padding: 20px 10px;
  border-bottom: 3px solid #f0f0f0
}

.grupo_convenios figure img {
  width: 10%
}

.grupo_convenios figure figcaption {
  width: 85%;
  margin-left: 2%
}

.gris_total {
  background: #e5e5e5;
  padding: 10px 0
}

.grupo_texto1>section {
  display: table;
  width: 100%;
  position: relative;
  padding: 20px 0
}

.grupo_texto1>section>article {
  display: table-cell;
  text-align: center;
  width: 25%;
  vertical-align: top;
  padding: 10px 5px
}

.grupo_texto1>section>article>a:hover {
  background: #e9e9e9
}

.grupo_texto1>section>article>.no_link:hover {
  background: #fff;
  cursor: default
}

.grupo_texto1>section>article>a>img {
  max-width: 90px;
  max-height: 90px
}

.grupo_texto1>section>article>a>p {
  display: block;
  width: 90%;
  margin: auto;
  font-size: 1.2rem;
  font-family: Helvetica_Regular
}

.grupo_texto2:first-child {
  margin-top: 50px;
  padding-bottom: 40px
}

.grupo_texto2 section {
  display: inline-block;
  width: 45%;
  margin: 1% 0;
  vertical-align: top
}

.grupo_texto2 section:first-child {
  margin-right: 3%
}

.grupo_texto2 section:last-child {
  margin-left: 3%
}

.grupo_texto2>section>figure {
  width: 100%;
  display: block
}

.grupo_texto2>section>figure img {
  width: 100%
}

.grupo_texto2>section>figure>figcaption h5 {
  padding: 20px 0;
  font-size: 2rem;
  text-align: left;
  font-family: Helvetica_Regular
}

.grupo_texto3 {
  text-align: right
}

.grupo_texto3>section {
  display: inline-block
}

.grupo_texto3>section:first-child {
  width: 45%
}

.grupo_texto3>section:first-child>.textos3_detalle {
  text-align: left;
  padding: 5px 0
}

.grupo_texto3>section:first-child>.textos3_detalle img {
  display: inline-block;
  width: 30px;
  margin-right: 4%;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.grupo_texto3>section:first-child>.textos3_detalle p {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  text-align: left
}

.grupo_texto3>section:last-child {
  width: 53%
}

.grupo_texto3>section:last-child>img {
  width: 100%
}

.grupo_texto4 {
  text-align: left
}

.grupo_texto4>section {
  display: inline-block
}

.grupo_texto4>section:first-child {
  width: 50%
}

.grupo_texto4>section:last-child {
  width: 45%
}

.grupo_texto4>section:last-child>.textos4_detalle {
  text-align: left;
  padding: 20px 0
}

.grupo_texto4>section:last-child>.textos4_detalle img {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  position: relative;
  margin-right: 5%;
  top: -4px
}

.grupo_texto4>section:last-child>.textos4_detalle p {
  display: inline-block;
  vertical-align: middle;
  width: 80%
}

.grupo_texto4>section:first-child>img {
  width: 80%;
  margin: 10px 0
}

.grupo_texto5 {
  text-align: left;
  padding-bottom: 40px
}

.grupo_texto5>section {
  display: inline-block;
  vertical-align: top
}

.grupo_texto5>section:first-child {
  width: 75%
}

.grupo_texto5>section:last-child {
  width: 20%;
  text-align: center
}

.grupo_texto5>section:last-child>img {
  width: 80%
}

.contenido_texto5 {
  padding-bottom: 15px
}

.ventajas_group {
  display: block;
  padding: 5px 0
}

.ventajas_group>figcaption,
.ventajas_group>img {
  display: inline-block;
  vertical-align: middle
}

.ventajas_group>img {
  width: 50px
}

.ventajas_group>figcaption {
  width: 90%;
  margin-left: 2%
}

.ventajas_group>figcaption>p {
  font-size: 1.4rem
}

.acordeon_tabs {
  width: 95%
}

.acordeon_tabs>li>.titulo_acordeon {
  padding: 10px;
  color: #fff;
  background: #0071b3;
  position: relative
}

.acordeon_tabs>li>.titulo_acordeon::before {
  content: '';
  background: url(../images/derecha_flecha.svg) center center no-repeat;
  background-size: auto 80%;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  margin: auto
}

.acordeon_tabs>li>.contenido_acordeon {
  padding: 2px 0;
  height: 0;
  overflow: hidden
}

.acordeon_tabs>li:first-child>.titulo_acordeon::before {
  transform: rotate(-90deg)
}

.preguntas_respuestas {
  width: 100%
}

.preguntas_respuestas>li>.titulo_acordeon {
  padding: 10px 40px 10px 60px;
  font-family: Helvetica_Regular;
  color: #2a819c;
  background: #e4e4e4;
  position: relative
}

.preguntas_respuestas>li>.titulo_acordeon>span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 42px;
  margin: auto;
  background: url(../images/circulo_verde.svg) center center no-repeat;
  background-size: 80%;
  color: #fff;
  padding: 13px 17px
}

.preguntas_respuestas>li>.titulo_acordeon::before {
  content: '';
  background: url(../images/derecha_flecha_verde.svg) center center no-repeat;
  background-size: auto 80%;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  margin: auto
}

.preguntas_respuestas>li>.contenido_acordeon {
  padding: 2px 0;
  overflow: hidden;
  height: 0
}

.preguntas_respuestas>li>.contenido_acordeon>p {
  font-size: 1.4rem;
  padding-left: 60px
}

.preguntas_respuestas>li>.contenido_acordeon>ul {
  font-size: 1.4rem;
  padding-left: 80px;
  list-style: disc
}

.preguntas_respuestas>li>.contenido_acordeon>ul>li {
  color: #575756;
  padding: 0 0 10px
}

.acordeon_tabs>.active_acordeon>.contenido_acordeon,
.preguntas_respuestas>.active_acordeon>.contenido_acordeon {
  padding: 20px 0;
  height: auto
}

.acordeon_tabs>.active_acordeon>.titulo_acordeon::before,
.preguntas_respuestas>.active_acordeon>.titulo_acordeon::before {
  transform: rotate(-90deg)
}

.contenido_imagen_texto5 {
  display: inline-block;
  width: 25%;
  margin-right: 4%
}

.contenido_texto5 {
  display: inline-block;
  width: 70%
}

.contenido_texto5 p {
  font-size: 1.4rem
}

.menu_pestanas_lateral {
  text-align: left;
  margin-bottom: 20px
}

.menu_pestanas_lateral>li>a {
  padding: 10px;
  border: 1px solid #adadad;
  color: #0071b3;
  font-family: Helvetica_Regular
}

.menu_pestanas_lateral>li>a:hover {
  background: #ddd
}

.menu_fijo_derecha {
  position: fixed;
  top: 104px
}

.objetivo,
.titulo_objetivos {
  position: absolute;
  text-align: center
}

.barra_naranja,
.barra_verde {
  border-bottom: 2px solid #fff
}

.barra_naranja {
  border-bottom-color: #ef7a1b
}

.barra_verde {
  border-bottom-color: #80b127
}

.fondo_objetivos {
  display: block;
  width: 90%;
  margin: 15px auto
}

.titulo_objetivos {
  font-family: TrajanPro-Regular;
  font-size: 3rem;
  top: 20%;
  left: 1%;
  right: 0;
  max-width: 180px;
  margin: auto
}

.objetivo {
  font-size: 1.43rem;
  max-width: 13%
}

.objetivo img {
  max-width: 30%;
  display: block;
  margin: 10px auto 0
}

.objetivo1 {
  top: 38%;
  left: 14.8%
}

.objetivo2 {
  bottom: 18%;
  left: 8%
}

.objetivo3 {
  top: 52%;
  left: 35.1%
}

.objetivo4 {
  bottom: 5%;
  left: 32%
}

.objetivo5 {
  bottom: 22%;
  left: 53%
}

.objetivo6 {
  bottom: 5%;
  right: 18.5%
}

.objetivo7 {
  bottom: 39%;
  right: 9%
}

.enlaces_group {
  display: table;
  width: 100%;
  padding-bottom: 20px
}

.enlaces_group>section {
  display: inline-block;
  width: 49%;
  margin: 10px 0;
  vertical-align: middle;
  position: relative
}

.enlaces_group>section>a {
  background: #1681b7;
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
  text-align: right;
  padding: 10px 0;
  position: relative
}

.enlaces_group>section>a>img {
  width: 100%
}

.enlaces_group>section>a>span {
  background: #1681b7;
  padding: 15px 0 15px 10%;
  font-size: 2rem;
  text-align: left;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.enlaces_group>section>a>article {
  background: rgba(0, 22, 71, .8);
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 10px;
  opacity: 0;
  transition: all ease-in-out .3s
}

.enlaces_group>section>a:hover>article {
  opacity: 1;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s
}

.enlaces_group>section>a>article>p {
  color: #fff;
  display: block;
  width: 78%;
  margin: 15px auto 0;
  font-size: 1.8rem;
  text-align: left
}

.enlaces_group>section>a>article>.enlace_naranja {
  margin: 5% 10% 0 0;
  display: inline-block;
  background: url(../images/derecha_flecha.svg) 90% center no-repeat #fc6a06;
  background-size: auto 60%
}

.enlaces_group>section>a>article>.enlace_naranja:hover {
  background: #fff
}

.blog_contenedor {
  position: relative;
  display: table
}

.blog_contenedor>section {
  display: block;
  vertical-align: top
}

.blog_contenedor>section:first-child {
  width: 100%;
  text-align: center
}

.categorias_blog {
  background: #b1b1b1;
  padding: 20px 20px 10px;
  color: #fff;
  font-family: Helvetica_Bold;
  font-size: 1.4rem
}

.categorias_publicacion {
  padding: 20px 0;
  width: 95%;
  display: block;
  margin: auto
}

.categorias_publicacion li {
  border-top: 1px #bbb;
  border-bottom: 1px #bbb;
  border-style: dashed
}

.categorias_publicacion li a {
  color: #575755;
  font-family: Helvetica_Regular;
  font-size: 1.2rem;
  padding: 10px
}

.categorias_publicacion li a:hover {
  color: #7ba738
}

.post_group {
  width: 100%;
  text-align: left
}

.post_group article {
  display: inline-block;
  width: 29%;
  margin: 0 2% 10%;
  vertical-align: top;
  text-align: justify
}

.post_group article img {
  width: 100%
}

.post_group article .fecha_autor {
  background: #80b029;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 5px 10px
}

.post_group article h2 {
  font-size: 1.6rem;
  font-family: Helvetica_Bold;
  padding: 20px 0 10px;
  color: #696969;
  text-align: left;
  height: 78px
}

.autor_izquierda>.informacion_autor>h2,
.detalle_publicacion>.fecha_dato>.mes_ano>span:nth-child(1),
.detalle_publicacion>.fecha_dato>span,
.detalle_publicacion>h1 {
  font-family: Helvetica_Regular
}

.post_group article p {
  font-size: 1.4rem
}

.detalle_publicacion img {
  width: 90%
}

.detalle_publicacion>h1 {
  width: 78%;
  text-align: left;
  font-size: 3rem;
  color: #575757;
  display: inline-block;
  margin: 0
}

.detalle_publicacion>.fecha_dato {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #81b127;
  border-radius: 50%;
  color: #fff;
  padding: 20px 5px 0
}

.detalle_publicacion>.fecha_dato>span {
  font-size: 3.5rem;
  display: inline-block;
  width: 45%;
  letter-spacing: -3px
}

.detalle_publicacion>.fecha_dato>.mes_ano {
  display: inline-block;
  width: 45%;
  font-size: 1.4rem;
  text-align: left
}

.detalle_publicacion>p {
  width: 90%;
  padding: 10px 0;
  text-align: justify;
  margin: auto
}

.detalle_publicacion>ul {
  width: 90%;
  padding: 10px 0 10px 5%;
  text-align: left;
  margin: auto
}

.detalle_publicacion>ul>li {
  list-style: square;
  color: #575756;
  padding: 10px 0;
  text-align: justify
}

.autor_izquierda {
  background: #97b850;
  color: #fff;
  padding: 10px;
  margin: 10px auto;
  width: 90%
}

.autor_izquierda>.foto_autor {
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  width: 130px;
  height: 130px;
  display: inline-block;
  margin: auto;
  border: 10px solid rgba(255, 255, 255, .8)
}

.autor_izquierda>.foto_autor>img {
  width: 100%
}

.autor_izquierda>.informacion_autor {
  display: inline-block;
  width: 80%
}

.autor_izquierda>.informacion_autor>h2 {
  font-size: 1.8rem;
  text-align: center;
  width: 90%;
  padding: 10px 0 0;
  margin: auto
}

.autor_izquierda>.informacion_autor>h3 {
  font-size: 1.2rem;
  text-align: center;
  font-family: Helvetica_Light;
  padding: 5px 0 20px;
  width: 80%;
  margin: auto
}

.autor_izquierda>.informacion_autor>p {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  width: 90%;
  display: block;
  margin: auto
}

.fb_iframe_widget iframe {
  position: absolute;
  width: 90%!important;
  left: 0;
  right: 0;
  margin: auto
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 40px
}

.fb_iframe_widget span {
  width: 100%!important
}

.lasted_post {
  display: block;
  padding-bottom: 40px;
  text-align: center
}

.lasted_post>a {
  display: inline-block;
  width: 48%;
  background: #1681b7;
  vertical-align: top;
  position: relative;
  overflow: hidden
}

.lasted_post>a:first-child {
  margin-right: 1%
}

.lasted_post>a:last-child {
  margin-left: 1%
}

.lasted_post>a>article>img {
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 0
}

.lasted_post>a:first-child>article>img {
  left: -3%;
  right: inherit
}

.lasted_post>a:last-child>article>img {
  right: -3%;
  left: inherit
}

.lasted_post>a>article>.descripcion_lastpost {
  color: #fff;
  padding: 10px;
  height: 100%;
  background: #1681b7;
  z-index: 1;
  position: relative
}

.lasted_post>a:first-child>article>.descripcion_lastpost {
  float: right;
  width: 50%;
  text-align: right
}

.lasted_post>a:last-child>article>.descripcion_lastpost {
  float: left;
  width: 50%;
  text-align: left
}

.lasted_post>a>article>.descripcion_lastpost>span {
  display: block
}

.lasted_post>a>article>.descripcion_lastpost>span:first-child {
  font-size: 1.6rem;
  height: 60px;
  font-family: Helvetica_Regular
}

.lasted_post>a>article>.descripcion_lastpost>span:nth-child(2) {
  font-size: 1.2rem;
  padding: 10px 0
}

.frm_admision input {
  width: 100%
}

.frm_admision input:nth-child(2) {
  display: inline-block;
  width: 70%
}

.frm_admision input:nth-child(3) {
  display: inline-block;
  width: 29.1%
}

.frm_admision input:last-child {
  margin-top: 15px
}

#map {
  width: 100%;
  height: 100%
}

.gomapMarker {
  display: block;
  width: 150px;
  height: auto
}

#lateral_responsive {
  padding: 20px 0 0;
  display: none
}

#detalle_autor_responsive {
  display: none
}

.gracias_group {
  padding: 10px 0;
  text-align: center
}

.gracias_group>img {
  display: block;
  margin: auto;
  max-width: 130px;
  width: 90%
}

.gracias_group>.legend {
  background: #fff;
  padding: 40px 20px 20px;
  max-width: 500px;
  width: 90%;
  display: block;
  margin: -30px auto auto
}

.gracias_group>.legend>h3 {
  color: #0991c9;
  font-family: Helvetica_Bold;
  font-size: 2rem
}

.gracias_group>.legend>p {
  text-align: center;
  padding: 10px 0
}

.gracias_group>a {
  margin: 40px auto
}

.titulo_responsive {
  display: none
}

.content-buttons {
  text-align: center;
  display: flex;
}

#formulario .enviar_admision {
  display: block;
  margin: 10px 0 0;
  float: none
}

.download {
  background-color: #ff8c3e !important;
  margin-right: 10px !important;
}
.download:hover {
  background-color: #ffffff !important;
  color: #ff8c3e !important;
}

.print {
  background-color: #0071b3 !important;
  margin-left: 10px !important;
}
.print:hover {
  background-color: #ffffff !important;
  color: #0071b3 !important;
}

.enlace_vermas_blog {
  margin: 20px auto;
  max-width: 220px
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-name: fadeInDown;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards
}

@media all and (min-width:15em) and (max-width:63.8em) {
  #menu,
  header section:first-child {
    display: none
  }
  #hamburger,
  #menu li {
    display: block
  }
  #menu li a,
  header section:last-child nav,
  p {
    text-align: left
  }
  .formularios input[type=submit],
  .pre_footer .contenedor_prefooter section:last-child .cont_section_prefooter {
    float: none
  }
  html {
    font-size: 45%
  }
  #logo_web {
    width: 70%;
    padding: 10px 0;
    max-width: 300px;
    z-index: 101
  }
  #menu {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 55px
  }
  #menu li {
    width: 100%;
    margin: 2px auto
  }
  #menu li a {
    background: #7ba738;
    color: #fff;
    padding: 10px 0 10px 10px;
    width: auto;
    font-size: 1.6rem;
    opacity: 1;
    margin: 0 10px
  }
  #menu li a:hover {
    background: #575756
  }
  #menu li>ul {
    display: block!important;
    position: relative!important;
    border-top: none
  }
  #menu li>ul>li {
    display: block!important;
    width: 100%
  }
  #menu li a img,
  #menu li a span {
    display: inline-block
  }
  #menu li>ul>li>a {
    padding-left: 15%
  }
  #menu li a img {
    width: 8%
  }
  footer>ul>li:nth-child(1) {
    text-align: center
  }
  footer>ul>li:nth-child(1) a {
    display: inline-block;
    width: 90%;
    margin-left: 0;
    text-align: left
  }
  footer>ul>li:nth-child(2) {
    padding: 15px 0;
    margin: 15px 0
  }
  footer>ul>li:nth-child(2)::after,
  footer>ul>li:nth-child(2)::before {
    right: 0;
    left: 0;
    width: 80%;
    margin: auto;
    height: 3px
  }
  footer>ul>li:nth-child(2)::before {
    top: 0;
    bottom: inherit
  }
  footer>ul>li:nth-child(2)::after {
    bottom: 0;
    top: inherit
  }
  footer>ul>li {
    display: block;
    width: 100%
  }
  footer ul li:last-child aside {
    width: 75%;
    margin: auto auto auto 15%
  }
  footer>ul>li:nth-child(3) aside ul li:last-child {
    padding: 5px 0;
    display: block;
    margin: auto;
    text-align: center
  }
  .imagen_superior {
    height: 70px
  }
  .imagen_superior::before {
    width: 70px
  }
  .imagen_superior img {
    height: 100%
  }
  .imagen_descripcion {
    width: 90%
  }
  .wrapp_contacto section {
    display: block;
    width: 100%!important;
    margin: auto
  }
  .pre_footer .contenedor_prefooter {
    display: block
  }
  .pre_footer .contenedor_prefooter section {
    display: block;
    width: 100%;
    margin: 0 0 50px
  }
  .pre_footer .contenedor_prefooter section .cont_section_prefooter {
    margin: auto
  }
  .pre_footer .contenedor_prefooter section .cont_section_prefooter::before {
    left: 0!important;
    right: 0!important
  }
  .pre_footer .contenedor_prefooter section .textos_pre_footer {
    width: 90%
  }
  .total .dos_secciones {
    display: block
  }
  .total .dos_secciones>section {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 0;
    text-align: center
  }
  .caption_secundario,
  .fondo_objetivos,
  .slider_group .bx-wrapper .bx-next,
  .slider_group .bx-wrapper .bx-prev {
    display: none
  }
  .textimonio_texto p,
  .textimonio_texto2 p {
    font-size: 1.22rem
  }
  .textimonio_texto p::after,
  .textimonio_texto p::before {
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    top: 5px
  }
  .objetivo,
  .titulo_objetivos {
    padding: 20px 0;
    top: 0;
    position: relative
  }
  .textimonio_texto p::before {
    left: -5px
  }
  .textimonio_texto p::after {
    right: -5px
  }
  .imagen_sliders {
    height: 265px
  }
  .caption_group .caption_principal {
    font-size: 2rem;
    width: 100%;
    margin: auto
  }
  .caption_group {
    height: 100px;
    width: 90%
  }
  .titulo_objetivos {
    font-size: 3.5rem
  }
  .objetivo img {
    max-width: 15%
  }
  .objetivo {
    max-width: 90%;
    margin: auto;
    font-size: 1.6rem;
    left: 0
  }
  .enlaces_group>section,
  .grupo_texto1>section>article,
  .grupo_texto2 section {
    display: block;
    width: 100%
  }
  .grupo_texto1>section>article>a>p {
    text-align: center;
    font-size: 1.6rem
  }
  .grupo_texto1>section>article>a>.titulo_2 {
    font-size: 2rem;
    margin-bottom: 30px
  }
  .grupo_texto2 section {
    padding: 0
  }
  .grupo_texto2 section:first-child,
  .grupo_texto2 section:last-child {
    margin: 0
  }
  .enlaces_group>section {
    margin: 10px 0
  }
  .enlaces_group>section>a>article {
    display: none
  }
  .grupo_propuestas figure,
  .grupo_texto3>section,
  .grupo_texto4>section,
  .lasted_post>a {
    display: block
  }
  .grupo_propuestas figure {
    width: 100%;
    margin: 6% 0
  }
  .grupo_convenios figure img {
    display: block;
    width: 30%;
    margin: 0 auto 15px
  }
  .grupo_convenios figure figcaption {
    width: 100%;
    margin-left: 0
  }
  .grupo_texto3>section:first-child,
  .grupo_texto3>section:last-child {
    width: 100%;
    text-align: center
  }
  .grupo_texto4>section:first-child,
  .grupo_texto4>section:last-child {
    width: 100%;
    text-align: center
  }
  .lasted_post>a {
    width: 100%;
    margin: 0 auto 10px;
    padding-bottom: 10px
  }
  .lasted_post>a>article {
    box-shadow: none!important
  }
  .lasted_post>a>article>img {
    width: 100%!important;
    position: relative;
    left: 0!important;
    right: 0!important
  }
  .lasted_post>a>article>.descripcion_lastpost {
    float: none!important;
    width: 100%!important
  }
  .frm_admision input {
    width: 100%!important
  }
  .pestanas>ul {
    display: none
  }
  .pestanas>.contenido_pestana {
    display: block!important;
    text-align: center
  }
  .seccion_doble>section,
  .seccion_triple section {
    display: block;
    width: 100%;
    margin: 0 0 10px!important
  }
  .centro,
  .contenido_pestana3>.izquierda {
    width: 90%;
    display: block;
    margin: auto
  }
  .blog_contenedor section {
    display: block;
    width: 100%!important
  }
  .blog_derecha {
    display: none!important
  }
  .post_group {
    float: none;
    width: 100%
  }
  .post_group article {
    display: block;
    width: 100%;
    margin: 10px auto 30px
  }
  .enlace_gris {
    float: none
  }
  .detalle_publicacion img {
    width: 100%
  }
  .detalle_publicacion>h1 {
    width: 100%;
    margin-left: 0;
    text-align: center
  }
  .detalle_publicacion>p {
    width: 100%;
    float: none
  }
  .detalle_publicacion>.fecha_dato {
    display: block;
    margin: auto
  }
  #menu li ul li:first-child {
    border: none
  }
  .contenido_pestana1,
  .contenido_pestana2 {
    width: 100%;
    padding: 20px;
    margin: 0!important
  }
  .img_tipo1,
  .img_tipo2 {
    max-width: 100px;
    position: relative;
    right: 0;
    left: 0;
    margin: 10px auto
  }
  .contenido_pestana2 .img_detalle2 {
    width: 39%
  }
  .grupo_texto5>section:last-child {
    display: none
  }
  .grupo_texto5>section:first-child {
    width: 100%
  }
  .contenido_imagen_texto5 {
    display: block;
    width: 90%;
    margin: 0 auto 20px
  }
  .contenido_texto5,
  .ventajas_group>figcaption,
  .ventajas_group>img {
    display: block;
    margin: auto
  }
  .contenido_texto5 {
    width: 90%!important
  }
  .ventajas_group>figcaption {
    width: 90%;
    margin: 20px auto
  }
  .enlace {
    text-decoration: underline
  }
  #lateral_responsive,
  .blog_contenedor>section:last-child {
    display: none
  }
  #detalle_autor_responsive {
    display: block
  }
  .titulo_responsive {
    display: block;
    padding: 20px 0 0;
    font-size: 2rem;
    color: #fff;
    font-family: Helvetica_Regular
  }
  #autor {
    display: none
  }
}

@media all and (min-width:18.75em) and (max-width:63.8em) {
  html {
    font-size: 55%
  }
  .textimonio_texto p,
  .textimonio_texto2 p {
    font-size: 1.4rem
  }
  .textimonio_texto p::after {
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
    top: 10px;
    right: -10px
  }
  .textimonio_texto p::before {
    left: -10px
  }
}

@media all and (min-width:21.75em) and (max-width:63.8em) {
  html {
    font-size: 62.5%
  }
  header section:last-child nav {
    text-align: center
  }
}

@media all and (min-width:31.25em) and (max-width:63.8em) {
  #menu li {
    float: left;
    width: 100%
  }
  .imagen_descripcion {
    max-width: 50%
  }
  .pre_footer .contenedor_prefooter section {
    display: inline-block;
    width: 49%
  }
  .slider_group .bx-wrapper .bx-viewport {
    max-width: 100%
  }
  .caption_group .caption_principal {
    font-size: 2.5rem
  }
  .caption_group {
    height: 90px
  }
}

@media all and (min-width:37.10em) and (max-width:63.8em) {
  .enlaces_group>section {
    display: inline-block;
    width: 49%;
    margin: 10px 0
  }
  .lasted_post>a {
    display: inline-block;
    width: 40%
  }
  .grupo_texto1>section>article {
    display: inline-block;
    width: 50%
  }
  .grupo_texto2 section {
    display: inline-block;
    width: 45%;
    padding: 0;
    margin: 0 1.5%!important
  }
  .grupo_texto2 section>figure>figcaption>p {
    font-size: 1.4rem
  }
  .post_group article {
    display: inline-block;
    width: 46%;
    margin: 10px 1.5% 20px
  }
  .post_group article h2 {
    font-size: 1.5rem
  }
}

@media all and (min-width:37.20em) and (max-width:63.8em) {
  .objetivo,
  .titulo_objetivos {
    position: absolute;
    padding: 0
  }
  .titulo_objetivos {
    font-size: 1.8rem;
    top: 21%
  }
  .fondo_objetivos {
    display: block
  }
  .objetivo {
    font-size: .9rem;
    text-align: center;
    max-width: 13%;
    left: auto;
    top: auto
  }
  .objetivo img {
    margin: 5px auto 0;
    max-width: 20%
  }
  .objetivo1 {
    top: 38%;
    left: 14.8%
  }
  .objetivo2 {
    bottom: 18%;
    left: 8%
  }
  .objetivo3 {
    top: 52%;
    left: 35.1%
  }
  .objetivo4 {
    bottom: 5%;
    left: 32%
  }
  .objetivo5 {
    bottom: 22%;
    left: 53%
  }
  .objetivo6 {
    right: 18.5%
  }
  .objetivo7 {
    bottom: 39%;
    right: 9%
  }
  .objetivo6 {
    bottom: 4%
  }
}

@media all and (min-width:37.50em) and (max-width:63.8em) {
  footer>ul>li:nth-child(1),
  footer>ul>li:nth-child(2) {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding: 10px 0;
    margin: 0
  }
  footer>ul>li:nth-child(1) a {
    display: block;
    width: auto;
    margin-left: 30%;
    text-align: left
  }
  footer>ul>li:nth-child(2)::after,
  footer>ul>li:nth-child(2)::before {
    display: none
  }
  footer>ul>li:nth-child(3) aside ul li {
    display: inline-block;
    width: 47%;
    margin: 0 5px
  }
}

@media all and (min-width:49.01em) and (max-width:63.8em) {
  .titulo_objetivos {
    font-size: 2.3rem;
    top: 22%
  }
  .objetivo {
    font-size: 1rem
  }
  .objetivo img {
    margin: 10px auto 0
  }
  .grupo_texto1>section>article {
    display: inline-block;
    width: 33%
  }
}

@media all and (min-width:56.10em) and (max-width:63.8em) {
  .titulo_objetivos {
    font-size: 2.5rem;
    top: 22%
  }
  .objetivo {
    font-size: 1.2rem
  }
}

@media all and (min-width:63.95em) {
  .bx-wrapper .bx-prev {
    left: -50px!important
  }
  .bx-wrapper .bx-next {
    right: -50px!important
  }
}

footer ul li:last-child aside ul li:nth-child(4)::before {
  background: url(../images/icons/book.svg) center center no-repeat;
  background-size: contain;
}

@media all and (min-width:1025px) {
  #menu li>a {
    height: 140px;
  }
  #menu li>ul>li>a {
    height: auto;
  }
  .menu-fijo>#menu>li>a {
    padding: 0;
    height: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}

.imagen_superior img {
  object-fit: cover;
  object-position: left;
}

.grupoPreguntas {
  list-style: none;
}

.grupoPreguntas>li {
  margin: 0;
}

.pregunta {
  margin: 20px 0;
}

.pregunta h2 {
  padding: 15px 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.respuesta table {
  border: 1px solid #eee;
  width: 100% !important;
  max-width: 750px;
}

.respuesta table td {
  padding: 10px;
  border: 1px solid #eee;
  font-size: 1.4rem;
}

.respuesta table td p {
  font-size: 1.4rem;
  padding: 0;
}

.respuesta strong {
  font-size: 1.4rem;
}

.respuesta ul {
  list-style: initial;
  margin-left: 20px;
}

.respuesta ul li {
  padding: 5px 0;
}

.respuesta a {
  display: inline-block;
}

.modalLoading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
}

#general {
  margin-top: 160px;
}

/* footer { */
  /* margin-top: 40px; */
/* } */

@media all and (min-width: 1025px) {
  footer {
    padding: 20px 0;
  }
  footer > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
  }

  footer > ul > li:first-child {
    width: 24%;
  }
  footer > ul > li:nth-child(2) {
    width: 40%;
  }
  footer ul li:first-child h2 {
    text-align: left;
  }
  footer > ul > li:last-child {
    width: 20%;
  }
}