/*
    CV Digital Carolina
    Author: Carolina Garnelo
*/


/* TABLE OF CONTENTS

    1. Preloader
    2. Basic Document Styles
    3. Navigation
    4. Header
    5. Status
    6. Skills
    7. Portfolio
    8. Here Me
    9. Resume
    10. Clients
    11. Contact
    12. Footer
    13. Social Icon
    14. Portfolio Modal
    15. Media Queries
*/
 

/* 1. Preloader
-------------------------------------------------*/
#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loaderBars {
    height: 50px;
    width: 70px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    
    
}

.bar{
    background-color:#4ac2be;
    border:1px solid #4ac2be;
    float:left;
    height:33px;
    margin-left:2px;
    width:9px;
    opacity:0.1;
    -moz-animation-name:bounceG;
    -moz-animation-duration:1.5s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:1.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:1.5s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:1.5s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:1.5s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(0.7);
}

.bar1{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

.bar2{
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -o-animation-delay:0.6s;
    animation-delay:0.6s;
}

.bar3{
    -moz-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -o-animation-delay:0.75s;
    animation-delay:0.75s;
}

@-moz-keyframes bounceG{
0%{
-moz-transform:scale(1.2);
opacity:1}

100%{
-moz-transform:scale(0.7);
opacity:0.1}

}

@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1}

100%{
-webkit-transform:scale(0.7);
opacity:0.1}

}

@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1}

100%{
-ms-transform:scale(0.7);
opacity:0.1}

}

@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1}

100%{
-o-transform:scale(0.7);
opacity:0.1}

}

@keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1}

100%{
transform:scale(0.7);
opacity:0.1}

}


/* 2. Basic Document Styles
-------------------------------------------------*/
body {
  overflow-x: hidden;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
    font-size: 20px;
    line-height: 1.45;
    margin: 0 0 22px;
}
 @media (max-width: 768px){
  p {
    font-size: 18px;
    line-height: 1.38;
    margin: 0 0 22px;
}
}

p.large {
    font-size: 16px;
}

.text-dark {
    color: #8c9099;
}

