/*------------------------------------------------------------------

[Table of contents]
1. Global CSS
2. Header / Menu CSS
3. Home Section CSS 
4. Service Section CSS
5. About Section CSS
6. Portfolio Section CSS
    6.1 Pretty Photo CSS
7. Blog Section CSS
8. Skills Section CSS
9. Contact Section CSS
10. Single Blog / Post Page CSS
10B. FOOTER
10.5. tipos style
11. Responsive CSS
12. Improvements

-------------------------------------------------------------------*/


/* ===================================
    1. Global CSS
====================================== */

* {
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::selection {
    background: #fff0f0;
}

body {
    color: #000000;
    line-height: 2;
    font-size: 15px;
    font-family: 'Trirong', serif;
    font-weight: 400;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    background: linear-gradient(to right, #F6F6F6 0%, #F6F6F6 66%, white 34%);
    background-position: center;
    padding-bottom: 22vh;
}

body.single-portfolio {
        background: linear-gradient(to right, #fff0f0 0%, #fff0f0 73%, white 27%);
   
}


p {
  font-size: 0.5rem;
}

a {
    text-decoration: none;
    color: #000;
    transition: .35s ease-out;
}

a:hover {
    color: #CC0000;
}

.section a {
    font-weight: 700;
    color: #CC0000;
}

.section-new a {
    font-weight: 700;
    color: #CC0000;
}

.section-new a:hover {
    color: #000;
}

.section a:hover {
    color: #000;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.block-right {
    margin-right: -100px;
}

.block-right .block-right {
    margin-right: 0;
}

img.block-right {
    max-width: calc(100% + 100px);
}

.content-670 {
    max-width: 670px;
}

.relative {
    position: relative;
}

.page-wrapper {
    pointer-events: auto;
    width: 100%;
    max-width: 800px;
}


.portfolio-wrapper {
    pointer-events: auto !important;
    width: 100%;
    max-width: none;
}

.section h2.title {
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 5px;
    margin-bottom: 40px;
}

.section {
    margin-top: 65px;
    padding-top: 85px;
}

.section.homeport {
    margin-top: 65px;
    padding-top: 0 !important;
}

.single .section {
    min-height: 100vh;
}

.page-wrapper > section:first-of-type {
    margin-top: 0;
}

.porfolio-wrapper > section:first-of-type {
    margin-top: 0;
}

.page-wrapper > section:last-of-type {
    padding-bottom: 85px;
}

.porfolio-wrapper > section:last-of-type {
    padding-bottom: 85px;
}
.section .section-des {
    margin-bottom: 40px;
}


/* ===================================
    2. Header / Menu CSS
====================================== */

.s-nav {
    position: fixed;
    right: 0;
    bottom: 0;
   
    max-width: 40%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    padding: 85px 100px 9vh 215px;
}

.nav-count {
    position: relative;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 154px;
}

.nav-count > div {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.nav-count .current-num {
    width: 18px;
}

.nav-count .current-num span {
    left: 0;
    top: 0;
    position: absolute;
    color: #CC0000;
}

.nav-count .pagination-sep {
    padding: 0 12px;
}

.nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav-list li a {
    display: inline-block;
}

.nav-list li.current a {
    color: #CC0000;
}

.nav-list li ul {
    padding-left: 28px;
    display: none;
    width: 100% !important;
}

.nav-soc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 200px;
    bottom: 79px;

}

.who {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 200px;
    bottom: 79px;
  font-size: 12px;
    line-height: 2;
}
.nav-soc li {
    margin-right: 25px;
}

.nav-soc li:last-child {
    margin-right: 0;
}

.nav-soc li a {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 5px;
}

.nav-container .site-title {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
    font-family: 'Trirong', serif;
    font-weight: 900;
    text-transform: uppercase
}

.nav-container .site-title:before {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 5px;
    height: 2px;
    width: calc(100% - 5px);
    transition: .35s ease-out;
    background-color: #000000;
}
.nav-container .site-title:before {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 5px;
    height: 2px;
    width: calc(100% - 5px);
    transition: .35s ease-out;
    background-color: #000000;
}

.nav-container .site-title:hover:before {
    width: 0;
    background-color: #CC0000;
}

.nav-btn {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    padding: 14px 10px;
    transition: .15s ease;
    cursor: pointer;
    z-index: 5;
    background-color: #fff;
}

.nav-btn.scroll-bottom {
    top: -50px;
}

.nav-btn:hover .nav-btn-cover:before {
    margin-left: 9px;
}

.nav-btn:hover .nav-btn-cover .menu-line {
    margin-left: 17px;
}

.nav-btn.active .nav-btn-cover .menu-line {
    opacity: 0;
}

.nav-btn.active .nav-btn-cover:before {
    transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0);
    margin-left: 0;
    width: 26px;
}

.nav-btn.active .nav-btn-cover:after {
    transform: rotate3d(0, 0, 1, -45deg);
    width: 26px;
}

.nav-btn .nav-btn-cover {
    position: relative;
    height: 20px;
    width: 30px;
    display: block;
}

.nav-btn .nav-btn-cover .menu-line {
    width: 13px;
    height: 3px;
    position: absolute;
    transition: all 0.25s;
    margin-left: 0;
    top: 8px;
    background-color: #000;
}

.nav-btn .nav-btn-cover:after, 
.nav-btn .nav-btn-cover:before {
    content: '';
    height: 3px;
    width: 30px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    top: 8px;
    background-color: #000;
        z-index: 5;
}

.nav-btn .nav-btn-cover:before {
    transform: translate3d(0, -8px, 0px);
    width: 21px;
    margin-left: 0;
}

.nav-btn .nav-btn-cover:after {
    transform: translate3d(0, 8px, 0);
}

@media (min-width: 1200px) {

    .nav-btn {
        display: none;
    }
    
}
a.not-show {
display: none;    
} 

ul.not-show {
display: none;  
    
} 
}



/*  SECTIONS  */
.section-new {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}








/* ===================================
    3. Home Section CSS
====================================== */

#home {
    height: 100vh;
    padding: 85px 0;
    margin: 0;
}

