/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* font-family: 'Montserrat', sans-serif; */

@font-face {
    font-family:"Bebas Neue Bold";
    src:url("fonts/bebasneuebold/BebasNeue-Bold.woff2") format("woff2"),url("fonts/bebasneuebold/BebasNeue-Bold.woff") format("woff"),url("fonts/bebasneuebold/BebasNeue-Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"BebasNeueBook";
    src:url("fonts/bebas-neue/BebasNeue Book.woff2") format("woff2"),url("fonts/bebas-neue/BebasNeue Book.woff") format("woff"),url("fonts/bebas-neue/BebasNeue Book.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"BebasNeueLight";
    src:url("fonts/bebas-neue/BebasNeue Light.woff2") format("woff2"),url("fonts/bebas-neue/BebasNeue Light.woff") format("woff"),url("fonts/bebas-neue/BebasNeue Light.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"BebasNeueRegular";
    src:url("fonts/bebas-neue/BebasNeue Regular.woff2") format("woff2"),url("fonts/bebas-neue/BebasNeue Regular.woff") format("woff"),url("fonts/bebas-neue/BebasNeue Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}


/* Global Styles */

.container {
	/*max-width: 970px;*/
  position: relative;
}

*{
  outline: 0!important;
}

.vc_column_container {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}

html, body {
  font-size: 16px;
  font-weight: 300;
  height:100%;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
    margin: 0 0 20px 0;
}

.hentry {
    margin: 0;
}

a, a:focus, a:active, a:visited{
  color: #d2ab53;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

a:hover{
	color: #000;
	text-decoration: none;
}

.site-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 20px 0;
    z-index: 9999;
}

@-webkit-keyframes stuckMoveDown{
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }

  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

@keyframes stuckMoveDown{
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }

  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

.navbar-fixed{
  -webkit-animation: stuckMoveDown .6s;
  animation: stuckMoveDown .6s;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: #7a8893;
  background-image: url(../img/cabecera.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 5px 0 10px 0!important;
}

.home .navbar-fixed {
    position: relative;
    background: none;
}

.navbar{
  padding: 0;
}

.navbar-nav {
    margin: 60px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 13px;
    text-shadow: 0px 0 white;
}

a.navbar-brand {
    width: 220px;
}

.separador-logo {
    height: 1px;
    background: #fff;
    margin: 10px 0;
}

ul.navbar-nav li {
    margin: 0;
}

.navbar-nav li a:after {
    content: '';
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    position: absolute;
    right: -6px;
    top: 4px;
}

.navbar-nav li a:hover:after{
	color: #ffffff;
}

.navbar-nav li.last-menu-item a:after{
  display: none;
}

.navbar-nav li a {
    padding: 0;
    color: #fff;
    position: relative;
    margin: 0px 12px 0 0;
    display: block;
}

.navbar-nav li a:hover {
    color: #59646d;
    text-shadow: 0 0 #59646d;
}

.navbar-nav li.current-menu-item a {
    color: #59646d;
    text-shadow: 0 0 #59646d;
}

.navbar-nav li.last-menu-item a{
  margin-right: 0;
}

.container-site-header {
    margin: 0 auto;
}

.page-header {
    background: #2d343a;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d343a+0,576370+100 */
    background: #2d343a; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #2d343a 0%, #576370 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #2d343a 0%,#576370 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #2d343a 0%,#576370 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d343a', endColorstr='#576370',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    background-image: url(../img/cabecera.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
    color: #fff;
    padding: 100px 30px 23px 30px;
    text-align: center;
}

.page-header.page-header-absolute{
  background: none;
  position: absolute;
}

h1.page-title, h2.page-title {
    margin: 50px 0 20px 0;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-gallery a, .custom-gallery a:focus, .custom-gallery a:active{
  margin-bottom: 30px!important;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.custom-gallery a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}

ul.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 25px;
    /*right: 28px;*/
    right: 15px;
    font-weight: 300;
    font-size: 13px;
    text-shadow: 0 0 #fff;
}

ul.social-links li {
    display: inline-block;
    margin: 0 0 0 1px;
    vertical-align: top;
}

ul.social-links li a {
    display: block;
    color: #fff;
    border: 1px solid;
    border-radius: 100%;
    padding: 5px 0 4px 0;
    width: 23px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

ul.social-links li a:hover{
	opacity: 0.6;
}

ul.social-links li.idiomas a img {
    border-radius: 100%;
}

/* CAROUSEL */
.carousel {
  height:100%;
  min-height: 600px;
  position: relative;
  background: #0c0e10;
}

.carousel-item {
    height: 100%;
    min-height: 600px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item,
.active,
.carousel-inner {
  height:100%;
}

.fill {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
}
/* CAROUSEL */

.section {
	padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.section.section-dark{
	color: #fff;
}

.section.section-gold{
  background: #d2ab53;
}

.section.section-light-blue {
    background: #f0f3f4;
}

.section.full-bg {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    padding: 0;
}

.section.section-bpt{
	padding: 100px 0;
	padding-top: 250px;
}

.full-height-container {
    height: 100%;
    min-height: 0px!important;
}

.full-height-container-home {
    height: 100%;
    min-height: 900px!important;
}

.min-height-container {
    min-height: 100%;
}

.carousel-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel-overlay.lighter{
  background: rgba(0, 0, 0, 0.4);
}

.no-overlay .carousel-overlay{
	display: none;
}

.proyecto {
    font-weight: 300;
}

.proyecto h2 {
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.proyecto h3 {
    font-weight: 300;
    font-size: 17px;
    color: #d2ab53;
    margin: 0;
}

.cont-proyectos {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.full-table {
    display: table;
    width: 100%;
    height: 100%;
}

.full-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.btn {
    border-radius: 0;
    padding: 10px 35px;
    letter-spacing: 2px;
}

.btn.btn-primary {
    background: #d2ab53;
    border-color: #d2ab53;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #ad8d45;
    border-color: #ad8d45;
    color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d2ab53;
    border-color: #d2ab53;
}

.btn.btn-info {
    background: #879aa7;
    border-color: #879aa7;
    color: #fff;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: none;
    color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #879aa7;
    border-color: #879aa7;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
}

.btn.btn-info:hover {
    background: #616f79;
    border-color: #616f79;
    color: #fff;
}

.mar{
  background: url(../img/mar.png) no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 48%;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

img.piedras {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 200px;
    margin-top: -150px;
    left: 0;
}

img.rocas {
    position: absolute;
    bottom: -80px;
    z-index: 10;
    width: 400px;
    right: -120px;
}

.barco {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-left: -325px;
    width: 650px;
    margin-top: -280px;
}

.img-barco{
  position: relative;
  z-index: 1;

  -webkit-transition: all 1.7s linear;
     -moz-transition: all 1.7s linear;
      -ms-transition: all 1.7s linear;
       -o-transition: all 1.7s linear;
          transition: all 1.7s linear;
}

.boat{
  position: relative;
  -webkit-transition: all 1.7s linear;
     -moz-transition: all 1.7s linear;
      -ms-transition: all 1.7s linear;
       -o-transition: all 1.7s linear;
          transition: all 1.7s linear;
}

img.personaje-flame {
    top: -27px;
    position: absolute;
    width: 184px;
    left: 270px;
    z-index: 1;
}

img.personaje-tera {
    top: 65px;
    position: absolute;
    width: 184px;
    left: 420px;
    z-index: 1;
}

img.personaje-airi {
    top: 117px;
    position: absolute;
    width: 184px;
    left: 80px;
    z-index: 1;
}

img.personaje-acu {
    top: 134px;
    position: absolute;
    width: 184px;
    left: 247px;
    z-index: 1;
}

img.img-reflejo-barco {
    position: absolute;
    bottom: -168px;
    left: 1px;
    width: 752px;
    max-width: 2000px;
}

.nubes {
    background: url(../img/nubes.png) repeat-x;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 390px;
    background-size: 1270px;
}

.efectos {
    background: url(../img/efectos.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pajarito {
    background: url(../img/pajarito.png) no-repeat;
    top: 60px;
    left: -30px;
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: 160px;
}

.pajarito.pajarito-pos-1{
  background-position: -86px 0;
}

a.open-proyectos {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 10px;
    position: absolute;
    left: 10px;
    bottom: 0;
    color: #000;
}

a.close-proyectos {
    position: absolute;
    font-size: 11px;
    line-height: 11px;
    color: #88a5a2;
    top: -18px;
    background: #d7edee;
    padding: 5px 10px;
    left: 0;
}

a.close-proyectos:hover{
  color: rgba(136, 165, 162, 0.5);
}

.proyectos {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px;
}

.open-proyectos img {
    position: absolute;
    top: -33px;
    left: -6px;
    width: 40px;
    max-width: 100px;
}

.open-proyectos span {
    display: block;
    height: 5px;
    background: #e7b84b;
    position: absolute;
    top: -9px;
    width: 100%;
    left: 0;
}

.open-proyectos i.ti-angle-right {
    position: absolute;
    top: 10px;
    right: -16px;
    font-size: 13px;
    color: #fff;
}

.cont-owl-proyectos {
    background: #d7edee;
    padding: 15px 50px;
    left: -100%;
    position: relative;
    z-index: 9;
}

.thumb-proyecto {
    margin: 0 10px;
    border: 5px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.thumb-proyecto:hover{
  border-color: #fff;
}

.thumb-proyecto:hover .cara{
  opacity: 0;
}

.thumb-proyecto .proyecto-card {
  
}

.cara {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

/*.detras {
	position: absolute;
	background: black;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 35px 30px 30px 30px;
	font-family: "Bebas Neue Bold";
  font-size: 300%;
  line-height: 100%;
}*/

.detras {
    position: absolute;
    background: black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0;
    font-family: "Bebas Neue Bold";
    font-family:"BebasNeueRegular";
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 3px;
}

.owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    left: -50px;
    margin-top: -16px;
}

.owl-carousel.owl-proyectos .owl-nav button.owl-next, .owl-carousel.owl-proyectos .owl-nav button.owl-prev {
    font-size: 20px;
    line-height: 20px;
    color: #88a5a2;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    opacity: 0.5;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.proyectos-container{
  background: url(../img/bg-arrow.png) no-repeat;
  background-size: 150%;
  background-position: center;
}

a.thumbnail-link {
    display: block;
    position: relative;
}

.overlay-white {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

a.thumbnail-link:hover .overlay-white{
  opacity: 1;
}

.thumbnail-ver-proyecto-cont{
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.thumbnail-ver-proyecto {    
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 3px solid #e7b84b;
    display: inline-block;
}

.thumbnail-ver-proyecto img {
    display: inline-block!important;
    width: 70px!important;
    margin: 0 -10px -3px -10px;
}

.thumbnail-ver-proyecto-table {
    display: table;
    width: 100%;
    height: 100%;
}

.thumbnail-ver-proyecto-cell {
    display: table-cell;
    vertical-align: middle;
}

ul.disponibilidad-proyecto {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.content-area ul.disponibilidad-proyecto li {
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: middle;
    padding: 0;
}

.content-area ul.disponibilidad-proyecto li:before{
  display: none;
}

ul.disponibilidad-proyecto li a.link-icono-social-proyecto {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 7px 0;
    width: 36px;
    text-align: center;
}

.section-title {
    padding: 0 0 30px 0;
}

.section-title.section-title-sm {
    padding: 0 0 15px 0;
}

.section-title h3 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #d2ab53;
    margin: 0 0 8px 0;
}

.section-title h2 {
    font-weight: 600;
    margin: 0;
    font-size: 43px;
    color: #2d343a;
}

.section-title.small-yellow-title h2 {
    color: #d2aa53;
    font-size: 21px;
}

.section-title.text-white h2{
  color: #fff;
}

.section-title.text-white h3 {
    color: #c0d2de;
}

.white-box .section-title h3{
  color: #3a4248;
}

.section-title.section-title-sm h2 {
    font-size: 23px;
}

.white-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px;
    border-radius: 10px;
    height: auto;
    color: #3f3f3f;
}

.white-box.bg-grey{
  background: #f8f9f9;
}

.white-box a {
    color: #d2ab53;
    font-weight: bold;
}

.form-check {
    padding-left: 28px;
}

input[type=checkbox], input[type=radio] {
  background: #ffffff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
  border-radius: 5px;
  position: absolute;
  left: 0;
  border: 1px solid #d5d8da;
  margin: 0;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font-family: 'Font Awesome\ 5 Free';
  font-size: 12px;
  line-height: 12px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  content: "\f00c";
  margin: 0;
  color: #d2ab53;
  font-family: 'Font Awesome\ 5 Free';
  font-size: 12px;
  line-height: 12px;
  position: relative;
  top: 3px;
  left: 3px;
  height: 10px;
  width: 10px;
  font-weight: 900;
}

ul.list-address li i {
    position: absolute;
    left: 0;
    top: -3px;
    width: 36px;
    text-align: center;
    background: #d2ab53;
    padding: 10px;
    border-radius: 100%;
    color: #fff;
}

.content-area ul.list-address li {
    position: relative;
    margin-bottom: 25px;
    padding: 0 0 0 55px;
}

.content-area ul.list-address li:before{
  display: none;
}

ul.list-address {
    margin: 40px 0!important;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
}

a.img-featured {
    display: block;
    margin: 0 0 30px 0;
    border: 1px solid #efefef;
}

h2.entry-title {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}

h2.entry-title a {
    color: #000;
}

h2.entry-title a:hover {
    color: #d2ab53;
}

h1.entry-title {
    font-size: 21px;
    line-height: 30px;
    margin: 0;
}

header.entry-header.entry-header-single {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 40px;
    padding-right: 100px;
}

.entry-header a.votar {
    bottom: auto;
    right: 15px;
    left: auto;
    top: 0;
}

.entry-meta {
    font-size: 12px;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single .entry-meta{
  margin: 30px 0;
}

.post {
    margin: 0 0 50px 0;
}

.thumbnail-link{
  display: block;
  position: relative;

  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.thumbnail-link:before{
  content: '';
  background: rgba(210, 171, 83, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;

  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.thumbnail-link:hover:before{
  opacity: 1;
}

.section-home-noticias .fecha{
  font-weight: 200;
  margin-bottom: 10px;
  margin-top: 10px;
}

.share-buttons {
    display: inline-block;
    margin: 30px 0 0 0;
}

.share-buttons a{
  color: #010101;
  border-radius: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  background: none;
  letter-spacing: 0;
  margin: 0 15px 0 0;
}

.share-buttons a:hover{
  opacity: 0.7;
}

.share-buttons:after {
    content: "- - - - - - - - - - - - - - - -";
    margin-left: 0px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 11px;
}

.share-buttons.product-share-buttons:after{
  display: none;
}

.content-more-link {
    margin: 20px 0 0 0;
}

dl li, ol li, ul li {
    position: relative;
    margin: 15px 0;
}

dl, ol, ul {
    margin: 0;
    padding: 0;
}

.hentry ul li, .entry-summary ul li, .widget ul li, .content-area ul li {
    padding-left: 25px;
    margin: 10px 0;
    position: relative;
}

.hentry ul, .entry-summary ul, .widget ul, .content-area ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.hentry ul li:before, .entry-summary ul li:before, .widget ul li:before, .content-area ul li:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin: 6px 0px 0 -25px;
    color: #d2ac54;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
}

.video-embebido{
  margin-bottom: 20px;
}

.hito h4 {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    margin: 5px 0 0 0;
    letter-spacing: 1px;
}

.hito h3 {
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 3px;
    color: #997d3d;
}

.hito {
    text-align: center;
}

.content-area ul.document-list a {
    color: #2d343a;
}

.content-area ul.document-list li:before {
    content: "\f15c";
    font-size: 18px;
    color: #2d343a;
}

.thumb-proyecto.thumb-proyecto-alt {
    margin: 0;
    border: 1px solid transparent;
}

.row.row-proyectos {
    margin-right: 0;
    margin-left: 0;
}

.row.row-proyectos .col-lg-4 {
    padding: 0;
}

.row.row-equipo{
  margin-right: 0;
  margin-left: 0;
}

.row.row-equipo .col-lg-3 {
    padding: 0;
}

.video_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.video_bg:after{
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.sidebar {
    padding-left: 30px;
}

.widget_search a.btn {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    margin-top: -10px;
    color: #000;
}

.widget_search label {
    display: block;
}

.widget_search input.search-field {
    width: 100%;
    padding: 0 45px 0 15px;
    line-height: 65px;
    color: #7b7b7b !important;
    background: #ffffff;
    border: 8px solid #f4f4f4;
    height: 65px;
    font-size: 15px;
    font-weight: 300;
}

.widget_search form#searchform {
    position: relative;
}

input.search-submit.hidden {
    display: none;
}

.widget {
    margin: 0 0 30px 0;
}

a.tag-cloud-link {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    font-size: 9px !important;
    text-transform: uppercase;
    padding: 8px 16px 8px;
    border-width: 1px;
    border-style: solid;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #4c4c4c;
    font-weight: 400;
    letter-spacing: 2px;
    float: none;
    display: inline-block;
}

a.tag-cloud-link:hover {
    background: #879aa7;
    border-color: #879aa7;
    color: #fff;
}

h3.widget-title {
    font-size: 14px;
    margin: 0 0 20px 0px;
    color: #212529;
}

h3.widget-title span {
    width: 10px;
    height: 2px;
    background: #879aa7;
    display: inline-block;
    margin: 0 0 0 5px;
}

.col-feed-instagram a{
  margin-bottom: 10px;
}

.row.row-instagram{
  margin: 0 -5px;
}

.row.row-instagram .col-4 {
    padding: 0 5px;
}

.form-newsletter {
    text-align: center;
    font-size: 13px;
    background: #f4f4f4;
    padding: 30px;
}

.form-newsletter h3 {
    font-size: 14px;
    margin: 0 0 15px 0;
    color: #212529;
}

.form-newsletter p {
    font-weight: 400;
}

input.form-control {
    border: none;
    border-radius: 0;
    font-size: 13px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    color: #879aa7;
}

input.form-control:focus {
    box-shadow: none;
    color: #879aa7;
}

.input-text-icon {
    position: relative;
}

.input-text-icon input.form-control {padding-right: 50px;}

.input-text-icon i {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #879aa7;
    line-height: 50px;
}

a.category-sidebar-link {
    display: block;
    background: #4e5964;
    color: #fff;
    padding: 15px;
    margin: 5px 0;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    background-size: cover;
}

a.category-sidebar-link span {
    position: absolute;
    right: 15px;
}

a.category-sidebar-link p {
    display: inline-block;
    margin: 0;
    position: relative;
}

.contenedor-img-post {
    position: relative;
}

a.votar {
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: #fff;
    border: 1px solid #efefef;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
    width: 78px;
    border-radius: 100%;
    color: #010101;
    z-index: 2;
}

a.votar span {
    display: block;
}

a.votar i {
    font-size: 17px;
    margin-bottom: 5px;
}

span.meta-sep {
    width: 10px;
    height: 2px;
    background: #879aa7;
    display: inline-block;
    margin: 0 3px 0 0px;
}

img.avatar-author {
    border-radius: 100%;
    width: 30px;
    border: 1px solid #efefef;
    margin: 0!important;
}

.noticia-sm img {
    border-radius: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #efefef;
}

.noticia-sm a {
    position: relative;
    display: block;
    padding: 5px 0 0 70px;
    color: #212529;
}

.noticia-sm h2 {
    font-size: 13px;
}

.noticia-sm {
    margin: 0 0 15px 0;
    min-height: 50px;
}

.noticia-sm .fecha {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a0a0a0;
}

.noticia-sm.noticia-sm-destacada a {
    padding: 0;
}

.noticia-sm.noticia-sm-destacada img {
    border-radius: 0;
    position: relative;
    width: auto;
}

.noticia-sm.noticia-sm-destacada .thumbnail-link{  
  margin: 0 0 15px 0;
}

span.badge-destacado {
    position: absolute;
    bottom: 1px;
    left: 1px;
    background: #889aa8;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    padding: 5px 10px;
}

.entry-meta a:hover {
    color: #d2ab53;
}

.entry-meta a {
    color: #515457;
}

.video_bg iframe {
    max-width: none;
    position: relative;
}

.img-instagram {
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-size: cover;
    display: block;
}

button.navbar-toggler {
    position: absolute;
    /*top: 25px;*/
    top: -4px;
    right: 20px;
    padding: 0;
    border: none;
}

p.error-404 {
    text-align: center;
    margin: 0;
    font-weight: bold;
    font-size: 300px;
    line-height: 300px;
    color: #d1d8dd;
}

h3 {
    margin: 0 0 30px 0;
    font-size: 30px;
    color: #d2ab53;
    font-weight: 300;
}

table {
    margin-bottom: 30px!important;
}

.modal-content {
    border-radius: 0;
    border: none;
    font-size: 14px;
}

.modal-header {
    background: #3f4851;
    border: none;
    border-radius: 0;
    color: #fff;
}

button.close {
    color: #fff;
    font-weight: 300;
    opacity: 1;
    font-size: 30px;
    line-height: 30px;
    text-shadow: none;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.close:focus, .close:hover {
    color: #a5a9ad;
    text-decoration: none;
    opacity: 1;
}

.modal-title {
    font-size: 18px;
    font-weight: 300;
}

.modal-content .wpcf7 input[type="text"] {
    font-size: 14px;
    font-weight: 400;
}

.alert {
    border-radius: 0;
    border-width: 2px;
    font-size: 13px;
}

.alert-info {
    color: #3f4851;
    background-color: #e2f1fd;
    border-color: #cddbe6;
}


.navegacion-proyectos {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 1;
    width: 100%;
    padding: 0 15px;
}

.navegacion-proyectos a {
    font-size: 18px;
    line-height: 25px;
    background: none;
    color: #fff;
    padding: 10px 0 5px 0;
    display: inline-block;
    width: 42px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid;
}

.navegacion-proyectos a:hover {
    background: #d1aa53;
}

.navegacion-proyectos a.anterior-proyecto {
    position: absolute;
    left: 15px;
}

.navegacion-proyectos a.siguiente-proyecto {
    position: absolute;
    right: 15px;
}

.badge-proximamente {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #879aa7;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
}

img.titulo-proyectos {
    width: 60%;
}

.title-bar {
    background: #334764;
    color: #fff;
    padding: 15px 20px 10px 20px;
    font-family: "Bebas Neue Bold";
    font-size: 30px;
    line-height: 35px;
    position: relative;
}

.title-bar.title-bar-aplicaciones {
    margin: -41px 0 0 0;
}

.title-bar.title-bar-educativo {
    background: #810131;
}

.title-bar.title-bar-editorial {
    background: #4d87a3;
}

img.y-proyectos {
    position: absolute;
    top: 0px;
    width: 71px;
    left: 273px;
}

#proyecto-51 img.detalle-thumbnail {
    width: 35%;
    right: 1%;
    top: -13%;
}

#proyecto-58 img.detalle-thumbnail {
    width: 30%;
    right: 21%;
    top: -22%;
}

img.detalle-thumbnail {
    position: absolute;
}

img.img-border {
    border: 1px solid transparent;
}

img.img-fluid.titulo-equipo {
    width: 400px;
    margin: 0 0 20px 0px;
}

.bloque-titulo-equipo {
    color: #3c4963;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0 0 #3c4963;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}

.miembro-equipo {
    position: relative;
    border: 1px solid transparent;
}

.miembro-equipo h2 {
    position: absolute;
    color: #fff;
    top: 25px;
    left: 20px;
    right: 70px;
    font-family: "Bebas Neue Bold";
    font-size: 50px;
    line-height: 50px;
    opacity: 0;
}

.miembro-equipo p {
    position: absolute;
    color: #8fa4a6;
    bottom: 105px;
    left: 20px;
    font-family: "Bebas Neue Bold";
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    opacity: 0;
}

.miembro-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.owl-proyectos.owl-carousel .owl-stage-outer {
    padding: 40px 0;
    margin: -40px 0;
}


.banner-colabora-container{
  display: none;
}

.banner-colabora {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 99;
    border-radius: 5px;
    padding: 15px 55px 15px 95px;
    border: 1px solid #00000014;
    width: 300px;
    height: 60px;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.banner-colabora .fa-angle-left{
  display: none;
}

.banner-colabora.closed{
  width: 70px;
  padding: 0;
}

.banner-colabora.closed .fa-angle-right{
  display: none;
}

.banner-colabora.closed .fa-angle-left{
  display: block;
}

.banner-colabora img {
    position: absolute;
    width: 70px;
    top: -32px;
    left: 24px;
}

.banner-colabora h3 {
    font-size: 12px;
    color: #000000;
    margin: 0;
    font-weight: 400;
}

a.close-banner-colabora {
    position: absolute;
    left: -6px;
    top: -1px;
    bottom: -1px;
    background: #d1ab53;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 5px;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

a.close-banner-colabora:hover{  
  background: #ad8d45;
}

.tooltip{
  z-index: 999999;
}

.tooltip-inner {
    background: #fff;
    color: black;
    max-width: 300px;
    text-align: left;
    padding: 20px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.tooltip-envio .tooltip-inner {
    border: 1px solid #d7dbde;
}

.tooltip-envio.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip-envio.bs-tooltip-top .arrow::before{
  border-top-color: #d7dbde;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}

.bs-tooltip-left .arrow::before{
  border-left-color: #fff;
}

.tooltip-inner p {
    margin: 0 0 15px 0;
}

.tooltip-inner h3 {
    font-family:"BebasNeueBook";
    color: #e05948;
    font-size: 40px;
    letter-spacing: 0px;
    margin: 0 0 5px 0;
}

img.personaje {
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

img.personaje:hover {
    opacity: 0.7!important;
}

.timeline--horizontal .timeline-divider {
    background: none;
    height: 1px;
    border: 1px dashed #acb0b3;
}

.timeline__item:after {
    background: #2d343a;
    background-image: url(http://labs.grupopromedia.es/pictoaplicaciones/wp-content/themes/pictoaplicaciones/img/default.jpg);
    background-size: cover;
    content: '';
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
}

.timeline-nav-button {
    background: #2d343a;
    border: none;
    margin: 0 15px;
    border-radius: 10px;
    opacity: 1!important;
}

.timeline__content {
    border: none;
    padding: 50px;
    border-radius: 30px;
}

.timeline--horizontal .timeline__item .timeline__content:before {
    border-top: 12px solid #fff;
}

.timeline--horizontal .timeline__item.timeline__item--bottom .timeline__content:before {
    display: none;
}

.timeline--horizontal .timeline__item--bottom {
    padding: 70px 0 0 0!important;
}

.timeline--horizontal .timeline__item{
	padding: 0 0 70px 0;
}

.modal-body .wpcf7 input[type="text"], .modal-body .wpcf7 textarea {
    border: 1px solid;
}

.carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px;
    max-width: 850px;
    margin: 0 auto;
}

.carousel-caption h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}

.carousel-caption h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

span.yellow{
  color: #d2ab53!important;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow-down {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    bottom: 15px;
    right: 0;
    left: 0;
    top: auto;
    display: inline-block;
    color: #fff!important;
    z-index: 9;
}

.arrow-down-home{
  display: none;
}

ul.sublista {
    display: none;
    position: absolute;
    left: 0px;
    margin: 0;
    padding: 5px 20px 0 0;
    z-index: 9;
}

ul.sublista li {
    margin: 2px 0;
    background: rgb(255 255 255 / 50%);
    border-radius: 100%;
}

ul.social-links li.idiomas a {
    padding: 3px;
}

.idiomas i.ti-angle-down {
    /*position: absolute;*/
    font-size: 10px;
    right: -14px;
    top: 6px;
}

li.lista-desplegable.idiomas a, ul.social-links li.idiomas i{
  display: inherit;
}


ul.social-links li.idiomas:before {
    background: #cdc6e8;
    height: 15px;
    width: 1px;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -7px;
}

ul.social-links li.idiomas {
    margin: 0 0 0 10px;
    padding-left: 0px;
}

.tooltip.tooltip-fixed.bs-tooltip-top {
    opacity: 0;
    top: -80px;
    width: 470px;
    left: 50%;
    z-index: 9;
    margin-left: -235px;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.tooltip.tooltip-fixed.bs-tooltip-top.visible{
  opacity: 1;
  top: -60px;
} 

.tooltip.tooltip-fixed.bs-tooltip-top .arrow:before {border-top-color: #fff;}

.tooltip.tooltip-fixed.bs-tooltip-top .arrow {
    left: 50%;
    margin-left: -6px;
}

.tooltip.tooltip-fixed.bs-tooltip-top .tooltip-inner {
    max-width: 100%;
    padding: 10px 20px;
}

.h5, h5 {
    margin-bottom: 25px;
}

ul.social-links li.social-link-siguenos {
    position: relative;
    top: 2px;
}

.timeline--horizontal .timeline__item:before {
    content: '';
    background: #f0f3f4;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 100%;
    margin: -60px 0 0 -60px;
}

.timeline--horizontal .timeline__item--top.timeline__item:before{
  top: 100%;
}

.wpb_text_column.wpb_content_element.submenu-colabora {
    position: relative;
    padding: 0 0 0 120px;
    display: table-cell;
    width: 100%;
    height: 100px!important;
}

.wpb_text_column.wpb_content_element.submenu-colabora.submenu-colabora-central{
  border-left: 1px dashed #798893;
  border-right: 1px dashed #798893;
  padding: 0 0 0 155px;
  position: relative;
  left: -15px;
}

.wpb_text_column.wpb_content_element.submenu-colabora img {
    width: 90px;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 0;
}

.wpb_text_column.wpb_content_element.submenu-colabora.submenu-colabora-central img{
  left: 35px;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #788893!important;
}

.vc_separator {
    margin: -50px 0 -15px 0!important;
}

.wpb_text_column.wpb_content_element.submenu-colabora h3 {
    color: #89a397;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    font-family: "Bebas Neue Bold";
}

.wpb_text_column.wpb_content_element.submenu-colabora a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
    padding: 2px 7px;
    display: inline-block;
}

.submenu-colabora-content {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.select2-container--default .select2-selection--single {
    border-color: #d5d8da;
    border-radius: 10px;
    height: 60px;
    width: 100%;
}

span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.select2-container {
    width: 100%!important;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 60px;
    padding-left: 25px;
    padding-right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 0;
    right: 15px;
    width: 20px;
}

ul.select2-results__options li {
    margin: 0;
    padding: 10px 25px;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d3ab53;
    color: white;
}

hr {
    border-top: 1px dashed #7a8893;
    background: none;
    box-shadow: none;
}

.bubble-chat {
    background: #d1ab53;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 11px 0;
    display: inline-block;
    width: 42px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    position: fixed;
    right: 17px;
    bottom: 29px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.bubble-chat:hover {
    background: #ad8d45;
}

.bubble-chat i.fas.fa-comment-alt {
    position: relative;
    top: 2px;
}

.wrapper-chat {
    bottom: 28px!important;
    right: 17px!important;
    background: none!important;
    box-shadow: none!important;
    position: fixed!important;
    z-index: 999!important;
}

.chat-iframe{
  height: 400px;
  position: fixed;
  bottom: 25px;
  right: 66px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.chat-iframe.chat-iframe-closed {
    display: none;
}

.cabecera-chat {
    background: #d1ab53;
    height: 56px;
    position: absolute;
    top: 0px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 16px 20px;
}

.cabecera-chat a {
    color: #fff;
    position: absolute;
    line-height: 15px;
    font-size: 15px;
    right: 20px;
    top: 50%;
    margin-top: -7.5px;
}

.cabecera-chat a:hover{
  color: #e9d5ad;
}

.formPrevChat {
    padding: 30px;
    margin: 55px 0 0 0;
    font-size: 14px;
    position: relative;
    width: 300px;
    background: #fff;
    height: 87%;
}

.formPrevChat input[type="text"] {
    color: #879aa7;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    resize: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: #eceff1;
    border: 1px solid #dbe3e8;
    outline: none!important;
}

a.btnIniciarChat {
    border-radius: 0;
    padding: 10px 35px;
    letter-spacing: 0px;
    background: #d2ab53;
    border-color: #d2ab53;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 10px;
}

a.btnIniciarChat:hover{
    background: #ad8d45;
    border-color: #ad8d45;
}

p.chat-legal {
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0;
    display: block;
    position: relative;
    padding: 0 0 0 25px;
}

.chat-iframe iframe {
    height: 400px;
}

.modal{
  z-index: 9999;
}

a.audio-personaje {
    font-size: 15px;
    line-height: 20px;
    top: -8px;
    margin: 0 0 0 5px;
    position: relative;
    background: #d2ab53;
    color: #fff;
    padding: 7px 0 2px 0;
    display: inline-block;
    width: 29px;
    text-align: center;
    border-radius: 100%;
}

a.audio-personaje:hover {
    background: #ad8d45;
}

.wpb_text_column.wpb_content_element.producto-img-cont {
    background: #f7f9f9;
    overflow: hidden;
    padding: 0 150px;
    border-radius: 10px;
    height: 476px;
    position: relative;
}

.wpb_text_column.wpb_content_element.producto-img-cont img {
    position: absolute;
    width: 290px;
    top: -160px;
    left: 50%;
    margin-left: -145px;
}

img.precio-bolsa {
    position: absolute;
    width: 150px;
    top: -121px;
    right: 50px;
}

a.btn-form {
    display: block;
    color: #fff;
    background: #bdcaca;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    padding: 15px 15px;
    border-radius: 5px;
    white-space: nowrap;
}

a.btn-form:hover{  
    background: #91a6a6;
}

a.btn-form.activo {
    background: #d1ab53;
}

a.btn-form.activo:hover{
  background: #ad8d45;
}

.row.row-less-padding {
    margin-right: -5px;
    margin-left: -5px;
}

.row.row-less-padding div[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #d1ab54;
    color: #FFF;
    cursor: pointer;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    text-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    font-size: 13px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    color: #879aa7;
    border-radius: 0;
}

span.mailster-required {
    font-weight: 400;
    color: #d1ab54;
}


.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: none!important;
    border: none;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
    padding: 20px 0;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: none;
    border: none;
    padding: 20px 0 40px 0;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
  background: none!important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #2e3439!important;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0;
}

.vc_tta-controls-icon{
  display: none!important;
}

.vc_tta-panel-body {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 0!important;
}

.wpb-js-composer .vc_tta-container {
    margin-bottom: 0!important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a span{
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover span {
    color: #d2aa53;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.primer-acordeon .vc_tta-panel-title>a{
  border-top: none;
}

.datos-personales-donacion{
  display: none;
}

.blue-text{
  color: #80b4c1!important;
}

.input-otra-cantidad, .campo-empresa{
  display: none;
}

.input-group-text {
    border-radius: 10px;
    background: none;
    border: 1px solid #d5d8da;
    padding: 0 20px;
    color: #a0afb9;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-right: 0;
}

.wpcf7.input-group input[type="text"] {
    width: auto!important;
}

.input-otra-cantidad input, .input-otra-cantidad input:focus {
    background: #d1ab53;
    border: none;
    border-radius: 10px;
    color: #fff;
    height: 47px;
    margin: 0!important;
}

.input-otra-cantidad {
    position: absolute;
    top: 1px;
    width: calc(100% - 10px);
}

.input-otra-cantidad .input-group-text {
    border: none;
    color: #fff;
    background: #d1ab53;
}

.big-gracias{
  font-size: 150px;
      line-height: 170px;
}

a.gastos-envio-link {
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 0 0;
    display: inline-block;
    color: #d2ab53!important;
    border-bottom: 1px solid #d2ab53;
}

.woocommerce div.product div.images img {
    border-radius: 10px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #d2ab53;
    border: 1px solid #d2ab53;
    color: #fff;
    border-radius: 0;
    padding: 10px 35px;
    letter-spacing: 2px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ad8d45;
    border-color: #ad8d45;
    color: #fff;
}

.woocommerce div.product .product_title {
    font-weight: 600;
    margin: 0;
    font-size: 43px;
    line-height: 51px;
    color: #2d343a;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ff5402;
    font-weight: bold;
    font-size: 40px;
    margin: 15px 0;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
}

.quantity {
    position: relative;
    width: auto;
    float: none!important;
    margin: 0;
    display: inline-block;
}

.quantity input {
    margin: 0;
    padding: 0;
}

.quantity input[type="text"] {
    font-size: 12px;
    height: 46px;
    width: 90px!important;
    background: #eceff1;
    border: 1px solid #dbe3e8;
}

.quantity input[type="button"] {
    position: absolute;
    background: none;
    color: #8fa1ad;
    font-size: 17px;
    line-height: 45px;
}

.quantity input.minus {
    left: 7px;
}

.quantity input.plus {
    right: 7px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: auto;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: auto;
    clear: none;
}

.woocommerce-message::before {
    font-family: 'themify';
    content: "\e717";
    color: #888888;
    font-size: 20px;
    line-height: 20px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: 1px solid #edefee;
    border-radius: 10px;
    background: #f7f9f8;
    padding: 20px 200px 20px 70px;
}

.woocommerce-page .woocommerce-message .button {
    float: none;
    position: absolute;
    top: 15px;
    right: 15px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #879aa7;
    border-color: #879aa7;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 35px;
    letter-spacing: 2px;
    border: 1px solid #879aa7;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #ffffff;
    background: #616f79;
    border-color: #616f79;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: 'themify';
    content: "\e717";
    color: #888888;
    font-size: 20px;
    line-height: 20px;
}

.woocommerce-page table.cart td.actions {
    display: none;
}

.woocommerce a.remove {
    color: #000000!important;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
}

.woocommerce a.remove:hover {
    background: #000;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 150px;
    border-radius: 3px;
    border: 1px solid #eef1f2;
}

.woocommerce table.shop_table th {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 9px 12px 9px 0;
}

.woocommerce table.shop_table {
    border: none;
    border-radius: 0;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #e1e5e7;
    padding: 15px 12px 15px 0;
    font-size: 14px;
}

.cart_totals h2 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    color: #d1ab53;
    margin: 0 0 20px 0;
    font-weight: bold;
}

td.product-name {
  font-weight: 400;
}

.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
    padding: 15px 0;
    font-size: 15px;
    line-height: 25px;
}

span.woocommerce-Price-currencySymbol {
    margin: 0 0 0 5px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: auto!important;
    max-width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: auto;
    max-width: 100%;
}

.woocommerce form .form-row label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 13px;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

.woocommerce form .form-row .required {
    color: #4c4f52;
    font-weight: 300;
    font-size: 15px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    width: 100%;
    display: block;
    border-color: #e0e3e8;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #fff;
    border-color: #d5d8da;
}

form.woocommerce-checkout h3 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    color: #d1ab53;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 15px;
    height: 150px;
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 5px;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    padding: 0 0 0 30px;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    top: 5px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: none;
    padding: 0;
    font-size: 14px;
    margin: 0 0 10px 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f7f9f8;
    border-radius: 10px;
    border: 1px solid #edefee;
    padding: 25px;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 15px 0 0 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #7a8893;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    padding-left: 30px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    margin: 15px 0 0 0;
}

section.related.products {
    border-top: 1px dashed #7a8893;
    padding-top: 50px;
    margin: 30px 0 0 0;
}

section.related.products h2 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    color: #d1ab53;
    margin: 0 0 25px 0;
}

section.related.products h2.woocommerce-loop-product__title, h2.woocommerce-loop-product__title {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin: 20px 0 0 0;
    color: #2e343a;
    text-transform: uppercase;
}

.woocommerce div.product .loop-product span.price, .woocommerce .loop-product span.price {
    font-size: 17px;
    text-align: center;
    display: block;
    margin: 5px 0;
    color: #ff5402;
    font-weight: bold;
}

.woocommerce form.checkout_coupon {
    border: 1px solid #edefee;
    background: #f7f9f8;
    padding: 30px;
    margin: -8px 0 20px 0;
    border-radius: 0px 0 8px 8px;
    z-index: 1;
    position: relative;
    border-top: 0;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
}

.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
    padding: 10px 10px!important;
}



.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #d1ab53;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul li.is-active a:hover{
  color: #fff;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 0 1px 0;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #515151;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #d1ab53;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}

.woocommerce-MyAccount-content {
    border-left: 1px dashed #7a8893;
    padding: 0 0px 0px 30px;
    min-height: 500px;
}

legend {
    color: #d1ab53;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 20px 0!important;
    display: block;
    margin: 0;
    font-weight: bold;
}

header.woocommerce-Address-title.title {
    position: relative;
}

.woocommerce-MyAccount-content h3 {
    color: #d1ab53;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 0px 0 20px 0!important;
    display: block;
    margin: 0;
    font-weight: bold;
}

.woocommerce-account .addresses .title .edit {
    color: white;
    background: #d1ab53;
    font-size: 12px;
    padding: 2px 7px;
    margin: 0px 0 0 0;
}

.content-area .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: block;
    width: 100%;
    margin: 0;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    display: none;
}

p.woocommerce-form-row span {
    margin: 15px 0 0 0;
    font-size: 13px;
}

.woocommerce-Address {
    margin: 30px 0 0 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background: #f8f9f9;
    border: none;
    padding: 50px;
    border-radius: 8px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline .woocommerce-form__input-checkbox {
    top: 3px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    position: absolute;
    padding: 0px 0 0px 30px;
    left: 240px!important;
    margin: 5px 0 0 0;
    right: auto!important;
    display: block!important;
    width: auto!important;
}

.login h2, .register h2 {
    text-transform: uppercase;
    padding: 0px 0px 15px 0!important;
    display: block;
    margin: 0 0 15px 0px;
    font-weight: 400;
    font-size: 15px;
    color: #3a4248;
    letter-spacing: 2px;
}

p.woocommerce-LostPassword.lost_password {
    margin: 15px 0 0 0;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    width: 290px;
    top: 0;
    float: none;
    display: none;
}

p.woocommerce-result-count {
    display: none;
}

.product-thumb img{
    height: auto;
    max-width: 100%;
    width: 100%;
}

form.woocommerce-checkout h3#ship-to-different-address {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 0 30px;
}

.content-area .woocommerce ul#shipping_method li:before {
    display: none;
}

.content-area .woocommerce ul#shipping_method li {
    padding: 0;
}


.woocommerce ul#shipping_method li input {
    margin: 1px 10px 0 0;
    position: relative;
}

.mark, mark {
    background: none;
    font-weight: 500;
    color: #d1ab53;
}

h2.woocommerce-order-details__title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    color: #d1ab53;
    margin: 0 0 20px 0;
    font-weight: bold;
}

h2.woocommerce-column__title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    color: #d1ab53;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.woocommerce .woocommerce-customer-details address {
    background: #f7f9f8;
    border-radius: 10px;
    border: 1px solid #edefee;
    padding: 30px;
    margin: 0 0 30px 0!important;
    font-size: 14px;
    line-height: 24px;
}

.woocommerce table.my_account_orders .button {
    font-size: 12px;
    padding: 7px 10px;
    margin: 2px;
}


.cabecera-tienda {
    border-bottom: 1px dashed #7a8893;
    padding: 15px 0;
    margin: 0px 0 0 0;
    color: #7a8893;
    letter-spacing: 2px;
    font-size: 14px;
}

.content-area .cabecera-tienda ul {font-size: 14px;letter-spacing: 0px;float: right;margin: 0;}

.content-area .cabecera-tienda ul li:before {
    display: none;
}

.content-area .cabecera-tienda ul li {
    display: inline-block;
    margin: 0;
}

.cabecera-tienda a{
  color: #7a8893;
}

.cabecera-tienda a:hover {
    color: #d1ab53;
}

.content-area .woocommerce ul.order_details li:before {
    display: none;
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700;
    font-size: 17px;
    margin: 30px 0 10px 0;
    text-transform: uppercase;
}

h2.wc-bacs-bank-details-heading {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
}

.woocommerce ul.order_details li strong {
    font-size: 14px;
    margin: 8px 0 0 0;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    border-top: 1px solid #e1e5e7;
    margin: -30px 0 0 0;
    padding-top: 30px;
}

.woocommerce-additional-fields {
    margin: 10px 0 0 0;
}

a.about_paypal {
    display: none;
}

.payment_method_paypal img {
    display: none;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 58px;
    padding: 18px 20px;
    line-height: 1.5;
    color: #ffffff;
    content: "Seleccionar archivo";
    background-color: #d2ab53;
    border-left: 1px solid #ced4da;
    border-radius: 0 9px 9px 0;
    border: none;
}

.custom-file-label {
    border-radius: 10px;
    color: #879aa7;
    font-size: 16px;
    font-weight: 300;
    padding: 0 25px;
    resize: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.custom-file {
    height: 60px;
}

.wpcf7 input[type="file"] {
    height: 60px;
}

/* footer */
footer.site-footer {
  padding: 30px 0;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  color: #7a8893;
  border-top: 1px dashed #7a8893;
  background: #fff;
}

.site-footer a{
  color: #7a8893;
}

.site-footer a:hover {
    color: #879aa7;
}

.logo-footer {
    width: 220px;
}

.site-footer ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}

.site-footer ul li:before{
  display: none!important;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.site-footer ul li:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #7a8893;
    display: block;
    position: absolute;
    right: -6px;
    top: 3px;
}

.site-footer ul li.last:after{
  display: none;
}

.right-footer {
    text-align: right;
}

img.img-fluid.promedia {
    width: 120px;
    position: relative;
    margin: 0 0 0 4px;
    top: -1px;
}
/* /footer*/

/* Animaciones */
.animacion-pictotraductor-old{
  width: 410px;
  margin: 0 auto;
  display: block;
}


img.animacion-wikipicto-2 {
    position: absolute;
    width: 90px;
    left: 100px;
    top: -10px;
}

img.animiacion-wikipicto-3 {
  position: absolute;
  top: 30px;
  left: 243px;
  width: 260px;
}

img.animacion-wikipicto-1 {
    width: 400px;
    margin: 0 auto;
    display: block;
}

img.animacion-pictoeduca-1 {
    width: 690px;
    display: block;
    max-width: 200%;
    position: absolute;
    top: -75px;
    left: -60px;
}

img.animacion-pictoeduca-2 {
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -7px;
    top: -40px;
}

.video-animacion-pictoeduca {
    background: black;
    position: absolute;
    width: 199px;
    height: 141px;
    top: 44px;
    left: 179px;
    z-index: -1;
}

.video-animacion-pictoeduca.version-mobile{
	background: url(../img/pictoeduca-s.png);
	z-index: 1;
	background-size: cover;
	background-position: center;
}

img.animacion-pictocuentos-4 {position: absolute;width: 120px;right: 80px;top: -40px;}

img.animacion-pictocuentos-3 {position: absolute;width: 80px;top: -80px;left: 240px;}

img.animacion-pictocuentos-2 {position: absolute;width: 140px;left: 0;bottom: 20px;}

img.animacion-pictocuentos-1 {
    width: 430px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -20px;
}

img.animacion-pictoagenda-2 {
    width: 110px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -72px;
}

img.animacion-pictoagenda-3 {position: absolute;width: 150px;left: 45px;top: 30px;}

img.animacion-pictoagenda-4 {position: absolute;width: 200px;bottom: -20px;left: 30px;}

img.animacion-pictoagenda-5 {position: absolute;width: 175px;right: 37px;top: 140px;}

img.animacion-pictoagenda-6 {position: absolute;width: 200px;right: 12px;bottom: -5px;}

img.animacion-pictoagenda-1 {
    width: 150px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
}

img.animacion-pictojuegos-1 {position: absolute;top: -40px;right: 0;width: 240px;}

img.animacion-pictojuegos-2 {
    position: absolute;
    width: 370px;
    top: -7px;
    right: 140px;
}

.pictojuegos-slide-container {
    position: absolute;
    width: 120px;
    height: 97px;
    top: 200px;
    right: 58px;
    border: 2px solid #fff;
}

img.pictojuegos-slide-mano {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: -7px;
    width: 133px;
    max-width: 1000px;
}

img.animacion-pictotraductor-1 {
    position: absolute;
    top: 0;
    right: 15px;
    width: 290px;
}

img.animacion-pictotraductor-2 {width: 190px;position: absolute;bottom: 0;right: 230px;}

img.animacion-pictotraductor-3 {width: 130px;position: absolute;top: -10px;right: 230px;}

img.animacion-pictotraductor-4 {width: 120px;position: absolute;top: -88px;right: 76px; margin-top: 7px;}

img.animacion-pictosonidos-1 {position: absolute;width: 120px;top: -96px;left: 120px;}

img.animacion-pictosonidos-2 {position: absolute;bottom: 29px;width: 200px;right: 70px;}

img.animacion-pictosonidos-4 {position: absolute;width: 230px;bottom: -30px;left: 74px;}

img.animacion-pictosonidos-3 {position: absolute;width: 60px;top: -30px;left: 240px;}

img.animacion-pictosonidos-5 {
    position: absolute;
    width: 300px;
    bottom: 0;
    left: 130px;
}

.contenedor-animacion-pictosonidos, .contenedor-animacion-pictocuentos, .contenedor-animacion-pictoagenda{
	height: 340px;
	position: relative;
	margin-top: 50px;
}
/* Animaciones */

/* footer always bottom */
body.footer-always-bottom #page {
   min-height:100%;
   position:relative;
}

body.footer-always-bottom #primary {
   padding-bottom:100px;   /* Height of the footer */
}

body.footer-always-bottom footer.site-footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:100px;   /* Height of the footer */
}
/* /footer always bottom */

/* pagination */
.pagination, .content-area .pagination {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 30px 0 0 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.content-area ul.pagination li{
  padding: 0;
  margin: 0 3px;
}

.content-area ul.pagination li:before{
  display: none;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  margin: 0 1px;
  background: #f0f0f0;
  color: #969696;
  padding: 15px 0;
  border-radius: 100%;
  width: 44px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.pagination > li > a:hover {
    color: #d2ab53;
}

.pagination > li > span.current{
  background: #879aa7;
  color: #ffffff;
  font-weight: bold;
  border-radius: 100%;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

li.page-item {
    margin: 0 15px;
}
/**************/

/* Contact form 7 */
.wpcf7 input[type="text"], .wpcf7 textarea{
  color: #879aa7;
  font-size: 16px;
  font-weight: 300;
  padding: 0 25px;
  resize: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  background: #fff;
  border-color: #d5d8da;
}

.wpcf7 textarea{
  line-height: 24px;
  border-radius: 10px;
  height: 150px;
  padding: 10px 15px;
}

span.wpcf7-not-valid-tip {
  color: #E05D5B;
  margin-top: 5px;
}

div.wpcf7-validation-errors{
  background-color: #e8c9c8;
  border-color: #e06361;
  color: #e05d5b;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

div.wpcf7-mail-sent-ok{
  background-color: #DFF0D8;
  border-color: #3C763D;
  color: #3C763D;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

input[type="submit"].wpcf7-submit {
    background: #d2ab53;
    color: #FFF;
    cursor: pointer;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    text-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

input[type="submit"].wpcf7-submit:hover, input[type="submit"].wpcf7-submit:active{
  background: #ad8d45;
  color: #FFF;
}

div.wpcf7 img.ajax-loader {
  width: 25px;
  margin: -5px 0 0 15px;
}

.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}

.checkbox span.wpcf7-list-item-label {
    padding: 0 0 0 25px;
}
/* /Contact form 7 */

/* magnific jquery */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
  display: none;
}

button.mfp-arrow {
  background: #000;
  color: #FFF;
  padding: 0 20px;
  width: auto;
  font-size: 25px;
  height: 50px;
  border-radius: 0;
  margin-top: -25px;
  margin-left: 20px;
  margin-right: 20px;
}

.mfp-arrow:active{
  margin-top: -25px;
}

.mfp-counter{
  display: none;
}
/* ./magnific-jquery */

#topcontrol{
  background-color: #313035;
  padding: 9px 13px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 20px;
  color: #FFF;
  z-index: 99;
  bottom: 85px!important;
  width: 38px;
  height: 38px;
  right: 20px!important;

  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

#topcontrol:hover{
  background: #000;
}

.gm-style img {
  max-width: none;
}

/* Comentarios */
ol.comment-list {
    list-style: none;
    margin: 0;
}

ol.comment-list ol{
  list-style: none;
}

.comment-body {
    background: #FFF;
    padding: 40px 40px 40px 140px;
    position: relative;
    margin: 0 0 15px 0;
}

.comment-form-comment textarea {
    background: #FFF;
    border: 1px solid #CCC;
}

.comment-form-comment label {
    font-weight: normal;
    font-size: 20px;
}

.comment-author .avatar {
    width: 70px;
    border-radius: 50px;
    position: absolute;
    left: 40px;
}

.comment-metadata time {
    color: #868686;
    margin: 5px 0 20px 0;
    display: block;
    font-size: 12px;
}

.reply{
  text-align: right;
}

a.comment-reply-link, a.comment-reply-link:focus {
    background: #009483;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
    color: #FFF;
}

a.comment-reply-link:hover{
  background: #343440;
  color: #FFF;
}

.logged-in-as img.avatar {
    width: 30px;
    border-radius: 50px;
    margin: 0 5px 0 0;
}

.comments-area {
    margin: 30px 0 0 0;
}

h3.comment-reply-title {
    margin: 50px 0 20px 0;
}

.comment-form-captcha label {
    display: block;
    margin-bottom: 10px;
}

p.comment-awaiting-moderation {
    font-style: italic;
}
/* Comentarios */

/* animsition */
.animsition-loading {
    background-color: rgba(0, 0, 0, 0);
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
}

.animsition-loading {
    border-left: 3px solid #d7efec;
}

.animsition-loading {
    border: none;
    -webkit-animation-iteration-count: 0;
    animation-iteration-count: 0;
    width: 150px;
    height: auto;
    margin-top: -45px;
    margin-left: -75px;
}
/* animsition */

/* CRP */
.crp_related h3{
  font-size: 23px;
  line-height: 30px;
  margin: 0 0 15px 0;
}

.crp_related{
  margin: 40px 0;
}

.crp_related a.thumbnail-link {
    margin-bottom: 10px;
}

.crp_related a {
    display: block;
    margin: 15px 0;
    color: #000;
    font-size: 14px;
}
/* CRP */

/* select2 */

/* /select2 */

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

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

@media (max-height: 700px){
  .arrow-down-home{
    display: block;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px){

  .big-gracias{
    font-size: 100px;
        line-height: 100px;
  }

  .section-title h2 {
      font-size: 33px;
  }

  .content-area ul.disponibilidad-proyecto li:first-child {
      display: block;
      margin: 0 0 20px 0;
  }

  img.animacion-pictotraductor-1 {
      right: 15px;
      width: 230px;
  }

  img.animacion-pictotraductor-4 {width: 80px;top: -53px;}

  img.animacion-pictotraductor-3 {width: 100px;top: 10px;right: 190px;}

  img.animacion-pictotraductor-2 {width: 160px;position: absolute;bottom: 130px;right: 185px;}

  img.animacion-pictosonidos-2 {
      right: -10px;
      bottom: 40px;
      width: 180px;
  }

  .contenedor-animacion-pictocuentos{
  	width: 540px;
  }

  .contenedor-animacion-pictoagenda{
  	width: 450px;
  }

  img.animacion-pictoagenda-2 {
      width: 110px;
      position: absolute;
      top: 40px;
      left: 50%;
      margin-left: -72px;
  }

  img.animacion-pictoagenda-1 {
      width: 150px;
      margin: 0 auto;
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -75px;
      top: 50%;
  }

  img.animacion-pictoagenda-3 {
      position: absolute;
      width: 143px;
      left: 5px;
      top: 30px;
  }

  img.animacion-pictoagenda-4 {
      position: absolute;
      width: 170px;
      bottom: -10px;
      left: 10px;
  }

  img.animacion-pictoagenda-5 {
      position: absolute;
      width: 145px;
      right: 17px;
      top: 160px;
  }

  img.animacion-pictoagenda-6 {
      position: absolute;
      width: 170px;
      right: -5px;
      bottom: 1px;
  }

  .animacion-wikipicto {
      width: 450px;
      position: relative;
  }

  img.animacion-wikipicto-2 {
      position: absolute;
      width: 90px;
      left: 40px;
      top: -10px;
  }

  img.animiacion-wikipicto-3 {
      position: absolute;
      top: 30px;
      left: 178px;
      width: 260px;
  }

  img.animacion-pictoeduca-2 {
      position: absolute;
      width: 50px;
      left: 50%;
      margin-left: 43px;
      top: -40px;
  }

  img.y-proyectos {
      left: 227px;
      width: 62px;
  }

  .title-bar.title-bar-aplicaciones {
      margin: -36px 0 0 0;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora h3 {
      font-size: 23px;
      line-height: 25px;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora.submenu-colabora-central {
      left: -10px;
  }

  .timeline__content {
      padding: 30px;
  }

  .timeline__content p {
      font-size: 14px;
  }
}

/* Small devices Tablets  */
@media (max-width: 991px) {
	.navbar-collapse {
      background: rgba(255, 255, 255, 1);
      position: absolute;
      right: 22px;
      left: auto;
      top: 65px;
      padding: 5px 0;
      border: 1px solid #d5dce0;
      width: 250px;
  }

  .navbar-nav{
    margin: 0;
  }

  ul.social-links {
      top: auto;
  }

  ul.social-links li.social-link-siguenos {
      display: block;
      margin: 0 0 5px 0;
  }

  .navbar-nav li a {
      padding: 7px 20px;
      color: #879aa7;
      position: relative;
      margin: 0;
      display: block;
  }

  .navbar-nav li a:hover {
      color: #d2ab53;
  }

  .navbar-nav li.current-menu-item a {
      border-bottom: none;
      color: #d2ab53;
  }

  .navbar-nav li {
      margin: 0;
  }

  .navbar-nav li a:after{
    display: none;
  }

  ul#social-links-copy.social-links {
      color: #889ba8;
      position: relative;
      bottom: auto;
      right: auto;
      padding: 15px 20px 10px 20px;
      border-top: 1px solid #d5dce0;
  }

  ul#social-links-copy.social-links li a {
      color: #a6b4be;
  }

  .section-title h2 {
      font-size: 25px;
  }

  h1.page-title, h2.page-title {
      font-size: 19px;
      letter-spacing: 4px;
  }

  .sidebar {
      padding: 50px 170px 0;
      border-top: 1px solid #f4f4f4;
      margin-top: 50px;
  }

  .pagination {
      justify-content: center;
  }

  .row.row-proyectos {
      
  }

  .row.row-proyectos.row-proyectos-listado {
      padding: 30px 0;
  }

  .proyectos-container {
      background-size: cover;
  }

	img.animacion-pictotraductor-1 {
	width: 160px;
	}

	img.animacion-pictotraductor-4 {width: 60px;top: -43px;right: 60px;}

	img.animacion-pictotraductor-3 {width: 60px;top: 10px;right: 140px;}

	img.animacion-pictotraductor-2 {width: 130px;position: absolute;bottom: 210px;right: 115px;}


	img.animacion-pictosonidos-1 {
	    position: absolute;
	    width: 90px;
	    top: -66px;
	    left: 120px;
	}

	img.animacion-pictosonidos-3 {
	    position: absolute;
	    width: 50px;
	    top: -16px;
	    left: 210px;
	}

	img.animacion-pictosonidos-5 {
	    position: absolute;
	    width: 240px;
	    bottom: 70px;
	    left: 80px;
	}

	img.animacion-pictosonidos-4 {
	    position: absolute;
	    width: 160px;
	    bottom: 64px;
	    left: 40px;
	}

	img.animacion-pictosonidos-2 {
	    position: absolute;
	    bottom: 95px;
	    width: 170px;
	    right: -17px;
	}

	.contenedor-animacion-pictocuentos {
	    width: 300px;
	}

	img.animacion-pictocuentos-4 {
	    position: absolute;
	    width: 90px;
	    right: 10px;
	    top: -40px;
	}

	img.animacion-pictocuentos-3 {
	    position: absolute;
	    width: 60px;
	    top: -70px;
	    left: 120px;
	}

	img.animacion-pictocuentos-2 {
	    position: absolute;
	    width: 80px;
	    left: -30px;
	    bottom: auto;
	    top: 80px;
	}


	.contenedor-animacion-pictoagenda {
	    width: 300px;
	    height: 230px;
	}

	img.animacion-pictoagenda-1 {
	    width: 95px;
	    margin: 0 auto;
	    display: block;
	    position: absolute;
	    left: 50%;
	    margin-left: -37px;
	    top: 108px;
	}

	img.animacion-pictoagenda-2 {
	    width: 70px;
	    position: absolute;
	    top: 32px;
	    left: 50%;
	    margin-left: -35px;
	}

	img.animacion-pictoagenda-3 {
	    position: absolute;
	    width: 103px;
	    left: 5px;
	    top: 30px;
	}

	img.animacion-pictoagenda-4 {
	    position: absolute;
	    width: 130px;
	    bottom: 0px;
	    left: 10px;
	}

	img.animacion-pictoagenda-5 {
	    position: absolute;
	    width: 125px;
	    right: -23px;
	    top: 88px;
	}

	img.animacion-pictoagenda-6 {
	    position: absolute;
	    width: 140px;
	    right: -35px;
	    bottom: 11px;
	}

	.animacion-pictoeduca {
	    margin: 70px 0 0 -150px;
	    position: relative;
	}

	img.animacion-pictoeduca-2 {
	    margin-left: 27px;
	    top: -61px;
	}

	.animacion-wikipicto {
	    width: 300px;
	    position: relative;
	}

	img.animacion-wikipicto-2 {
	    position: absolute;
	    width: 70px;
	    left: 10px;
	    top: -10px;
	}

	img.animiacion-wikipicto-3 {
	    position: absolute;
	    top: 20px;
	    left: 108px;
	    width: 190px;
	}


	.owl-theme .owl-nav {
	    left: -40px;
      right: -40px;
	}

	.owl-carousel.owl-proyectos .owl-nav button.owl-next, .owl-carousel.owl-proyectos .owl-nav button.owl-prev {
	    font-size: 20px;
	    line-height: 20px;
	    color: #88a5a2;
	    -webkit-transition: all .4s ease-in-out;
	    -moz-transition: all .4s ease-in-out;
	    -ms-transition: all .4s ease-in-out;
	    -o-transition: all .4s ease-in-out;
	    transition: all .4s ease-in-out;
	    position: absolute;
	    left: 0;
	}

	.owl-carousel.owl-proyectos .owl-nav button.owl-prev {
	    right: 0;
	    left: auto;
	}

	.thumbnail-ver-proyecto{
		display: none;
	}

  .detras {
      font-size: 33px;
      line-height: 33px;
  }

  .title-bar.title-bar-aplicaciones {
      margin: -25px 0 0 0;
  }

  img.y-proyectos {
      left: 169px;
      width: 44px;
  }

  footer.site-footer {
      text-align: center;
  }

  .right-footer {
      text-align: center;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora.submenu-colabora-central {
      left: -20px;
      padding: 0 35px 0 110px;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora {
      height: 90px!important;
  }

  .submenu-colabora-content {
      height: 90px;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora h3 {
      font-size: 19px;
      line-height: 25px;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora img {
      width: 60px;
      padding: 10px 0;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora {
      padding: 0 0 0 80px;
      height: 90px!important;
  }

  ul.social-links li.idiomas {
      margin: 10px 0 0 0px;
      padding-left: 0px;
  }

  ul.social-links li.idiomas:before{
    display: none;
  }

  .hito {
      padding: 15px 0;
      min-width: 202px;
  }

  button.navbar-toggler{
  	top: 10px;
  }

  .woocommerce div.product .product_title {
      font-size: 25px;
      line-height: 31px;
  }

  .woocommerce div.product p.price, .woocommerce div.product span.price {
      font-size: 30px;
  }

  .single-product.woocommerce div.product form.cart div.quantity {
      margin-bottom: 10px;
  }

  .woocommerce-error, .woocommerce-info, .woocommerce-message {padding: 20px 20px 70px 70px;}

  .woocommerce-page .woocommerce-message .button {
      top: auto;
      right: auto;
      bottom: 20px;
  }

  .woocommerce-form-coupon-toggle .woocommerce-info {
      padding-bottom: 20px;
  }

}

/* Extra small devices Phones */
@media (max-width: 767px) {
  a.btn-form {
      margin: 5px 0;
  }

  .input-otra-cantidad {
      top: 6px;
  }

	.barco {
      margin-left: -150px;
      width: 300px;
      margin-top: -164px;
  }

  .tooltip.tooltip-fixed.bs-tooltip-top {
      width: 250px;
      left: 50%;
      margin-left: -125px;
  }

  .tooltip.tooltip-fixed.bs-tooltip-top .tooltip-inner {
      padding: 5px 10px;
  }

  .tooltip.tooltip-fixed.bs-tooltip-top.visible {
      top: -65px;
  }

  img.img-reflejo-barco {
      bottom: -65px;
      width: 300px;
  }

  .nubes {
      top: 110px;
      height: 120px;
      background-size: 600px;
  }

  img.piedras {
      width: 140px;
      margin-top: -110px;
  }

  .full-height-container {
      min-height: 650px!important;
      height: auto;
  }

  .full-height-container-home {
      min-height: 650px!important;
  }

  img.rocas {
      display: none;
  }

  .pajarito {
      top: -5px;
      left: -1px;
      width: 50px;
      height: 50px;
      background-size: 110px;
      z-index: 1;
  }

  .pajarito.pajarito-pos-1 {
      background-position: -59px 0;
  }

  a.navbar-brand {
      width: 170px;
      padding-left: 15px;
  }

  button.navbar-toggler{
  	top: 0;
  }

  .navbar-collapse {
      top: 52px;
  }

  footer.site-footer {
      text-align: center;
  }

  .right-footer {
      text-align: center;
  }

  .site-footer ul li {
      display: block;
      margin: 10px 0;
  }

  .site-footer ul li:after{
    display: none;
  }

  .container-site-header {
      width: auto;
  }

  .hito {
      margin: 15px 0!important;
  }

  .hito h3 {
      font-size: 20px;
  }

  .section {
      padding: 50px 0;
  }

  html, body {
      font-size: 14px;
  }

  .btn {
      font-size: 12px;
  }

  .proyecto h2 {
      font-size: 25px;
  }

  .proyecto h3 {
      font-size: 15px;
  }

  .section.section-bpt {
      padding-top: 190px;
  }

  .wpcf7 p {
      padding-bottom: 15px;
  }

  .white-box{
    padding: 30px;
  }

  .sidebar {
      padding: 50px 0px 0;
  }

  p.error-404 {
      font-size: 100px;
      line-height: 100px;
  }

  .proyectos-container {
      padding: 150px 60px 50px 60px;
      text-align: center;
      background-size: cover;
  }

  .contenedor-animacion-pictotraductor {
      height: 186px;
      position: relative;
      margin: 20px auto 50px auto!important;
  }

  .animacion-pictotraductor-old {
      width: 220px;
  }

  img.animacion-pictotraductor-1 {
      width: 160px;
      left: 50%;
      right: auto;
      margin-left: -80px;
  }

  img.animacion-pictotraductor-2 {width: 100px;position: absolute;bottom: -10px;right: auto;left: 50%;margin-left: -140px;}

  img.animacion-pictotraductor-3 {width: 60px;top: 10px;right: auto;left: 50%;margin-left: -100px;}

  img.animacion-pictotraductor-4 {width: 60px;top: -43px;right: auto;left: 50%;margin-left: -30px;}

  .contenedor-animacion-pictosonidos {
      height: 340px;
      width: 330px;
      position: relative;
      margin: 50px auto -90px auto!important;
      left: -65px;
  }


  img.animacion-pictosonidos-1 {
      position: absolute;
      width: 80px;
      top: -56px;
      left: 120px;
  }

  img.animacion-pictosonidos-3 {
      position: absolute;
      width: 40px;
      top: -10px;
      left: 200px;
  }

  img.animacion-pictosonidos-5 {
      position: absolute;
      width: 180px;
      bottom: 130px;
      left: 130px;
  }

  img.animacion-pictosonidos-4 {
      position: absolute;
      width: 110px;
      bottom: 130px;
      left: 104px;
  }

  img.animacion-pictosonidos-2 {
      position: absolute;
      bottom: 149px;
      width: 130px;
      right: -2px;
  }

  .contenedor-animacion-pictocuentos {
      margin: 50px auto -90px auto!important;
      left: 15px;
  }

  .contenedor-animacion-pictoagenda {
      margin: 0 auto 50px auto!important;
  }

  .animacion-pictoeduca {
      margin: 50px auto!important;
      position: relative;
      width: 280px;
      height: 270px;
  }

  img.animacion-pictoeduca-1 {
      width: 690px;
      display: block;
      max-width: 200%;
      position: absolute;
      top: -57px;
      left: -140px;
  }

  .video-animacion-pictoeduca {
      background: black;
      position: absolute;
      width: 160px;
      height: 114px;
      top: 40px;
      left: 55px;
      z-index: -1;
  }

  img.animacion-pictoeduca-2 {
      margin-left: -15px;
      top: -61px;
  }

  .animacion-wikipicto {
      width: 300px;
      position: relative;
      margin: 0 auto 50px auto!important;
  }

  .animacion-pictojuegos {
      position: relative;
      width: 300px;
      margin: 0 auto 50px auto!important;
      height: 320px;
      left: 15px;
  }

  img.animacion-pictojuegos-2 {
      position: absolute;
      width: 170px;
      top: -7px;
      right: 160px;
  }

  img.personaje-airi{
    top: 69px;
    width: 70px;
    left: 44px;
  }

  img.personaje-tera {
      top: 45px;
      width: 70px;
      left: 206px;
  }

  img.personaje-flame {
      top: -6px;
      width: 70px;
      left: 127px;
  }

  img.personaje-acu {
      top: 77px;
      width: 70px;
      left: 122px;
  }

  .title-bar.title-bar-aplicaciones {
      margin: -25px 0 0 0;
  }

  img.y-proyectos {
      left: 170px;
      width: 42px;
  }

  img.titulo-proyectos {
      width: 200px;
  }

  .title-bar.title-bar-aplicaciones {
      margin: -13px 0 0 0;
  }

  img.y-proyectos {
      left: 81px;
      width: 23px;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora {
      height: auto!important;
      text-align: center;
      margin: 0 auto;
      width: 100px;
      display: block;
      padding: 0;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora h3 {
      font-size: 15px;
      line-height: 20px;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora.submenu-colabora-central {
      left: auto;
      padding: 0;
      border: none;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora.submenu-colabora-central img {
      left: 0;
  }

  .wpb_text_column.wpb_content_element.submenu-colabora img {
      width: 60px;
      padding: 0px 0;
      position: relative;
  }

  .submenu-colabora-content {
      height: 80px;
      width: 100%;
      display: block;
      padding: 0;
  }

  .carousel-caption h2 {
      font-size: 30px;
  }

  .miembro-equipo h2 {
      font-size: 40px;
      line-height: 40px;
  }

  .miembro-equipo p {
      font-size: 20px;
  }

  .tooltip-personaje .arrow {
      display: none!important;
  }

  .hansel-y-gretel{
    width: 250px;
        margin: 0 auto;
        display: block;
  }

  .form-group .row input[type="text"] {
      margin: 5px 0;
  }

  .form-group .row [class*="col-"]:last-child input[type="text"] {
      margin-bottom: 0;
  }

  .form-group .row [class*="col-"]:first-child input[type="text"] {
      margin-top: 0;
  }

  .page-header {
      padding: 100px 30px 0px 30px;
  }
}

@media (max-width: 600px){
  .timeline__item:after {
      height: 50px;
      width: 50px;
      top: 64px;
      left: 15px!important;
  }

  .timeline--mobile .timeline__item .timeline__content:after, .timeline--mobile .timeline__item .timeline__content:before{
    display: none;
  }

  .timeline:not(.timeline--horizontal):before{
    display: none;
  }

  .timeline--mobile .timeline__item {
      padding-left: 0;
  }

  .timeline__content {
      padding: 30px 30px 30px 80px;
  }
}

@media (max-width: 575px){
	.thumb-proyecto.thumb-proyecto-alt {
	    margin: 15px auto;
	    /*width: 270px;*/
	}

	.proyectos-container {
	    padding: 150px 0px 50px 0px;
	}

	.navegacion-proyectos{
		display: none;
	}
}