  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500&family=Open+Sans:wght@300;400;600&display=swap');
  @font-face {
    font-family: 'sgr';
    src: url("fonts/sgr.eot?vqjkb0");
    src: url("fonts/sgr.eot?vqjkb0#iefix") format('embedded-opentype'), url("fonts/sgr.ttf?vqjkb0") format('truetype'), url("fonts/sgr.woff?vqjkb0") format('woff'), url("fonts/sgr.svg?vqjkb0#sgr") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  :root{
    --primary-color: #000000;
    --secondary-color: #b29268;
    --third-color: #e1d6c8;
    --fourth-color: #c9b498
    ;
  }
  i,
  .icomoon,
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    font-family: 'sgr' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-home:before {
    content: "\e901";
  }
  .icon-pencil:before {
    content: "\e905";
  }
  .icon-pencil2:before {
    content: "\e906";
  }
  .icon-book:before {
    content: "\e91f";
  }
  .icon-folder-open:before {
    content: "\e930";
  }
  .icon-price-tag:before {
    content: "\e935";
  }
  .icon-credit-card:before {
    content: "\e93f";
  }
  .icon-envelopes:before {
    content: "\e945";
  }
  .icon-bubble:before {
    content: "\e96b";
  }
  .icon-bubble2:before {
    content: "\e96e";
  }
  .icon-quotes-left:before {
    content: "\e977";
  }
  .icon-quotes-right:before {
    content: "\e978";
  }
  .icon-mug:before {
    content: "\e9a2";
  }
  .icon-switch:before {
    content: "\e9b6";
  }
  .icon-menu:before {
    content: "\e9bd";
  }
  .icon-sphere:before {
    content: "\e9c9";
  }
  .icon-earth:before {
    content: "\e9ca";
  }
  .icon-link:before {
    content: "\e9cb";
  }
  .icon-bookmark:before {
    content: "\e9d2";
  }
  .icon-happy:before {
    content: "\e9df";
  }
  .icon-question:before {
    content: "\ea09";
  }
  .icon-info:before {
    content: "\ea0c";
  }
  .icon-cross:before {
    content: "\ea0f";
  }
  .icon-arrow-up2:before {
    content: "\ea3a";
  }
  .icon-arrow-right2:before {
    content: "\ea3c";
  }
  .icon-arrow-down2:before {
    content: "\ea3e";
  }
  .icon-arrow-left2:before {
    content: "\ea40";
  }
  .icon-circle-right:before {
    content: "\ea42";
  }
  .icon-circle-left:before {
    content: "\ea44";
  }
  .icon-embed2:before {
    content: "\ea80";
  }
  .icon-face:before {
    content: "\ea90";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitte:before {
    content: "\ea96";
  }
  .icon-linkedin:before {
    content: "\eac9";
  }
  .icon-linked:before {
    content: "\eac9";
  }
  .icon-html-five:before {
    content: "\eae4";
  }
  .icon-html-five2:before {
    content: "\eae5";
  }
  .icon-css3:before {
    content: "\eae6";
  }
  * {
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
  }
  html body {
    background: var(--primary-color);
    font-family: 'Montserrat', sans-serif ;
    font-weight: 400;
    margin: 0px;
    overflow-x: hidden;
    padding: 0px;
  }
  figure,
  ol,
  ul {
    list-style: none;
    margin: 0;
    padding: 0px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Montserrat', serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  img {
    height: auto !important;
  }
  #closeMovil,
  #closeComments {
    border: none;
    color: var(--third-color);
    font-size: 30px;
    padding: 20px;
    text-align: right;
  }
  #toc_container {
    background: #2a2d47 !important;
    border: 1px solid #ffc576 !important;
    border-radius: 10px !important;
    display: block !important;
    margin: 20px auto !important;
    max-width: 95% !important;
    padding: 10px !important;
  }
  #toc_container a {
    color: #fff;
    transition: 0.4s all;
  }
  #toc_container a:hover {
    color: var(--third-color);
    transition: 0.4s all;
  }
  #toc_container p {
    margin: 16px 0;
    text-align: center;
    padding: 0;
  }
  #toc_container ul {
    padding: 0 20px;
  }
  #toc_container ul li {
    list-style-type: none !important;
  }
  #wpdcom,
  .wpd-login {
    color: #fff;
  }
  #wpdcom a,
  .wpd-login a {
    color: #ffc576 !important;
  }
  .advertising {
    margin: 5% 0;
  }
  .contentpost__in {
    color: #fff;
    line-height: 1.5em;
    padding: 0 5%;
  }
  .contentpost__in a {
    color: var(--third-color);
  }
  .contentpost__in img {
    border-radius: 10px;
    display: block;
    margin: 20px auto;
    max-width: 95%;
  }
  .contentpost__in h1,
  .contentpost__in h2,
  .contentpost__in h3,
  .contentpost__in h4,
  .contentpost__in h5,
  .contentpost__in h6 {
    color: var(--third-color);
    padding: 1em 0;
  }
  .contentpost__in h4,
  .contentpost__in h5,
  .contentpost__in h6 {
    padding: 1em;
  }
  .contentpost__in input,
  .contentpost__in textarea {
    border: 1px solid #ffc576 !important;
  }
  .contentpost__in ol li {
    list-style-type: decimal !important;
    margin: 0.5em 0;
  }
  .contentpost__in ol,
  .contentpost__in ul {
    /* padding: 0 2em !important; */
  }
  .contentpost__in ul li {
    margin: 0.5em 0;
    list-style-type: "> " !important;
  }
  .contentpost__in--comments {
    color: var(--third-color);
    cursor: pointer;
    display: block;
    font-size: 25px;
    margin: 40px auto;
    text-align: center;
    transition: 0.4s all;
  }
  .contentpost__in--err {
    text-align: center;
  }
  .contentpost__in--err form input {
    font-size: 12px;
  }
  .contentpost__in--err form input[type="text"] {
    background: #2a2d47;
    border: 1px solid var(--third-color);
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    padding: 20px 10px;
    width: 70%;
  }
  .contentpost__in--err form input[type="submit"] {
    background: #1f2235;
    border: 1px solid var(--third-color);
    border-radius: 0 10px 10px 0;
    color: #fff;
    cursor: pointer;
    padding: 20px 10px;
    transition: 0.4s all;
  }
  .contentpost__in--err form input[type="submit"]:hover {
    background: var(--third-color);
    color: #1f2235;
    transition: 0.4s all;
  }
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-text,
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-dropdown,
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-textarea,
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-datepicker,
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-file-wrapper {
    background: #2a2d47;
    border: 1px solid #ffc576 !important;
    border-radius: 10px;
    transition: 0.4s all;
  }
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-text:focus,
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-dropdown:focus,
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-textarea:focus,
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-datepicker:focus,
  .contentpost__in .eapps-form-style-classic .eapps-form-element-input-file-wrapper:focus {
    background: var(--third-color);
    color: #2a2d47;
    transition: 0.4s all;
  }
  .controlslide {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 0;
    width: 100%;
    margin: 0;
  }
  .controlslide div {
    border: 1px solid var(--third-color);
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    margin: 0 10px;
    width: 15px;
  }
  .controlslide .active {
    background: var(--third-color);
    transition: 0.4s all;
  }
  .footer {
    background: rgba(0,0,0,0.1);
    color: #fff;
    font-size: 10px;
    padding: 3% 0;
    text-align: center;
  }
  .footer__in figure {
    width: 100%;
  }
  .footer__in figure img {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 14rem;
  }
  .goup {
    background: #2a2d47;
    bottom: 5px;
    border: 1px solid var(--third-color);
    border-radius: 10px;
    cursor: pointer;
    padding: 5px;
    position: fixed;
    right: -100px;
    transition: 0.4s all;
  }
  .goup:hover {
    background: var(--third-color);
    transition: 0.4s all;
  }
  .goup:hover > i {
    color: #2a2d47;
  }
  .goup i {
    color: var(--third-color);
  }
  .goupshow {
    right: 10px;
    transition: 0.4s all;
  }
  .header {
    max-height: 650px;
    position: relative;
    overflow: hidden;
  }
  .header__sgr {
    align-items: center;
    display: flex;
  }
  .header__sgr .title {
    bottom: 45px;
    position: absolute;
    width: 100%;
  }
  .header__sgr .title h1 {
    font-size: 45px;
  }
  .header__sgr--iam {
    text-align: left;
    padding: 0 10% 0 0;
    width: 50%;
  }
  .header__sgr--iam h1 {
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 75px;
    font-weight: 400;
    margin: 0;
    padding: 0px;
  }
  .header__sgr--iam span {
    color: var(--third-color);
    font-size: 30px;
  }
  .header__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .header__top--logo img {
    max-width: 200px;
  }
  .header__top--menu {
    transition: 0.4s all;
    width: 50%;
  }
  .header__top--menu a {
    color: #fff;
  }
  .header__top--menu a:hover {
    color: var(--third-color);
  }
  .header__top--menu ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .header__top--menu ul li {
    margin: 0 1em;
    padding: 0.5em 0;
    position: relative;
    text-transform: uppercase;
  }
  .header__top--menu ul li a:after {
    bottom: 0px;
    background-color: var(--third-color);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.4s all;
    width: 0%;
  }
  .header__top--menu ul li a:hover:after {
    height: 2px;
    transition: 0.4s all;
    width: 100%;
  }
  .header__top--menu ul li:last-child a {
    border: 2px solid var(--third-color);
    border-radius: 3px;
    color: var(--third-color);
    padding: 0.5em 1em;
    transition: 0.4s all;
  }
  .header__top--menu ul li:last-child a:after {
    display: none;
  }
  .header__top--menu ul li:last-child a:hover {
    background: var(--third-color);
    color: #1f2235;
    transition: 0.4s all;
  }
  .header__top--movil {
    display: none;
    text-align: center;
  }
  .header__imagen {
    position: absolute;
    opacity: 0.15;
    width: 100%;
    z-index: -1;
  }
  .header__video {
    position: absolute;
    opacity: 0.04;
    width: 100%;
    z-index: -1;
  }
  .dw-reactions {
    border: 1px solid #ffc576 !important;
    border-radius: 10px !important;
    display: block;
    margin: 0 auto !important;
    max-width: 320px !important;
    padding: 10px !important;
    width: 95% !important;
  }
  .headerin {
    background-size: cover;
    height: 600px;
    position: relative;
    overflow: hidden;
  }
  .homeblog h2 {
    color: #fff;
    font-size: 35px;
  }
  .homeblog__in {
    position: relative;
  }
  .homeblog__in a {
    border: 2px solid var(--third-color);
    border-radius: 3px;
    color: var(--third-color);
    display: block;
    margin: 20px auto;
    padding: 0.5em 1em !important;
    text-align: center;
    transition: 0.4s all;
    width: 300px;
  }
  .homeblog__in a:after {
    display: none;
  }
  .homeblog__in a:hover {
    background: var(--secondary-color);
    color: #1f2235;
    transition: 0.4s all;
  }
  .homeblog__in .blogin {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .homeblog__in .blogin article {
    margin-bottom: 5%;
    width: 100%;
    max-width: 360px;
  }
  .homeblog__in--content {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .homeblog__in--content article {
    background: var(--secondary-color);
    /* border-bottom: 1px solid var(--third-color); */
    border-radius: 5px;
    position: relative;
    width: 30%;
    transition: 0.4s all;
  }
  .homeblog__in--content article a {
    display: inline-block;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
  }
  .homeblog__in--content article:hover {
    /* border-bottom: 3px solid var(--third-color); */
    transition: 0.4s all;
  }
  .homeblog__in--content article:hover h2 {
    color: var(--third-color);
  }
  .homeblog__in--content article figure {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  .homeblog__in--content article figure img {
    width: 100%;
  }
  .homeblog__in--content article h2 {
    color: #fff;
    font-size: 19px;
    padding: 10px;
    text-align: center;
  }
  .homeblog__in--content article section {
    color: #fff;
    padding: 20px 20px 60px 20px;
  }
  .homeblog__in--content article .link {
    /* border: none; */
    /* border-radius: 0; */
    bottom: 0;
    color: var(--third-color);
    display: block !important;
    margin: 0;
    padding: 20px !important;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .homeblog__in--content article .link:hover {
    color: #1f2235;
  }
  .homeblog__in--header {
    align-items: center;
    display: flex;
    margin-bottom: 50px;
  }
  .homeblog__in--header span {
    color: var(--third-color);
    padding: 0 2%;
  }
  .homesocial {
    padding: 50px 0;
  }
  .homesocial ul {
    display: flex;
    justify-content: space-between;
  }
  .homesocial ul li {
    margin: 0 2%;
    width: 90%;
  }
  .homesocial ul li a {
    align-items: center;
    border: 1px solid var(--third-color);
    border-radius: 1000px;
    color: black;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', serif;
    background: var(--third-color);
    font-size: 25px;
    justify-content: space-around;
    padding: 20px;
    transition: 0.4s all;
    width: 190px;
    height: 190px;
    margin: 0 auto
  }
  .homesocial ul li a:hover {
    
    background: var(--third-color);
    color: #1f2235;
    /* transform: scale(1.1); */
    transition: 0.4s all;
  }
  .homesocial ul li a:hover span {
    color: #1f2235;
  }
  .homesocial ul li a i {
    color: rgba(0,0,0,0.2);
    font-size: 40px;
  }
  .homesocial ul li a span {
    color: black;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  .leftMovil {
    left: 0 !important;
    transition: 0.4s all;
  }
  .paginacion ol {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .paginacion ol a {
    background: #1f2235 !important;
    border: 2px solid #ffc576 !important;
    border-radius: 3px;
    color: #ffc576 !important;
    display: block;
    margin: 20px auto;
    padding: 0.5em 1em !important;
    text-align: center;
    transition: 0.4s all;
  }
  .paginacion ol .current {
    background: var(--third-color);
    border: 2px solid var(--third-color);
    border-radius: 3px;
    color: #1f2235;
    margin: 20px 0;
    padding: 0.5em 1em;
    transition: 0.4s all;
  }
  .paginacion ol li {
    margin: 0 2px;
    line-height: 22px !important;
  }
  .paginacion ol li a {
    width: auto;
  }
  .postInfo {
    align-items: center;
    background: rgba(255,255,255,0.1);
    color: #fff;
    display: flex;
    height: 70px;
    margin-bottom: 50px;
    transition: 0.4s all;
    width: 100%;
  }
  .postInfo__in {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
  }
  .postInfo__in--sec {
    align-items: center;
    display: flex;
    width: 50%;
  }
  .postInfo__in--sec ul {
    display: flex;
  }
  .postInfo__in--sec ul li {
    border: 1px solid var(--third-color);
    border-radius: 10px;
    color: var(--third-color);
    margin: 0 5px;
    padding: 5px;
    transition: 0.4s all;
  }
  .postInfo__in--sec ul li:hover {
    background: var(--third-color);
    transition: 0.4s all;
  }
  .postInfo__in--sec ul li:hover > a {
    color: #1f2235;
  }
  .postInfo__in--sec ul li a {
    color: var(--third-color);
    padding: 10px;
  }
  .postInfo__in--sec ul li i {
    font-size: 14px;
  }
  .postInfo__in .pcomments {
    justify-content: flex-end !important;
    text-align: center;
  }
  .postInfo__in .pcomments span {
    color: var(--third-color);
    text-decoration: underline;
  }
  .portfolio-text {
    border-bottom: 1px solid var(--third-color);
    padding: 1em 0;
  }
  .publicComment {
    background: #1f2235;
    color: #fff;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 100%;
    top: 0;
    transition: 0.4s all;
    width: 100%;
    z-index: 99999;
  }
  .publicComment__publish h3 {
    color: var(--third-color);
    text-align: center;
  }
  .publicComment__publish--in {
    color: #fff;
  }
  .publicComment__publish--in h3 {
    margin-bottom: 50px;
  }
  .publicComment__publish--in .commentlist {
    margin: 0 auto;
    width: 90%;
  }
  .publicComment__publish--in .commentlist .comment {
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 2%;
    border: 1px solid var(--third-color);
  }
  .publicComment__publish--in .commentlist .comment .comment {
    border: none;
    background: #2a2d47;
    margin: 1em auto;
  }
  .publicComment__publish--in .commentlist .comment .comment-author {
    align-items: center;
    display: flex;
  }
  .publicComment__publish--in .commentlist .comment .comment-author img {
    display: block;
    border-radius: 50%;
    margin-right: 1em;
    width: 32px;
  }
  .publicComment__publish--in .commentlist .comment .comment-author span {
    margin: 0 0.5em;
  }
  .publicComment__publish--in .commentlist .comment .comment-author .fn,
  .publicComment__publish--in .commentlist .comment .comment-author .fn a {
    color: var(--third-color);
  }
  .publicComment__publish--in .commentlist .comment .comment-meta {
    padding-left: 48px;
  }
  .publicComment__publish--in .commentlist .comment .comment-meta a {
    color: var(--third-color);
    font-size: 10px;
  }
  .publicComment__publish--in .commentlist .comment .reply a {
    color: var(--third-color);
  }
  .recomendations {
    padding: 5% 0;
  }
  .recomendations__in {
    overflow: hidden;
  }
  .recomendations__in article {
    color: #fff;
    padding: 0 20px;
  }
  .recomendations__in figure {
    display: flex;
    padding: 20px 20px 0 20px;
  }
  .recomendations__in figure img {
    border-radius: 50%;
    margin-right: 20px;
    width: 75px;
  }
  .recomendations__in h3 {
    color: #fff;
    font-size: 25px;
  }
  .recomendations__in ul {
    display: flex;
  }
  .recomendations__in ul li {
    background: var(--secondary-color);
    /* border: 1px solid var(--third-color); */
    border-radius: 5px;
    margin: 0 20px;
    width: 48%;
  }
  .recomendations__in span {
    color: var(--third-color);
  }
  .recomendations__in--header {
    display: flex;
  }
  .recomendations__in--header .controls {
    display: flex;
    justify-content: flex-end;
    width: 30%;
  }
  .recomendations__in--header .controls .prev,
  .recomendations__in--header .controls .next {
    /* border: 1px solid var(--third-color); */
    background: var(--third-color);
    cursor: pointer;
    height: 30px;
    margin: 0 5px;
    position: relative;
    transition: 0.4s all;
    width: 30px;
  }
  .recomendations__in--header .controls .prev div,
  .recomendations__in--header .controls .next div {
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
  }
  .recomendations__in--header .controls .prev:hover,
  .recomendations__in--header .controls .next:hover {
    background: var(--third-color);
    transition: 0.4s all;
  }
  .recomendations__in--header .controls .prev:hover i,
  .recomendations__in--header .controls .next:hover i {
    color: #1f2235;
  }
  .recomendations__in--header .controls .prev,
  .recomendations__in--header .controls .next {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .recomendations__in--header .controls .prev i,
  .recomendations__in--header .controls .next i {
    color: var(--primary-color);
  }
  .recomendations__in--header .controls .prev {
    border-radius: 1000px;
  }
  .recomendations__in--header .controls .next {
    border-radius: 1000px;
  }
  .recomendations h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 50px;
    width: 70%;
  }
  .services {
    flex-wrap: wrap;
  }
  .services div {
    margin: 10px auto;
  }
  .sticky {
    background: #1f2235;
    position: fixed;
    top: 0;
    transition: 0.4s all;
    z-index: 9998;
  }
  .skills ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .skills ul li {
    padding: 2%;
    width: 50%;
  }
  .skills ul li .bar {
    background: #1f2235;
    border-radius: 50px;
    height: 7px;
    margin: 20px 0;
    position: relative;
    width: 100%;
  }
  .skills ul li .bar .skill {
    background: var(--third-color);
    border-radius: 50px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: -1.5px;
    width: 0%;
  }
  .tabs__content {
    background: var(--secondary-color);
    padding: 5%;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
  }
  .tabs__content article {
    display: flex;
  }
  .tabs__content article div {
    color: #fff;
    padding: 0 1%;
    width: 50%;
  }
  .tabs__content article div figure {
    align-items: center;
    border-radius: 3px;
    display: flex;
    height: 90%;
    justify-content: center;
  }
  .tabs__content article div figure img {
    max-width: 400px;
    max-height: 90%;
    border-radius: 10px;
  }
  .tabs__content article div span {
    color: var(--third-color);
  }
  .tabs__content article section {
    display: flex;
    width: 100%;
  }
  .tabs__content--descriptions {
    overflow: hidden;
  }
  .tabs__list {
    background: var(--secondary-color);
    color: #fff;
    display: flex;
    margin: 0px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    padding: 0;
  }
  .tabs__list li {
    text-align: center;
    transition: 0.4s all;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media(max-width: 576px){
    .tabs__list li{
      height: 35px;
    }
    body .header__sgr section h1{
      font-size: 20px;
    }
    body .header__sgr section span{
      font-size: 12px;
    }
    body .tabs__list li{
      font-size: 10px;
    }
    body .tabs__list li:hover{
      font-size: 12px;
    }
    body .header__sgr section{
      width: 100%;
    }
    body .swiper-slide .title{
      font-size: 25px;
    }
    body .swiper-slide .text{
      font-size: 15px;
    }
    body .homesocial ul{
      flex-wrap: nowrap;
    }
    body .homesocial ul li{
      width: 33% !important;
    }
    body .homesocial ul{
      padding: 0;
    }
    body .homesocial ul li{
      margin: 0;
    }
    body .homesocial ul li a{
      height: 90px;
      width: 90px;
    }
    body .homesocial ul li a > div{
      display: none;
    }
    body .recomendations__in ul{
      padding: 0;
    }
  }
  .tabs__list li:hover {
    /* color: white; */
    cursor: pointer;
    transition: 0.4s all;
    font-size: 20px;
  }
  .tabs__list--active {
    background: var(--fourth-color);
    color: #1f2235;
    transition: 0.4s all;
    border-radius: 5px;
    /* transform: scale(1.02); */
  }
  .tabslide section {
    display: flex;
    width: 100%;
  }
  .view {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    width: 90%;
    border-radius: 5px;
  }
  .wp_syntax {
    border-radius: 10px;
    margin: 20px auto !important;
    padding: 20px !important;
    max-width: 95% !important;
  }
  .wpd-comment-author {
    color: #1f2235 !important;
  }
  .wpd-comment-right {
    background: #313552;
    color: #fff !important;
  }
  .wpd-comment-text {
    color: #fff !important;
    padding: 10px !important;
  }
  @media only screen and (max-width: 1140px) {
    .header__sgr--iam {
      padding: 0;
      width: 40%;
    }
    .header__sgr--pic {
      width: 100%;
    }
    .headerin {
      height: 350px;
    }
  }
  @media only screen and (max-width: 960px) {
    .header__sgr--pic img {
      width: 100%;
    }
  }
  @media only screen and (max-width: 800px) {
    .header {
      max-height: 450px;
    }
    .header__sgr--iam h1 {
      font-size: 40px;
    }
    .header__sgr--iam span {
      font-size: 20px;
    }
    .headerin {
      height: 290px;
    }
    .homeblog__in--content {
      flex-wrap: wrap;
    }
    .homeblog__in--content article {
      margin-bottom: 30px;
      width: 100%;
    }
    .homesocial ul {
      flex-wrap: wrap;
    }
    .homesocial ul li {
      margin: 0 2% 5% 2%;
      width: 46%;
    }
    .homesocial ul li:last-child {
      width: 100%;
    }
    .tabs__content article div {
      width: 100%;
      font-size: 11px;
    }
    .tabs__content article section {
      flex-wrap: wrap;
    }
    .tabs__content article section .image {
      margin-bottom: 10px;
    }
  }
  @media only screen and (max-width: 650px) {
    .blogin article {
      width: 100% !important;
    }
    .header {
      max-height: 360px;
    }
    .header__top--menu {
      background: #1f2235;
      height: 100%;
      left: 100%;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
    }
    .header__top--menu ul {
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .header__top--menu ul li {
      border-bottom: 1px solid var(--third-color);
      width: 100%;
    }
    .header__top--menu ul li a {
      display: block;
      width: 100%;
      padding: 20px;
    }
    .header__top--menu ul li:last-child {
      border: none;
      display: block;
      margin: 20px auto;
      max-width: 250px;
      text-align: start;
    }
    .header__top--movil {
      background: #1f2235;
      border: 1px solid var(--third-color);
      border-radius: 5px;
      color: var(--third-color);
      display: block;
      padding: 10px;
    }
    .postInfo__in .pcomments {
      flex-wrap: wrap;
      font-size: 12px;
      justify-content: center !important;
    }
    .sticky {
      top: calc(100% - 70px);
      margin-bottom: 0px !important;
    }
    .tabs__list {
      flex-wrap: wrap;
    }
    .tabs__list li {
      width: 50%;
    }
    .title h1 {
      font-size: 25px !important;
    }
  }
  @media only screen and (max-width: 480px) {
    .header {
      max-height: 220px;
    }
    .header__sgr--iam h1 {
      font-size: 30px;
    }
    .header__sgr--iam span {
      font-size: 12px;
    }
    .header__top--logo img {
      max-width: 200px;
    }
    .homeblog__in--header h2 {
      font-size: 25px;
    }
    .homesocial ul li {
      width: 100%;
    }
    .postInfo__in--sec ul li {
      padding: 2px;
    }
    .postInfo__in--sec ul li i {
      font-size: 12px;
    }
    .recomendations__in figure {
      flex-wrap: wrap;
    }
    .recomendations__in figure figcaption {
      width: 100%;
    }
    .recomendations__in figure figcaption span {
      font-size: 12px;
    }
    .recomendations__in figure img {
      display: block;
      margin: 0 auto 20px auto;
    }
    .recomendations__in--header h2 {
      font-size: 25px;
    }
    .skills ul li {
      width: 100%;
    }
    .tabs__content article div figure img {
      max-width: 100%;
    }
    .tabs__list li {
      font-size: 12px;
      padding: 5%;
    }
    .title h1 {
      font-size: 18px !important;
      padding: 0 2%;
    }
    .view {
      width: 95%;
    }
  }


  /* hover.css overwrite */
  .link.hvr-shutter-out-horizontal{
    background: none;
  }
  .link.hvr-shutter-out-horizontal:before{
    background: var(--third-color);
    border-radius: 0 0 5px 5px;
  }
  /* hover.css overwrite */
  /* swiper */
  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .swiper-slide {
    font-size: 18px;
    color: var(--third-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
  }
  .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
  }

  .swiper-slide .subtitle {
    font-size: 21px;
  }

  .swiper-slide .text {
    font-size: 20px;
    max-width: 400px;
    line-height: 1.3;
  }
  .swiper-button-next, .swiper-button-prev{
    color: #ffc576 !important;
  }
  @media(min-width: 768px){
  }
  /* swiper */

  /* card habilities */
  .container {
    height: 100%;
    width: 100%;
    padding: 1rem 0;
    display: grid;
    place-content: center;
  }
  .container .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    pointer-events: none;
  }

  .container .card {
    max-width: 15rem;
    color: #ffffffda;
    /* padding: 1.5rem; */
    background-color: var(--secondary-color);
    pointer-events: auto;
    transform: scale(1);
    opacity: 1;
    transition: all 150ms ease-in-out;
    display: flex;
    flex-direction: column;
    position: relative
  }
  .container .card .card-title {
    position: relative;
    padding: 1.5rem 1.5rem 0 1.5rem;
    text-align: center;
    font-size: 17px;
  }
  a{
    text-decoration: none !important;
  }
  .container .card .card-image{
    padding: 0 1.5rem;
    width: 100%;
  }
  .container .card .card-image img{
    width: 100%;
  }
  .container .card .card-title::before {
    content: "";
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    /* box-shadow: inset 0 0 3px #bb86fc; */
    background-color: transparent;
    position: absolute;
    right: 0;
  }
  .container .card .date {
    color: var(--third-color);
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
  }
  .container .card .description {
    font-size: 0.9rem;
    padding: 0 1.5rem 1.5rem 1.5rem;

  }
  .container .card .progress{
    position: absolute;
    background: var(--third-color);
    height: 5px;
    bottom: 0;
    width: 100%; 
  }
  .container .card .progress.progress-1{
    width: 50%; 
  }
  .container .card .progress.progress-2{
    width: 70%; 
  }
  .container .card .progress.progress-3{
    width: 30%; 
  }
  .container .card .progress.progress-4{
    width: 10%; 
  }
  .container .card .progress.progress-5{
    width: 90%; 
  }
  .container .card:nth-child(even) {
    transform: translateY(8px);
  }
  .container .card:nth-child(n) {
    transform: rotate(-5deg);
  }
  
  .cards:hover > .card:hover {
    transform: scale(1.3);
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    z-index: 10;
  }
  
  .cards:hover > .card:not(:hover) {
    opacity: 0.5;
  }
  @media(min-width: 576px){
    
  }
  @media(min-width: 768px){
    .container .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.75rem;
      pointer-events: none;
    }
    .container .card .card-title {
      font-size: 20px;
    }
  }
  @media(min-width: 992px){
    .container .cards {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0.75rem;
      pointer-events: none;
    }
    .container .card .card-title {
      font-size: 25px;
    }
  }
  /* card habilities */