#home .container-wrap {
    display: flex;
    align-items: none;
    justify-content: flex-end;
    position: relative;
    height: 103%;
}

#home .main-photo {
    max-height: calc(100vh - 150px);
    width: 536px;
    object-fit: cover;
  cursor: url(images/plane.png), pointer;

}

#home .entry-title {
    position: absolute;
    z-index: 1 !important!; 
}


#home .entry-title span {
    text-decoration: underline;
}

#home .main-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

#home .main-btn img {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-name: scroll;
    display: block;
}

@keyframes scroll {

    0% {
        opacity: 1;
        transform: translateY(-25px);
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }

}


/* ===================================
    4. Service Section CSS
====================================== */

.section-des {
    max-width: 440px;
    line-height: 1.65;
}

.serv-link-cover {
    background-color: #CC0000;
    display: flex;
    align-items: center;
    padding: 50px 70px;
    margin-top: 45px;
}

.serv-link-cover li + li {
    margin-left: 100px;
}

.serv-link-cover a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
}

.serv-link-cover a:before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 2px;
    width: 100%;
    transition: .35s ease-out;
    background-color: #fff;
}

.serv-link-cover a:hover:before {
    width: 0;
}

.serv-block-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 80px;
}

.serv-block-wrap > div:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.serv-block-wrap .serv-block-item {
    width: calc(50% - 65px);
    margin-bottom: 80px;
}

.serv-block-wrap .serv-block-item:hover h4 {
    transform: translateX(-10px);
}

.serv-block-wrap .serv-block-item h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.27em;
    margin-top: 30px;
    transition: .35s ease-out;
}

.serv-block-wrap .serv-block-item p {
    margin-top: 23px;
    max-width: 250px;
    margin-bottom: 0;
}


/* ===================================
    5. About Section CSS
====================================== */

.about-img {
    max-width: 100%;
    display: block;
}

.about-info {
    background-color: #CC0000;
    color: #fff;
    width: 330px;
    padding: 40px 30px 40px 50px;
    float: right;
    margin: 0 0 40px 65px;
}

.about-info li + li {
    margin-top: 44px;
}

.about-info h6 {
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 400;
}

.about-info a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
}

.about-info a:hover {
    padding-left: 8px;
}

.about-text {
    padding-top: 53px;
}

.about-text p {
    max-width: 670px;
}

.signature {
    margin-top: 10px;
    max-width: 200px;
    margin-top: 3vh;
}


/* ===================================
    6. Portfolio Section CSS
====================================== */
.cita20{
line-height: 1.5rem
}

p.notes {
font-size: 10.5px !important;
color: #5c5c5c;
max-width: 130px;
margin-left: 45px;
}
p.copyright {
font-size: 9px;
color: black;
    text-align: right;
}

.copyright-col {

    margin-top: 91px;
}



.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.grid {
    width: 100%;    
    position: relative;
    display: block;
    overflow: hidden;
}

.grid-item {
    position: relative;
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    overflow: hidden;    
    width: 50%;
    transition: opacity .3s;
}

.grid-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;    
}

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item.p-one {
    width: 100%;
}

.grid-item.p-half {
    width: 50%;
}

.portfolio-text-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 20px;
    background-color: #000000;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform .3s ease;
        opacity: 90%;

}

.grid-item a.item-link:hover .portfolio-text-holder,
.grid-item.portfolio-content-loading a.item-link .portfolio-text-holder {
    transform: translateX(0);
}

#portfolio-grid.portfoio-items-mask .grid-item {
    opacity: 0.2;
}

.grid-item.portfolio-content-loading {
    opacity: 1 !important;
}