.text-primary {
    color: #1849aa;
    font-size: 0.9em;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #1849aa;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

::-moz-selection {
    text-shadow: none;
    background: #1849aa;
}

::selection {
    text-shadow: none;
    background: #1849aa;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #1849aa;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

img {
    max-width: 100%;
}

.img-centered {
    margin: 0 auto;
}

.img-me {
    margin-top: 0px;
}

.bg-clients {
    background:linear-gradient(110deg,
            #1849aa  0%,
            #223361  20%,   /* azul intermedio (opcional) */
            #223361  50%,
            #e21e80 100%);
}

.btn-primary {
    border-color: #1849aa;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 200;
    color: #fff;
    background-color: #1849aa;
    border-radius: 1px;
    text-transform: uppercase;
    color: #fff;
	letter-spacing: 1px !important;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #0d6efd;
    color: #fff;
    background-color: #0d6efd;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-e21e80 {
    border-color: #e21e80;
    text-transform: none;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 4s00;
    color: #e21e80;
    background-color: transparent;
	    border-radius: 1px;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}


.btn-e21e80:hover,
.btn-e21e80:focus,
.btn-e21e80:active,
.btn-e21e80.active,
.open .dropdown-toggle.btn-e21e80 {
    border-color: #e21e80;
    color: #fff;
    background-color: #e21e80;
}

.btn-c-e21e80 {
    border-color: #e21e80;
	text-align: center;
    text-transform: none;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 4s00;
    color: #fff;
    background-color: #e21e80;
	    border-radius: 1px;
    text-transform: uppercase;
    letter-spacing: 1px !important;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	padding-bottom: 4px !important;
	margin-top: 4px !important;
		padding-top: 4px !important;
	margin-bottom: 4px !important;
	color:#fff;

}


.btn-c-e21e80:hover,
.btn-c-e21e80:focus,
.btn-c-e21e80:active,
.btn-c-e21e80.active,
.open .dropdown-toggle.btn-c-e21e80 {
    border-color: #e21e80;
    color: #fff;
    background-color: #e21e80;
}


.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #1849aa5;
    background-color: #1849aa;
}

.btn-primary .badge {
    color: #1849aa;
    background-color: #fff;
}

.btn-x3 {
    padding: 13px 30px;
    border: 2px solid #1849aa;
    border-radius: 1px;
    text-transform: uppercase;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1849aa;
    background-color: transparent;
}

.btn-x3:hover,
.btn-x3:focus,
.btn-x3:active,
.btn-x3.active,
.open .dropdown-toggle.btn-x3 {
    color: #1849aa;
    padding: 13px 35px;
}

.btn-x2 {
    padding: 15px 30px;
    border-color: #fff;
    border-radius: 1px;
    text-transform: uppercase;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
	letter-spacing: 1px !important;
    background-color: transparent;
}

.btn-x2:hover,
.btn-x2:focus,
.btn-x2:active,
.btn-x2.active,
.open .dropdown-toggle.btn-x2 {
    border-color: #1849aa;
    color: #1849aa;
    background-color: transparent;
}

.btn-x1 {
    padding: 12px 26px;
    border-color: #1849aa;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #1849aa;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #1849aa;
    background-color: #1849aa;
}

.btn-xl .badge {
    color: #1849aa;
    background-color: #fff;
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    font-size: 36px;
    display: inline-block;
	color: #0b2e68;
}

section h3.section-subheading {
    margin-bottom: 75px;
    margin-top: 10px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.service-heading {
    margin: 5px 0 15px;
    text-transform: none;
    color: #223361;
	font-size: 25px;
	font-weight: 600;

}


/* 3. Navigation
-------------------------------------------------*/
.navbar-default {
    border-color: transparent;
    background-color: #fff;
}

.navbar-default .navbar-brand {
	  
     font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4d4d50;
	text-decoration-line: none;
	font-size: 26px !important;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #1849aa;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #1849aa;
    background-color: #1849aa;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #1849aa;
}

.navbar-fixed-top.navbar-shrink .nav li a {
    color: #4d4d50;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px !important;
    color: #4d4d50;
	font-size: 14px;
	text-decoration-line: none;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #1849aa;
}

.navbar-default.navbar-shrink .navbar-nav>.active>a {
    border-radius: 0;
    color: #1849aa;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #1849aa;
}


/* 4. Header
-------------------------------------------------*/
header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg)/*tpa=http://linewp.com/Flatfy/img/header-bg.jpg*/;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	border-bottom-right-radius: 100px;
	
}

@media(max-width:768px) {
header {
      border-bottom-right-radius: 100px;
    }
    }


header .intro-text {
    padding-top: 250px;
    padding-bottom:170px;
}


header .intro-text .intro-lead-in {
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 22px;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}


/* 5. Status
-------------------------------------------------*/
#status {
    background-color: #28353E;
    background-image: url("../img/bg-portfolio.jpg")/*tpa=http://linewp.com/Flatfy/img/bg-portfolio.jpg*/;
    color: #fff;
    padding: 100px 0;
}

#status i {
    color: #fff;
}


/* 6. Skills
-------------------------------------------------*/
.skills{
    background:#F7F7F7;
    color:#474d5d;
}

.skills .heading p{
    padding-bottom:41px;
}

.skills p{
    color:#474d5d;
}

.skills .skillsArea{
    padding:0px;
}
.skills .skills{
    margin:0 auto;
    margin-bottom:23px;
    text-align:center;
    padding:0px;
    float:none;
}
.skills .skills p{
    color:#103062;
    font-size:18px;
    line-height:23px;
    text-align:center;
}
.skills .skills img{
    margin:0 auto;
    margin-bottom:33px;
    width:100%;
    max-width:152px;
}

.skills .skills h4{
	text-transform: none;
    color: #223361;
    font-size: 25px;
    font-weight: 600;
}
    
}

.skilBg{
    background:url(../img/skills.png)/*tpa=http://linewp.com/Flatfy/img/skills.png*/ no-repeat 0 0;
}

