.contenido #background_child, #orange_tree, .contenido .row {
    padding: 0px 20px;
}

#orange_tree h2 {
  margin: 0px;
}

.new_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background-color: #565059;
}

.new_header .new_nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}    

.new_header .new_nav ul .sub-menu {
  display: none;
}

.new_header .new_nav ul li{
  padding: 10px;
}   

.new_header .new_nav ul li a{
  color: white;
}

.new_header .new_nav ul li a:hover{
  color: #f8b23b;
  transition: 0.3s;
}

.new_header .social-networks {
  margin: 0px;
  background-color: #282828;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}

.new_header .social-networks a {
  background-color: transparent;
}

.new_header .login_button {
  background-color: #f38b20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 120px;
}

.new_header .login_button:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}

.sub-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.sub-header .header_logo {
  padding: 10px 45px;
}

.sub-header .listado-iconos  {
  height: 89px;
}

.sub-header .listado-iconos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  margin: 0px;
  list-style: none;
}

.sub-header .listado-iconos li {
  background-color: #f8b23b;
  width: 140px;
  color: white;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column; 
  font-size: 15px;
  cursor: pointer;
  border-left: 1px solid white;
}

.sub-header .listado-iconos li a {
  background-color: #f8b23b;
  padding: 10px 25px;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.sub-header .listado-iconos li a:hover {
  background-color: #f38b20;
  transition: 0.3s;
}

.sub-header .listado-iconos li a img {
  height: 40px; 
}

.sub-header .listado-iconos-mobile {
  background-color: #f8b23b;
  padding: 10px 25px;
  color: white;
  text-align: center;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  font-size: 15px;
  cursor: pointer;
  border-left: 1px solid white;
  height: 89px;
}

.sub-header .listado-iconos-mobile img {
  height: 40px; 
}

@media only screen and (max-width: 1750px) {	
  .sub-header .listado-iconos li {
      width: 115px;
  }

  .sub-header .listado-iconos li a {
      padding: 10px 0px;
      font-size: 14px;
  }
  
  .sub-header .listado-iconos li a img {
      height: 35px; 
  }
  
  #background_child {
      background-position: -100px !important;
  }
}

@media only screen and (max-width: 1500px) {	
  .sub-header .listado-iconos li {
      width: 85px;
  }

  .sub-header .listado-iconos li a {
      padding: 10px 0px;
      font-size: 12px;
  }
  
  .sub-header .listado-iconos li a img {
      height: 25px; 
  }
  
  #background_child {
      background-position: -250px !important;
  }
}

.active {
  display: flex !important;
}

.foot_row {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1060px) {	
  .foot_row {
      flex-direction: column;
  }

  .foot_row .foot_col {
      width: 100% !important;
  }

  .foot_row .foot_col2 {
      border-left: 0px solid !important;
  }

  .foot_row .foot_col2 ul {
      padding: 0px;       
  }
}

.foot_row .en_sant{
  display: flex;
}

.foot_row .patro{
  color: #f8b23b;
  margin-right: 15px;
}

.foot_row .foot_col {
  padding: 25px;
  width: 50%;
}

.foot_row .foot_col1 .footer_logo {
  filter: brightness(0) invert(1);
  width: 200px;
  margin-bottom: 65px;
}

.foot_row .foot_col1 .bloque_texto {
  margin-bottom: 80px;
}

.foot_row .foot_col1 .foot_politicas {
  margin-bottom: 20px;
  font-size: 16px;
}

.foot_row .foot_col1 .foot_politicas a:hover {
  color: #f8b23b;
  transition: 0.3s;
}

.foot_row .foot_col1 .bloque_texto h4 {
  font-size: 26px;
  line-height: 22px;
  color: #f8b23b;
  font-weight: 300;
  margin-bottom: 5px;
}

.foot_row .foot_col1 .bloque_texto h5 {
  font-size: 25px;
  line-height: 22px;
  color:  #fff;
  font-weight: 300;
  margin-bottom: 15px;
}