.portfolio-text-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.portfolio-text {
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.portfolio-cat {
    font-size: 15px;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0;
}

.portfolio-load-content-holder {
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s ease;
}

.portfolio-load-content-holder.show {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-load-content-holder.show.viceversa {
    opacity: 0;
    transform: translateY(70px);
}

.portfolio-content-wrapper {
    display: none;
}

.portfolio-content-wrapper.show {
    display: block;
}

.close-icon {
    background-image: url(images/close-left-arrow.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #CC0000;
    margin-bottom: 20px;
    background-size: 70px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.close-icon:hover {
    background-position: -5px 0;
}

#portfolio-grid {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
}

#portfolio-grid.hide {
    opacity: 0;
    transform: translateY(70px);    
}

.owl-carousel .owl-item {
    width: 100%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 13px;
    margin-bottom: 40px;
    line-height: 0;
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    background-color: #000000;
    transition: all .3s ease;
    width: 30px;
    height: 10px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot {
    transition: all .3s ease;
    margin-right: 10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #000000;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #CC0000;
}


/* ===================================
    6.1 Pretty Photo CSS
====================================== */

div.pp_default .pp_loaderIcon {
    display: none !important;
}

div.pp_default a.pp_arrow_previous {
    background-image: url(images/nav_left.png);
    background-size: 20px 20px;    
    width: 20px;
    height: 20px;
    margin-top: 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_next {
    background-image: url(images/nav_right.png);
    background-size: 20px 20px;    
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_previous:hover {
    transform: translateX(-5px);
}

div.pp_default a.pp_arrow_next:hover {
    transform: translateX(5px);
}

div.pp_default .pp_close {
    background-image: url(images/close.png);
    background-size: 30px 30px;
    margin-top: 5px;
    text-indent: -99999999px;
    font-size: 0;
    line-height: 0;    
}

div.pp_default .pp_next:hover {
    background: url(images/nav_right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 20px;
}

div.pp_default .pp_previous:hover {
    background: url(images/nav_left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 20px;    
}

div.pp_default .pp_nav .currentTextHolder {
    padding: 0 0 0 20px;
    color: #fff;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 30px !important;
    z-index: 3;
}

div.pp_default .pp_description {
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: -30px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}


/* ===================================
    7. Blog Section CSS
====================================== */

.home-blog-list {
    padding-right: 41px;
}

.home-blog-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    min-height: 136px;
}

.home-blog-list li:last-child {
    padding-bottom: 0;
}

.home-blog-list li + li {
    border-top: 2px solid #fff;
}

.home-blog-list li a {
    font-size: 26px;
    margin-right: 30px;
    color: #000;
}

.home-blog-list li a:hover {
    color: #CC0000;
}

.home-blog-list li .blog-list-info {
    flex: 0 0 auto;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 3px;
    min-width: 100px;
}

.home-blog-list li .blog-list-info .category {
    color: #CC0000;
    margin-top: 6px;
}


/* ===================================
    8. Skills Section CSS
====================================== */

.skills-history {
    background-color: #CC0000;
    color: #fff;
    margin-top: 41px;
    padding: 63px 60px 62px 94px;
}

.skills-history li {
    display: flex;
    align-items: center;
    position: relative;
}

.skills-history li:before {
    content: '';
    position: absolute;
    left: 28%;
    top: 0;
    background-color: #fff;
    width: 3px;
    height: 100%;
}

.skills-history li + li {
    padding-top: 37px;
}

.skills-history li .date {
    flex: 0 0 28%;
    max-width: 28%;
    font-weight: 200;
    font-size: 60px;
    line-height: 30px;
    transition: .35s ease-out;
}

.skills-history li:hover .date {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    color: #000;
}

.skills-history li p {
    flex: 0 0 72%;
    max-width: 72%;
    padding: 0 50px 0 80px;
    cursor: default;
    transition: .35s ease-out;
    margin-bottom: 0;
}

.skills-history li:hover p {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

.skills-progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 40px;
    padding-top: 69px;
}

.skills-progress li {
    display: flex;
    align-items: center;
    width: calc(50% - 35px);
    margin-bottom: 22px;
}

.skills-progress .name {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 3.5px;    
    width: 37%;
    padding-right: 30px;
}

.skills-progress .skill {
    width: 100%;
    height: 10px;
    background-color: #ffd2d3;
    width: 63%;
}

.skills-progress .skill-fill {
    width: 10%;
    height: 10px;
    background-color: #CC0000;
    transition: width .7s;
}


/* ===================================
    9. Contact Section CSS
====================================== */

.contact-form {
    margin-top: 40px
}

.contact-form * {
    overflow: hidden;
}

.contact-form p {
    margin-bottom: 0;
}

.contact-form input[type=text], 
.contact-form input[type=email], 
.contact-form textarea {
    font-family: 'Trirong', serif;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 3px;
    color: #000;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid;
    padding-top: 13px;
    padding-bottom: 0px;
    padding-left: 0;
    margin: 10px 0;
    height: 28px;
    width: 100%;
    box-sizing: initial;
}

.contact-form input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}

.contact-form textarea {
    height: 150px;
}

p.contact-submit-holder {
    margin-top: 30px;
    margin-bottom: 0 !important;
}

.contact-form input[type=submit] {
    display: inline-block;
    border: 2px solid;
    text-align: center;
    padding: 20px 0px;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
    color: #000;
    font-family: 'Trirong', serif;
    font-weight: 700;
    width: 100%;
    letter-spacing: 8px;
    transition: opacity .3s ease;
    cursor: pointer;
}

.contact-form input[type=submit]:hover {
    opacity: 0.8;
}

.contact-form input[type=text]::-webkit-input-placeholder, 
.contact-form input[type=email]::-webkit-input-placeholder, 
.contact-form textarea::-webkit-input-placeholder {
    font-family: 'Trirong', serif;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;    
    opacity: 1;  
}

.contact-form input[type=text]:-ms-input-placeholder, 
.contact-form input[type=email]:-ms-input-placeholder, 
.contact-form textarea:-ms-input-placeholder {
    font-family: 'Trirong', serif;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;    
    opacity: 1;  
}

.contact-form input[type=text]::placeholder, 
.contact-form input[type=email]::placeholder, 
.contact-form textarea::placeholder {
    font-family: 'Trirong', serif;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    opacity: 1;    
}


/* ===================================
    10. Single Blog / Post Page CSS
====================================== */

.single-blog .entry-title {    
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 32px;
}

.single-blog .meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.single-blog .meta li {    
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 3px;
}

.single-blog .meta li + li {
    margin-left: 25px;
}

.single-blog .meta li a {
    color: #CC0000;
}

.single-blog .meta li a:hover {
    color: #000000;
}

.single-blog .thumbnail-img {
    position: relative;
    margin-bottom: 40px;
}

.single-blog .thumbnail-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(244, 70, 71, 0.04);
}

.single-blog .thumbnail-img img {
    display: block;
    width: 100%;
}

.single-blog .content-670 blockquote {
    float: right;
    background: #CC0000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding: 40px 55px 50px;
    width: 330px;
    margin: 5px 0 30px 18px;
}

.single-blog .content-670 blockquote p {
    margin: 0;
}

.single-blog .content-670 blockquote img {
    margin-bottom: 27px;
}

.single-blog .soc-list {
    margin-top: 60px;
}

.soc-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.soc-list li {
    margin-right: 25px;
}

.soc-list li:last-child {
    margin-right: 0;
}

.soc-list li a {
    color: #000;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 5px;
}

.soc-list li a:hover {
    color: #CC0000;
}



/* ===================================
    12. FOOTER
====================================== */
.effect {
  display: flex; 
    margin-top: 47px;
}

.buttons {
    position: absolute;
    right: 0;
        pointer-events:all;
        
    }
.effect a.social {
  text-decoration: none !important;
width: 30px;
    height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  font-size:14px;
  overflow: hidden;
  position: relative;
  color: #212121;
  border: 2px solid #212121;
float: left;
}
.effect a.social i {
  position: relative;
  z-index: 3;
}
.effect a.social:last-child {
  margin-right: 0px;
}
.effect a.social:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.effect a.social i {
  display: inline-block;
  vertical-align: middle;
}

/* lavinia effect */
.effect.lavinia a.social {
  -webkit-transition: border-top-color 0.2s linear 0s, border-right-color 0.2s linear 0.1s, border-bottom-color 0.2s linear 0.2s, border-left-color 0.2s linear 0.3s;
  transition: border-top-color 0.2s linear 0s, border-right-color 0.2s linear 0.1s, border-bottom-color 0.2s linear 0.2s, border-left-color 0.2s linear 0.3s;
  overflow: visible;
}
.effect.lavinia a.social:hover {
  border-color: #CC0000;
     color: #CC0000;
}
.effect.lavinia a.social:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -2px;
  position: absolute;
  border-radius: 50%;
}

a.knowlink {
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    pointer-events: all;
    position: absolute;
    right: 5vw;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}


h6.know {
  display:block;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  pointer-events: all;;
    position: absolute;
    right: 1vw;
    font-family:"Rubik", sans-serif;
    font-weight: 600;
}


.section-new a.knowlink {
    color: #000000;
}

.section-new a.knowlink:hover {
    color: #CC0000;
}

.container8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  height: 100%;
  pointer-events: all;
  margin-bottom: 6vh;;
    
}



.the-arrow {
  width: 64px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #000000;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #000000;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #999;
  font-size: 1.25em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #000;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #000;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}




.titulo-footer {
    margin-top: 4vh;
}
.section-footer {
    max-width: 440px;
    line-height: 1.65;
}
h5.footer2 {
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-bottom: 1vh;
    font-weight: 100;
    text-transform: uppercase;
}

span.text {
    font-family: "Rubik", sans-serif;
    font-weight: 800 !important;
    font-size: 1.5em;
    color: #CC0000;
}
span.text:hover {
     color: #000;
}
.section-new a.animated-arrow {
    font-weight: 800;
    color: #4d4d4d;
}
/* ===================================
    10.5. tipos style
====================================== */
.grande {
    font-family: 'Trirong', serif;
    font-weight: 100;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.3rem;
    padding-bottom: 5vh;
    color: #333333;
    
}
.primoaftertitulo {
    margin-top: 2vh;
}
.primogrande{
    margin-top: 5vh;
}
.secondogrande{
    margin-bottom: 5vh;
}
h1.entry-title {
    margin-top: 5vh;
}
mark {
  color: #f5f5f5;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    background-color: #3e3e3e;
    padding-left: 5px;
    
    
}

mark.apart {
  color: #f5f5f5;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    font-style: 1;
    letter-spacing: 1px;
    background-color: black;
    font-size: 1.5rem;
}

mark.designer {
  color: #000;
  background-color: #ffffff;
  font-family: "Rubik", sans-serif;
  padding-right:10px;
  font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: 800;
    line-height: 1.8rem;
    margin-top: 1vh;
    pointer-events: none;
    text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1 {
  font-family: "Rubik", sans-serif;
}

h2 {
    font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
    font-weight: 800;
}
h2.title {
    font-size: 2em;
    line-height: 150%;
    letter-spacing: 5px;
    margin-bottom: 1vh;
}
h3 {
  font-size: 0.5rem;
  line-height: 1rem;
font-family: "Rubik", sans-serif;
     font-weight: 600;
    text-transform: uppercase;
}

h4 {
    font-family: 'Trirong', serif;
  font-size: 0.55rem;
line-height: 1.3rem;
     font-weight: 800;
    text-transform: uppercase;

}
h5 {
  font-size: 0.5rem;
  line-height: 0.5rem;
}

.max-block {
    max-width: 450px;
    width: 100%;
}

section h2.title {
    font-size: 2em ;
    line-height: 150% !important;
    letter-spacing: 1px !important;
    margin-bottom: 1vh !important;
}
section h2.long {
    font-size: 1.5em ;
    letter-spacing: 1px !important;
}

.center {
    width: 50%;
    }

       .wrapper-sub {
        display: grid;
        grid-template-columns: repeat(2, [col] auto ) ;
        grid-template-rows: repeat(2, [row] auto  );
    }

   
 .a {
        grid-column: col / span 2;
        grid-row: row;
    }

    .b {
        grid-column: col 3 / span 2;
        grid-row: row;
    }

.img-phone {
  width: 98%;
  height: auto;
        MAX-WIDTH: 310PX;
}

.phone-solo {
margin-left: auto;
margin-right: auto;
    display: block;
}
/* ===================================
    11. Responsive CSS
====================================== */
/*  GO FULL WIDTH BELOW 480 PIXELS */


@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
    body.single-portfolio{
    background: #fff0f0;
    }
     .grande {
  font-size: 1.5rem;
         line-height: 1.8rem;
}
    .section {
    padding-top: 0px;
}
 
    .skills-history li p {
    font-size: 1rem;
}
}


@media (max-width: 1366px) {

    .s-nav {
        padding: 60px 100px 9vh 200px;
    }

    .nav-soc {
        bottom: 50px;
    }

    .nav-count {
        margin-bottom: 130px;
    }

    #home {
        padding: 60px 0;
    }

    #home .main-photo {
        width: 470px;
        max-height: calc(100vh - 120px);
    }

    #home .main-btn img {
        width: 40px;
    }

  

    .block-right {
        margin-right: -60px;
    }

    img.block-right {
        max-width: calc(100% + 60px);
    }


}

