/*

TemplateMo 573 EduWell

https://templatemo.com/tm-573-eduwell

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}

::selection {
  background: #0a4f97;
  color: #fff;
}

::-moz-selection {
  background: #0a4f97;
  color: #fff;
}



.main-button-gradient a {
  font-size: 13px;
  color: #fff;
  /* background: rgb(219,138,222); */
  /* background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%); */
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;

  background: #2980b9;  
  background: -webkit-linear-gradient(to right, #2c3e50, #2980b9);  
  background: linear-gradient(to right, #2c3e50, #2980b9); 

}

.main-button-gradient a:hover {
  color: #FFF;
  /* background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%); */
  opacity: 0.9;
}

.white-button a {
  font-size: 13px;
  color: #dc8cdb;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: 14px;
  font-weight: 500;
  color: #dc8cdb;
  text-decoration: underline !important;
  transition: all .3s;
}

.text-button a:hover {
  opacity: 0.75;
}

section {
  margin-top: 140px;
}

#contact-section {
  padding-top: 20px;
}

.section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  /* font-weight: 900; */
  /* text-transform: capitalize; */
  color: #111;
}

.section-heading h4 em {
  /* font-style: normal; */
  color: var(--blanco);
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background: transparent!important;
  opacity: 0.8;
  height: 80px!important;
  /* position: fixed!important; */
  top: 0!important;
  left: 0;
  right: 0;
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important; */
}

.header-area {
  /* background-image: url(../images/Barra-header.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 84px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  /* position: fixed; */
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 35px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area .main-nav .nav li:last-child {
  /* padding-right: 0px; */
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: bold;
  /* font-weight: 400; */
  font-size: 18px;
  text-transform: capitalize;
  color: #727272;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #0c34bf9e!important;
  opacity: 0.75;
}
.header-area .main-nav .nav li a.active {
  color: #0c34bf!important;
  /* opacity: 0.75; */
}


.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  /* color: #111!important; */
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #dc8cdb!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav -trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav -trigger {
  top: 23px;
}

.header-area .main-nav -trigger span,
.header-area .main-nav -trigger span:before,
.header-area .main-nav -trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav -trigger span,
.background-header .main-nav -trigger span:before,
.background-header .main-nav -trigger span:after {
  background-color: #fff;
}

.header-area .main-nav -trigger span:before,
.header-area .main-nav -trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav -trigger span:before,
.background-header .main-nav -trigger span:after {
  background-color: #fff;
}

.header-area .main-nav -trigger span:before,
.header-area .main-nav -trigger span:after {
  content: "";
}

.header-area .main-nav -trigger span {
  top: 16px;
}

.header-area .main-nav -trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav -trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav -trigger.active span,
.header-area .main-nav -trigger.active span:before,
.header-area .main-nav -trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav -trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav -trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav -trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav -trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #dc8cdb;
}







/* @media (max-width: 575.98px) {
  .header-area .logo {
    margin-left: 30px;
  }
} */
/* @media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex;
    display: flex !important; 
  }
} */




@media only screen and (min-width: 768px) and (max-width: 991px){
  .mt-14 {
    top: 8rem!important;
  }
  .pri-texto{
    /* font-size: 30px!important; */
    font-size: 60px!important;
  }
  .cont-texto{
    /* font-size: 11px!important; */
    font-size: 13px!important;;
  }
  .spt-texto{
    font-size: 20px!important;
  }
  
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section.main-banner {
  margin-top: 0px;
}

.main-banner {
  padding-top: 180px;
}

.main-banner .right-image {
  margin-left: 120px;
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
}

.main-banner .right-image::after {
  position: absolute;
  background-image: url(../images/banner-right-dec.png);
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
}

.main-banner .header-text::after {
  position: absolute;
  background-image: url(../images/banner-left-dec.png);
  width: 214px;
  height: 429px;
  content: '';
  left: 0;
  bottom: -240px;
  z-index: 1;
}

.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;;
}

.main-banner .header-text h2 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 64px;
  color: #111111;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 40px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  color: #dc8cdb;
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
}


/*
---------------------------------------------
services
---------------------------------------------
*/ 

.services .item {
  border-radius: 15px;
  text-align: center;
  padding: 50px 30px;
  margin: 15px;
  transition: all .3s;
}

.services .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.services .item .icon {
  max-width: 75px;
  margin: 0 auto;
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.services .item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

.services .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.services .owl-dots .active {
  background-color: #dc8cdb;
}


/*
---------------------------------------------
our courses
---------------------------------------------
*/

section.our-courses {
  position: relative;
}

section.our-courses .section-heading p {
  padding: 0px 60px;
}

section.our-courses:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses .naccs {
  position: relative;
}

section.our-courses .naccs  div {
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px !important;
  margin-bottom: 40px;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 3px solid rgba(219,138,222,0.5);
}

section.our-courses .naccs  div.active {
  color: #dc8cdb;
  border: 3px solid rgba(219,138,222,1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.our-courses ul.nacc {
  margin-left: 100px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding-right: 50px;
}

section.our-courses ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.our-courses ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.our-courses ul.nacc li .left-image .price h6 {
  position: absolute;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  color: #fff;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

section.our-courses ul.nacc li .right-content {
  padding: 40px 0px;
  margin-left: 350px;
}

section.our-courses ul.nacc li .right-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-courses ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #111;
}

section.our-courses ul.nacc li .right-content .last-span {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-courses ul.nacc li .right-content p {
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content .text-button {
  margin-top: 20px;
}

section.our-courses ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-courses ul.nacc li p {
  margin: 0;
}


/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/footer-secunadrio.png);
  background-repeat: no-repeat;
  /* background-position: center center; */
  /* background-size: cover; */
  width: 100%;
  /* padding: 180px 0px 180px 0px; */
  /* padding: 220px 0px 300px 0px; */
  padding: 60px 0px 260px 0px;

  /* filter: hue-rotate(-84deg); */
}
section.simple-ctaRe {
  background-image: url(../images/PlandeImagen.jpg);
  background-repeat: no-repeat;
  /* background-position: initial center; */
  /* background-size: cover; */
  width: 100%;


  /* padding: 0px 0px 300px 0px; */
  padding: 0px 0px 57px 0px;

  /* filter: hue-rotate(-84deg); */
}

section .left-image {
  margin-right: 45px;
}

section.simple-cta h6 {
  font-size: 17px;
  color: #fff;
}

section.simple-cta h4 {
  font-size: 62px;
  font-weight: 900;
  color: #fff;
  line-height: 74px;
  margin-top: 20px;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}


section.simple-ctaRe h6 {
  font-size: 17px;
  color: #fff;
}

section.simple-ctaRe h4 {
  font-size: 62px;
  font-weight: 900;
  color: #fff;
  line-height: 74px;
  margin-top: 20px;
}

section.simple-ctaRe p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}


/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  position: relative;
}

/* section.testimonials:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
} */

/* section.testimonials:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
} */

.testimonials .item {
  /* border-radius: 15px;
  padding: 30px; */
  background-color: transparent;
  /* background-color: #fff; */
  margin: 15px;
  /* transition: all .3s; */
  transition: all .3s ease;
  position: relative;
  z-index: 2;
  border-radius: 4rem;
}

/* .testimonials .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  border-radius: 4rem;
} */

.testimonials .item p {
  font-size: 16px;
  /* font-style: italic; */
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

.testimonials .item span {
  font-size: 13px;
  font-weight: 700;
  color: #dc8cdb;
}

/* .testimonials .item img {
  max-width: 44px;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 30px
} */

.testimonials .owl-dots {
  text-align: center;
  margin-top: -11px;
  /* margin-top: 30px; */
}

.testimonials .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #0a4f97;
}



/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

footer.contact-us {
  background-color: #f4f4f4;
  /* background-color: #1e2043; */
}

section.contact-us:after {
  position: absolute;
  content: '';
  background-image: url(../images/footer-left-dec.png);
  left: 0px;
  top: 60px;
  width: 267px;
  height: 396px;
  z-index: 1;
}

section.circlu:after {
  position: absolute;
  content: '';
  background-image: url(../images/circulo-2.svg);
  right: 45px;
  /* top: -140px; */
  top: 7rem;
  width: 291px;
  /* height: 231px; */
  height: 20rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  /* filter: hue-rotate(-164deg); */
}

section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
}