.chart {
  position: relative;
  display: inline-block;
  width: 152px;
  height: 152px;
  margin-bottom: 26px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  font-size:21px;
  color:#474d5d;
  line-height: 152px;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

.angular {
  margin-top: 100px;
}

.angular .chart {
  margin-top: 0;
}


/* 7. Portfolio
-------------------------------------------------*/
#portfolio {
	background:linear-gradient(110deg,
            #1849aa   0%,
            #223361  20%,   /* azul intermedio (opcional) */
            #223361  60%,
            #e21e80 100%);
	border-top-left-radius: 100px;
	    border-bottom-right-radius: 100px !important;	
}

#portfolio2 {
	background:linear-gradient(110deg,
            #1849aa   0%,
            #223361  20%,   /* azul intermedio (opcional) */
            #223361  60%,
            #e21e80 100%);
	    border-bottom-right-radius: 100px !important;	
}

#portfolio2 .portafolio-text .white-title .section-heading .front-title {
	position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    z-index: 1;
}

#portfolio2 .body-text-landing{
	    font-size: 18px;
    line-height: 1.41;
    margin: 0 0 22px;
}
	
@media (max-width: 768px) {
    #portfolio2 .body-text-landing {
        font-size: 17px !important;
        line-height: 1.38;
        margin: 0 0 22px;
    }
	#portfolio2 .portafolio-text .white-title .section-heading .front-title {
    font-weight: 700;
    font-size: 1.2rem;
}
}


#portfolio .section-subheading {
    color: #8c9099;  
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(225, 225, 225, 0.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}


/* 8. Here Me
-------------------------------------------------*/
#here-me {
    background-color: #f2f2f2;
    padding: 40px 0;
}

#here-me h1 {
    color: #666;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 29px;
    font-weight: 400;
    margin: 9px 0 52px;
    text-transform: none;
}


/* 9. Resume
-------------------------------------------------*/
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 5px;
    margin-left: -9.8px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 20px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #eac1e3;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #1849aa;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
	font-weight: 400;
	
}

.timeline>li .timeline-image span.ico {
    margin-top: 2px;
    font-size: 3.2em;
    display: inline-block;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
	color: #223361;
}

.timeline .timeline-heading h2 {
    margin-top: 30px;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    color: #1849aa;
	    font-weight: 400;
	font-size: 22px;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}


/* 10. Clients
-------------------------------------------------*/
aside.clients img {
    margin: 40px auto;
    opacity: 0.9;
}

aside.clients img:hover {
    opacity: 0.5;
    transform: scale(1.1);
}


/* 11. Contact
-------------------------------------------------*/
section#contact {
    background-color: #28353e;
    background-image: url(../img/bg-portfolio.jpg)/*tpa=http://linewp.com/Flatfy/img/bg-portfolio.jpg*/;
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    background-color:rgba(255, 255, 255, 0.1);
    border: 0 none;
    color: #E4E0EB;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #1849aa;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact .text-danger {
    color: #e74c3c;
}

section#contact .form-text {
    color: #BFBFBF;
    margin-top: 50px;
}

section#contact .form-text i {
    color: #fff;
    padding-right: 15px;
}

section#contact .form-text h4 {
    color: #fff;
    border-bottom: 3px solid #1849aa;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 16px;
}


/* 12. Footer
-------------------------------------------------*/
footer {
    padding: 25px 0;
    text-align: center;
    background-color: #28353e;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height: 40px;
    color: #8e8e8e;
}


/* 13. Social Icon
-------------------------------------------------*/
ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #8e8e8e;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #1849aa;
    color: #fff;
}


/* 14. Portfolio Modal
-------------------------------------------------*/
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 3em;
    border-bottom: 6px solid #12baad;
    display: inline-block;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 15px 0 35px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


	
/* 15. Media Queries
-------------------------------------------------*/
@media(min-width:768px) {
    section {
        padding: 120px 0;
    }

    .navbar-default .nav li a {
        color: #fff;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		text-decoration-line: none;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        box-shadow:0 7px 16px 0 rgba(50, 50, 50, 0.1);
        background-color: #fff;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        color: #4d4d50;
    }

    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;intro-lead-in
        font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
    
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 20px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 80px;
        height: 80px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image span.ico {
        margin-top: 2px;
        font-size: 4em;
        display: inline-block;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    #here-me h1 {
        margin: 10px 0 0px;
    }

    section#contact .form-text {
        margin-top: 0px;
    }

    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image span.ico {
        margin-top: 2px;
        font-size: 6.2em;
        display: inline-block;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}