@media (min-width: 1200px) and (max-height: 660px) {

    .nav-count {
        margin-bottom: 80px;
    }

    #home .main-photo {
        width: 440px;
    }



}

@media (max-width: 1199px) {
    

body.one-page {
  background: #ffffff ;}
ul.not-show {
    display: block;
  
}
    a.not-show {
display: block;    
}
    ul.not-show {
display: block;   
    
} 
a.site-title {
    margin-bottom: 25px;
}

    .page-wrapper {
        margin: 0 auto;
    }
    .portfolio-wrapper {
        margin: 0 auto;
    }

    .s-nav {
        right: auto;
        left: -100%;
        pointer-events: none;
        background-color: #fff;
        max-width: 300px;
        width: 100%;
        z-index: 4;
        padding: 80px 30px 60px;
        overflow: auto;
        height: 100%;
        transition: .25s ease-in;
    }

    .s-nav.active {
        transition: .25s ease-out;
        box-shadow: 0 0 4px rgba(255, 240, 240, 0.5);
        left: 0;
        pointer-events: auto;
    }
li.otros {
    MARGIN-TOP: 3VH;
    FONT-WEIGHT: 600;
    LETTER-SPACING: 2PX;
    FONT-SIZE: 13PX;
}
    .dropdown {
        cursor: pointer;
    }

    .dropdown > a {
        pointer-events: none;
    }

    .nav-count {
        margin-bottom: 50px;
    }

    .nav-soc {
        left: 15px;
        bottom: 15px;
    }

    .nav-container {
        padding-bottom: 60px;
    }

    .section {
        margin-top: 0;
        padding-top: 80px;
    }

    .section {
        padding-top: 55px;
    }

    .page-wrapper > section:last-of-type {
        padding-bottom: 55px;
    }
    .portfolio-wrapper > section:last-of-type {
        padding-bottom: 55px;
    }

    [data-jarallax-element] {
        transform: none !important;
    }

}

@media (max-width: 1199px) and (max-height: 550px) {

    .nav-soc {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .nav-container {
        padding-bottom: 60px;
    }

}

@media (max-width: 1020px) {

    body {
        background: #fff0f0;
    }

}

@media (max-width: 991px) {
     .a {
        grid-column: col / span 2;
        grid-row: row;
    }

    .b {
        grid-column: col 3 / span 2;
        grid-row: row;
    }
    .img-phone {
  width: 98%;
  height: auto;
        MAX-WIDTH: 310PX;
}

    #home {
        display: flex;
        align-items: center;
    }



    .serv-block-wrap .serv-block-item {
        margin-bottom: 65px;
    }    

    .block-right {
        margin-right: 0;
    }

    img.block-right {
        max-width: 100%;
    }

    .container-wrap {
        width: 100%;
    }

    .home-blog-list li {
        min-height: 120px;
    }

    .home-blog-list li a {
        font-size: 22px;
    }

    .home-blog-list li p {
        padding: 0 40px 0 50px;
    }   
    .about-info {
        margin: 0 0 40px 40px;
    }
    
    .info-less {
         margin: 0 !important;
        padding: 6vh;
        width: auto;
    }
    

}

@media (max-width: 767px) { 

      
   .wrapper-sub  {
    display: block;
  }
    .box.a {
    margin-bottom: 20px;
}
.img-phone {
  width: 98%;
  height: auto;
        MAX-WIDTH: 310PX;
}
       .center {
margin:0;
    width: 100%;
        display: flex;
    }
p {
    font-size: 0.6rem;
}
    .nav-btn {
        background-color: #fff;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 5;
    position: fixed;
    }

    .s-nav {
        z-index: 2;
        padding: 40px 15px 60px;
        margin-top: 46px;
    }

    .page-wrapper {
        margin-top: 48px;
    }
.portfolio-wrapper {
        margin-top: 48px;
    }

    .nav-count {
        position: fixed;
        top: 12px;
        right: 15px;
        display: block;
        opacity: 1;
    }

    #home .main-photo {
        width: auto;
        max-height: 500px;
        max-width: 65%;
    }

   

    #home {
        padding: 55px 0 0;
        height: auto;
    }

    #home .main-btn img {
        display: none;
    }

    .serv-link-cover {
        padding: 40px 50px;
    }

    .serv-block-wrap {
        padding-top: 80px;
    }

    .serv-block-wrap .serv-block-item {
        width: calc(50% - 15px);
    }

    .serv-block-wrap .serv-block-item img {
        max-height: 60px;
    }    

    .serv-block-wrap .serv-block-item p {
        margin-top: 15px;
    }

    .serv-block-wrap .serv-block-item h4 {
        font-size: 18px;
        margin-top: 10px;
        line-height: 22px;
    }

    .about-text {
        padding-top: 45px;
    }

    .about-info {
        width: 280px;
        padding: 50px 30px 50px 40px;
    }   

    .home-blog-list {
        padding-right: 20px;
    }

    .home-blog-list li a {
        font-size: 20px;
        line-height: 1.5;
    }    

    .skills-history {
        padding: 62px 30px 62px 30px;
    }

    .skills-history li .date {
        font-size: 46px;
    }

    .skills-history li p {
        padding: 0 20px 0 50px;
    }

    .skills-progress {
        padding-right: 0;
    }

    .skills-progress li {
        width: 100%;
    }  
    
    
    
    
    
    
    .not-display{
display: none;
}

}