section.contact-us .contact-info .icon i {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  color: #fff;
}

section.contact-us .contact-info h4 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

section.contact-us .contact-info span {
  font-size: 15px;
  color: #dc8cdb;
  font-weight: 700;
}

section.contact-us .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

section.contact-us #contact {
  margin-left: -100px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  float: right;
  font-size: 13px;
  color: #fff;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

footer.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

footer.contact-us ul.social-icons {
  text-align: center;
  margin-top: 70px;
}

footer.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  border-radius: 50%;
  transition: all .5s;

  background: #000046; 
  background: -webkit-linear-gradient(to top, #1CB5E0, #000046);
  background: linear-gradient(to top, #1CB5E0, #000046);

}

footer.contact-us ul.social-icons li a:hover {
  background-color: #dc8cdb;
  color: #a6a6a791!important;
}

p.copyright {
  text-align: center;
  color: #fff;
  margin: 40px 0px;
}

p.copyright a {
  font-weight: 700;
  color: #fff;
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.page-heading {
  margin-top: 190px;
  text-align: center;
}

section.page-heading .header-text {
  border-bottom: 3px solid #eee;
  padding-bottom: 80px;
}

section.page-heading .header-text h4 {
  font-size: 17px;
  text-transform: capitalize;
  color: #7a7a7a;
}

section.page-heading .header-text h1 {
  font-size: 62px;
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}


/*
---------------------------------------------
about us page
---------------------------------------------
*/

section.get-info .left-image {
  margin-right: 30px;
}

section.get-info .section-heading {
  text-align: left;
}

section.get-info .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

section.get-info .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.get-info .info-item .icon img {
  max-width: 60%;
}

section.get-info .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.our-team {
  position: relative;
}

section.our-team .section-heading p {
  padding: 0px 60px;
}

section.our-team:before {
  position: absolute;
  content: '';
  background-image: url(../images/burbujasIzquierda.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  left: 45px;
  /* top: -140px; */
  top: -19px;
  width: 30%;
  height: 23rem;
  z-index: 1;
}

section.our-team:after {
  position: absolute;
  content: '';
  background-image: url(../images/burbujasDerecha.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 45px;
  /* top: -140px; */
  top: -19px;
  width: 30%;
  height: 23rem;
  z-index: 1;
}

section.our-team .naccs {
  position: relative;
  text-align: center;
}

section.our-team .naccs  {
  position: relative;
  display: inline-block;
  background-color: var(--blanco);
  border-radius: 4rem;
}

section.our-team .naccs  div {
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
}

section.our-team .naccs  div img {
  border-radius: 50%;
  max-width: 120px;
}

section.our-team .naccs  div h4 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 5px;
}

section.our-team .naccs  div span {
  font-size: 12px;
  text-transform: uppercase;
  color: #dc8cdb;
  font-weight: 700;
  display: block;
}

section.our-team .naccs  div.active h4 {
  color: #0a4f97;
}

section.our-team ul.nacc {
  margin-top: 40px !important;
  position: relative;
  min-height: 100%;
  height: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.our-team ul.nacc li {
  z-index: -1;
  opacity: 0;
  transform: translateX(50px);
  background-color: #fff;
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

section.our-team ul.nacc li.active {
  position: relative !important;
  overflow: hidden;
}

section.our-team ul.nacc li .right-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.our-team ul.nacc li .left-content {
  text-align: left;
  margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-team ul.nacc li .left-content span a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  color: #111;
  border-right: 2px solid #111;
  transition: all .3s;
}

section.our-team ul.nacc li .left-content span a:hover {
  color: #dc8cdb;
}

section.our-team ul.nacc li .left-content .last-span a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-team ul.nacc li .left-content p {
  margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
  margin-top: 30px;
}

section.our-team ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-team ul.nacc li p {
  margin: 0;
}

footer.our-office .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

footer.our-office .left-info p {
  margin-bottom: 40px;
}

footer.our-office .left-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

footer.our-office .left-info ul li:last-child {
  margin-bottom: 0px;
}

footer.our-office .left-info .main-button-gradient {
  margin-top: 40px;
}

footer.our-office #video {
  margin-left: -70px;
}

footer.our-office #video .thumb {
  position: relative;
}

footer.our-office #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

footer.our-office #video .thumb .play-button a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transform: translate(-40px, -40px);
  color: #fff;
  font-size: 22px;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
}

footer.our-office #video img {
  border-radius: 20px;
}



/*
---------------------------------------------
our services page
---------------------------------------------
*/

section.featured-product {
  position: relative;
}

section.featured-product:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.featured-product:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

section.featured-product .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 90px;
}

section.featured-product .last-info {
  margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
  right: 30px;
  top: -30px;
}