/* Vertical margin, padding */

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}


.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}


.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}


.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 140px !important;
}



.font-color-103062{
	color: #103062
}

.font-color-1849aa{
	color: #1849aa
}

.font-color-2677f9{
	color: #e21e80
}

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

.font-size-21{
	font-size: 21px;
}

.font-size-22{
	font-size: 22px;
}
.font-size-23{
	font-size: 23px;
}
.font-size-24{
	font-size: 24px;
}

.font-size-25{
	font-size: 25px;
}
.font-size-26{
	font-size: 26px;
}

.font-weight-400{
	font-weight: 400 !important;
}

@font-face{
  font-family:'Richardson Script';
src:url('../fonts/RichardsonScriptDEMO.woff2') format('woff2'),
    url('../fonts/RichardsonScriptDEMO.woff')  format('woff');
  font-weight:400;
  font-style:normal;
  font-display:swap;        /* carga primero texto, fuente cuando llegue */
}



		/* ----- TÍTULO CON SCRIPT DETRÁS ------ */

@font-face{
  font-family:'Richardson Script';
  src:url('../fonts/Richardson-Script-DEMO.woff') format('woff');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

/* Título con script detrás */
.left-title .section-heading{
	position:relative;
	text-align:left;
	}

.left-title .section-heading .bg-script{
  position:absolute;
	left:10%;
	top:50%;
	transform:translate(-50%,-70%);
  font-family:'Richardson Script', cursive;
  font-size:clamp(9.5rem,15vw,6.5rem);
  line-height:.8;
	color:#1849aa;	
	opacity:0.20;
	white-space:nowrap;
  -webkit-font-smoothing:antialiased;
	pointer-events:none;
	z-index:0;
}
.left-title .section-heading .front-title{
  position:relative;
	font-family:'Poppins',sans-serif;
	font-weight:700;
  font-size:2.2rem;
	color:#223361;
	z-index:1;
}


@media (max-width: 768px) {
    .left-title .section-heading .front-title{
        font-size:1.7rem;
		text-align: center;
    }
	
	.left-title .section-heading .bg-script{
		font-size:clamp(6.5rem,12vw,5.5rem);
		left:45%;
	}
	
	.left-title .section-heading p{
		font-size:clamp(6.5rem,12vw,5.5rem);
		left:45%;
	}
 .frase-subtitulo{
	font-size: 20px;
		color: #1849aa;
	 text-align: center !important ;
    font-size: 18px;
    line-height: 1.42;
    margin: 0 0 22px;
}
	
	.frase-subtitulo2{
	font-size: 20px;
		color: #1849aa;
	 text-align: center !important ;
    font-size: 17px;
    line-height: 1.42;
    margin: 0 0 22px;
}
	
	.white-version .frase-subtitulo{
		color: #fff !important;
	font-size: 20px;
		line-height: 1.42;
	}
.left-version .frase-subtitulo{
		text-align: center;
	}

}

.frase-subtitulo2{
		color: #1849aa !important;
	font-size: 23px !important;
		line-height: 1.44;
	}

.frase-subtitulo{
		color: #1849aa !important;
	font-size: 25px !important;
		line-height: 1.45;
	}

.white-version .frase-subtitulo{
		color: #fff !important;
	font-size: 25px !important;
		line-height: 1.45;
	}
.left-version .frase-subtitulo{
		text-align: left;
	}


/* ----- TÍTULO CON SCRIPT DETRÁS (versión compacta) ------ */
 .white-title .section-heading{
  position:relative;
  text-align:center;           /* Cambia a left/right si lo necesitas */         /* Menor espacio inferior */
}

/* Texto script detrás */
 .white-title .section-heading .bg-script{
  position:absolute;
  left:50%;
  top:10%;
  transform:translate(-51%,-51%);
  font-family:'Richardson Script','Great Vibes',cursive;
  font-size:clamp(9.5rem,15vw,6.5rem);
  line-height:.8;
  color:#fff;
  opacity:0.20;
  white-space:nowrap;
	 -webkit-font-smoothing:antialiased;
  pointer-events:none;
  z-index:0;
}

/* Texto Poppins delante (≈35 px) */
.white-title .section-heading .front-title{
position:relative;
	font-family:'Poppins',sans-serif;
	font-weight:700;
  font-size:2.2rem;
	color:#fff;
	z-index:1;
}	

@media (max-width: 768px) {
    .white-title .section-heading .front-title{
        font-size:1.7rem;
		text-align: center;
    }
	
	.white-title .section-heading .bg-script{
		font-size:clamp(6.5rem,12vw,5.5rem);
	}
	

}





/* ----- TÍTULO CON SCRIPT DETRÁS (versión compacta) ------ */
 .blue-title .section-heading{
  position:relative;
  text-align:center;           /* Cambia a left/right si lo necesitas */         /* Menor espacio inferior */
}

/* Texto script detrás */
 .blue-title .section-heading .bg-script{
  position:absolute;
  left:50%;
  top:10%;
  transform:translate(-52%,-51%);
  font-family:'Richardson Script','Great Vibes',cursive;
  font-size:clamp(9.5rem,15vw,6.5rem);
  line-height:.8;
  color:#1849aa;
  opacity:0.18;
  white-space:nowrap;
	 -webkit-font-smoothing:antialiased;
  pointer-events:none;
  z-index:0;
}

/* Texto Poppins delante (≈35 px) */
 .blue-title .section-heading .front-title{
position:relative;
	font-family:'Poppins',sans-serif;
	font-weight:700;
  font-size:2.2rem;
	color:#223361;
	z-index:1;
}	

@media (max-width: 768px) {
    .blue-title .section-heading .front-title{
        font-size:1.7rem;
		text-align: center;
    }
	
	.blue-title .section-heading .bg-script{
		font-size:clamp(6.5rem,12vw,5.5rem);
	}
}


/* ----- TÍTULO CON SCRIPT DETRÁS (versión compacta) ------ */
 .portafolio-text .white-title .section-heading{
  position:relative;
  text-align:center;           /* Cambia a left/right si lo necesitas */         /* Menor espacio inferior */
}

/* Texto script detrás */
 .portafolio-text .white-title .section-heading .bg-script{
  position:absolute;
  left:50%;
  top:10%;
  transform:translate(-51%,-51%);
  font-family:'Richardson Script','Great Vibes',cursive;
  font-size:clamp(6.1rem,15vw,6.5rem);
  line-height:.8;
  color:#fff;
  opacity:0.18;
  white-space:nowrap;
	 -webkit-font-smoothing:antialiased;
  pointer-events:none;
  z-index:0;
}

/* Texto Poppins delante (≈35 px) */
.portafolio-text .white-title .section-heading .front-title{
position:relative;
	font-family:'Poppins',sans-serif;
	font-weight:700;
  font-size:2rem;
	color:#fff;
	z-index:1;
}	

/* ================= Masonry columns ================= */
         .masonry-gallery{
         column-count: 5;  
         column-gap: 0;
         }
         .masonry-item{
         break-inside: avoid;    
         margin: 1.2mm;    
         }
         .masonry-item img{
         width: 100%;
         display: block;
         border-radius: 10px;       
         margin: 0;
		margin-bottom: 3mm;
         }

.masonry-item video{
         width: 100%;
         display: block;
         border-radius: 10px;       
         margin: 0;
	    margin-bottom: 3mm;
         }

.masonry-item iframe{
         width: 100%;
         display: block;
         border-radius: 10px;       
         margin: 0;
	    margin-bottom: 3mm;
         }

         /*  ↓↓↓  Breakpoints Bootstrap-like  ↓↓↓ */
         @media (max-width: 1200px){   
         .masonry-gallery{ column-count: 4; }
         }
         @media (max-width: 992px){   
         .masonry-gallery{ column-count: 3; }
         }
         @media (max-width: 576px){  
         .masonry-gallery{ column-count: 2; }
         }


 .diseno .masonry-gallery{
         column-count: 4;  
         column-gap: 0;
         }
         .diseno .masonry-item{
         break-inside: avoid;    
         margin: 1.2mm;
			 border-radius: 10px;
         }
         .diseno .masonry-item img{
         width: 100%;
         display: block;
         border-radius: 10px;       
         margin: 0;
		    margin-bottom: 3mm;
}
         }
         /*  ↓↓↓  Breakpoints Bootstrap-like  ↓↓↓ */
         @media (max-width: 1200px){   
         .diseno .masonry-gallery{ column-count: 4; }
         }
         @media (max-width: 992px){   
         .diseno .masonry-gallery{ column-count: 3; }
         }
         @media (max-width: 576px){  
         .diseno .masonry-gallery{ column-count: 2; }
         }