@media (max-width: 575px) {
    h1.entry-title {
    BOTTOM: 0;
}
        a.knowlink {
    display: none;
}
    .image-text-wrapper{
    display: none;
}
    
   .wrapper-sub  {
    display: block;
  }
    .box.a {
    margin-bottom: 20px;
}
.img-phone {
  width: 98%;
  height: auto;
        MAX-WIDTH: 310PX;
}
    
    
    
    
    
    
    
    .center {
margin:0;
    width: 100%;
        display: flex;
    }
    
    .plus {
        max-width: none;
    width: 150%;
}
    body.single-portfolio {
    background: #fff0f0;
}
        h5.footer2 {
    font-size: 0.6rem;
}
    mark.designer {
    font-size: 1.5rem;
    line-height: 2.2rem;
}
    p {
  font-size: 0.8rem;
}
      .grande {
  font-size: 1.5rem;
          line-height: 1.8rem;
}
    .skills-history li p {
    font-size: 0.9rem;
}
    h4 {
    
    font-size: 1rem;
    line-height: 2rem;
        }
h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    }
    .cita20{font-size: 1.5rem; 
    line-height: 2.3rem}
    
    mark {
font-size: 0.7rem;
}
    
.not-display{
display: none;
}
    #home .main-photo {
        max-width: 85%;
    }

    #home .entry-title {
        padding: 1vh 0;
    }

    p,
    .section h2.title,
    .section .section-des,
    .single-blog .thumbnail-img {
        margin-bottom: 20px;
    }

   

    .s-nav {
        max-width: 100%;
    }

    .serv-link-cover {
        flex-wrap: wrap;
    }

    .serv-link-cover li {
        width: 100%;
    }

    .serv-link-cover li + li {
        margin-left: 0;
        margin-top: 20px;
    }

    .serv-block-wrap .serv-block-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .serv-block-wrap > div:nth-last-of-type(2) {

        margin-bottom: 40px;
    }

    .serv-block-wrap .serv-block-item p {
        max-width: 100%;
    }

    .about-info {
        padding: 30px;
        margin: 0 0 40px 0px;
        float: none;
        
    }

    .about-info li + li {
        margin-top: 20px;
    }

    .about-text {
        padding-top: 0;
    }        

    .signature {
        max-width: 100%;
    }

    .grid-sizer, 
    .grid-item {
        width: 100% !important;
    }

    .home-blog-list li {
        flex-wrap: wrap;
    }

    .home-blog-list li a {
        margin-right: 0;
    }

    .home-blog-list li .blog-list-info {
        width: 100%;
        margin-top: 10px;
    }

    .skills-history li {
        flex-wrap: wrap;
    }

    .skills-history li + li {
        padding-top: 60px;
    }

    .skills-history li:before {
        display: none;
    }

    .skills-history li p,
    .skills-history li .date {
        flex: 0 0 100%;
        max-width: 100%;
        transform: none !important;
    }

    .skills-history li p {
        padding: 0;
    }

    .skills-history li .date {
        margin-bottom: 20px;
    }

    .skills-progress li {
        flex-wrap: wrap;
    }

    .skills-progress li .name {
        width: 100%;
        margin-bottom: 5px;
    }

    .skills-progress li .skill {
        width: 100%;
    }    

    .single-blog .content-670 blockquote {
        max-width: 100%;
        width: 100%;
        float: none;
        margin-left: 0;
    }

}
@media (max-width: 480px) {
   p {
  font-size: 1rem;
}
    mark {
    font-size: 1rem;
}
    .primoaftertitulo {
    margin-top: 1vh;
}
    .secondogrande {
    margin-bottom: 2vh;
}
    .grande {
    padding-bottom: 3vh;
    font-size: 2rem;
        line-height: 2.5rem;
        
}
    }