section.featured-product .left-info .info-item {
  text-align: right;
}

section.featured-product .right-info .info-item .icon {
  left: 30px;
  top: -30px;
}

section.featured-product .info-item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.featured-product .info-item .icon img {
  max-width: 60%;
}

section.featured-product .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.featured-product .product-image {
  margin: 0px 60px;
}


/*
---------------------------------------------
contact us page
---------------------------------------------
*/

section.more-info .section-heading {
  margin-bottom: 40px;
  text-align: left;
}

section.more-info p {
  margin-bottom: 40px;
}

section.more-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.more-info ul li:last-child {
  margin-bottom: 0px;
}

section.more-info .count-area-content {
  margin-bottom: 20px;
  margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-40px);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #dc8cdb;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

section.more-info .count-area-content .count-title {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #111;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 1;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
  /* background-image: url(../images/Puntitos.png); */
  /* background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
}

/* @media (max-width: 1920px) {
  .ms-3 {
    margin-left: 7rem!important;
  }
  .mt-n1{
    margin-top: -1rem;
  }
  .header-area .main-nav .nav {
    margin-right: 5rem;
}
} */

.ml-n0{
  margin-left: -5rem;
}

@media (min-width: 1400px) {
  .ms-3 {
    margin-left: 7rem!important;
  }
  .mt-n1{
    margin-top: -1rem;
  }
  .header-area .main-nav .nav {
    margin-right: 5rem;
  }
  .w-75 {
    width: 75%!important;
  }
  .text-end {
    text-align: left!important;
  }
  section.circlu:after {
    right: 74px;
  }
  .header-area .main-nav .nav {
    margin-right: 2rem;
    /* margin-right: 7rem; */
  }

  .mt-14 {
    top: 15rem!important;
  }
  .pricing-table .title {
    margin-bottom: 3px!important;
  }
  .w-25 {
    width: 31%!important;
  }
  .font-duda{
    font-size: 2rem!important;
  }

  .tarjet-text1 {
    font-size: 1.5rem!important;
  }
  .hrs {
    height: 50vh!important;
    width: 4px!important;
    margin-left: 4rem!important;
    margin-top: 5rem!important;
  }
  .hrs1 {
    height: 25vh!important;
    width: 7px!important;
    margin-left: 7rem!important;
    margin-top: 3rem!important;
  }
  .mb-n12 {
    margin-bottom: 0!important;
    /* margin-bottom: -12rem!important; */
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  .mt-nR2 {
    margin-top: -2rem!important;
  }
  .mt-9{
    margin-top: 9rem!important;
  }
  .mt-7{
    margin-top: 7rem!important;
  }
  .mt-5{
    margin-top: 5rem!important;
  }
  .mt-M5{
    margin-top: 3rem!important;
  }
  .mt-R0{
    margin-top: 0rem!important;
  }
  .mt-R9{
    margin-top: 9rem!important;
  }
  .hr_R1_25{
    font-size: 1.2rem!important;
  }
  .mt-Rr7{
    margin-top: 9rem!important;
  }
  .mt-Rr4{
    margin-top: 10rem!important;
  }
  .mt-Rr5{
    margin-top: 4rem!important;
  }
  .mt-Rr_7{
    margin-top: 6rem!important;
  }
  .mb-r1{
    margin-bottom: 1rem!important;
  }
  .mt-R0_8{
    margin-top: -1rem!important;
  }
  .mt-Rr6{
    margin-top: 6rem!important;
  }
  .img-titulo__1_1,
  .img-titulo__3_3{
    margin-top: -1rem;
  }
  .mt-6_5{
    margin-top: 6.5rem!important;
  }
  .mt-0_0{
    margin-top: 0rem!important;
  }
  .d-flexC{
    display: flex!important;
  }
  .h9{
    font-size: 0.5rem;
  }
  .h8{
    font-size: 0.7rem;
  }
  .temporal{
    margin: 0px 26rem;
  }
}
  

@media (max-width: 1440px){
  .mt-nR2{
    margin-top: -3rem!important;
  }
  .w80{
    width: 80%!important;
  }
  .mt-10{
    margin-top: 10rem;
  }
  .mt-7{
    margin-top: 6.5rem!important;
  }
  .mt-5{
    margin-top: 5rem!important;
  }
  .mt-M5{
    margin-top: 3rem!important;
  }
  .mt-9{
    margin-top: 9rem!important;
  }
  .font-1_2{
    font-size: 1.2rem!important;
  }
  .mt-R8{
    margin-top: 6rem!important;
  }
  .mt-Rrn1{
    margin-top: -1rem!important;
  }
  .mt-Rr7{
    margin-top: 8rem!important;
  }
  .mt-Rr6{
    margin-top: 6rem!important;
  }
  .img-titulo__2{
    margin-top: 1rem;
  }
  .img-titulo__1_1,
  .img-titulo__3_3{
    margin-top: -1rem;
  }
  .mt-4_4{
    margin-top: 4.4rem!important;
  }
  .mt-0_0{
    margin-top: 0rem!important;
  }
  .mt-3_3{
    margin-top: 3.3rem!important;
  }
  .mt-4__1{
    margin-top: 4rem!important;
  }
  .w4{
    width: 4rem;
  }
  .w5{
    width: 5rem;
  }
  .br-0{
    border-radius: 0%!important;
  }
  .pr-4{
    padding-right: 4rem;
  }
  .d-flexC{
    display: flex!important;
  }
  /* .mt-Rr4{
    margin-top: 3rem!important;
  } */
  .h9{
    font-size: 0.5rem;
  }
  .h8{
    font-size: 0.7rem;
  }
  .temporal{
    margin: 0px 26rem!important;
  }
}

@media (max-width: 1399px) {
  .header-area .nav {
    /* margin-top: -155px!important;   */
    margin-top: 35px!important;  
  }
  .mt-n1{
    margin-top: -1rem;
  }
  .header-area .main-nav .nav {
    /* margin-right: 30px; */
    margin-right: -30px;
  }
  .w-25{
    width: 25%;
  }
  .mt-6 {
    margin-top: 5rem;
  }
  .pd-1{
    padding: 1rem!important;
  }
  .pricing-table .title {
    margin-bottom: 3px!important;
  }
  .mt-n5{
    margin-top: -5rem!important;
  }
  .h-4 {
    height: 6rem!important;
  }

  .tarjet-text1 {
    font-size: 1.5rem!important;
  }
  .hrs {
    height: 40vh!important;
    width: 4px!important;
    margin-left: 4rem!important;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  .border-imei {
    width: 100%!important;
  }
  .mt-nR2 {
    margin-top: -3rem!important;
  }
  .mt-R5{
    margin-top: 5rem!important;
  }
  .mt-R4{
    margin-top: 6rem!important;
  }
  .mt-6 {
    margin-top: 6rem!important;
  }
  .mtRr6 {
    margin-top: 6rem!important;
  }
  .mt-R9 {
    margin-top: 7rem!important;
  }
  .mt-R3{
    margin-top: 3rem!important;
  }
  .mt-Rr_4_7{
    margin-top: 4rem!important;
  }
  .m4 {
    margin-top: 6rem !important;
  }
  .m7 {
    margin-top: 7rem !important;
  }
  .mt-Rrn1 {
    margin-top: 0rem !important;
  }
  .mt-Rr7_5{
    margin-top: 7rem!important;
  }
  .img-titulo__1{
    margin-top: 1rem;
  }
  .img-titulo__2{
    margin-top: 1rem;
  }
  .img-titulo__5{
    margin-top: 1rem;
  }
  .mt-5_3{
    margin-top: 5.3rem!important;
  }
  .img-titulo__1_1{
    margin-top: 0rem!important;
  }
  .gridRes {
    display: grid!important;
    grid-template-columns: 200px 200px 200px!important;
    gap: 5rem!important;
  }
}

@media (max-width: 1330px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
  .header-area .nav {
    /* margin-top: -64px!important; */
    margin-top: 35px!important;
  }
  .header-area .main-nav .nav {
    /* margin-right: 30px; */
    margin-right: -17px;
  }
  .mt-n1{
    margin-top: -1rem;
  }
  .mt-6 {
    margin-top: 5rem;
  }
  .pd-1{
    padding: 1rem!important;
  }
  .pricing-table .title {
    margin-bottom: 3px!important;
  }
  .mt-n5{
    margin-top: -5rem!important;
  }
  .h-4 {
    height: 6rem!important;
  }

  .tarjet-text1 {
    font-size: 1.5rem!important;
  }
  .hrs {
    height: 40vh!important;
    width: 4px!important;
    margin-left: 4rem!important;
    margin-top: 2rem!important;
  }
  .hrs1 {
    height: 19vh!important;
    width: 7px!important;
    margin-left: 2rem!important;
    margin-top: 3rem!important;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  .border-imei {
    width: 100%!important;
  }
  .mt-R5{
    margin-top: 5rem!important;
  }
  .mt-R4{
    margin-top: 4rem!important;
  }
  .mt-6 {
    margin-top: 6rem!important;
  }
  .mt-Rr7{
    margin-top: 7rem!important;
  }
  .mt-Rr1{
    margin-top: -1rem!important;
  }
  .mt-Rr4{
    margin-top: 4rem!important;
  }
  .mt-Rr7_5{
    margin-top: 7.5rem!important;
  }
  .mtRr6{
    margin-top: 6rem!important;
  }
  .img-titulo__5{
    margin-top: 1rem;
  }
  .mt-Rr_7_7{
    margin-bottom: -1rem;
    margin-top: 5rem!important;
  }
  .mt-4_4{
    margin-top: 5rem!important;
  }
  .img-titulo__3_3{
    margin-top: 0rem!important;
  }
  .gridRes {
    display: grid!important;
    grid-template-columns: 200px 200px 200px!important;
    gap: 5rem!important;
  }
}

@media (max-width: 1200px) {
  .main-banner .right-image {
    margin-left: 60px;
  }
  .main-banner .header-text h2 {
    font-size: 62px;
  }
  /* .header-area {
    background: #0a4f97!important;
  } */
  .respont-logo{
    text-align: start;
  }
  section.simple-cta {
    background-size: cover;
    /* background-size: contain; */
  }
  section.simple-ctaRe {
    background-size: cover;
    /* background-size: contain; */
  }
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }

  /* LALO */
  .header-area .main-nav .nav li {
    /* padding-left: 7px;
    padding-right: 7px; */
    padding-left: 11px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  .header-area {
    background: #fff!important;
  }
  .header-area .nav {
    margin-top: 35px!important;
  }
  .mt-6 {
    margin-top: 5rem;
  }
  .pd-1{
    padding: 1rem!important;
  }
  .pricing-table .title {
    margin-bottom: 3px!important;
  }
  .mt-n5{
    margin-top: -5rem!important;
  }
  .h-4 {
    height: 6rem!important;
  }

  .tarjet-text1 {
    font-size: 1.5rem!important;
  }
  .hrs {
    height: 38vh!important;
    width: 4px!important;
    margin-left: 4rem!important;
  }
  section.simple-cta {
    padding: 61px 0px 29px 0px!important; 
  }
  .hrs1 {
    height: 19vh!important;
    width: 7px!important;
    margin-left: 2rem!important;
    margin-top: 3rem!important;
  }
  section.simple-ctaRe {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 0px 0px 73px 0px;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  .border-imei {
    width: 100%!important;
  }
  .mt-R5{
    margin-top: 5rem!important;
  }
  .mt-R4{
    margin-top: 4rem!important;
  }
  .mt-R0_8{
    margin-top: -0.8rem!important;
  }
  .mt-R1_9{
    margin-top: 1.9rem!important;
  }
  .mt-Rr7 {
    margin-top: 5rem !important;
  }
  .mt-Rr7_5 {
    margin-top: 4rem !important;
  }
  .mt-Rr4{
    margin-top: 4rem!important;
  }
  .mt-Rr1_5{
    margin-top: 1.5rem!important;
  }
  .img-titulo__5{
    margin-top: 1rem;
  }
  .mt-Rr_7_7 {
    margin-top: 4rem!important;
  }
  .mt-7_5{
    margin-top: 7.5rem;
  }
  .mt-5_5{
    margin-top: 5.5rem;
  }
  .mt-4_4{
    margin-top: 4.2rem!important;
  }
  .mt-3_4{
    margin-top: 3.4rem!important;
  }
  .mt-5_5{
    margin-top: 5.5rem!important;
  }
  .mt-2_8{
    margin-top: 2.8rem!important;
  }
  .mt-1_0{
    margin-top: 1rem!important;
  }
  .img-titulo__3_3{
    margin-top: 0rem!important;
  }
  .gridRes {
    display: grid!important;
    grid-template-columns: 200px 200px 200px!important;
    gap: 5rem!important;
  }
  
}

@media (max-width: 1199px) {
  .header-area .nav {
    margin-top: 35px!important;
    /* margin-top: -64px!important; */
  }
  .header-area {
    background: #fff!important;
  }
  .mt-6 {
    margin-top: 5rem;
  }
  .font-30{
    font-size: 50px;
  }

  .ml-5{
    margin-left: 5rem;
  }

  .img-wifi{
    width: 65%!important;
  }
  .h-4 {
    height: 6rem!important;
  }

  .tarjet-text1 {
    font-size: 1.5rem!important;
  }
  .hrs {
    height: 38vh!important;
    width: 4px!important;
    margin-left: 4rem!important;
  }
  section.simple-cta {
    padding: 61px 0px 29px 0px!important;
  }
  section.simple-ctaRe {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 0px 0px 73px 0px;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  .border-imei {
    width: 95%!important;
    margin-bottom: 3rem;
  }
  .section-heading__text{
    margin-top: 3rem;
  }
  .img-titulo__1{
    margin-top: 2rem;
  }
  .mt-R4 {
    margin-top: 6rem!important;
  }
  .img-titulo__2{
    margin-top: 2rem;
  }
  .img-titulo__5{
    margin-top: 2rem;
  }
  .mt-6 {
    margin-top: 9rem!important;
  }
  .mt-Rr_7_7 {
    margin-top: 6rem!important;
  }
  .mt-Rr4 {
    margin-top: 6rem!important;
  }
  .mt-Rr1_5 {
    margin-top: 5rem!important;
  }
  .mt-Rr7_5 {
    margin-top: 9rem !important;
  }
  .mt-Rr__7 {
    margin-top: 9rem !important;
  }
  .gridRes {
    display: grid!important;
    grid-template-columns: 200px 200px 200px!important;
    gap: 5rem!important;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
  .header-area {
    background: #fff!important;
  }
  .header-area .main-nav .nav {
    margin-top: -64px;
  }
  .header-area .nav {
    margin-top: 35px!important;
    /* margin-top: -64px!important; */
  }
  .mt-6 {
    margin-top: 5rem;
  }
  .font-30{
    font-size: 30px;
  }

  .ml-5{
    margin-left: 5rem;
  }

  .h-4 {
    height: 6rem!important;
  }

  .tarjet-text1 {
    font-size: 1.5rem!important;
  }

  .hrs {
    height: 38vh!important;
    width: 4px!important;
    margin-left: 4rem!important;
  }
  section.simple-cta {
    padding: 61px 0px 29px 0px!important;
  }
  section.simple-ctaRe {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 50px 0px 73px 0px;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  .border-imei {
    width: 95%!important;
    margin-bottom: 3rem;
  }
  .section-heading__text{
    margin-top: 3rem;
  }
  .img-titulo__1{
    margin-top: 2rem;
  }
  .img-titulo__2{
    margin-top: 2rem;
  }
  .img-titulo__5{
    margin-top: 1rem;
  }
  .mt-R4 {
    margin-top: 5rem!important;
  }
  .mt-R8{
    margin-top: 8rem!important;
  }
  .mt-Rr_7_7{
    margin-top: 5rem!important;
  }
  .mt-Rr4 {
    margin-top: 5rem!important;
  }
  .mt-Rr1_5 {
    margin-top: 3rem!important;
  }
  .mt-Rr7_5 {
    margin-top: 8rem !important;
  }
  .mt-Rr__7 {
    margin-top: 8rem !important;
  }
  .gridRes {
    display: grid!important;
    grid-template-columns: 200px 200px 200px!important;
    gap: 5rem!important;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
  .header-area {
    background: #fff!important;
  }

  .mt-6 {
    margin-top: 5rem;
  }

  .font-30{
    font-size: 30px;
  }

  .ml-5{
    margin-left: 5rem;
  }

  .presp-2{
    padding: 2rem!important;
  }

  .h-4 {
    height: 6rem!important;
  }

  .tarjet-text1 {
    font-size: 1.5rem!important;
  }

  .hrs {
    height: 38vh!important;
    width: 4px!important;
    margin-left: 4rem!important;
  }
  section.simple-cta {
    padding: 61px 0px 29px 0px!important;
  }
  section.simple-ctaRe {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 50px 0px 73px 0px;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  .section-heading__text{
    margin-top: 3rem;
    margin-left: -2rem!important;
  }
  .mt-7{
    margin-top: 9rem !important;
  }
  .mt-R4 {
    margin-top: 5rem!important;
  }
  .mt-6 {
    margin-top: 8rem!important;
  }
  .mt-Rr8{
    margin-top: 6rem!important;
  }
  .mt-Rr_7_7{
    margin-top: 5rem!important;
  }
  .mtRr6{
    margin-top: 6rem!important;
  }
  .mt-Rr_7{
    margin-top: 8rem!important;
  }
  .mt-Rr_4_7{
    margin-top: 6rem!important;
  }
  .mt-Rr7_5 {
    margin-top: 5rem !important;
  }
  .mt-n3 {
    margin-top: 1rem!important;
  }
  .gridRes {
    display: grid!important;
    grid-template-columns: 88px repeat(1, 80px) 237px!important;
    gap: 8rem!important;
  }
  .ml-n0{
    margin-left: -1rem;
  }
}

@media (max-width: 992){
  .header-area .main-nav .nav {
    margin-top: 0px!important;
    margin-right: -21px;
  }
  .mt-R4 {
    margin-top: 6.8rem !important;
  }
  .img-titulo__5{
    margin-top: 1rem !important;
  }
  .mt-Rr4 {
    margin-top: 6rem !important;
  }
  .gridRes {
    display: grid!important;
    grid-template-columns: 2fr 1fr!important;
    grid-template-rows: 2fr 2fr!important;
    gap: 1rem!important;
  }
}

@media (max-width: 991px) {

  .main-banner .header-text {
    text-align: center;
    margin-bottom: 60px;
  }
  .main-banner .right-image {
    margin-left: 0px;
  }
  section.our-courses ul.nacc {
    margin-left: 0px !important;
  }
  section.simple-cta {
    margin-top: 0px;
  }
  section.simple-ctaRe {
    margin-top: 0px;
  }
  section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  section.simple-ctaRe .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  section.contact-us .contact-info {
    margin-top: 15px;
  }
  section.contact-us #contact {
    margin-left: 0px;
  }
  section.contact-us #contact button {
    float: none;
  }
  section.get-info .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section.get-info .info-item {
    margin-top: 60px;
  }
  section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.featured-product .left-info .info-item,
  section.featured-product .right-info .info-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  section.featured-product .left-info .info-item .icon {
    right: 50%;
    transform: translateX(40px);
  }
  section.featured-product .right-info .info-item .icon {
    left: 50%;
    transform: translateX(-40px);
  }
  section.featured-product .product-image {
    margin: 60px
  }
  section.our-team ul.nacc li .left-content span a,
  section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }


  /* LALO */
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
  .header-area {
    background: #232323!important;
  }

  .mt-6{
    margin-top: 5rem;
  }
  .header-area .main-nav .nav {
    margin-top: -64px!important;
    margin-right: -21px;
  }

  .col-md-foot-3 {
    flex: 0 0 auto;
    width: 36%;
  }

  .col-m-foot-6 {
    flex: 0 0 auto;
    width: 29%;
  }

  .w-29 {
    width: 29%!important;
  }

  .pri-texto{
    font-size: 40px;
  }

  .top-img{
    top: 13rem;
  }
  .left-img{
    left: 13rem;
  }
  .w-40 {
    width: 35%!important;
  }
  .texto-conoce{
    /* font-size: 22px;
    margin-top: -5rem!important;
    margin-left: 13rem!important; */
    font-size: 21px;
    margin-top: -4rem!important;
    margin-left: 13rem!important;
  }
  .text-end {
    text-align: left!important;
  }
  .img-logo-black {
    margin-top: -10rem!important;
  }
  .img-wifi {
    width: 68%!important;
  }
  .b-rounded {
    border-radius: 1rem!important;
  }
  .h-4 {
    /* height: 8rem!important; */
    height: 10rem!important;
  }

  .respMt-0{
    margin-top: 0rem!important;
  }

  .respW-30{
    width: 30%!important;
  }

  .header-area {
    background: #fff!important;
  }

  .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger span, .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger.active span:before {
    background-color: #000;
  }
  .header-area .main-nav -trigger.active span:after {
    background-color: #000;
  }
  .respMt-1{
    margin-top: -1rem!important;
  }
  .respCol-lg-3 {
    flex: 0 0 auto;
    width: 29%!important;
  }
  section.simple-cta {
    padding: 61px 0px 29px 0px!important;
  }
  .hrs {
    height: 35vh!important;
    width: 4px!important;
    margin-left: 4rem!important;
  }
  .texto-conoce {
    font-size: 45px;
    margin-top: 1rem!important;
    margin-left: 0rem!important;
  }
  section.simple-ctaRe {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 157px 0px 158px 0px;
  }
  .col-auto {
    width: 50%;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  /* .border-imei {
    width: 59%!important;
  } */
  .border-imei {
    width: 100%!important;
  }
  .p-lds {
    padding: 0rem 3rem 0rem 7rem!important;
  }

  .p-ldsP {
    padding: 0rem 3rem 0rem 7rem!important;
  }
  .section-heading__text{
    margin-top: 3rem;
    margin-left: 0rem!important;
  }
  .ml-n2 {
    margin-left: -2rem!important;
  }
  .w100{
    width: 100%!important;
  }
  .mb-n14{
    margin-bottom: -14rem;
  }
  .w70{
    width: 80%!important;
  }
  .mt-R9{
    margin-top: 10rem!important;
  }
  .mt-Rr_6{
    margin-top: 6rem!important;
  }
  .mt-Rr8{
    margin-top: 7rem !important;
  }
  .mt-Rr_7_7{
    margin-top: 7rem !important;
  }
  .img-titulo__1{
    margin-top: 1rem;
  }
  .img-titulo__2{
    margin-top: 1rem;
  }
  .img-titulo__3{
    margin-top: -1rem; 
  }
  .img-titulo__4{
    margin-top: -1rem; 
  }
  .img-titulo__5{
    margin-top: 1rem;
  }
  .img-titulo__3_3{
    margin-top: -1rem; 
  }
  .mt-Rr4 {
    margin-top: 6rem !important;
  }
  .mt-Rr_7{
    margin-top: 5rem !important;
  }
  .mt-Rr__4{
    margin-top: 4rem!important;
  }
  .mt-Rr7_5 {
    margin-top: 8rem !important;
  }
  .mt-Rr7 {
    margin-top: 8rem !important;
  }
  .gridRes {
    display: grid!important;
    grid-template-columns: 2fr 1fr!important;
    grid-template-rows: 2fr 2fr!important;
    gap: 1rem!important;
  }
  .ml-n0{
    margin-left: 3rem;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  section.our-courses ul.nacc li .left-image,
  section.our-team ul.nacc li .right-image {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(-0%);
  }
  section.our-courses ul.nacc li .left-image img,
  section.our-team ul.nacc li .right-image img {
    border-radius: 15px;
  }
  section.our-courses ul.nacc li,
  section.our-team ul.nacc li {
    padding: 0px;
  }
  section.our-courses ul.nacc li .right-content {
    margin-left: 0px;
    padding: 30px;
  }
  section.our-team ul.nacc li .left-content {
    margin-right: 0px;
    padding: 30px;
  }
  section.our-team .naccs  div {
    width: 14%;
    margin: 0px 5px;
  }
  section.our-team .naccs  div.active img {
    border: 3px solid #dc8cdb;
  }
  section.our-team .naccs  div h4,
  section.our-team .naccs  div span {
    display: none;
  }
  section.more-info .count-area-content .count-title {
    font-size: 22px;
  }


   /**LALO**/
   .header-area .main-nav .nav {
    display: flex;
    /* display: flex !important; */
    }
   .img-banner{
    padding: 0rem 0rem 0rem 0rem!important;
  }
  .img-wifi-respon{
    margin-top: -4rem;
  }
  .img-wifi {
    width: 300%!important;
  }
  .mt5{
    margin-top: 5rem;
  }
  .tarjeta-paquete{
    /* margin-left: 6rem; */
    /* margin-left: 0rem!important; */
  }
  .mes-paquete{
    /* margin-top: 3.5rem!important;
    margin-left: -10.5rem!important; */

    margin-top: 3rem!important;
    /* margin-left: -18.5rem!important; */
    margin-left: -13.5rem!important;
    margin-bottom: 0.5rem!important;
  }
  .form-recharge{
    width: auto!important; 
    margin-top: 0!important;
    height: 77% !important;
  }
  .texto-form{
    margin-top: 5rem;
    font-size: 36px!important;
  }
  .iconos-informacion {
    display: grid;
    grid-template-columns: repeat(2, 1fr)!important;
    justify-content: center;
    margin: 1rem 0px 0rem 0rem!important;
  }
  .pl-8{
    padding-left: 3rem!important;
  }
  .mt-14{
    top: 2rem!important;
  }
  .color-slogan{
    font-size: 2rem;
  }
  .font-duda{
    font-size: 3rem;
  }
  .mt-valores{
    margin-top: 3rem;
  }
  .col-responsive{
    flex: 0 0 auto;
    width: 100%;
  }
  .w-34{
    width: 34%!important;
  }
  .font50{
    font-size: 50px!important;
  }
  .ml-0{
    margin-left: 0rem!important;
  }
  .col-responsive7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .hmd{
    font-size: 0.6rem;
    margin-top: 0.5rem !important;
  }
  .hmds{
    font-size: 1rem;
  }
  #canvas {
    left: -11rem!important;
  } 
  .pricing-table .price p {
    font-size: 22px!important;
  }

  /** BARRA TIPO APP EN RESPONSIVE**/
  
  /* :::::::::::::::::::::: START TABBAR ::::::::::::::::::::::  */
  .tabbar {
    grid-area: tabbar;
    display: flex;
    width: 100%;
    background-color: #232323;
    align-items: center;
    justify-content: center;
    position: fixed;
    /* position: sticky; */
    bottom: 0;
    z-index: 5;
    /* z-index: 1; */
  }

  .tbbar-texto{
    font-size: 8px;
    color: #fff;
  }

  .tabbar>div {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
  }

  .tabbar>div>a {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--small-description-size);
    color: var(--text-color);
  }

  .tabbar>div>a img {
    height: 2rem;
    object-fit: contain;
  }

  .whatsapp{
    margin-top: 1rem;
  }

  .tabbar>div.whatsapp {
    flex: 0;
  }

  .tabbar>div.whatsapp>a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--card-color);
    border-radius: 100%;
    margin-top: -2rem;
    box-shadow: var(--default-box-shadow);
    line-height: 0;
  }

  .tabbar>div.whatsapp>a>div {
    display: flex;
    width: 2.8rem;
    height: 2.8rem;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    border-radius: 100%;
  }

/* :::::::::::::::::::::: END TABBAR ::::::::::::::::::::::  */ 

  /** BARRA TIPO APP EN RESPONSIVE**/

  section.simple-cta {
    background-image: url(../images/footer-secunadrio.png)!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 180px 0px 180px 0px!important;
    /* padding: 220px 0px 300px 0px; */
  
    /* filter: hue-rotate(-84deg); */
  }
  section.simple-ctaRe {
    background-image: url(../images/banner-Inferior.jpg)!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    /* padding: 220px 0px 300px 0px; */
    padding: 180px 0px 0px 0px;
    /* filter: hue-rotate(-84deg); */
  }
  .booking {
    /* background-image: url(../images/Banner-Recarga-resp.jpg)!important; */
    background-repeat: no-repeat!important;
    background-position: right center!important;
    width: 100%;
    /*padding: 220px 0px 300px 0px; */
  }
  .mt-recarga{
    margin-top: 3rem!important;
  }

  .text-ingre{
    font-size: 12px!important;
  }

  .font45{
    font-size: 45px!important;
  }

  .font11{
    font-size: 11px!important;
  }

  .mtR-1{
    margin-top: 1rem!important;
  }

  /**LALO**/

  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #0e4680!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    /* background-color: #f7f7f7!important; */
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area -trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #043ee4 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    /* color: #dc8cdb!important; */
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  section.circlu:after {
    display: none;
    /* background-image: url(../images/circulo-2.svg); */
  }
  .texto-conoce{
    font-size: 30px;
    margin-top: -10rem!important;
    margin-left: 1rem!important;
  }
  .text-end {
    text-align: left!important;
  }
  .img-logo-black {
    margin-top: -14rem!important;
    width: 68%!important;
  }
  .pricing-table .title {
    margin-bottom: -4px!important;
  }
  .b-rounded {
    border-radius: 1rem!important;
  }
  .h-4 {
    height: 11rem!important;
  }

  .respMt-0{
    margin-top: 0rem!important;
  }

  .respW-30{
    width: 30%!important;
  }

  .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger span, .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger.active span:before {
    background-color: #000;
  }
  .header-area .main-nav -trigger.active span:after {
    background-color: #000;
  }
  .respW-142 {
    /* width: 144%!important; */
    width: 175%!important;
  }
  .box-liados {
    width: 94%!important;
    height: 5rem!important;
  }
  .respP-1{
    padding: 1rem!important;
  }
  .respCol-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .respMl-1{
    /* margin-left: 1rem!important; */
    margin-left: -5rem!important;
  }
  .respMb-3{
    margin-bottom: 3rem;
  }
  .respMb-3{
    margin-bottom: 3rem;
  }
  .respCol-lg-3 {
    flex: 0 0 auto;
    width: 28%!important;
  }
  .presp-2 {
    padding: 1rem!important;
  }
  section.simple-cta {
    padding: 61px 0px 29px 0px!important;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  /* .border-imei {
    width: 81%!important;
  } */
  .border-imei {
    width: 100%!important;
  }

  .p-lds {
    padding: 0rem 3rem 0rem 7rem!important;
  }

  .p-ldsP {
    padding: 0rem 3rem 0rem 7rem!important;
  }
  .h7_resp{
    font-size: 0.8rem;
  }
  .mt-n6{
    margin-top: -6rem!important;
  }
  .mb-n14{
    margin-bottom: -14rem;
  }
  .w70{
    width: 80%!important;
  }
  .img-titulo__4{
    margin-top: 0.7rem!important;
  }
  .img-titulo__5{
    margin-top: 1rem!important;
  }
  .img-titulo__3{
    margin-top: 0.7rem !important;
  }
  .img-titulo__2{
    margin-top: 1.2rem;
  }
  .img-titulo__1{
    margin-top: 1.2rem;
  }
  .img-titulo__1_1{
    margin-top: 0.9rem;
  }
  .img-titulo__2_2{
    margin-top: 0.5rem;
  }
  .img-titulo__3_3{
    margin-top: 1rem;
  }
  .img-titulo__4_4{
    margin-top: 1rem;
  }
  .mt-R4{
    margin-top: 7rem !important;
  }
  .mt-Rr8{
    /* margin-top: 7.2rem !important; */
    margin-top: 3rem !important;
  }
  .mt-R9{
    margin-top: 8.5rem !important;
  }
  .mt-Rr_6{
    margin-top: 6rem !important;
  }
  .mtRr6{
    margin-top: 4.3rem !important;
  }
  .mt-Rr4_4{
    margin-top: 4.5rem !important;
  }
  .mt-Rr_7{
    margin-top: 6rem !important;
  }
  .mt-Rr_4_7{
    margin-top: 4.7rem !important;
  }
  .mt-Rr7_5 {
    /* margin-top: 7rem !important; */
    margin-top: 5rem !important;
  }
  .mt-Rr__7 {
    margin-top: 5rem !important;
  }
  .mt-Rr__4 {
    margin-top: 1rem!important;
  }
  .img-titulo__5_5{
    margin-top: 1rem;
  }
  .img-titulo__6_6{
    margin-top: 1rem;
  }
  .pr-4{
    padding-right: 5rem;
  }
  .gridRes{ display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    grid-template-rows: 2fr 2fr!important;
    gap: 1rem!important;
  }
  .h9{
    font-size: 0.5rem;
  }
  .h8{
    font-size: 0.7rem;
  }
}

@media (max-width: 575.98px) {
  .header-area .logo {
    margin-left: 30px;
  }
  .tarjeta-paquete {
    margin-left: 1rem!important;
    /* margin-left: 4rem!important;
    padding-right: 3rem; */
  }
  .mes-paquete {
    margin-top: 3rem!important;
    margin-left: -13rem!important;
    padding-right: 2rem;
  }
  .img-basico{
    width: 70%!important;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  section.circlu:after {
    display: none;
    /* background-image: url(../images/circulo-2.svg); */
  }
  .texto-conoce{
    font-size: 26px;
    margin-top: -10rem!important;
    margin-left: 1rem!important;
  }
  .text-end {
    text-align: left!important;
  }
  .img-logo-black {
    margin-top: -14rem!important;
    width: 68%!important;
  }
  .pricing-table .title {
    margin-bottom: -14px!important;
  }
  .tarjet-text1 {
    font-size: 1.2rem!important;
  }  
  .b-rounded {
    border-radius: 1rem!important;
  }
  .h-4 {
    height: 11rem!important;
  }


  .respMt-0{
    margin-top: 0rem!important;
  }

  .respW-30{
    width: 30%!important;
  }

  .header-area {
    background: #fff!important;
  }

  .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger span, .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger.active span:before {
    background-color: #000;
  }
  .header-area .main-nav -trigger.active span:after {
    background-color: #000;
  }
  .respW-142 {
      width: 122%!important; 
  }
  .box-liados {
    width: 94%!important;
    height: 5rem!important;
  }
  .respP-1{
    padding: 1rem!important;
  }
  .respCol-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .respMl-1{
    margin-left: 1rem!important;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  .pr-4{
    padding-right: 5rem;
  }
  .gridRes{ display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    grid-template-rows: 2fr 2fr!important;
    gap: 1rem!important;
  }
  .w24{
    width: 24rem!important;
  }
  .w18{
    width: 18rem!important;
  }
  .ml-n0{
    margin-left: 2rem;
  }
}

@media (max-width: 574.98px) {
  .swiper-slide img {
    width: 66%!important;
  }
  .d-flex {
    display: inline-flex!important;
  }
  .presp-2 {
    /* padding: 6rem!important; */
    padding: 3rem!important;
  }
  .section-heading__text {
    margin-left: 1rem!important;
  }
  .ml-n0{
    margin-left: 0rem;
  }
  .b-rounded {
    border-radius: 1rem!important;
  }
  .h-4 {
    height: 11rem!important;
  }

  /* .section-heading h2 {
    font-size: 37px;
  } */
  .ml-5 {
    margin-left: -1rem!important;
    /* margin-left: 0rem!important; */
  }
  .section-heading h2 {
    font-size: 25px!important;
  }
  .w-25 {
    width: 33% !important;
  }

  .respW-30{
    width: 30%!important;
  }

  .header-area {
    background: #fff!important;
  }

  .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger span, .header-area .main-nav -trigger span:before, .header-area .main-nav -trigger span:after {
    background-color: #000;
  }
  .header-area .main-nav -trigger.active span:before {
    background-color: #000;
  }
  .header-area .main-nav -trigger.active span:after {
    background-color: #000;
  }
  .respW-142{
    width: 356%!important;
    /* width: 142%!important; */
  }
  .box-liados {
    width: 94%!important;
    height: 5rem!important;
  }
  .respP-1{
    padding: 0.5rem!important;
    margin-top: -0.5rem;
  }
  .respCol-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  section.simple-cta {
    padding: 61px 0px 29px 0px!important;
  }
  .responMb-3{
    margin-bottom: 3rem;
  }
  @-moz-document url-prefix() {
    .fireMs-0{
        width: 9rem !important;
        margin-left: 1rem !important;
    }
  }
  .mt-2{
    margin-top: 2rem!important;
  }
  .d-flexResp{
    display: flex !important;
  }
  .h7{
    font-size: 0.6rem!important;
  }
  .border-imei {
    width: 10rem!important;
  }
  .p-lds {
    padding: 0rem 2rem 0rem 1rem!important;
  }
  .p-ldsP {
    padding: 0rem!important;
  }
  .p-r0{
    padding: 0rem!important;
  }
  .p-rd0{
    padding:  0rem 1rem 0rem 0rem !important;
  }
  .ml-nR1{
    margin-left: -1.5rem;
  }
  .mb-n16{
    margin-bottom: -16rem;
  }
  .mt-9{
    margin-top: 9rem!important;
  }
  .mt-7{
    margin-top: 7rem!important;
  }
  .mt-5{
    margin-top: 5rem!important;
  }
  .mt-Rn4{
    margin-top: -4rem!important;
  }
  .respMt-0{
    margin-top: 0rem!important;
  }
  .mt-R7{
    margin-top: 7rem!important;
  }
  .mt-n5 {
    margin-top: -6rem !important;
  }
  .mt-R0_8{
    margin-top: -1rem!important;
  }
  .mt-Rr6{
    margin-top: 6rem!important;
  }
  .mt-Rr2{
    margin-top: 2rem!important;
  }
  .mt5-R{
    margin-top: 5rem!important;
  }
  .pr-4{
    padding-right: 5rem;
  }
  .d-flexC{
    display: flex!important;
  }
  .gridRes{ display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    grid-template-rows: 2fr 2fr!important;
    gap: 1rem!important;
  }
  .ml-n0 {
    margin-left: 0rem!important;
  }
  .temporal{
    margin: 0px 12rem!important;
  }
  .imgTemporal{
    width: 7rem!important;
    margin-left: -2rem;
  }
}