/* ================= Masonry columns ================= */
         .expo .masonry-gallery{
         column-count: 4;  
         column-gap: 0;
         }
         .expo .masonry-item{
         break-inside: avoid;    
         margin: 1.2mm;    
         }
         .masonry-item img{
         width: 100%;
         display: block;
         border-radius: 10px;       
         margin: 0;
			     margin-bottom: 3mm;
         }

.expo .masonry-item video{
         width: 100%;
         display: block;
         border-radius: 10px;       
         margin: 0;
	    margin-bottom: 3mm;
         }

.expo .masonry-item iframe{
         width: 100%;
         display: block;
         border-radius: 10px;       
         margin: 0;
	    margin-bottom: 3mm;
         }

         /*  ↓↓↓  Breakpoints Bootstrap-like  ↓↓↓ */
         @media (max-width: 1200px){   
         .expo .masonry-gallery{ column-count: 4; }
         }
         @media (max-width: 992px){   
         .expo .masonry-gallery{ column-count: 3; }
         }
         @media (max-width: 576px){  
         .expo .masonry-gallery{ column-count: 2; }
         }


/* ================= Masonry columns ================= */
         .expo2 .masonry-gallery{
         column-count: 3;  
         column-gap: 0;
         }
         .expo2 .masonry-item{
         break-inside: avoid;    
         margin: 1.2mm;    
         }