/* ===================================
    12. Improvements
====================================== */

.nav-list li a {
   font-family: 'Trirong', serif;
    font-size: 70%;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    
}

p {
   font-family: 'Trirong', serif;
}




h1.entry-title {
    z-index: 1;
    left:0;
    
    
}

.img-cont{
  width: none;
}


.img-cont {
    position: relative;
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    transition: opacity .3s;
}

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






.derecha-destacado {
    font-size: 22px;
    line-height: 1.65;
}








.destacado1 {
    max-width: 670px;
    font-size: 22px;
    line-height: 1.65;
        margin-top: 15px;
}

 

/**
 * Demo Styles
 */



*,
*:before,
*:after {
  box-sizing: inherit;
}



/**
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}


.p-footer {
    text-align: left;
}

.max-100 {
    max-width: 72%;
}





html {
  color: #333;
  box-sizing: border-box;
  height: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
    font-size: 0.8rem;
}

@media screen and (min-width: 20rem) {
  html {
    font-size: calc( 0.8rem + 1.2 * ((100vw - 20rem) / 30) );
  }
}
@media screen and (min-width: 50rem) {
  html {
    font-size: 2rem;
  }
}






.raya {
    margin: 0;
    background-color: #000000;
    width: 30px;
    height: 4px;
    border-radius: 0;
    margin-top: 3vh;
    margin-bottom: 1vh;
}

.title-group{
        margin-bottom: 3vh;
}
.titulo-seccion{
    margin-top: 4vh;
}
.pad {
    padding-left: 0;
    padding-right: 0;
         margin: 0;
}



.bold {
     font-weight: 800;

}
  .pad {
margin-bottom: 15px;
      
}  
  

.info-less {
    background-color: #727272;
    position: fixed;
    bottom: 17%;
}


.last-div {
    margin-top: 6vh;
    margin-bottom: 12vh;
}


.box-qatar {
    margin-top: 23px;
    width: 41%;
}
.box-frutas {
    margin-top: -130px;
max-width: 450px;
        width: 100%;
}

.max-block700 {
    max-width: 700px;
        width: 100%;
}

.max-block1000 {
    max-width: 1000px;
        width: 100%;
}

.mano {
    position: absolute;
    right: -102px;
}

.caja {
    margin-right: 0;
    right: 0;
    margin-left: auto;
    width: 100%;
    max-width: 500px;
    position: absolute;
    bottom: 0;
}

.abs {
    height: 539px;
}
.gif {max-width: 45px;
    display: inline-block;
    margin-right: 9px;
    max-height: 30px;
}

mark.about{
    display: inline-flex;
    background-color: none !important;
    background: transparent;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color:#575757;
    
    
}

.space-10{
    margin-top: 15px;
}

.max-dibujo {
    max-width: 100%;
}

.sin-margin {
    margin-top: 0;
}


.indexknow {
    margin-top: 40px;
    color: black;
}

.logohm {
    max-width: 100PX;
    width: 100%;
    MARGIN-TOP: 20VH;
    MARGIN-BOTTOM: 0VH;
}

.logonbc {
    max-width: 120PX;
    width: 100%;
    MARGIN-TOP: 20VH;
    MARGIN-BOTTOM: 0VH;
}


.templates {
    max-width: 850px;
    width: 100%;
}


.pantallasfash {
    max-width: 800px;
    width: 100%;
}

.destacadisimo {
    background-color: black;
    color: white;
    margin-top: 1VH;
}

.apartado {
    max-width: 300px;
    text-align: RIGHT;
    margin: auto;
    width: 60%;
    margin-top: 10vh;
    
}

.wrapper {
    margin-bottom: 8vh;
}


.first {
    margin-top: 21vh;
}

.margin3 {
    margin-top: 5vh;
    margin-bottom: 5vh;
}


.subtitle {
    margin-bottom: 0;
}

.margin-top0{
    margin-top: 0;
}

.piedefoto {
margin-bottom: 8vh;
    }




.max-block700 {
width:100%;
    max-width: 750px;
    }


/* Quick CV Section */
#quick-cv {
    padding: 40px 0;
}

