/*-----------------------------------------------------------------------------------
    Template Name: Finsa - Consulting & Agency Html Template
    Template URI: https://webtend.net/demo/html/finsa/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style Scss File. 
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Common 
    02. Header
    03. Banner
    04. About
    05. Service
    06. Feature
    07. Why Choose Us
    08. Fact Boxes
    09. Team Members
    10. Skill Sectionsite-logo
    11. Testimonial
    12. Blog 
        => Sidebar
    13. Project 
    14. Working Process
    15. Video
    16. Call to Action
    17. Advanced Tabs
    18. FAQ
    19. Contact
    20. Careers
    21. Details
        => Blog Details
        => Comment Template
        => Services Details
        => Projecct Details
        => Team Details
    22. Shop 
        => Product Details
    23. Footer
        
    
    
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
    Template Name: Finsa - Consulting & Agency Html Template
    Template URI: https://webtend.net/demo/html/finsa/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style Scss File. 
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Common 
    02. Header
    03. Banner
    04. About
    05. Service
    06. Feature
    07. Why Choose Us
    08. Fact Boxes
    09. Team Members
    10. Skill Section
    11. Testimonial
    12. Blog 
        => Sidebar
    13. Project 
    14. Working Process
    15. Video
    16. Call to Action
    17. Advanced Tabs
    18. FAQ
    19. Contact
    20. Careers
    21. Details
        => Blog Details
        => Comment Template
        => Services Details
        => Projecct Details
        => Team Details
    22. Shop 
        => Product Details
    23. Footer
        
    
    
-----------------------------------------------------------------------------------*/
/*=======  COMMON CSS  =======*/
/*=======  COMMON CSS  =======*/
@font-face{font-family:"Font Awesome 5 Brands";
	font-style:normal;
	font-weight:normal;font-display:swap;
	src:url(../fonts/fa-brands-400.eot);
	src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-brands-400.woff2) format("woff2"),
		url(../fonts/fa-brands-400.woff) format("woff"),
		url(../fonts/fa-brands-400.ttf) format("truetype"),
		url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}