.expo2 .masonry-item iframe{
         width: 100%;
         display: block;
         border-radius: 10px;       
         margin: 0;
	    margin-bottom: 3mm;
         }

         /*  ↓↓↓  Breakpoints Bootstrap-like  ↓↓↓ */
         @media (max-width: 1200px){   
         .expo2 .masonry-gallery{ column-count: 4; }
         }
         @media (max-width: 992px){   
         .expo2 .masonry-gallery{ column-count: 3; }
         }
         @media (max-width: 576px){  
         .expo2 .masonry-gallery{ column-count: 2; }
         }


 /* mantiene 9×16: alto = ancho × 16/9 => 177.78 % */
               .short-vertical{
               width:100%;
               position:relative;
               padding-top:177.78%;
               }
               .short-vertical iframe{
               position:absolute;
               inset:0;
               width:100%;
               height:100%;
               border:0;
               }
/*==================================================
     **  ESTILOS CAMBIOS (SERVICIO AL CLIENTE) **
====================================================*/

                     .module-small {
                     position: relative;
                     padding: 150px;
                     background-position: 50% 50%;
                     background-size: cover;
                     }

 /*******  RADIO BUTTONS TABS OCUPACION DE VISAS ******/   
         #submenu-caja .photoboxeffect {
         display: inline-block;
         border-top-left-radius: 13px;
         border-top-right-radius: 13px;
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         overflow: hidden;
         box-shadow:none;
         margin-bottom: 0px;
         transition: 0.35s ease-out;
         -webkit-transition: 0.35s ease-out;
         -moz-transition: 0.35s ease-out;
         color: #fff;
         font-size: 15px;
         width: 100%;
         --photoboxOverlay: rgba(3, 12, 18, 0.08);
         /*--photoboxAnimationDuration: .5s;*/
         }
         #submenu-caja .photoboxeffect_previewbox {
         position: relative;
         overflow: hidden;
         /*background: rgba(2, 2, 2, 0.1);*/
         }
         #submenu-caja .photoboxeffect_preview {
         display: block;
         max-width: 100%;
         }
         #submenu-caja .photoboxeffect_previewbox:before {
         content: "";
         }
         #submenu-caja .photoboxeffect .photoboxeffect_previewbox:before {
         width: 100%;
         height: 100%;
         background-color: var(--photoboxOverlay, rgba(0, 0, 0, .80));
         opacity: 0;
         transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.80);
         will-change: opacity;
         position: absolute;
         top: 0;
         left: 0;
         z-index: 5;
         }
         #submenu-caja .photoboxeffect:hover .photoboxeffect_previewbox:before {
         opacity: 1;
         }
         #submenu-caja .photoboxeffect .descripcion-programas-header1{
         z-index: 3;
         position: relative;
         }
         #submenu-caja .photoboxeffect .descripcion-programas-header1 .textos-idiomas{
         z-index: 3;
         position: absolute;
         margin-right: 25px;
         margin-left: 25px;
         bottom:10px;
         }
         #submenu-caja .photoboxeffect .descripcion-programas-header1 .textos-idiomas h3{
         font-weight: 600 !important;
         font-size: 26px;
         line-height: 100%;
         text-transform: none;
         text-shadow: 0 0 0.02em #ddd, 0 0 0.02em #ddd;
         /*text-shadow: black 0px 0px 7px, 0 0 1em #ddd, 0 0 0.3em #ddd;*/
         -webkit-transition: -webkit-transform 0.35s;
         transition: transform 0.35s;
         }
         #submenu-caja .photoboxeffect:hover .textos-idiomas h3 {
         transition-duration: calc(var(--photoboxAnimationDuration, .4s) / 2);
         transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
         -webkit-transform: translate3d(0,-30px,0);
         transform: translate3d(0,-30px,0);
         text-shadow:  0 0 01em #ddd, 0 0 0.01em #ddd;
         }
         #submenu-caja .photoboxeffect .descripcion-programas-header1 .textos-idiomas p{
         line-height: 1.2;
         font-weight: 300;
         font-size: 18px;
         text-shadow: 0 0 0.02em #ddd, 0 0 0.02em #ddd;
         /*text-shadow: black 0px 0px 7px, 0 0 1em #ddd, 0 0 0.3em #ddd;*/
         -webkit-transition: -webkit-transform 0.35s;
         transition: transform 0.37s;
         }
         #submenu-caja .photoboxeffect:hover .textos-idiomas p {
         transition-duration: calc(var(--photoboxAnimationDuration, .4s) / 2);
         transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
         -webkit-transform: translate3d(0,-50px,0);
         transform: translate3d(0,-25px,0);
         }
         #submenu-caja .photoboxeffect .descripcion-programas-header1 .textos-idiomas h5{
         text-align: center;
         text-transform: none;
         font-weight: 500 !important;
         font-size: 17px;
         color:#f5bc0f;
         position: absolute;
         opacity: 0;
         transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9), transform calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
         will-change: opacity, transform;
         }
         #submenu-caja .photoboxeffect:hover .descripcion-programas-header1 .textos-idiomas h5 {
         opacity: 1;
         transition-duration: calc(var(--photoboxAnimationDuration, .4s) / 2);
         transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
         -webkit-transform: translate3d(0,-30px,0);
         transform: translate3d(0,-30px,0);
         }
         #submenu-caja .photoboxeffect .photobox_preview {
         transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
         will-change: transform;
         transform: scale(1) rotate(0);
         }
         #submenu-caja .photoboxeffect:hover .photobox_preview {
         transform: scale(1.2) rotate(3deg);
         }
         #submenu-caja .photoboxeffect .img-box1{
         width: 100%;
         height: 410px;
         }
         #submenu-caja .photoboxeffect .overlay{
         position: absolute;
         top: 0;
         left: 0;
         background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20) 20%, rgba(0, 0, 0, 0.50) 94%);
         z-index: 1;
         width: 100%;
         height: 100%;
         }
         #submenu-caja .photoboxeffect .active{
         border: 2px solid #4e73df;
         }
         #submenu-caja .photoboxeffect #achild {
         background-position: center center;
         background-repeat: no-repeat;
         background-size: cover;
         color: #fff;
         }
         .text-proyectos{
         text-transform: uppercase;
         font-size: 16px;
         font-weight: 400;
         font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
         letter-spacing: 1px !important;
         padding: 5px;
         border-bottom-left-radius: 13px;
         border-bottom-right-radius: 13px;
         background: #e21e80;
         margin-top: -10px;
         }


     /* Lista de bullets personalizados */
         .bullet-list {
         list-style:none; margin:0; padding:0;    /* Sangría global para la lista */
         }