.foot_row .foot_col1 .foot_iconos {
  width: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.foot_row .foot_col1 .foot_iconos img{
  width: 50px;
}

.foot_row .foot_col2 {
  border-left: 1px solid white;
  display: flex;
flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.foot_row .foot_col2 .foot_innerrow {
  display: flex;
flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.foot_row .foot_col2 .foot_innerrow a {
  margin-bottom: 10px;
  font-size: 15px;
}

.foot_row .foot_col2 .foot_innerrow a:hover {
  color: #f8b23b;
  transition: 0.3s;
}

.foot_row .foot_col2 .listado {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.foot_row .foot_col2 .listado ul {
  list-style: none;
}

.foot_row .foot_col2 .listado ul li {
  margin-bottom: 10px;
}

.foot_row .foot_col2 .listado .sub-menu {
  display: none;
}

.foot_row .foot_col2 .listado-iconos ul {
  list-style: none;
}

.foot_row .foot_col2 .listado-iconos ul li {
  margin-bottom: 10px;
}

.foot_row .foot_col2 .listado-iconos img {
  display: none;
}

.foot_row .foot_col2 .listado-iconos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.foot_row .foot_col2 .social-networks {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 15px;
}

.foot_row .foot_col2 .social-networks a {
  background-color: transparent;
  margin-right: 10px;
}

.foot_subooter {
  background-color: black;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.foot_subooter .foot_row {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot_subooter .foot_row .santander_logo{
  width: 130px;
  height: 23px;
}

.foot_subooter .foot_row .foot_privaci a{
  color: white;
}

.foot_subooter .foot_row .foot_privaci a:hover{
  color: #f8b23b;
  transition: 0.3s;
}

.new_section_1 .content_row {
  max-width: 1170px;
  margin: auto;
}

.new_section_1 .content_row h1 {
  line-height: 40px;
  margin-bottom: 60px;
}

.new_section_1 .content_row .number_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_section_1 .content_row .number_list p {
  margin: 0px;
  color: #f38b20;
}

.new_section_1 .content_row .number_list .number {
  font-size: 40px;
  line-height: 40px;
  color: #f38b20;
  font-weight: bold;
}

.new_section_1 .content_row .block_text {
  font-size: 28px;
  margin-top: 60px;
}

.new_section_1 .content_row .block_text .colored {
  color: #f38b20;
}

.the_swiper {
  max-width: 1100px;
  margin: auto;
}

.the_swiper .title {
  color: #f38b20;
  font-size: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.the_swiper .decor {
  font-size: 35px;
  color: #f8b23b;
}

.the_swiper .decor img{
  margin-top: 6%;
}

.mySwiper {
  max-width: 1170px;
  margin: auto;
  padding-right: 50px;
  padding-left: 50px
}

.mySwiper .swiper-slide-active div {
  background-color: #7d7d7d !important;
}

.mySwiper .swiper-slide-active a {
  color: #7d7d7d !important;
}

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

.mySwiper .icon_list_father div{
  background-color: #f38b20;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 15px;
  width: 65px;
  height: 65px;
}

.mySwiper .swiper-button-next::after, .mySwiper .swiper-button-prev::after {
  content:"";
}

.mySwiper .swiper-button-next img, .mySwiper .swiper-button-prev img {
  filter: grayscale(1);
}

.mySwiper2 {
  max-width: 800px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 160px;  
  text-align: center; 
}

.mySwiper2 .swiper-slide {
  width: 100%;
}

.mySwiper2 .swiper-slide .content_slide{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.mySwiper2 .swiper-slide .content_slide a{
  padding: 5px 25px;
  background-color: #7d7d7d;
  border-radius: 20px;
  margin: 20px;
  color: white;
  min-width: 200px;
}
.mySwiper2 .swiper-slide .content_slide a:hover{
  background-color: #f38b20;
  transition: 0.3s;
}

.the_swiper_3 .title_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 59px;
  z-index: 10;
}

.the_swiper_3 {
  position: relative;
}


.the_swiper_3 .title_box{
  width: 94%;
}

.the_swiper_3 .title_box a{
  color: white;
  text-decoration: underline;
}

.the_swiper_3 .swiper-slide .btn_content .image{
  height: 240px;
  width: 380px;
}

.mySwiper3 .swiper-button-next::after, .mySwiper3 .swiper-button-prev::after {
  content:"";
}

.mySwiper3 .swiper-button-next {
  top: 25px;
  width: 15px;
  filter: sepia(1);
}

.mySwiper3 .swiper-button-prev {
  top: 25px;
  left: inherit;
  width: 15px;
  right: 30px;
  filter: sepia(1);
}

.the_swiper_3 .all_content{
  padding-top: 50px;
}   

.the_swiper_3 .swiper{
  padding-top: 80px;
  padding-bottom: 100px;
}   

.the_swiper_3 .swiper-slide{
  background-color: white;
  border-radius: 20px;
  min-height: 450px;
}

.the_swiper_3 .swiper-slide .btn_content .image{
  width: 100%;
  height: 250px;
  border-radius: 20px 20px 0px 0px;
  background-size: cover;
}

.the_swiper_3 .swiper-slide .btn_content .text_bloque{
  padding: 15px;
  color: #454545;
}

.the_swiper_3 .swiper-slide .btn_content .date{
  color: #f38b20;
}

.the_swiper_3 .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  top: inherit !important;
  bottom: 50px !important;
}

.the_swiper_3 .swiper-pagination-progressbar {
  background-color: #f38b20;
}

.the_swiper_3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: white;
}

.curso .all_content .curso_ind .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.curso .all_content .curso_ind .wrapper .slide {
  width: 350px;
  padding: 38px;
  border-radius: 23px;
  height: 250px;
}

.curso .all_content .curso_ind .wrapper .slide:nth-child(1) {
  background-color: #d5a337;
}

.curso .all_content .curso_ind .wrapper .slide:nth-child(2) {
  background-color: #a886b9;
}

.curso .all_content .curso_ind .wrapper .slide:nth-child(3) {
  background-color: #a7d2eb;
}

.curso .all_content .curso_ind .wrapper .slide .btn_content {
  color: white;
  position: relative;
}

.curso .all_content .curso_ind .wrapper .slide .btn_content .image{
  width: 100%;
  height: 170px;
  position: absolute;
  background-size: cover;
  border-radius: 23px;
}

@media only screen and (max-width: 1060px) {	
  .curso .all_content .curso_ind .wrapper .slide {
      width: 100%;
      padding: 38px;
      border-radius: 23px;
      height: 100%;
  }   
  .curso .all_content .curso_ind .wrapper .slide .btn_content .image{
      position: relative;
  }
}
/*-----------------------------*/
#mobile-content {
  height:100px;
  width:100%;
  position: fixed;
  z-index: 40;
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}

#mobile-content .header_logo{
  margin: 20px;
}

#menuToggle {
display: flex;
flex-direction: column;
position: relative;
top: 0;
left: 0;
z-index: 1;
-webkit-user-select: none;
user-select: none;
}

#menuToggle .burguer_mobile{
position: relative;
width: 50px;
z-index: 1;
margin: 20px;
}

#menuToggle input
{
display: flex;
width: 50px;
height: 50px;
position: absolute;
cursor: pointer;
opacity: 0;
z-index: 2;
margin: 20px;
}

#menu
{
position: absolute;
width: 100vw;
height: 100vh;
margin: 0;
padding: 0px;
padding-top: 60px;
background-color: #F5F6FA;
-webkit-font-smoothing: antialiased;
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
overflow: auto;
}

#menu ul
{
  padding: 0px;
}

#menu li
{
padding: 10px 0;
transition-delay: 2s;
}

#menu .new_nav ul
{
padding: 0px 20px;
}

#menuToggle input:checked ~ ul
{
transform: none;
}

#menu .new_nav ul .sub-menu {
  display: none;
}

#menu .social-networks {
  margin: 0px;
  background-color: #282828;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}

#menu .social-networks a {
  background-color: transparent;
}

#menu .login_button {
  background-color: #f38b20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  width: 100%;
}

#menu .login_button:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}

#menu .listado-iconos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0px;
  list-style: none;
}

#menu .listado-iconos li {
  background-color: #f8b23b;
  width: 100%;
  color: white;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column; 
  font-size: 12px;
  cursor: pointer;
  border-left: 1px solid white;
  margin-bottom: 1px;
}

#menu .listado-iconos li a {
  background-color: #f8b23b;
  padding: 10px 25px;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

#menu .listado-iconos li a:hover {
  background-color: #f38b20;
  transition: 0.3s;
}

#menu .listado-iconos li a img {
  height: 25px; 
}

@media only screen and (max-width: 1200px) {	
  #mobile-content {
      display: flex;
  }

  .new_header, .sub-header {
      display: none;
  }

  .contenido {
      margin-top: 120px;
  }

  #menu .listado-iconos li {
      width: 20%;
  }
}

@media only screen and (max-width: 800px) {	
  #menu .listado-iconos li {
      width: 50%;
  }
}