.cv-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.cv-item:last-child {
    border-bottom: none;
}

.company-logo {
    width: 100%;
    max-width: 80px;
    height: auto;
    display: block;
}

.cv-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.position {
    font-size: 18px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.company {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.cv-body {
    padding-left: 0;
}

.skills {
    margin-bottom: 10px;
}

.skill-tag {
    display: inline-block;
    background-color: #eee;
    color: #333;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 12px;
    border-radius: 4px;
}

.role-description {
    font-size: 14px;
    color: #555;
    margin: 0;
}
/* Global Styles */
.btn-primary, .btn-secondary {
    background-color: #CC0000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.btn-primary:hover, .btn-secondary:hover {
    background-color: #A30000;
}

.company-logo {
    width: 100%;
    max-width: 80px;
    height: auto;
    display: block;
    margin-top: 10px;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.skill-tag {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
}

.cv-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.position {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.company {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.role-description {
    font-size: 14px;
    color: #555;
}

.medium-link {
    background-color: #CC0000;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.medium-link:hover {
    background-color: #A30000;
}

/* About Info Card */
.about-info-card {
    background-color: #CC0000;
    color: #fff;
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
    max-width: 300px;
    font-family: 'Rubik', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-info-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 10px 0;
}

.about-info-card p {
    font-size: 0.9rem;
    font-weight: 400;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.about-info-card h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 10px 0 5px 0;
}

.expertise-list {
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
}

.expertise-list li {
    margin: 3px 5px;
    background-color: #fff;
    color: #CC0000;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
}

.fa-map-marker {
    margin-right: 5px;
}

/* Buttons */
.btn-primary {
    background-color: #fff;
    color: #CC0000;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 10px;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #A30000;
    color: #fff;
}
h2.title.about.bold {
    letter-spacing: 1px !important;
    }

p {
    font-family: "Poppins", sans-serif;
   } 

.location {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    color: white; /* or any other color matching the design */
    font-size: 0.5rem; /* smaller size */
}

.location i {
    margin-right: 0.5rem;
}

.skill-tag {
    font-family: 'Poppins', sans-serif;
    font-size: 0.4rem; /* Make the font size smaller */
}

.about-info a{
    display: inline-flex
}

h2.gvf{
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 500;
}

html {
    scroll-behavior: smooth;
}

.response-container {
    text-align: left;
    overflow: hidden; /* Ensures content doesn’t overflow the container */
    position: relative;
}

#response-text {
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid black; /* Cursor */
    animation: typing 4s steps(40, end), blink-caret .75s step-end infinite;
    text-align: left;
}

.keep-generating-btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.home-blog-list li a {
    font-size: 0.6rem !important;
}

.section-des .blog {
    margin-bottom: 0!important;
}
.single-blog .entry-title {
 max-width: 90%;
}
.keep-generating-btn:hover {
    background-color: #45a049; /* Darker green */
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: black;
    }
}

blockquote#aigame {
    width: 100%;
    max-width: 100%; /* Ensure it fits within its container */
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.response-container {
    text-align: center;
    position: relative;
    width: 100%; /* Ensure it takes full width of blockquote */
    overflow: hidden; /* Prevent overflow of content */
}


blockquote#aigame {
    background-color: black !important ; /* Darker green */
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .cv-header {
        margin-bottom: 5px;
    }

    .skills {
        margin-bottom: 5px;
    }

    .role-description {
        font-size: 13px;
    }
}



h1.entry-title .linkedin-button {
    display: inline-flex !important;
    align-items: center !important;
    
    /* New styles for secondary button look */
    background-color: transparent !important; /* Transparent fill */
    color: #CC0000 !important; /* Red text to match the border */
    border: 2px solid #CC0000 !important; /* Red stroke (border) */
    
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important; /* Smooth transition for all properties on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; /* Slightly lighter shadow for secondary */
    margin-top: 20px !important;
    margin-left: 0 !important;
}

h1.entry-title .linkedin-button:hover {
    background-color: #CC0000 !important; /* Fill with solid red on hover */
    color: #ffffff !important; /* White text on hover */
    /* Border remains red, no need to specify again unless it changes */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important; /* Slightly more prominent shadow on hover */
}

h1.entry-title .linkedin-button i {
    margin-right: 10px !important;
    font-size: 18px !important;
}

/* Responsive adjustments remain the same */
@media (max-width: 768px) {
    h1.entry-title .linkedin-button {
        background-color: #ffffff!important; /* Fill with solid red on hover */
         color: #CC0000; /* Red text to match the border */
        display: flex !important;
        justify-content: center !important;
        width: auto !important;
        padding: 12px 25px !important;
        font-size: 15px !important;
    }
    h1.entry-title .linkedin-button:hover {
    background-color: #CC0000; /* Red text to match the border */
    color: #ffffff !important; /* White text on hover */
    /* Border remains red, no need to specify again unless it changes */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important; /* Slightly more prominent shadow on hover */
}
}

@media (max-width: 480px) {
    h1.entry-title .linkedin-button {
        width: 90% !important;
    }
}


.brand-top-line {
    width: 100%; /* Spans the full width of the viewport */
    height: 3px; /* The thickness of the line */
    background-color: #CC0000; /* Red color, consistent with your button */
    position: fixed; /* Keeps the line fixed at the top of the viewport */
    top: 0; /* Positions it at the very top */
    left: 0; /* Positions it at the very left */
    z-index: 9999; /* Ensures it appears on top of all other content */
    margin: 0; /* Remove any default margins */
    padding: 0; /* Remove any default padding */
}

span.nav-btn-cover:after, span.nav-btn-cover:before, span.nav-btn-cover {
    color: #CC0000 !important;
    } 

.nav-btn .nav-btn-cover .menu-line, .nav-btn .nav-btn-cover:before, .nav-btn .nav-btn-cover:after {
     background-color: #CC0000 !important;
    } 


/* Wrapper for the image and the text */
.image-text-wrapper {
    position: relative; /* Crucial for positioning the text absolutely within it */
    display: inline-block; /* Allows it to behave like an image and respect floats */
    /* IMPORTANT: If your .main-photo (via .block-right) is floated (e.g., float: right),
       you might need to apply 'float: right;' to this '.image-text-wrapper' as well
       to maintain your current layout. */
}

/* Styles for the hidden copy */
.plane-copy {
    position: absolute;
    bottom: 0px; /* Distance from the bottom of the image */
    text-align: left;
    color: #ffffff; /* Red text color, consistent with your brand */
    font-size: 0.8em; /* Adjust font size as needed */
    line-height: 1.4;
    padding: 4px; /* Add some horizontal padding to the text box */
    max-width: 90%; /* Limit width to keep text within the image bounds */
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent white background for readability */
    
    opacity: 0; /* Initially invisible */
    visibility: hidden; /* Hides from screen readers when not visible */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth fade-in/out effect */
    z-index: 10; /* Ensures the text is on top of the image */
     font-family: "Rubik", sans-serif;
}

/* Show the copy on hover of the image wrapper */
.image-text-wrapper:hover .plane-copy {
    opacity: 1;
    visibility: visible;
}

/* Hide the copy on non-desktop devices (e.g., tablets and mobiles) */
@media (max-width: 991px) { /* Common breakpoint for screens smaller than typical desktops */
    .plane-copy {
        display: none !important; /* Forces the text to be hidden */
    }
}

.gllpersonas {
 width: 80% !important;
}

.case-tag {
      display: inline-block;
      font-size: 0.55rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #cc0000;
      background: #fff0f0;
      padding: 0.3em 0.6em;
      border-radius: 4px;
      margin-right: 0.5em;
      margin-bottom: 0.8em;
    }
    .case-impact {
      background-color: #f9f9f9;
      border-left: 4px solid #cc0000;
      padding: 1rem 1.2rem;
      font-style: italic;
      font-size: 0.9rem;
      line-height: 1.7rem;
    }
    .section-heading {
      border-top: 2px solid #000;
      padding-top: 1.2rem;
      margin-top: 4rem;
      text-transform: uppercase;
      font-size: 0.6rem;
      letter-spacing: 1px; }


ul.scan li {
  margin-bottom: 0.6rem;
  padding-left: 1rem;
  position: relative;
  list-style: none;
}

ul.scan li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #333333; /* Neutral grey, not red */
  font-weight: bold;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .main-photo {
    visibility: hidden;
  }
     mark.designer {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
    .knowlink {
    visibility: hidden;
  }
}