.bullet-list li{
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 20px;
  font-weight: 400;
   margin-bottom: 0.6rem;  /* ← antes tenías 1.2 rem; pon lo que necesites */
  line-height: 1.25;            /* deja respirar la segunda línea */
  color:#103062;
  padding-left: 1.3rem;        /* espacio para la bolita */
}
		  .bullet-list li{
  font-size: clamp(15px, 4vw, 20px);
}
		  @media (max-width: 768px){
  .bullet-list li{
    margin-bottom: 0.6rem;   /* un poquito más de aire en pantallas estrechas */
	  font-size: 18px;
    line-height: 1.38;
  }
}
		  
         /* ⚪️ Pseudo-elemento círculo amarillo */
  .bullet-list li::before{
  content:'';
  position:absolute;
  left:0;                        /* pegada al borde del padding          */
  top:50%;                       /* centrada verticalmente               */
  transform:translateY(-50%);    /* ajuste fino al centro                */
  width:0.55em;
  height:0.55em;
  background:#0C4AAE;            /* azul corporativo                     */
  border-radius:50%;
}.timeline>li .timeline-image h4



/*==================================================
     **  NAVBAR **
====================================================*/
.navbar-nav .nav-link {
         font-weight: 400;
         letter-spacing: 1px;
         padding: 0.5rem 1rem !important;
         color: #FFF !important;
         text-transform: uppercase !important;
         font-size: 16px !important;
         }
         .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
         color: #e21e80;
         }
         /* Logo blanco por defecto */
         #logo {
         content: url('../img/logo-blanco.svg');
         transition: all 0.3s ease;
         }
         /* Si hay scroll en desktop o mobile: fondo blanco + logo color */
         .navbar.scrolled {
         background-color: white !important;
         box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
         }
         .navbar.scrolled .nav-link,
         .navbar.scrolled .navbar-brand {
         color: #333 !important;
         }
         .navbar.scrolled #logo {
         content: url('../img/logo-color.svg');
         }
         /* Mobile: el logo siempre es de color */
         @media (max-width: 991.98px) {
         #logo {
         content: url('../img/logo-color.svg');
         }
         .navbar-collapse {
         background-color: white;
         padding: 1rem;
         }
         .navbar-collapse .nav-link {
         color: #333;
         }
         .navbar-toggler {
         border: none;
         }
         .navbar-toggler-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.8%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
         }
         }
         @media (max-width: 991.98px) {
         #logo {
         height: 40px;
         }
         .navbar-collapse.show {
         background-color: white !important;
         padding: 1rem;
         z-index: 1000;
         }
         .navbar {
         background-color: white !important;
         }

         }