.fab{font-family:"Font Awesome 5 Brands"}
@font-face{font-family:"Font Awesome 5 Pro";
	font-style:normal;
	font-weight:300;font-display:swap;
	src:url(../fonts/fa-light-300.eot);
	src:url(../fonts/fa-light-300.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-light-300.woff2) format("woff2"),
		url(../fonts/fa-light-300.woff) format("woff"),
		url(../fonts/fa-light-300.ttf) format("truetype"),
		url(../fonts/fa-light-300.svg#fontawesome) format("svg")}
.fal{font-weight:300}
@font-face{font-family:"Font Awesome 5 Pro";
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url(../fonts/fa-regular-400.eot);
	src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-regular-400.woff2) format("woff2"),
		url(../fonts/fa-regular-400.woff) format("woff"),
		url(../fonts/fa-regular-400.ttf) format("truetype"),
		url(../fonts/fa-regular-400.svg#fontawesome) format("svg")}
.fal,.far{font-family:"Font Awesome 5 Pro"}
.far{font-weight:400}
@font-face{font-family:"Font Awesome 5 Pro";
	font-style:normal;
	font-weight:900;
	font-display:swap;
	src:url(../fonts/fa-solid-900.eot);
	src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),
		url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #616161;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.8; }
  @media (max-width: 575px) {
    body {
      font-size: 16px; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none; }

input,
textarea,
button,
select {
  border: none; }

input,
textarea,
select {
  width: 100%;
  background-color: #fff;
  padding: 0 25px;
  height: 70px;
  font-weight: 700;
  font-size: 15px;
  color: #616161; }

textarea {
  height: 140px;
  padding-top: 20px;
  resize: none; }

::placeholder {
  opacity: 1; }

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px; }

::-webkit-scrollbar-thumb {
  background-color: #E90044; }
.fa-instagram:before{content:"\f16d"}
.input-group {
  position: relative; }
  .input-group input,
  .input-group textarea,
  .input-group select {
    padding-right: 50px; }
  .input-group select {
    -webkit-appearance: none;
    -moz-appearance: none; }
    .input-group select::-ms-expand {
      display: none; }
  .input-group .icon {
    position: absolute;
    right: 25px;
    font-size: 14px;
    color: #ff4a17;
    top: 50%;
    transform: translateY(-50%); }
  .input-group.textarea .icon {
    top: 20px;
    transform: translateY(0); }

.slick-slide img {
  display: inline-block; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin: 0px; }
  h1,
  h1 a,
  h2,
  h2 a,
  h3,
  h3 a,
  h4,
  h4 a,
  h5,
  h5 a,
  h6,
  h6 a {
    color: #14212b; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  margin: 0px; }

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  a, a:hover {
    color: #ff4a17; }
    
    
/* Btn Whatsapp*/
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}

/*=======  Common Classes  =======*/
.main-btn {
  line-height: 70px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  padding: 0 50px;
  background-color: #ff4a17;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199px) {
    .main-btn {
      padding: 0 40px;
      font-size: 16px;
      line-height: 60px; } }
  @media (max-width: 575px) {
    .main-btn {
      padding: 0 35px;
      font-size: 14px;
      line-height: 60px; } }
  .main-btn::after {
    position: absolute;
    right: 15px;
    top: 4px;
    bottom: 4px;
    background-color: #14212b;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: '';
    z-index: -1;
    width: 85px;
    border-radius: 30px; }
  .main-btn:hover {
    color: #fff; }
    .main-btn:hover::after {
      width: 100%;
      top: 0;
      bottom: 0;
      right: 0; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #14212b; }
    .main-btn.main-btn-2::after {
      background-color: #ff4a17; }
    .main-btn.main-btn-2:hover {
      color: #fff; }
  .main-btn.main-btn-3 {
    background-color: #14212b;
    color: #fff; }
    .main-btn.main-btn-3::after {
      background-color: #ff4a17; }
  .main-btn.main-btn-4:hover {
    color:#E90044; }
    .main-btn.main-btn-4:hover::after {
      background-color: #fff; }

@media (max-width: 1199px) {
  .view-moore-btn .main-btn {
    padding: 0 35px; } }

.bg-img-c {
  background-size: cover;
  background-position: center;
  background-color: #979797; }

.section-title .title-tag {
  font-size: 20px;
  font-weight: 700;
  color: #E90044;
  display: inline-block;
  position: relative;
  margin-bottom: 15px; }
  @media (max-width: 575px) {
    .section-title .title-tag {
      font-size: 18px; } }
  .section-title .title-tag::before, .section-title .title-tag::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #E90044;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    display: none; }
  .section-title .title-tag::after {
    left: auto;
    right: 0; }
.section-title.left-border .title-tag {
  padding-left: 45px; }
  .section-title.left-border .title-tag::before {
    display: block; }
.section-title.both-border .title-tag {
  padding: 0 45px; }
  .section-title.both-border .title-tag::before, .section-title.both-border .title-tag::after {
    display: block; }
.section-title .title {
  font-size: 50px;
  line-height: 1.1; }
  @media (max-width: 1199px) {
    .section-title .title {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 34px; } }
  @media (max-width: 575px) {
    .section-title .title {
      font-size: 28px; } }
  @media (max-width: 399px) {
    .section-title .title {
      font-size: 24px; } }

.section-gap {
  padding-top: 130px;
  padding-bottom: 130px; }
  @media (max-width: 991px) {
    .section-gap {
      padding-top: 100px;
      padding-bottom: 100px; } }

.section-gap-bottom {
  padding-bottom: 130px; }
  @media (max-width: 991px) {
    .section-gap-bottom {
      padding-bottom: 100px; } }

.section-gap-top {
  padding-top: 130px; }
  @media (max-width: 991px) {
    .section-gap-top {
      padding-top: 100px; } }

.grey-bg {
  background-color: #f5f5f5; }

@media (min-width: 1600px) {
  .container-1600 {
    max-width: 1600px; } }

@media (min-width: 1600px) {
  .container-fluid.p-70 {
    padding-left: 70px;
    padding-right: 70px; } }

@media (max-width: 399px) {
  .row .col-tiny-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.line-bottom {
  border-bottom: 2px solid #e9e9e9; }

.line-top {
  border-top: 2px solid #e9e9e9; }

.client-slider .slick-slider .slick-track {
  display: flex;
  align-items: center; }

.paloma{
	    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(7%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #3E0097;
    border: 2px solid #3E0097;
    border-radius: 50%;

}
/***********************  slick slider **************************/
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-80 {
  margin-top: 60px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-80 {
  margin-bottom: 80px; }

.banner-servicios {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  background-image: url("../img-2/banner-servicios.jpg"); }

.banner-servicios-2 {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  background-image: url("../img-2/banner-servicios-2.jpg"); }
/*======= Header =======*/
header .header-nav {
  position: relative;
  background-color: #fff; }
  @media (max-width: 575px) {
    header .header-nav {
      top: 0; } }
  header .header-nav .nav-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .header-nav .nav-container .navbar-toggler {
      border: 1px solid #ff4a17;
      background-color: transparent;
      cursor: pointer;
      display: none;
      padding: 15px;
      margin-left: 30px; }
      header .header-nav .nav-container .navbar-toggler span {
        position: relative;
        background-color: #ff4a17;
        border-radius: 0;
        display: block;
        height: 3px;
        margin-top: 5px;
        padding: 0;
        transition-duration: 300ms;
        width: 30px;
        cursor: pointer;
        display: block; }
        header .header-nav .nav-container .navbar-toggler span:first-child {
          margin-top: 0; }
      header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(1) {
        transform: rotate3d(0, 0, 1, 45deg);
        top: 8px; }
      header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(2) {
        opacity: 0; }
      header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(3) {
        transform: rotate3d(0, 0, 1, -45deg);
        top: -8px; }
    header .header-nav .nav-container .navbar-close {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 12;
      display: none; }
      header .header-nav .nav-container .navbar-close .cross-wrap {
        width: 26px;
        height: 26px;
        cursor: pointer;
        position: relative; }
        header .header-nav .nav-container .navbar-close .cross-wrap span {
          position: absolute;
          display: block;
          width: 100%;
          height: 2px;
          border-radius: 6px;
          background: #fff; }
          header .header-nav .nav-container .navbar-close .cross-wrap span:first-child {
            top: 12px;
            left: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          header .header-nav .nav-container .navbar-close .cross-wrap span:last-child {
            bottom: 12px;
            left: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    header .header-nav .nav-container .menu-items {
      position: relative; }
      header .header-nav .nav-container .menu-items ul li {
        display: inline-block; }
        header .header-nav .nav-container .menu-items ul li.has-submemu {
          position: relative; }
          header .header-nav .nav-container .menu-items ul li.has-submemu::after {
            font-family: 'Font Awesome 5 Pro';
            font-weight: 400;
            content: '\f107';
            position: absolute;
            right: 5px;
            top: 51%;
            transform: translateY(-50%); }
            @media (max-width: 1599px) {
              header .header-nav .nav-container .menu-items ul li.has-submemu::after {
                right: -4px; } }
        header .header-nav .nav-container .menu-items ul li a {
          color: #14212b;
          padding: 0 15px;
          margin: 0 15px;
          line-height: 130px;
          position: relative;
          font-weight: 700;
          font-family: "Source Sans Pro", sans-serif; }
          @media (max-width: 1599px) {
            header .header-nav .nav-container .menu-items ul li a {
              padding: 0 10px;
              margin: 0 5px; } }
          @media (max-width: 1199px) {
            header .header-nav .nav-container .menu-items ul li a {
              margin: 0 5px;
              padding: 0 6px;
              font-size: 16px; } }
          

    header .header-nav .nav-container.breakpoint-on {
      padding: 15px 0; }
      header .header-nav .nav-container.breakpoint-on .nav-menu {
        background-color: #14212b;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 9999;
        width: 300px;
        height: 100%;
        transition-duration: 500ms;
        padding: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-top: 70px; }
        header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li {
          display: block; }
          header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li::after {
            display: none; }
          header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
            display: block;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            color: #fff !important;
            line-height: 45px !important;
            font-size: 15px;
            margin: 0 0;
            padding: 0px 15px; }




      header .header-nav .nav-container.breakpoint-on .nav-pushed-item,
      header .header-nav .nav-container.breakpoint-on .navbar-close,
      header .header-nav .nav-container.breakpoint-on .navbar-toggler {
        display: block; }
      header .header-nav .nav-container.breakpoint-on .nav-pushed-item {
        text-align: center;
        margin-top: 40px; }
        header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn {
          background-color: #fff;
          color: #14212b; }
          header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn::after {
            background-color: #ff4a17; }
          header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn:hover {
            color: #fff; }
        header .header-nav .nav-container.breakpoint-on .nav-pushed-item .menu-social-link a {
          color: #fff;
          padding: 10px; }
 
header.sticky-header.sticky-on .header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: sticky 1.2s;
  background-color: #fff; }
  header.sticky-header.sticky-on .header-nav .nav-container .menu-items ul li a {
    line-height: 100px; }
header.sticky-header.header-two.sticky-on .header-nav {
  background-color: #14212b; }




/*======= Banner =======*/
.banner-section {
  position: relative;
  overflow: hidden; }
  .banner-section .single-banner {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    padding: 225px 0; }
   


/*=======  About CSS  =======*/
.about-text {
  padding-left: 80px; }
  @media (max-width: 1199px) {
    .about-text {
      padding-left: 60px; } }
  @media (max-width: 991px) {
    .about-text {
      padding-left: 0; } }
  .about-text .about-list {
    margin-top: 30px;
    margin-bottom: 30px; }
    .about-text .about-list li {
      color: #14212b; }
      .about-text .about-list li i {
        color: #E90044;
        margin-right: 10px;
        position: relative;
        top: 2px; }


.about-text-three {
  color: #c2d9eb;
  padding-left: 0;
  padding-right: 60px; }
  @media (max-width: 1199px) {
    .about-text-three {
      padding-right: 0; } }
  .about-text-three .section-title .title {
    color: #fff; }
  .about-text-three .about-list {
    margin-bottom: 50px; }
    .about-text-three .about-list li {
      color: #c2d9eb;
      font-weight: 600; }

.about-illustration-img {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center; }
  .about-illustration-img .illustration-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    max-width: 655px; }
    @media (max-width: 991px) {
      .about-illustration-img .illustration-img {
        position: unset;
        transform: translate(0, 0);
        margin: 0 auto 50px;
        max-width: 550px; } }
    @media (max-width: 767px) {
      .about-illustration-img .illustration-img {
        max-width: 450px; } }



.about-tile-gallery {
  position: relative;
  transform: translateX(43px);
  text-align: center; }
  @media (max-width: 1199px) {
    .about-tile-gallery {
      transform: translateX(45px); } }
  @media (max-width: 991px) {
    .about-tile-gallery {
      transform: translateX(0);
      margin-bottom: 150px; } }
  @media (max-width: 767px) {
    .about-tile-gallery .image-one {
      max-width: 80%; } }
  .about-tile-gallery .image-two {
    position: absolute;
    left: -100px;
    bottom: 85px;
    z-index: 1; }
    @media (max-width: 1199px) {
      .about-tile-gallery .image-two {
        left: -50px; } }
    @media (max-width: 991px) {
      .about-tile-gallery .image-two {
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%); } }
    @media (max-width: 767px) {
      .about-tile-gallery .image-two {
        max-width: 200px; } }

/*=======  Services  =======*/
.service-section {
  position: relative;
  z-index: 1; }
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 380px;
    content: '';
    background-color: #ff4a17;
    clip-path: polygon(0 0, 0 100%, 100% 0); }
    @media (max-width: 1599px) {
      .service-section.shape-style-one::before, .service-section.shape-style-one::after {
        height: 250px;
        width: 250px; } }
    @media (max-width: 991px) {
      .service-section.shape-style-one::before, .service-section.shape-style-one::after {
        height: 220px;
        width: 220px; } }
    @media (max-width: 767px) {
      .service-section.shape-style-one::before, .service-section.shape-style-one::after {
        height: 130px;
        width: 130px; } }
  .service-section.shape-style-one::after {
    width: 520px;
    height: 520px;
    opacity: 0.15; }
    @media (max-width: 1599px) {
      .service-section.shape-style-one::after {
        height: 390px;
        width: 390px; } }
    @media (max-width: 991px) {
      .service-section.shape-style-one::after {
        height: 350px;
        width: 350px; } }
    @media (max-width: 767px) {
      .service-section.shape-style-one::after {
        height: 220px;
        width: 220px; } }
  
    

.service-boxes .service-box {
  margin-top: 50px;
  background-color: #fff;
  padding: 50px;
  position: relative; }
  @media (max-width: 1199px) {
    .service-boxes .service-box {
      padding: 40px 20px; } }
  .service-boxes .service-box .icon {
    margin-bottom: 30px; }
    .service-boxes .service-box .icon img {
      max-width: 100px; }
      @media (max-width: 1199px) {
        .service-boxes .service-box .icon img {
          max-width: 80px; } }
  .service-boxes .service-box h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px; }
    @media (max-width: 399px) {
      .service-boxes .service-box h3 {
        font-size: 22px; } }
  .service-boxes .service-box .service-link {
    font-size: 40px;
    margin-top: 25px;
    line-height: 1;
    color: #616161; }
  .service-boxes .service-box::after {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    bottom: -10px;
    height: 10px;
    background-color: #eceded;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .service-boxes .service-box:hover::after {
    background-color: #ff4a17;
    box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3); }



/*=======  Footer  =======*/
footer {
  background-color: #14212b;
  position: relative;
  padding-top: 80px;
  z-index: 1; }
  footer .widget {
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      footer .widget {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      footer .widget {
        font-size: 16px; } }
    @media (max-width: 575px) {
      footer .widget {
        margin-bottom: 45px; } }
    footer .widget,
    footer .widget a {
      color: #7d91a0; }
    footer .widget a:hover {
      color: #fff; }
    footer .widget .widget-title,
    footer .widget .footer-logo {
      color: #fff;
      font-weight: 600;
      font-size: 26px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        footer .widget .widget-title,
        footer .widget .footer-logo {
          font-size: 22px; } }
    footer .widget .social-links {
      margin-top: 25px; }
      footer .widget .social-links li {
        display: inline-block;
        margin-right: 15px;
        font-size: 15px; }
        footer .widget .social-links li a:hover {
          color: #ff4a17; }
    footer .widget.newsletter-widget {
      padding: 50px;
      border: 2px solid #1d2d3a; }
      @media (max-width: 991px) {
        footer .widget.newsletter-widget {
          padding: 30px; } }
      footer .widget.newsletter-widget .widget-title {
        margin-bottom: 15px; }
      footer .widget.newsletter-widget .newsletter-form {
        position: relative;
        padding-right: 280px; }
        @media (max-width: 991px) {
          footer .widget.newsletter-widget .newsletter-form {
            padding-right: 0; } }
        footer .widget.newsletter-widget .newsletter-form input {
          width: 100%;
          background-color: transparent;
          border: none;
          border-bottom: 3px solid #33495b;
          line-height: 70px;
          padding: 0;
          height: 70px; }
        footer .widget.newsletter-widget .newsletter-form input,
        footer .widget.newsletter-widget .newsletter-form ::placeholder {
          color: #7d91a0; }
        footer .widget.newsletter-widget .newsletter-form button {
          position: absolute;
          right: 0;
          top: 0; }
          @media (max-width: 991px) {
            footer .widget.newsletter-widget .newsletter-form button {
              position: relative;
              margin-top: 20px; } }
    footer .widget.nav-widget ul li {
      line-height: 42px; }
      footer .widget.nav-widget ul li a:hover {
        padding-left: 5px; }
    footer .widget.contact-widget .contact-infos {
      margin-top: 20px; }
      footer .widget.contact-widget .contact-infos li {
        margin-bottom: 10px; }
        @media (max-width: 1199px) {
          footer .widget.contact-widget .contact-infos li {
            font-size: 16px; } }
      footer .widget.contact-widget .contact-infos i {
        margin-right: 10px;
        color: #ff4a17; }
        @media (max-width: 1199px) {
          footer .widget.contact-widget .contact-infos i {
            margin-right: 5px; } }
    footer .widget.insta-feed-widget {
      padding-left: 45px; }
      @media (max-width: 991px) {
        footer .widget.insta-feed-widget {
          padding-left: 0; } }
      footer .widget.insta-feed-widget .insta-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-gap: 10px; }
        @media (max-width: 575px) {
          footer .widget.insta-feed-widget .insta-images {
            grid-template-columns: repeat(3, 100px); } }
        footer .widget.insta-feed-widget .insta-images .insta-img {
          background-size: cover;
          background-position: center;
          width: 100%;
          height: 100px;
          background-color: #ddd;
          z-index: 1;
          position: relative; }
          footer .widget.insta-feed-widget .insta-images .insta-img::before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            content: '';
            background-color: #ff4a17;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
          footer .widget.insta-feed-widget .insta-images .insta-img a {
            opacity: 0;
            visibility: hidden;
            color: #fff;
            font-size: 26px;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            display: block;
            width: 100%;
            height: 100%;
            line-height: 100px;
            text-align: center; }
          footer .widget.insta-feed-widget .insta-images .insta-img:hover a {
            visibility: visible;
            opacity: 1; }
          footer .widget.insta-feed-widget .insta-images .insta-img:hover::before {
            opacity: 0.7;
            visibility: visible; }
  footer .footer-copyright {
    border-top: 2px solid #1d2d3a;
    padding: 30px 0;
    position: relative; }
    footer .footer-copyright .copyright-text {
      color: #7d91a0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        footer .footer-copyright .copyright-text span {
          width: 100%;
          text-align: center; }
          footer .footer-copyright .copyright-text span:first-child {
            order: 2;
            margin-top: 10px; } }
    footer .footer-copyright .back-to-top {
      position: absolute;
      left: 50%;
      top: 0;
      height: 75px;
      width: 75px;
      border-radius: 50%;
      border: 2px solid #1d2d3a;
      line-height: 75px;
      color: #ff4a17;
      text-align: center;
      transform: translate(-50%, -50%);
      background-color: #14212b; }
      @media (max-width: 767px) {
        footer .footer-copyright .back-to-top {
          height: 55px;
          width: 55px;
          line-height: 55px; } }
      footer .footer-copyright .back-to-top:hover {
        background-color: #ff4a17;
        color: #fff; }
  footer .line-one,
  footer .line-two,
  footer .line-three,
  footer .line-four {
    position: absolute;
    z-index: -1; }
  footer .line-one {
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  footer .line-two {
    right: 0;
    top: 0; }
  footer .line-three {
    left: 0;
    top: 0; }
  footer .line-four {
    right: 0;
    bottom: 0; }
  footer.grey-bg-footer {
    background-color: #f5f5f5; }
    footer.grey-bg-footer .widget,
    footer.grey-bg-footer .widget a {
      color: #616161; }
    footer.grey-bg-footer .widget a:hover {
      color: #ff4a17; }
    footer.grey-bg-footer .widget .widget-title {
      color: #14212b; }
    footer.grey-bg-footer .widget.newsletter-widget,
    footer.grey-bg-footer .widget.newsletter-widget .newsletter-form input {
      border-color: #dddddd; }
    footer.grey-bg-footer .footer-copyright {
      border-color: #dddddd; }
      footer.grey-bg-footer .footer-copyright .copyright-text {
        color: #616161; }
      footer.grey-bg-footer .footer-copyright .back-to-top {
        border-color: #dddddd;
        background-color: #fff; }
        footer.grey-bg-footer .footer-copyright .back-to-top:hover {
          background-color: #ff4a17; }

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #616161;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.8; }

@media (max-width: 575px) {
  body {
    font-size: 16px; } }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none; }

input,
textarea,
button,
select {
  border: none; }

input,
textarea,
select {
  width: 100%;
  background-color: #fff;
  padding: 0 25px;
  height: 70px;
  font-weight: 700;
  font-size: 15px;
  color: #616161; }

textarea {
  height: 140px;
  padding-top: 20px;
  resize: none; }

::placeholder {
  opacity: 1; }

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px; }

::-webkit-scrollbar-thumb {
  background-color: #E90044; }

.input-group {
  position: relative; }

.input-group input,
.input-group textarea,
.input-group select {
  padding-right: 50px; }

.input-group select {
  -webkit-appearance: none;
  -moz-appearance: none; }

.input-group select::-ms-expand {
  display: none; }

.input-group .icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  color: #ff4a17;
  top: 50%;
  transform: translateY(-50%); }

.input-group.textarea .icon {
  top: 20px;
  transform: translateY(0); }

.slick-slide img {
  display: inline-block; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin: 0px; }

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #14212b; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  margin: 0px; }

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a, a:hover {
  color: #E90044; }

.padding-section {
  padding: 50px 0; }

.blanco {
  color: #fff; }

.color-rosa {
  color: #E90044; }

/*=======  Common Classes  =======*/
.main-btn {
  line-height: 70px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  padding: 0 50px;
  background-color: #E90044;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 2; }
.boton-rocketing{
	 line-height: 70px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  padding: 0 50px;
  background-color: #E90044;
  color: #fff;
  position: relative;
  z-index: 2;
}
.boton-rocketing:hover{
	background-color: #fff;
  color: #E90044;
}

@media (max-width: 1199px) {
  .main-btn {
    padding: 0 40px;
    font-size: 16px;
    line-height: 60px; } }
@media (max-width: 575px) {
  .main-btn {
    padding: 0 35px;
    font-size: 14px;
    line-height: 60px; } }
.mundo-digital {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  background-image: url("../img-2/banner-mundo.jpg"); }
.podcast {
 position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: no-repeat center center;
  background-size: cover;
	background-position:center center; 
  padding: 50px 0;
  background-image: url("../img-2/spoty-banner.png"); }


.cursos-talleres {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1000px;
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 50px;
  background-image: url("../img-2/training-3.jpg");
  margin: 0 auto; }

.banner-certificado {
  display: block;
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 850px;
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  background-image: url("../img-2/diploma.jpg"); }

.banner-crecimiento {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: no-repeat center center;
  background-size: cover;
  padding: 300px 0 100px 0;
  background-image: url("../img-2/banner-crecimiento.jpg"); }

.banner-contacto {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  background-image: url("../img-2/banner-contacto.jpg"); }

.banner-nosotros {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  background-image: url("../img-2/banner-nosotros.jpg"); }

.banner-recursos {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  background-image: url("../img-2/banner-recursos.jpg"); }

.banner-training {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  background-image: url("../img-2/banner-training.jpg"); }

.banner-training p {
  font-size: 30px; }
.borde-amarillo{
	border-bottom: 5px solid #ebdd14;
	width: 100%;
	margin-top: 17px;
}

.main-btn::after {
  position: absolute;
  right: 15px;
  top: 4px;
  bottom: 4px;
  background-color: #3E0097;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  content: '';
  z-index: -1;
  width: 85px;
  border-radius: 30px; }

.main-btn:hover {
  color: #fff; }

.main-btn:hover::after {
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0; }

.main-btn.main-btn-2 {
  background-color: #E90044;
  color: #fff; }

.main-btn.main-btn-2::after {
  background-color: #3E0097; }

.main-btn.main-btn-2:hover {
  color: #fff; }

.main-btn.main-btn-3 {
  background-color: #3E0097;
  color: #fff; }

.main-btn.main-btn-3::after {
  background-color: #E90044; }

.main-btn.main-btn-4:hover {
  color: #14212b; }

.main-btn.main-btn-4:hover::after {
  background-color: #fff; }

@media (max-width: 1199px) {
  .view-moore-btn .main-btn {
    padding: 0 35px; } }
.bg-img-c {
  background-size: cover;
  background-position: center;
  background-color: #979797; }

.section-title .title-tag {
  font-size: 20px;
  font-weight: 700;
  color: #E90044;
  display: inline-block;
  position: relative;
  margin-bottom: 15px; }

@media (max-width: 575px) {
  .section-title .title-tag {
    font-size: 18px; } }
.section-title .title-tag::before, .section-title .title-tag::after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #E90044;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  display: none; }

.section-title .title-tag::after {
  left: auto;
  right: 0; }

.section-title.left-border .title-tag {
  padding-left: 45px; }

.section-title.left-border .title-tag::before {
  display: block; }

.section-title.both-border .title-tag {
  padding: 0 45px; }

.section-title.both-border .title-tag::before, .section-title.both-border .title-tag::after {
  display: block; }

.section-title .title {
  font-size: 38px;
  line-height: 1.1; }

@media (max-width: 1199px) {
  .section-title .title {
    font-size: 42px; } }
@media (max-width: 767px) {
  .section-title .title {
    font-size: 34px; } }
@media (max-width: 575px) {
  .section-title .title {
    font-size: 28px; } }
@media (max-width: 399px) {
  .section-title .title {
    font-size: 24px; } }
.section-gap {
  padding-top: 60px;
  padding-bottom: 60px; }

@media (max-width: 991px) {
  .section-gap {
    padding-top: 100px;
    padding-bottom: 100px; } }
.section-gap-bottom {
  padding-bottom: 130px; }

@media (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 100px; } }
.section-gap-top {
  padding-top: 130px; }

@media (max-width: 991px) {
  .section-gap-top {
    padding-top: 100px; } }
.grey-bg {
  background-color: #f5f5f5; }

@media (min-width: 1600px) {
  .container-1600 {
    max-width: 1600px; } }
@media (min-width: 1600px) {
  .container-fluid.p-70 {
    padding-left: 70px;
    padding-right: 70px; } }
@media (max-width: 399px) {
  .row .col-tiny-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
.line-bottom {
  border-bottom: 2px solid #e9e9e9; }

.line-top {
  border-top: 2px solid #e9e9e9; }

.client-slider .slick-slider .slick-track {
  display: flex;
  align-items: center; }

/*======= Preloader =======*/
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: flex;
  align-content: center;
  justify-content: center; }

div#preloader .loader-cubes {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  transform: rotateZ(45deg); }

div#preloader .loader-cubes .loader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1); }

div#preloader .loader-cubes .loader-cube::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
  background: #ff4a17; }

div#preloader .loader-cubes .loader-cube.loader-cube2 {
  transform: scale(1.1) rotateZ(90deg); }

div#preloader .loader-cubes .loader-cube.loader-cube2::before {
  animation-delay: .3s; }

div#preloader .loader-cubes .loader-cube .loader-cube4 {
  transform: scale(1.1) rotateZ(270deg); }

div#preloader .loader-cubes .loader-cube .loader-cube4::before {
  animation-delay: .9s; }

div#preloader .loader-cubes .loader-cube .loader-cube3 {
  transform: scale(1.1) rotateZ(180deg); }

div#preloader .loader-cubes .loader-cube .loader-cube3::before {
  animation-delay: .6s; }

/*=======  Utilitis =======*/
.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-80 {
  margin-top: 60px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-80 {
  margin-bottom: 80px; }

/*=======  Animations  =======*/
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sk-foldCubeAngle {
  0%,
	10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
	75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1; }
  100%,
	90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/*======= Header =======*/
header .header-nav {
  position: relative;
  background-color: #fff; }

@media (max-width: 575px) {
  header .header-nav {
    top: 0; } }
header .header-nav .nav-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }

header .header-nav .nav-container .navbar-toggler {
  border: 1px solid #E90044;
  background-color: transparent;
  cursor: pointer;
  display: none;
  padding: 15px;
  margin-left: 30px; }

header .header-nav .nav-container .navbar-toggler span {
  position: relative;
  background-color: #E90044;
  border-radius: 0;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block; }

header .header-nav .nav-container .navbar-toggler span:first-child {
  margin-top: 0; }

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px; }

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0; }

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px; }

header .header-nav .nav-container .navbar-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 12;
  display: none; }

header .header-nav .nav-container .navbar-close .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative; }

header .header-nav .nav-container .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff; }

header .header-nav .nav-container .navbar-close .cross-wrap span:first-child {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

header .header-nav .nav-container .navbar-close .cross-wrap span:last-child {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

header .header-nav .nav-container .menu-items {
  position: relative; }

header .header-nav .nav-container .menu-items ul li {
  display: inline-block; }

header .header-nav .nav-container .menu-items ul li.has-submemu {
  position: relative; }

header .header-nav .nav-container .menu-items ul li.has-submemu::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: '\f107';
  position: absolute;
  right: 5px;
  top: 51%;
  transform: translateY(-50%); }

@media (max-width: 1599px) {
  header .header-nav .nav-container .menu-items ul li.has-submemu::after {
    right: -4px; } }
header .header-nav .nav-container .menu-items ul li a {
  color: #14212b;
  padding: 0 15px;
  margin: 0 15px;
  line-height: 130px;
  position: relative;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif; }

@media (max-width: 1599px) {
  header .header-nav .nav-container .menu-items ul li a {
    padding: 0 10px;
    margin: 0 5px; } }
@media (max-width: 1199px) {
  header .header-nav .nav-container .menu-items ul li a {
    margin: 0 5px;
    padding: 0 6px;
    font-size: 16px; } }
header .header-nav .nav-container .menu-items ul li a:hover {
  color: #E90044; }

header .header-nav .nav-container .menu-items ul li .submenu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 370px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

header .header-nav .nav-container .menu-items ul li .submenu li {
  display: block; }

header .header-nav .nav-container .menu-items ul li .submenu li a {
  display: block;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px !important;
  color: #616161; }

header .header-nav .nav-container .menu-items ul li .submenu li a:hover {
  background-color: #3e0097;
  color: #fff !important; }

header .header-nav .nav-container .menu-items ul li .submenu li .submenu {
  left: 100%;
  top: 50%; }

header .header-nav .nav-container .menu-items ul li .submenu li:hover .submenu {
  top: 0; }

header .header-nav .nav-container .menu-items ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%; }

header .header-nav .nav-container .menu-items ul li .dd-trigger {
  display: none; }

header .header-nav .nav-container .offcanvas-toggler {
  background-color: #ff4a17;
  cursor: pointer;
  border-radius: 5px;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center; }

header .header-nav .nav-container .offcanvas-toggler span span {
  background-color: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  margin-top: 10px;
  padding: 0;
  transition-duration: 300ms;
  width: 40px;
  cursor: pointer; }

header .header-nav .nav-container .offcanvas-toggler span span:first-child {
  margin-top: 0; }

@media (max-width: 991px) {
  header .header-nav .nav-container .offcanvas-toggler {
    display: none; } }
header .header-nav .nav-container .language-selection {
  position: relative;
  margin-right: 15px; }

@media (max-width: 575px) {
  header .header-nav .nav-container .language-selection {
    display: none; } }
header .header-nav .nav-container .language-selection .language-btn {
  height: 65px;
  display: block;
  border: 3px solid #819cb0;
  line-height: 60px;
  width: 100px;
  text-align: center;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700; }

@media (max-width: 991px) {
  header .header-nav .nav-container .language-selection .language-btn {
    height: 52px;
    line-height: 48px; } }
header .header-nav .nav-container .language-selection .language-btn i {
  position: relative;
  top: 2px;
  margin-left: 8px; }

header .header-nav .nav-container .language-selection .language-list {
  position: absolute;
  background-color: #fff;
  width: 100px;
  left: 0;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto; }

header .header-nav .nav-container .language-selection .language-list li {
  display: block; }

header .header-nav .nav-container .language-selection .language-list li a {
  display: block;
  padding: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  color: #616161;
  text-align: center;
  font-size: 16px; }

header .header-nav .nav-container .language-selection .language-list li a:hover {
  background-color: #ff4a17;
  color: #fff; }

header .header-nav .nav-container .language-selection:hover .language-list {
  visibility: visible;
  opacity: 1;
  top: 100%; }

header .header-nav .nav-container .menu-social-link {
  margin-right: 30px; }

@media (max-width: 1199px) {
  header .header-nav .nav-container .menu-social-link {
    margin-right: 15px; } }
header .header-nav .nav-container .menu-social-link a {
  color: #14212b;
  padding: 8px; }

@media (max-width: 1199px) {
  header .header-nav .nav-container .menu-social-link a {
    padding: 5px; } }
header .header-nav .nav-container .menu-social-link a:hover {
  color: #ff4a17; }

header .header-nav .nav-container.breakpoint-on {
  padding: 15px 0; }

header .header-nav .nav-container.breakpoint-on .nav-menu {
  background-color: #14212b;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px; }

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li {
  display: block; }

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li::after {
  display: none; }

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  line-height: 45px !important;
  font-size: 15px;
  margin: 0 0;
  padding: 0px 15px; }

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: none;
  box-shadow: none; }

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
  color: #fff;
  padding: 0px 20px 0 40px;
  line-height: 45px !important; }

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a:hover {
  background-color: transparent; }

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li .submenu li a {
  padding: 0px 20px 0 50px; }

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  font-size: 20px; }

header .header-nav .nav-container.breakpoint-on .nav-menu.menu-on {
  left: 0; }

header .header-nav .nav-container.breakpoint-on .nav-pushed-item,
header .header-nav .nav-container.breakpoint-on .navbar-close,
header .header-nav .nav-container.breakpoint-on .navbar-toggler {
  display: block; }

header .header-nav .nav-container.breakpoint-on .nav-pushed-item {
  text-align: center;
  margin-top: 40px; }

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn {
  background-color: #3E0097;
  color: #fff; }

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn::after {
  background-color: #E90044; }

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn:hover {
  color: #fff; }

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .menu-social-link a {
  color: #fff;
  padding: 10px; }

header.sticky-header.sticky-on .header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: sticky 1.2s;
  background-color: #fff; }

header.sticky-header.sticky-on .header-nav .nav-container .menu-items ul li a {
  line-height: 100px; }

header.sticky-header.header-two.sticky-on .header-nav {
  background-color: #14212b; }

@media (max-width: 767px) {
  header .header-topbar {
    display: none; } }
header .header-topbar .header-topbar-inner {
  border-bottom: 2px solid #526676;
  padding: 20px 0; }

@media (max-width: 767px) {
  header .header-topbar .contact-info,
  header .header-topbar .social-links {
    text-align: center; } }
header .header-topbar .contact-info li,
header .header-topbar .social-links li {
  display: inline-block; }

header .header-topbar .contact-info li,
header .header-topbar .contact-info li a,
header .header-topbar .social-links li,
header .header-topbar .social-links li a {
  color: #616161; }

header .header-topbar .contact-info li a:hover,
header .header-topbar .social-links li a:hover {
  color: #ff4a17; }

header .header-topbar .contact-info li {
  margin-right: 50px; }

@media (max-width: 1199px) {
  header .header-topbar .contact-info li {
    margin-right: 20px; } }
@media (max-width: 991px) {
  header .header-topbar .contact-info li {
    margin-right: 10px;
    font-size: 15px; } }
header .header-topbar .contact-info li i {
  margin-right: 15px;
  color: #ff4a17; }

header .header-topbar .social-links li {
  margin-left: 15px;
  font-size: 15px; }

header.header-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999; }

header.header-two .header-nav {
  background-color: transparent; }

header.header-two .header-nav::before {
  display: none; }

header.header-two .header-nav .nav-container .menu-items ul li a, header.header-two .header-nav .nav-container .menu-items ul li.has-submemu::after {
  color: #fff; }

header.header-two .header-nav .nav-container .menu-items ul li .submenu li a:hover {
  background-color: #14212b; }

header.header-two .header-topbar .contact-info li,
header.header-two .header-topbar .contact-info li a,
header.header-two .header-topbar .social-links li,
header.header-two .header-topbar .social-links li a {
  color: #fff; }

header.header-two .header-topbar .contact-info li a:hover,
header.header-two .header-topbar .social-links li a:hover {
  color: #ff4a17; }

header.header-two .header-topbar .social-links li a {
  color: #7d91a0; }

header.header-three {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999; }

@media (min-width: 1800px) {
  header.header-three .container-fluid {
    max-width: 1780px; } }
header.header-three .header-nav {
  background-color: transparent; }

header.header-three .header-nav::before {
  display: none; }


/*======= Banner =======*/
.banner-section {
  position: relative;
  overflow: hidden; }

.banner-section .single-banner {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  padding: 125px 0; }

@media (max-width: 991px) {
  .banner-section .single-banner {
    padding: 200px 0;
    font-size: 18px; } }
@media (max-width: 575px) {
  .banner-section .single-banner {
    padding: 150px 0; } }
@media (max-width: 399px) {
  .banner-section .single-banner {
    padding: 130px 0; } }
@media (max-width: 991px) {
  .banner-section .single-banner .banner-content .promo-text {
    font-size: 16px;
    letter-spacing: 10px; } }
@media (max-width: 767px) {
  .banner-section .single-banner .banner-content .promo-text {
    font-size: 15px;
    letter-spacing: 8px; } }
@media (max-width: 575px) {
  .banner-section .single-banner .banner-content .promo-text {
    font-size: 14px;
    letter-spacing: 4px;
    padding-left: 30px; } }
@media (max-width: 399px) {
  .banner-section .single-banner .banner-content .promo-text {
    letter-spacing: 2px; } }
.banner-section .single-banner .banner-content .btn-wrap {
  margin-top: 40px; }

.banner-section .single-banner .banner-content .btn-wrap li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px; }

@media (max-width: 575px) {
  .banner-section .single-banner .banner-content .btn-wrap li {
    margin-right: 5px; } }
.banner-section .single-banner .banner-content p {
  margin-top: 35px; }

.banner-section .single-banner .banner-shapes > div {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E90044;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: -1; }
.banner-inicio{
	background-image: url("../img-2/banner-principal.jpg");
	vertical-align: middle;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 650px;
	opacity: .9;
	padding: 170px 0;
	position: relative;
}
.banner-inicio .banner-content .promo-text {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 12px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 45px; }

.banner-inicio .banner-content .promo-text::before {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: rotate(-25deg) translateY(-50%);
  content: '';
  background-color: #fff;
  height: 20px;
  width: 20px;
  clip-path: polygon(0 0, 0 100%, 100% 0); }
.vertical-center {
  margin: 0;
	display: inline-block;
	position:absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-inicio .banner-content h1 {
      color: #fff;
      font-size: 45px;
      line-height: 1.1; }
      @media (max-width: 1199px) {
        .banner-inicio .banner-content h1 {
          font-size: 60px; } }
      @media (max-width: 991px) {
        .banner-inicio.banner-content h1 {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .banner-inicio .banner-content h1 {
          font-size: 42px; } }
      @media (max-width: 575px) {
        .banner-inicio .banner-content h1 {
          font-size: 32px; } }
      @media (max-width: 399px) {
        .banner-inicio .banner-content h1 {
          font-size: 28px; } }

/******************************************* nuevas shapes ***********************/
.banner-inicio .banner-shapes > div {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #E90044;
      clip-path: polygon(0 0, 0 100%, 100% 0);
      z-index: -1; }
    .banner-inicio .banner-shapes .one {
      width: 345px;
      height: 425px;
      opacity: 0.69; }
      @media (max-width: 1599px) {
        .banner-inicio .banner-shapes .one {
          width: 185px;
          height: 265px; } }
      @media (max-width: 1199px) {
        .banner-inicio .banner-shapes .one {
          width: 165px;
          height: 245px; } }
    .banner-inicio .banner-shapes .two {
      width: 520px;
      height: 650px;
      opacity: 0.57; }
      @media (max-width: 1599px) {
        .banner-inicio .banner-shapes .two {
          width: 320px;
          height: 450px; } }
      @media (max-width: 991px) {
        .banner-inicio .banner-shapes .two {
          width: 270px;
          height: 390px; } }
      @media (max-width: 399px) {
        .banner-inicio .banner-shapes .two {
          display: none; } }
    .banner-section .single-banner .banner-shapes .three {
      width: 745px;
      height: 835px;
      opacity: 0.25; }
      @media (max-width: 1599px) {
        .banner-inicio.banner-shapes .three {
          width: 450px;
          height: 615px; } }
      @media (max-width: 991px) {
        .banner-inicio .banner-shapes .three {
          width: 365px;
          height: 540px; } }
      @media (max-width: 399px) {
        .banner-inicio .banner-shapes .three {
          display: none; } }
    .banner-inicio .banner-shapes .four {
      left: auto;
      right: 0;
      top: auto;
      bottom: 0;
      height: 285px;
      width: 270px;
      clip-path: polygon(100% 0, 0 100%, 100% 100%);
      opacity: 0.65; }
      @media (max-width: 1599px) {
       .banner-inicio .banner-shapes .four {
          height: 230px;
          width: 220px; } }
      @media (max-width: 575px) {
       .banner-inicio .banner-shapes .four {
          height: 130px;
          width: 155px; } }

/******************************** shapes nuevas ******************/


.banner-section .single-banner .banner-shapes .one {
  width: 345px;
  height: 425px;
  opacity: 0.57; }

@media (max-width: 1599px) {
  .banner-section .single-banner .banner-shapes .one {
    width: 185px;
    height: 265px; } }
@media (max-width: 1199px) {
  .banner-section .single-banner .banner-shapes .one {
    width: 165px;
    height: 245px; } }
.banner-section .single-banner .banner-shapes .two {
  width: 520px;
  height: 650px;
  opacity: 0.37; }

@media (max-width: 1599px) {
  .banner-section .single-banner .banner-shapes .two {
    width: 320px;
    height: 450px; } }
@media (max-width: 991px) {
  .banner-section .single-banner .banner-shapes .two {
    width: 270px;
    height: 390px; } }
@media (max-width: 399px) {
  .banner-section .single-banner .banner-shapes .two {
    display: none; } }
.banner-section .single-banner .banner-shapes .three {
  width: 745px;
  height: 835px;
  opacity: 0.25; }

@media (max-width: 1599px) {
  .banner-section .single-banner .banner-shapes .three {
    width: 450px;
    height: 615px; } }
@media (max-width: 991px) {
  .banner-section .single-banner .banner-shapes .three {
    width: 365px;
    height: 540px; } }
@media (max-width: 399px) {
  .banner-section .single-banner .banner-shapes .three {
    display: none; } }
.banner-section .single-banner .banner-shapes .four {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  height: 285px;
  width: 270px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  opacity: 0.65; }

@media (max-width: 1599px) {
  .banner-section .single-banner .banner-shapes .four {
    height: 230px;
    width: 220px; } }
@media (max-width: 575px) {
  .banner-section .single-banner .banner-shapes .four {
    height: 130px;
    width: 155px; } }
.banner-section .search-wrap {
  position: absolute;
  right: 45px;
  z-index: 2;
  bottom: -35px; }

@media (max-width: 575px) {
  .banner-section .search-wrap {
    right: 20px;
    bottom: -25px; } }
.banner-section .search-wrap .search-icon {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #14212b;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  text-align: center; }

@media (max-width: 575px) {
  .banner-section .search-wrap .search-icon {
    width: 60px;
    height: 60px;
    line-height: 60px; } }
.banner-section .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  background-color: transparent;
  color: #fff;
  font-size: 50px;
  opacity: 0.3;
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden; }

@media (max-width: 1199px) {
  .banner-section .slick-arrow {
    font-size: 40px;
    left: 40px; } }
@media (max-width: 767px) {
  .banner-section .slick-arrow {
    font-size: 35px;
    left: 15px; } }
.banner-section .slick-arrow.next-arrow {
  left: auto;
  right: 70px; }

@media (max-width: 1199px) {
  .banner-section .slick-arrow.next-arrow {
    right: 40px; } }
@media (max-width: 767px) {
  .banner-section .slick-arrow.next-arrow {
    right: 15px; } }
.banner-section .slick-arrow:hover {
  opacity: 1; }

.banner-section.banner-section-two .single-banner {
  padding-bottom: 220px;
  padding-top: 365px; }

@media (max-width: 767px) {
  .banner-section.banner-section-two .single-banner {
    padding-top: 220px;
    padding-bottom: 150px; } }
.banner-section.banner-section-two .single-banner::before {
  background: radial-gradient(circle, rgba(1, 12, 21, 0.5) 0%, rgba(1, 12, 21, 0.9) 88%);
  background: -moz-radial-gradient(circle, rgba(1, 12, 21, 0.5) 0%, rgba(1, 12, 21, 0.9) 88%);
  background: -webkit-radial-gradient(circle, rgba(1, 12, 21, 0.5) 0%, rgba(1, 12, 21, 0.9) 88%);
  opacity: 1; }

.banner-section.banner-section-two .single-banner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/lines/09.png);
  background-repeat: no-repeat;
  background-position: right bottom; }

@media (max-width: 575px) {
  .banner-section.banner-section-two .single-banner::after {
    background-size: 300px; } }
@media (max-width: 991px) {
  .banner-section.banner-section-two .single-banner p br {
    display: none; } }
.banner-section.banner-section-two .slick-arrow {
  visibility: visible; }

.banner-section.banner-section-three .single-banner {
  padding-top: 230px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  color: #616161; }

@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner {
    padding-top: 190px; } }
.banner-section.banner-section-three .single-banner::before {
  display: none; }

.banner-section.banner-section-three .single-banner .banner-content h1 {
  color: #14212b; }

@media (max-width: 1599px) {
  .banner-section.banner-section-three .single-banner .banner-content h1 {
    font-size: 66px; } }
@media (max-width: 1199px) {
  .banner-section.banner-section-three .single-banner .banner-content h1 {
    font-size: 55px; } }
@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-content h1 {
    font-size: 42px; } }
@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li {
    margin-right: 5px; } }
@media (max-width: 1599px) {
  .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
    padding: 0 45px; } }
@media (max-width: 1199px) {
  .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
    padding: 0 30px; } }
@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
    padding: 0 20px;
    font-size: 14px; } }
.banner-section.banner-section-three .single-banner .banner-content .promo-text {
  color: #ff4a17;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: capitalize;
  padding-left: 60px; }

@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-content .promo-text {
    font-size: 18px;
    margin-bottom: 10px; } }
.banner-section.banner-section-three .single-banner .banner-content .promo-text::before {
  clip-path: none;
  transform: translateY(-50%) rotate(0);
  width: 40px;
  height: 3px;
  background-color: #ff4a17; }

.banner-section.banner-section-three .single-banner .banner-shapes > div {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background-color: #ff4a17;
  clip-path: none;
  z-index: -1;
  height: 1030px;
  width: 1030px;
  border-radius: 50%;
  opacity: 0.08; }

@media (max-width: 1599px) {
  .banner-section.banner-section-three .single-banner .banner-shapes > div {
    width: 900px;
    height: 900px; } }
@media (max-width: 1199px) {
  .banner-section.banner-section-three .single-banner .banner-shapes > div {
    height: 750px;
    width: 750px; } }
@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-shapes > div {
    height: 650px;
    width: 650px; } }
@media (max-width: 767px) {
  .banner-section.banner-section-three .single-banner .banner-shapes > div {
    height: 500px;
    width: 500px; } }
.banner-section.banner-section-three .single-banner .banner-shapes .one {
  top: -147px;
  right: -34px; }

.banner-section.banner-section-three .single-banner .banner-shapes .two {
  top: -134px;
  right: -174px; }

.banner-section.banner-section-three .single-banner .banner-shapes .three {
  top: -185px;
  right: -335px; }

.banner-section.banner-section-three .single-banner .banner-line {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1; }

@media (max-width: 1199px) {
  .banner-section.banner-section-three .single-banner .banner-line {
    max-width: 220px; } }
@media (max-width: 767px) {
  .banner-section.banner-section-three .single-banner .banner-line {
    left: auto;
    right: 0; } }
@media (max-width: 767px) {
  .banner-section.banner-section-three .single-banner .banner-line img {
    transform: scaleX(-1); } }
/*=======  About CSS  =======*/
.about-text {
  padding-left: 80px; }

@media (max-width: 1199px) {
  .about-text {
    padding-left: 60px; } }
@media (max-width: 991px) {
  .about-text {
    padding-left: 0; } }
.about-text .about-list {
  margin-top: 30px;
  margin-bottom: 30px; }

.about-text .about-list li {
  color: #14212b; }

.about-text .about-list li i {
  color: #E90044;
  margin-right: 10px;
  position: relative;
  top: 2px; }

.about-text-two {
  padding-left: 45px; }

@media (max-width: 991px) {
  .about-text-two {
    padding-left: 0;
    margin-top: 50px; } }
.about-text-two .about-list {
  margin-bottom: 40px; }

.about-text-two .about-list li {
  padding-left: 20px;
  margin-top: 30px;
  position: relative; }

.about-text-two .about-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ff4a17;
  border: 2px solid #ff4a17;
  border-radius: 50%; }

.about-text-three {
  color: #000;
  padding-left: 0;
  padding-right: 60px; }

@media (max-width: 1199px) {
  .about-text-three {
    padding-right: 0; } }
.about-text-three .section-title .title {
  color: #fff; }

.about-text-three .about-list {
  margin-bottom: 50px; }

.about-text-three .about-list li {
  color: #c2d9eb;
  font-weight: 600; }

.about-illustration-img {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center; }

.about-illustration-img .illustration-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50%;
  max-width: 655px; }

@media (max-width: 991px) {
  .about-illustration-img .illustration-img {
    position: unset;
    transform: translate(0, 0);
    margin: 0 auto 50px;
    max-width: 550px; } }
@media (max-width: 767px) {
  .about-illustration-img .illustration-img {
    max-width: 450px; } }
.about-video {
  position: relative;
  width: 100%;
  min-height: 680px; }

.about-video .video-poster-two,
.about-video .video-poster-one,
.about-video .video-poster-two::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 470px;
  height: 565px;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  z-index: 1; }

@media (max-width: 575px) {
  .about-video .video-poster-two,
  .about-video .video-poster-one,
  .about-video .video-poster-two::before {
    width: 320px;
    height: 380px; } }
.about-video .video-poster-two {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 575px) {
  .about-video .video-poster-two {
    height: 400px; } }
.about-video .video-poster-two::before {
  content: '';
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  height: 500px;
  opacity: 0.7;
  z-index: -1; }

@media (max-width: 575px) {
  .about-video .video-poster-two::before {
    height: 400px; } }
.about-video .video-poster-two .video-play-icon {
  font-size: 22px;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #fff;
  color: #ff4a17;
  border-radius: 50%; }

.about-video .video-poster-two .video-play-icon:hover {
  background-color: #14212b;
  color: #fff; }

.about-tile-gallery {
  position: relative;
  transform: translateX(110px);
  text-align: center; }

@media (max-width: 1199px) {
  .about-tile-gallery {
    transform: translateX(60px); } }
@media (max-width: 991px) {
  .about-tile-gallery {
    transform: translateX(0);
    margin-bottom: 150px; } }
@media (max-width: 767px) {
  .about-tile-gallery .image-one {
    max-width: 80%; } }
.about-tile-gallery .image-two {
  position: absolute;
  left: -100px;
  bottom: 85px;
  z-index: 1; }

@media (max-width: 1199px) {
  .about-tile-gallery .image-two {
    left: -50px; } }
@media (max-width: 991px) {
  .about-tile-gallery .image-two {
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%); } }
@media (max-width: 767px) {
  .about-tile-gallery .image-two {
    max-width: 200px; } }
.about-section-three {
  background-image: url(../img-2/baneficios-back.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 850px;
  padding: 100px 0 400px 0;
  position: relative;
  z-index: 1; }

/*=======  Services  =======*/
.service-section {
  position: relative;
  z-index: 1; }

.service-section.shape-style-one::before, .service-section.shape-style-one::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 380px;
  content: '';
  background-color: #3E0097;
  clip-path: polygon(0 0, 0 100%, 100% 0); }

@media (max-width: 1599px) {
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    height: 250px;
    width: 250px; } }
@media (max-width: 991px) {
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    height: 220px;
    width: 220px; } }
@media (max-width: 767px) {
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    height: 130px;
    width: 130px; } }
.service-section.shape-style-one::after {
  width: 520px;
  height: 520px;
  opacity: 0.15; }

@media (max-width: 1599px) {
  .service-section.shape-style-one::after {
    height: 390px;
    width: 390px; } }
@media (max-width: 991px) {
  .service-section.shape-style-one::after {
    height: 350px;
    width: 350px; } }
@media (max-width: 767px) {
  .service-section.shape-style-one::after {
    height: 220px;
    width: 220px; } }
.service-section.shape-style-one .dots-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  z-index: -1; }

@media (max-width: 1599px) {
  .service-section.shape-style-one .dots-line {
    right: 1%; } }
@media (max-width: 767px) {
  .service-section.shape-style-one .dots-line {
    max-width: 330px; } }
.service-section.shape-style-two::before {
  position: absolute;
  left: 90px;
  top: 200px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat; }

@media (max-width: 991px) {
  .service-section.shape-style-two::before {
    left: 20px;
    top: 150px; } }
@media (max-width: 767px) {
  .service-section.shape-style-two::before {
    background-size: 40px 40px; } }
@media (max-width: 575px) {
  .service-section.shape-style-two::before {
    left: 15px;
    top: 50px;
    background-size: 30px 30px; } }
.service-section.shape-style-two::after {
  position: absolute;
  right: 140px;
  top: 150px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat; }

@media (max-width: 991px) {
  .service-section.shape-style-two::after {
    right: 50px;
    top: 100px; } }
@media (max-width: 767px) {
  .service-section.shape-style-two::after {
    background-size: 30px 30px; } }
@media (max-width: 575px) {
  .service-section.shape-style-two::after {
    right: 20px;
    top: 20%;
    background-size: 25px 25px; } }
.service-section.service-line-shape .line-one,
.service-section.service-line-shape .line-two {
  position: absolute;
  z-index: -1; }

@media (max-width: 1199px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 300px; } }
@media (max-width: 991px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 250px; } }
@media (max-width: 767px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 200px; } }
.service-section.service-line-shape .line-one {
  left: 0;
  top: 0; }

@media (max-width: 575px) {
  .service-section.service-line-shape .line-one {
    display: none; } }
.service-section.service-line-shape .line-two {
  right: 0;
  bottom: 0; }

.service-boxes .service-box {
  margin-top: 50px;
  background-color: #fff;
  padding: 40px 15px;
  position: relative;
  height: 694px; }

@media (max-width: 1199px) {
  .service-boxes .service-box {
    padding: 40px 20px;
    height: 760px; } }
@media (max-width: 480px) {
  .service-boxes .service-box {
    padding: 40px 20px;
    height: 500px; } }
@media (max-width: 768px) {
  .service-boxes .service-box {
    padding: 40px 20px;
    height: 600px; } }
@media (max-width: 992px) {
  .service-boxes .service-box {
    padding: 40px 20px;
    height: 550px; } }
.service-boxes .service-box .icon {
  margin-bottom: 30px; }

.service-boxes .service-box .icon img {
  max-width: 100px; }

@media (max-width: 1199px) {
  .service-boxes .service-box .icon img {
    max-width: 80px; } }
.service-boxes .service-box h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px; }

@media (max-width: 399px) {
  .service-boxes .service-box h3 {
    font-size: 22px; } }
.service-boxes .service-box .service-link {
  font-size: 40px;
  margin-top: 25px;
  line-height: 1;
  color: #616161; }

.service-boxes .service-box::after {
  position: absolute;
  content: '';
  left: 15px;
  right: 15px;
  bottom: -10px;
  height: 10px;
  background-color: #eceded;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.service-boxes .service-box:hover::after {
  background-color: #3E0097;
  box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3); }

.service-boxes .service-box-two {
  border-radius: 10px;
  padding: 40px 15px 60px;
  background-color: #fff;
  position: relative;
  margin-top: 50px; }

@media (max-width: 767px) {
  .service-boxes .service-box-two {
    padding: 30px 15px 50px; } }
.service-boxes .service-box-two .icon {
  font-size: 75px;
  color: #ff4a17; }

.service-boxes .service-box-two h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600; }

@media (max-width: 1199px) {
  .service-boxes .service-box-two h3 {
    font-size: 22px; } }
.service-boxes .service-box-two .service-link {
  font-size: 14px;
  margin-top: auto;
  color: #616161;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4); }

.service-boxes .service-box-two:hover .service-link {
  color: #fff;
  background-color: #ff4a17; }

.service-boxes .service-box-three {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  text-align: center;
  padding: 40px 20px 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 30px; }

@media (max-width: 1199px) {
  .service-boxes .service-box-three {
    padding: 40px 15px 20px;
    font-size: 16px; } }
.service-boxes .service-box-three .icon {
  margin-bottom: 30px; }

.service-boxes .service-box-three .icon img {
  max-width: 100px; }

@media (max-width: 1199px) {
  .service-boxes .service-box-three .icon img {
    max-width: 80px; } }
.service-boxes .service-box-three h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px; }

@media (max-width: 1199px) {
  .service-boxes .service-box-three h3 {
    font-size: 22px; } }
.service-boxes .service-box-three .service-link {
  color: #616161;
  margin-top: 15px;
  font-size: 24px; }

.service-boxes .service-box-three:hover {
  border-color: transparent;
  box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4); }



.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.caja-gris {
  position: relative;
  padding: 60px 30px;
  background-color: #F2F3F4;
  border-radius: 20px;
  height: 246px;
  width: 90%;
  margin: 0 auto; }

.advanced-tab .tab-content .tab-text-block .block-text ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #3E0097;
  border: 2px solid #3E0097;
  border-radius: 50%; }


@media (max-width: 1599px) {
  .advanced-tab .tab-content .tab-text-block.with-right-circle::before {
    left: auto;
    right: -100px; } }
/*=======  Footer  =======*/
footer {
  background-color: #3E0097;
  position: relative;
  padding-top: 80px;
  z-index: 1; }

footer .widget {
  margin-bottom: 80px; }

@media (max-width: 991px) {
  footer .widget {
    margin-bottom: 60px; } }
@media (max-width: 767px) {
  footer .widget {
    font-size: 16px; } }
@media (max-width: 575px) {
  footer .widget {
    margin-bottom: 45px; } }
footer .widget,
footer .widget a {
  color: #fff; }

footer .widget a:hover {
  color: #fff; }

footer .widget .widget-title,
footer .widget .footer-logo {
  color: #E90044;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  footer .widget .widget-title,
  footer .widget .footer-logo {
    font-size: 22px; } }
footer .widget .social-links {
  margin-top: 25px; }

footer .widget .social-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px; }

footer .widget .social-links li a:hover {
  color: #ff4a17; }

footer .widget.newsletter-widget {
  padding: 50px;
  border: 2px solid #1d2d3a; }

@media (max-width: 991px) {
  footer .widget.newsletter-widget {
    padding: 30px; } }
footer .widget.newsletter-widget .widget-title {
  margin-bottom: 15px; }

footer .widget.newsletter-widget .newsletter-form {
  position: relative;
  padding-right: 280px; }

@media (max-width: 991px) {
  footer .widget.newsletter-widget .newsletter-form {
    padding-right: 0; } }
footer .widget.newsletter-widget .newsletter-form input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #33495b;
  line-height: 70px;
  padding: 0;
  height: 70px; }

footer .widget.newsletter-widget .newsletter-form input,
footer .widget.newsletter-widget .newsletter-form ::placeholder {
  color: #7d91a0; }

footer .widget.newsletter-widget .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0; }

@media (max-width: 991px) {
  footer .widget.newsletter-widget .newsletter-form button {
    position: relative;
    margin-top: 20px; } }
footer .widget.nav-widget ul li {
  line-height: 42px; }

footer .widget.nav-widget ul li a:hover {
  padding-left: 5px; }

footer .widget.contact-widget .contact-infos {
  margin-top: 20px; }

footer .widget.contact-widget .contact-infos li {
  margin-bottom: 10px; }

@media (max-width: 1199px) {
  footer .widget.contact-widget .contact-infos li {
    font-size: 16px; } }
footer .widget.contact-widget .contact-infos i {
  margin-right: 10px;
  color: #E90044; }

@media (max-width: 1199px) {
  footer .widget.contact-widget .contact-infos i {
    margin-right: 5px; } }
footer .widget.insta-feed-widget {
  padding-left: 45px; }

@media (max-width: 991px) {
  footer .widget.insta-feed-widget {
    padding-left: 0; } }
footer .widget.insta-feed-widget .insta-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 10px; }

@media (max-width: 575px) {
  footer .widget.insta-feed-widget .insta-images {
    grid-template-columns: repeat(3, 100px); } }
footer .widget.insta-feed-widget .insta-images .insta-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100px;
  background-color: #ddd;
  z-index: 1;
  position: relative; }

footer .widget.insta-feed-widget .insta-images .insta-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-color: #ff4a17;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

footer .widget.insta-feed-widget .insta-images .insta-img a {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 26px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100px;
  text-align: center; }

footer .widget.insta-feed-widget .insta-images .insta-img:hover a {
  visibility: visible;
  opacity: 1; }

footer .widget.insta-feed-widget .insta-images .insta-img:hover::before {
  opacity: 0.7;
  visibility: visible; }

footer .footer-copyright {
  border-top: 2px solid #1d2d3a;
  padding: 30px 0;
  position: relative; }

footer .footer-copyright .copyright-text {
  color: #7d91a0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
.site-logo{
	width: 11%;
}

@media (max-width: 767px) {
  footer .footer-copyright .copyright-text span {
    width: 100%;
    text-align: center; }

  footer .footer-copyright .copyright-text span:first-child {
    order: 2;
    margin-top: 10px; } }
footer .footer-copyright .back-to-top {
  position: absolute;
  left: 50%;
  top: 0;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 75px;
  color: #E90044; 
  text-align: center;
  transform: translate(-50%, -50%);
  background-color: #3E0097; }

@media (max-width: 767px) {
  footer .footer-copyright .back-to-top {
    height: 55px;
    width: 55px;
    line-height: 55px; } }
footer .footer-copyright .back-to-top:hover {
  background-color: #ff4a17;
  color: #fff; }

footer .line-one,
footer .line-two,
footer .line-three,
footer .line-four {
  position: absolute;
  z-index: -1; }

footer .line-one {
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

footer .line-two {
  right: 0;
  top: 0; }

footer .line-three {
  left: 0;
  top: 0; }

footer .line-four {
  right: 0;
  bottom: 0; }

footer.grey-bg-footer {
  background-color: #f5f5f5; }

footer.grey-bg-footer .widget,
footer.grey-bg-footer .widget a {
  color: #616161; }

footer.grey-bg-footer .widget a:hover {
  color: #ff4a17; }

footer.grey-bg-footer .widget .widget-title {
  color: #14212b; }

footer.grey-bg-footer .widget.newsletter-widget,
footer.grey-bg-footer .widget.newsletter-widget .newsletter-form input {
  border-color: #dddddd; }

footer.grey-bg-footer .footer-copyright {
  border-color: #dddddd; }

footer.grey-bg-footer .footer-copyright .copyright-text {
  color: #616161; }

footer.grey-bg-footer .footer-copyright .back-to-top {
  border-color: #dddddd;
  background-color: #fff; }

footer.grey-bg-footer .footer-copyright .back-to-top:hover {
  background-color: #ff4a17; }

.azul {
  color: #3E0097; }

@media (max-width: 767px) {
	.podcast {
		display: inline-block;
		width: 100%;
		background-position: -350px 0;	}
  .about-section-three {
    background-image: url(../img-2/baneficios-back.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1109px;
    padding: 30px 0;
    position: relative;
    z-index: 1; }
	.site-logo{
		width: 46%;
	}

  .hidden-xs {
    display: none !important; }

  .section-gap {
    padding-top: 50px;
    padding-bottom: 50px; }

  .cursos-talleres {
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 900px;
    background: no-repeat center center;
    background-size: cover;
    padding: 50px 20px;
    background-image: url("../img-2/mindset-movil.jpg");
    margin: 0 auto; }

  .banner-contacto {
    height: 500px;
    padding: 50px 0; }

  .about-video {
    position: relative;
    width: 100%;
    min-height: 380px; }

  .banner-training p {
    font-size: 25px; }

  .spotify {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 430px;
    background: no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    background-image: url("../img-2/spotify-movil.jpg"); } }
@media (min-width: 768px) and (max-width: 991px) {
	.about-section-three{
		  height: 1300px;
	     padding: 30px 0;
	}
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
	} 
	
.about-tile-gallery {
    position: relative;
    transform: translateX(50px);
    text-align: center;
}

}


.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-facebook-f:before {
    content: "\f39e"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-map-marker-alt:before {
    content: "\f3c5"
}
.fa-phone:before {
    content: "\f095"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-check:before{content:"\f00c"}
.fa-check-circle:before{content:"\f058"}
.fa-check-double:before{content:"\f560"}
.fa-check-square:before{content:"\f14a"}


/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