/*==================================================
     **  CHART **
====================================================*/
.chart canvas {
         position: absolute;
         top: 0;
         left: 0;
         }
         .chart {
         position: relative;
         width: 155px;
         height: 155px;
         margin: auto;
         }
         .percent {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         font-size: 24px;
         color: #2c3e50;
         font-weight: bold;
         }

/*==================================================
     **  VIDEO WRAPPER **
====================================================*/

 .video-wrapper,
.card,
.card-body{
  padding:0 !important;
  margin: 1.3mm;   
	
}

/* 2) el iframe ocupa todo el espacio del wrapper */
.video-wrapper iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;  
	/* evita espacio fantasma inline */
}

 /* ====== CONTENEDOR ====== */
         .vimeo-full{
         width:100%;
         height:31.6vh;            /* 100 % del alto visible */
         overflow:hidden;         /* por si amplías después */
         position:relative;       /* para ubicar el iframe */
         }
         /* ====== IFRAME ====== */
         .vimeo-full iframe{
         position:absolute;
         inset:0;                 /* top:0; right:0; bottom:0; left:0 */
         width:100%;
         height:100%;
         border:0;
         }

		  @media (max-width: 768px) {
  .img-me {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
	 text-align: center !important;
  }
}
		  
		  	  @media (max-width: 768px) {
  .left-title {
   padding-left: 30px;
	  padding-right: 30px;
  }
				  .botones-descargas{


}
				  

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}


.pt-6,
.py-6 {
  padding-top: 3.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3.5rem !important;
}



.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}


@media (max-width: 768px) {
  .img-me {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
	 text-align: center !important;
  }
}