html, body {
  height: 100% !important; 
}

body {
  min-width: 350px;
  font-family: 'Muli', sans-serif;
  overflow-x: hidden !important; 
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Muli', sans-serif;
}

a {
  text-decoration: none !important;
}

img {
  pointer-events: none;
}

.container-fluid {
  position: relative;
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}
    
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}

/* Scrollbar */

::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 0 transparent !important;
    width: 8px !important;
    height: 8px !important;
    background-color: white !important;
    border-radius: 0 !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 transparent !important;
    background-color: white !important;
    border-radius: 0 !important;
    /* border-right: 1px solid gray; */
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 transparent !important;
    background-color: #52BDFF !important;
    border-radius: 0 !important;
}

::selection {
  color: white;
  background: #52BDFF; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: white;
  background: #52BDFF; /* Gecko Browsers */
}

@media (max-width: 450px) {
.col-xxs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
}

/* Push Footer */

.page-container {
  position: relative;
  min-height: 100%;
}

.push-footer {
  padding-bottom: 274px;
}

@media (max-width: 767px) {
.push-footer {
  padding-bottom: 245px;
}
}

/* Padding */

.p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-30 {
  padding: 30px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.tittleline {
    width: 100%;
    height: 7px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    border-radius: 3.5px;
    z-index: 0;
    transition: .3s;
}

.tittleline div {
    background-color: #0057b8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3.5px;
    z-index: -1;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    transition: .3s;
}

@media (max-width: 992px) {
.tittleline {
  max-width: 165px;
  height: 5px;
}
}

.modal {
  background: rgb(66,66,66,.8);
}

/* Header */

.myheader {
  /*background: linear-gradient(to bottom, rgba(0,0,0,.2) 40%, rgba(0,0,0,0) 100%);*/
  background-color: #0057b8;
  box-shadow: 0 0 50px rgba(0,0,0,.25);
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  z-index: 900;
  transition: .3s;
}

.headlogoa {
  background-image: url(../images/ag_logo.svg);
  background-size: 367px auto;
  background-position: left;
  background-repeat: no-repeat !important;
  width: 158px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 35px;
  transition: .3s;
}

.headlogob {
  background-image: url(../images/ag_logo.svg);
  background-size: 367px auto;
  background-position: -157px center;
  background-repeat: no-repeat !important;
  width: 15px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 192px;
  transition: .3s;
}

.headlogoc {
  background-image: url(../images/ag_logo.svg);
  background-size: 367px auto;
  background-position: right;
  background-repeat: no-repeat !important;
  width: 197px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 206px;
  transition: .3s;
}

@media (max-width: 767px) {
.headlogoa {
  width: 60px;
}
.headlogob {
  left: 100px;
}
.headlogoc {
  width: 190px;
  left: 124px;
}
}

/* Navbar */

.navbar {
  padding: 0;
}

.navbar-nav>li>a {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding-top: 14px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  height: 50px;
  transition: .3s;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: white;
  background-color: #52BDFF;
}

.mytoggler {
  position: absolute;
  top: -37px;
  right: 35px;
}

.navbar-nav {
  background: rgba(73,73,73,0);
  padding-right: 35px;
}

@media (max-width: 992px) {
.navbar-nav {
  background: #424242;
  margin-top: 50px;
  padding: 20px 0;
}
}

.nav-link {
    position: relative;
    overflow: hidden;
}

/* Menu button */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px !important;
  height: 30px !important;
  position: relative !important;
  margin: 50px auto !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transition: .5s ease-in-out !important;
  -moz-transition: .5s ease-in-out !important;
  -o-transition: .5s ease-in-out !important;
  transition: .5s ease-in-out !important;
  cursor: pointer !important;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block !important;
  position: absolute !important;
  height: 4px !important;
  width: 100% !important;
  background: white !important;
  border-radius: 2px !important;
  opacity: 1 !important;
  left: 0 !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transition: .25s ease-in-out !important;
  -moz-transition: .25s ease-in-out !important;
  -o-transition: .25s ease-in-out !important;
  transition: .25s ease-in-out !important;
}

#nav-icon3 span:nth-child(1) {
  top: 0px !important;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px !important;
}

#nav-icon3 span:nth-child(4) {
  top: 20px !important;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px !important;
  width: 0% !important;
  left: 50% !important;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px !important;
  width: 0% !important;
  left: 50% !important;
}

/* Fondo */

.back {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.back .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 1920px;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.back .back2 {
  background: radial-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/* Inicio */

.sectionmain2 {
  height: 100%;
  min-height: 900px;
  max-height: 1100px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
.sectionmain2 {
  height: auto;
  min-height: auto;
}  
}

.sectionmain2 .caption {
  width: 100%;
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  transition: .3s;
}

.sectionmain2 .caption .capcontainer {
  background: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 0 50px rgb(0, 0, 0, .1);
  padding: 80px 80px;
  border-radius: 40px;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionmain2 .caption {
  width: 100%;
  max-width: 100%;
  position: static;
  top: auto;
  left: auto;
  transform: translate(0,0);
  padding: 180px 20px 140px 20px;
}
.sectionmain2 .caption .capcontainer {
  padding: 60px 25px;
}
}

@media (max-width: 455px) {
.sectionmain2 .caption {
}
}

.sectionmain2 h1 {
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
  user-select: none;
}

.sectionmain2 h2 {
  color: #424242;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 0 30px 0;
  z-index: 10;
  transition: .3s;
}

.sectionmain2 h2 span {
  color: #0057b8;
  font-weight: 800;
}

.sectionmain2 strong {
  color: #52BDFF;
  font-weight: 800;
  transform: translate(0) skew(-9deg,0);
}

.sectionmain2 p {
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 20px 0;
}

.sectionmain2 img {
  width: 100%;
  max-width: 130px;
  transition: .3s;
}

.sectionmain2 button, .sectionmain2 button:focus {
  color: #424242;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  border: 3px solid #0057b8;
  background: transparent;
  outline: none;
  cursor: pointer;
  margin: 20px auto 0 auto;
  transition: .3s;
}

.sectionmain2 button:hover {
  color: white;
  border: 3px solid #52BDFF;
  background: #52BDFF;
}

.sectionmain2 button svg, .sectionmain2 button:focus svg {
  color: #0057b8;
  transition: .3s;
}

.sectionmain2 button:hover svg {
  color: white;
}

@media (max-width: 992px) {
.sectionmain2 h2 {
  font-size: 35px;
}
.sectionmain2 p {
  font-size: 13px;
}
.sectionmain2 img {
  max-width: 100px;
}
.sectionmain2 button, .sectionmain2 button:focus {
  font-size: 13px;
  padding: 10px 18px;
  margin: 20px auto 0 auto;
}
}

@media (max-width: 767px) {
.sectionmain2 h2 {

}
.sectionmain2 p {

}
.sectionmain2 button {
  /*display: block;
  margin: 35px auto 0 auto;*/
}
}

.sectionmain2 .mainback {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}

.sectionmain2 .mainback .mtable {
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .85;
  z-index: -1;
}

.sectionmain2 .mainback img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionmain2 .mainback {
  width: 100%;
}
}

@media (max-width: 767px) {
.sectionmain2 .mainback {
  min-width: 1000px;
}
}

/*@media (max-width: 767px) {
.sectionmain .shade {
  background: radial-gradient(rgba(94,94,94,1), rgba(94,94,94,0));
  height: 150px;
}
}*/

/* Servicios */

.sectionfeat {
  background-color: white;
  padding: 0;
  overflow: visible;
}

.sectionfeat .container {
  padding: 100px 35px 100px 35px;
  max-width: 1200px;
  overflow: visible !important;
}

@media (min-width: 1600px) { 
.sectionfeat .container {
  max-width: 75%;
}
}

@media (max-width: 992px) {
.sectionfeat {
  overflow: hidden;
}  
.sectionfeat .container {
  padding: 80px 35px 80px 35px;
}
}

.sectionfeat .image {
  min-width: 100%;
  height: auto;
  display: block;
  margin-bottom: -20px;
  z-index: -1;
}

.sectionfeat h1 {
  color: #424242;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: .3s;
  z-index: 200;
}

.sectionfeat .tittleline {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sectionfeat p {
    color: #424242;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
}

.sectionfeat button, .sectionfeat button:focus {
  color: gray;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  border: 2px solid #52BDFF;
  background: transparent;
  outline: none;
  cursor: pointer;
  margin-bottom: 70px;
  transition: .3s;
}

.sectionfeat button:hover {
  color: white;
  border: 2px solid #52BDFF;
  background: #52BDFF;
}

@media (max-width: 992px) {
.sectionfeat h1 {
    font-size: 28px;
}
.sectionfeat hr {
    max-width: 200px;
    border: 2px solid #52BDFF;
    margin-top: 5px;
    margin-bottom: 30px;
}
.sectionfeat .nav li {
    font-size: 12px !important;
}
.sectionfeat p {
    font-size: 13px !important;
}
.sectionfeat button {
  font-size: 13px;
  display: block;
  margin: 0 auto 70px auto;
}
}

@media (max-width: 767px) {
.sectionfeat h1 {
    text-align: center;
}
.sectionfeat .tittleline {
    margin-left: auto;
}
.sectionfeat p {
    text-align: center;
}
}

.sectionfeat .ssec {
    background-color: white;
    padding: 23px 0px;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
    position: sticky;
    top: 100px;
}

.sectionfeat .ssec h4 {
    color: gray;
    font-size: 20px;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 15px;
}

.sectionfeat .ssec .nav-item {
    width: 100%;
}

.sectionfeat .ssec .nav-pills .nav-link {
    color: gray;
    text-align: left;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 0;
    transition: .3s;
}

.sectionfeat .ssec .nav-pills .nav-link:hover {
    color: gray;
    background-color: #e3e3e3;
}

.sectionfeat .ssec .nav-pills .nav-link.active, .sectionfeat .ssec .nav-pills .show>.nav-link {
    color: white;
    background-color: #52BDFF;
}

@media (max-width: 767px) {
.sectionfeat .ssec {
    padding: 30px 35px 30px 35px;
    margin: 0 -35px;
}
.sectionfeat .ssec h4 {
    text-align: center;
    padding-left: 0;
} 
.sectionfeat .ssec .nav-item {
    display: inline;
    width: auto;
}
.sectionfeat .ssec .nav-pills .nav-link {
    padding: 10px 15px;
}
}

.sectionfeat .ssec p {
    color: gray;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.sectionfeat .scont .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sectionfeat .scont {
    margin-left: 20px;
}

@media (max-width: 767px) {
.sectionfeat .scont {
    margin-top: 20px;
    margin-left: 0;
}
}

.sectionfeat .sgrid {
    height: 100%;
    background-color: white;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    transition: .3s;
}

.sectionfeat .sgrid:hover {
    background-color: #52BDFF;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}

.sectionfeat .sgridimg {
    background-color: gray;
    height: 140px;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .3s;
}

.sectionfeat .sgrid:hover .sgridimg {
    background-color: #424242;
}

.sectionfeat .sgrid .simg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    filter: blur(0px);
    -webkit-filter: blur(0px);
    opacity: .9;
    z-index: -1;
}

.sectionfeat .sgrid:hover .simg {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.1,1.1);
    filter: blur(5px);
    -webkit-filter: blur(5px);
    opacity: .4;
}

.sectionfeat .sgridimg img {
    width: 110px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-100%);
    opacity: 0;
    transition: .3s;
}

.sectionfeat .sgrid:hover .sgridimg img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
}

@media (max-width: 992px) {
.sectionfeat .sgridimg {
    height: 140px;
}
}

.sectionfeat .sgridtext {
    padding: 25px 30px 10px 30px;
    position: relative;
    border: none;
    transition: .3s;
}

.sectionfeat .sgrid:hover .sgridtext {
}

.sectionfeat .sgridtext h4 {
    color: #424242;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 20px;
    transition: .3s;
}

.sectionfeat .sgridtext h4 strong {
    /*color: #52BDFF;*/
    font-weight: 800;
}

.sectionfeat .sgrid:hover .sgridtext h4 {
    color: white;
}

@media (max-width: 992px) {
.sectionfeat .sgridtext h4 {
    font-size: 13px;
}
}

.sectionfeat .sgridtext p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
}

.sectionfeat .sgridbuttons {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.sectionfeat .sgridbuttons button, .sectionfeat .sgridbuttons button:focus {
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    background-color: /*#f79d2e*/ gray;
    border: 2px solid gray;
    border-radius: 0;
    outline: none !important;
    transition: .3s;
}

.sectionfeat .sgridbuttons button:hover {
    color: white;
    background-color: #52BDFF;
    border: 2px solid #52BDFF;
}

@media (max-width: 992px) {
.sectionfeat .sgridbuttons button  {
    padding: 5px 10px;
    font-size: 11px;
    }
}

.sectionfeat .servback {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 35px auto 0 auto;
}

/* Ofrecemos */

.sectioncert {
  background-image: url(../images/meanwell-back1.jpg);
  background-size: cover;
  background-color: #424242;
  padding: 0;
  overflow: visible;
}

.sectioncert .container {
  padding: 100px 35px 100px 35px;
  max-width: 1200px;
  overflow: visible !important;
}

@media (min-width: 1600px) { 
.sectioncert .container {
  max-width: 75%;
}
}

@media (max-width: 992px) {
.sectioncert {
  overflow: hidden;
}  
.sectioncert .container {
  padding: 80px 35px 80px 35px;
}
}

.sectioncert .image {
  min-width: 100%;
  height: auto;
  display: block;
  margin-bottom: -20px;
  z-index: -1;
}

.sectioncert h1 {
  color: white;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: .3s;
  z-index: 200;
}

.sectioncert .tittleline {
    margin-top: 15px;
    margin-bottom: 60px;
}

.sectioncert p {
    color: #424242;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 45px;
}

.sectioncert button, .sectioncert button:focus {
  color: gray;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  border: 2px solid #52BDFF;
  background: transparent;
  outline: none;
  cursor: pointer;
  margin-bottom: 70px;
  transition: .3s;
}

.sectioncert button:hover {
  color: white;
  border: 2px solid #52BDFF;
  background: #52BDFF;
}

@media (max-width: 992px) {
.sectioncert h1 {
    font-size: 28px;
}
.sectioncert hr {
    max-width: 200px;
    border: 2px solid #52BDFF;
    margin-top: 5px;
    margin-bottom: 30px;
}
.sectioncert .nav li {
    font-size: 12px !important;
}
.sectioncert p {
    font-size: 14px !important;
}
.sectioncert button {
  font-size: 13px;
  display: block;
  margin: 0 auto 70px auto;
}
}

@media (max-width: 767px) {
.sectioncert h1 {
    text-align: center;
}
.sectioncert .tittleline {
    margin-left: auto;
}
.sectioncert p {
    text-align: center;
}
}

.sectioncert .ssec {
    background-color: white;
    padding: 23px 0px;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
    position: sticky;
    top: 100px;
}

.sectioncert .ssec h4 {
    color: gray;
    font-size: 20px;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 15px;
}

.sectioncert .ssec .nav-item {
    width: 100%;
}

.sectioncert .ssec .nav-pills .nav-link {
    color: gray;
    text-align: left;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 0;
    transition: .3s;
}

.sectioncert .ssec .nav-pills .nav-link:hover {
    color: gray;
    background-color: #e3e3e3;
}

.sectioncert .ssec .nav-pills .nav-link.active, .sectioncert .ssec .nav-pills .show>.nav-link {
    color: white;
    background-color: #52BDFF;
}

@media (max-width: 767px) {
.sectioncert .ssec {
    padding: 30px 35px 30px 35px;
    margin: 0 -35px;
}
.sectioncert .ssec h4 {
    text-align: center;
    padding-left: 0;
} 
.sectioncert .ssec .nav-item {
    display: inline;
    width: auto;
}
.sectioncert .ssec .nav-pills .nav-link {
    padding: 10px 15px;
}
}

.sectioncert .ssec p {
    color: gray;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.sectioncert .scont .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sectioncert .scont {
    margin-left: 20px;
}

@media (max-width: 767px) {
.sectioncert .scont {
    margin-top: 20px;
    margin-left: 0;
}
}

.sectioncert .sgrid {
    height: 100%;
    background: linear-gradient(to top, rgba(150,150,150,.5), rgba(150,150,150,.5));
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    overflow: hidden;
    transition: .3s;
}

.sectioncert .sgrid:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}

.sectioncert .sgridimg {
    height: 210px;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .3s;
}

.sectioncert .sbck {
    background-color: #424242;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3;
    transition: .3s;
}

.sectioncert .sgrid:hover .sbck {
    opacity: .9;
}

.sectioncert .sgrid .simg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    filter: blur(0px);
    -webkit-filter: blur(0px);
    opacity: .8;
    z-index: -1;
}

.sectioncert .sgrid:hover .simg {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.1,1.1);
    filter: blur(5px);
    -webkit-filter: blur(5px);
    opacity: .4;
}

.sectioncert .sgridimg img {
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    transition: .3s;
}

.sectioncert .sgrid:hover .sgridimg img {
    top: 25%;
    left: 50%;
    transform: translate(-50%,-25%);
    opacity: 1;
}

@media (max-width: 992px) {
.sectioncert .sgridimg {
    height: 210px;
}
}

.sectioncert .sgridtext {
    width: 100%;
    background-color: #424242;
    padding: 25px 30px 10px 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    border: none;
    opacity: 0;
    z-index: 1;
    transition: .3s;
}

.sectioncert .sgrid:hover .sgridtext {
    background-color: #52BDFF;
    bottom: 0;
    opacity: 1;
}

.sectioncert .sgridtext h4 {
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 20px;
    transition: .3s;
}

.sectioncert .sgridtext h4 strong {
    /*color: #52BDFF;*/
    font-weight: 800;
}

.sectioncert .sgrid:hover .sgridtext h4 {
    color: white;
}

@media (max-width: 992px) {
.sectioncert .sgridtext h4 {
    font-size: 13px;
}
}

.sectioncert .sgridtext p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
}

.sectioncert .sgridbuttons {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.sectioncert .sgridbuttons button, .sectioncert .sgridbuttons button:focus {
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    background-color: /*#f79d2e*/ gray;
    border: 2px solid gray;
    border-radius: 0;
    outline: none !important;
    transition: .3s;
}

.sectioncert .sgridbuttons button:hover {
    color: white;
    background-color: #52BDFF;
    border: 2px solid #52BDFF;
}

@media (max-width: 992px) {
.sectioncert .sgridbuttons button  {
    padding: 5px 10px;
    font-size: 11px;
    }
}

.sectioncert .servback {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 35px auto 0 auto;
}

/* Reel */

.sectionreel {
  background-color: rgba(222, 222, 222, .7);
  padding: 0;
  overflow: visible;
  z-index: 10;
}

.sectionreel .container {
  padding: 130px 35px 130px 35px;
  max-width: 900px;
  overflow: visible !important;
}

@media (min-width: 1600px) { 
.sectionreel .container {
  max-width: 60%;
}
}

@media (max-width: 992px) {
.sectionreel {
}  
.sectionreel .container {
  padding: 80px 35px 80px 35px;
}
}

@media (max-width: 575px) {
.sectionreel {
}  
.sectionreel .container {
  padding: 80px 35px 360px 35px;
}
}

.sectionreel .image {
  min-width: 100%;
  height: auto;
  display: block;
  margin-bottom: -20px;
  z-index: -1;
}

.sectionreel h2 {
  color: #424242;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: .3s;
  z-index: 200;
}

.sectionreel .tittleline {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sectionreel p {
    color: #424242;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
}

.sectionreel button, .sectionreel button:focus {
  color: #424242;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  border: 3px solid #0057b8;
  background: transparent;
  outline: none;
  cursor: pointer;
  margin: 20px auto 0 auto;
  transition: .3s;
}

.sectionreel button:hover {
  color: white;
  border: 3px solid #52BDFF;
  background: #52BDFF;
}

.sectionreel button svg, .sectionreel button:focus svg {
  color: #0057b8;
  transition: .3s;
}

.sectionreel button:hover svg {
  color: white;
}

@media (max-width: 992px) {
.sectionreel h2 {
  font-size: 28px;
}
.sectionreel p {
  font-size: 12px;
}
.sectionreel img {
  max-width: 100px;
}
.sectionreel button, .sectionreel button:focus {
  font-size: 13px;
  padding: 10px 18px;
  margin: 0 0 0 0;
}
}

@media (max-width: 767px) {
.sectionreel h2 {
    text-align: center;
}
.sectionreel .tittleline {
    margin-left: auto;
}
.sectionreel p {
    text-align: center;
}
}

.sectionreel .phone {
  width: 325px;
  height: 710px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: black;
  padding: 0;
  overflow: hidden;
  border-radius: 50px;
  border-top: 18px solid #4c4c4c;
  border-left: 12px solid #4c4c4c;
  border-bottom: 18px solid #4c4c4c;
  border-right: 15px solid #4c4c4c;
  box-shadow: 0 0 80px rgb(0, 0, 0, .7);
  transform: translate(-50%,-50%) scale(.75);
  transform-origin: center;
  transition: .5s;
  z-index: 10;
}

.sectionreel .phone:hover {
  transform: translate(-50%,-50%) scale(.8);
}

.sectionreel .phonehover {
  transform: translate(-50%,-50%) scale(.8);
}

@media (max-width: 992px) {
.sectionreel .phone {
  transform: translate(-50%,-50%) scale(.5);
}

.sectionreel .phone:hover {
  transform: translate(-50%,-50%) scale(.55);
}

.sectionreel .phonehover {
  transform: translate(-50%,-50%) scale(.55);
}
}

@media (max-width: 575px) {
.sectionreel .phone {
  top: 20%;
  transform: translate(-50%,-20%) scale(.5);
}

.sectionreel .phone:hover {
  top: 20%;
  transform: translate(-50%,-20%) scale(.5);
}

.sectionreel .phonehover {
  top: 20%;
  transform: translate(-50%,-20%) scale(.5);
}
}

.sectionreel .phone .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

/* Video */

.sectionvid {
  padding: 0;
  overflow: visible;
}

.sectionvid video {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

.sectionvid .back {
  background: linear-gradient(to right, rgba(66,66,66,1), rgba(66,66,66,.7), rgba(66,66,66,0), rgba(66,66,66,0));
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sectionvid .container {
  padding: 150px 35px 150px 35px;
  max-width: 1200px;
  overflow: visible !important;
}

@media (max-width: 992px) {
.sectionvid {
  overflow: hidden;
}
.sectionvid .container {
  padding: 90px 35px 90px 35px;
}
}

@media (max-width: 767px) {
.sectionvid video, .sectionvid canvas {
  max-width: none;
}  
.sectionvid video {
  top: 50%;
  left: 50%;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: 120%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sectionvid .back {
  background: linear-gradient(to right, rgba(66,66,66,.7), rgba(66,66,66,.7));
} 
}

.sectionvid .image {
  min-width: 100%;
  height: auto;
  display: block;
  margin-bottom: -20px;
  z-index: -1;
}

.sectionvid h1 {
  color: white;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -.5px;;
  line-height: 1;
  text-align: left;
  transition: .3s;
  z-index: 200;
}

.sectionvid .tittleline {
    margin-top: 15px;
    margin-bottom: 50px;
    margin-left: 0;
}

.sectionvid p {
    color: gray;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 70px;
}

.sectionvid button, .sectionvid button:focus {
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  border: 2px solid #52BDFF;
  background: transparent;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.sectionvid button:hover {
  color: white;
  border: 2px solid #52BDFF;
  background: #52BDFF;
}


@media (max-width: 992px) {
.sectionvid h1 {
    font-size: 28px;
}
.sectionvid hr {
    max-width: 200px;
    border: 2px solid #52BDFF;
    margin-top: 5px;
    margin-bottom: 30px;
}
.sectionvid .nav li {
    font-size: 12px !important;
}
.sectionvid p {
    font-size: 14px !important;
}
.sectionvid button {
  font-size: 13px;
}
}

@media (max-width: 767px) {
.sectionvid h1 {
    text-align: center;
}
.sectionvid .tittleline {
    margin-left: auto;
}
.sectionvid p {
    text-align: center;
}
.sectionvid button {
  display: block;
  margin: 0 auto;
}
}

.videok3 .modal-dialog {
  max-width: 850px;
}

.videok3 .modal-content {
  border-radius: 0;
}

.videok3 .modal-body {
  padding: 0;
}

.modal-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.modal-video iframe, .modal-video object, .modal-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal-footer button, .modal-footer button:focus {
  color: gray;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border: 2px solid #52BDFF;
  background: transparent;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.modal-footer button:hover {
  color: white;
  border: 2px solid #52BDFF;
  background: #52BDFF;
}

/* Catálogo */

.sectioncat {
  background-color: #f0f0f0;
  padding: 0;
  overflow: visible;
}

.sectioncat .container {
  padding: 100px 35px 100px 35px;
  max-width: 1200px;
  overflow: visible !important;
}

@media (min-width: 1600px) { 
.sectioncat .container {
  max-width: 75%;
}
}

@media (max-width: 992px) {
.sectioncat {
  overflow: hidden;
}  
.sectioncat .container {
  padding: 80px 35px 80px 35px;
}
}

.sectioncat h2 {
  color: #424242;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: .3s;
  z-index: 200;
}

.sectioncat .tittleline {
    margin-top: 15px;
    margin-bottom: 60px;
}

.sectioncat p {
    color: #424242;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 992px) {
.sectioncat h2 {
    font-size: 28px;
}
.sectioncat h4 {
    font-size: 16px;
}
.sectioncat hr {
    max-width: 200px;
    border: 2px solid #52BDFF;
    margin-top: 5px;
    margin-bottom: 30px;
}
.sectioncat .nav li {
    font-size: 13px;
}
.sectioncat p {
    font-size: 13px;
}
}





.catsec {
    background-color: white;
    padding: 23px 0px;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
    position: sticky;
    overflow-x: hidden;
    border-radius: 20px;
    top: 100px;
}

@media (max-width: 767px) {
.catsec {
    border-radius: 0px;
}
}

.catsec h4 {
    color: #424242;
    font-size: 20px;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 15px;
}

.catsec .nav-item {
    width: 100%;
}

.catsec .nav-item:first-child {
    margin-top: 20px;
}

.catsec .nav-item:last-child {
    margin-bottom: 20px;
}

.catsec .nav-pills .nav-link {
    color: #424242;
    text-align: left;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 0;
    transition: .3s;
}

.catsec .nav-pills .nav-link:hover {
    color: #424242;
    background-color: #e3e3e3;
}

.catsec .nav-pills .nav-link.active, .catsec .nav-pills .show>.nav-link {
    color: white;
    background-color: #52BDFF;
}

.catsec .catother .nav-item {
    margin: 0 0 10px 0 !important;
}

.catsec .catother .nav-link {
    color: white !important;
    background-color: #424242 !important;
    text-align: left !important;
    line-height: 1 !important;
    padding: 25px 60px 25px 25px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: .3s !important;
}

.catsec .catother .nav-link:hover {
    color: white !important;
    background-color: #52BDFF !important;
}

.catsec .catother .nav-link svg {
    font-size: 20px;
    color: #52BDFF;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: .3s;
}

.catsec .catother .nav-link:hover svg {
    font-size: 26px;
    color: white;
}

.catsec .nav-pills .nav-link {
    color: #424242;
    text-align: left;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 0;
    transition: .3s;
}


.catsec .nav-pills .lvl1 {
    font-size: 15px;
}
.catsec .nav-pills .lvl2 {
    font-size: 13px;
    margin-left: 30px;
    padding: 15px 15px;
}
.catsec .nav-pills .lvl3 {
    font-size: 11px;
    margin-left: 60px;
    padding: 10px 10px;
}
.catsec .nav-pills .lvl4 {
    font-size: 11px;
    margin-left: 90px;
    padding: 10px 10px;
}
.catsec .nav-pills .lvl5 {
    font-size: 11px;
    margin-left: 120px;
    padding: 10px 10px;
}
.catsec .nav-pills .lvl6 {
    font-size: 11px;
    margin-left: 150px;
    padding: 10px 10px;
}

@media (max-width: 992px) {
.catsec .nav-pills .nav-link {
    font-size: 12px;
}
}

@media (max-width: 767px) {
.catsec {
    padding: 30px 35px 30px 35px;
    margin: 0 -35px;
    max-height: 100%;
}
}

.cattabbuttons {
    margin: 0 0 0 0;
}

.cattabbuttons .nav {
    margin: 15px 0 15px 0;
}

.cattabbuttons .nav-item {
    display: inline-block !important;
    margin-right: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
}

.cattabbuttons .nav-item:last-child {
    margin-right: 0;
}

.cattabbuttons .nav-pills .nav-link {
    color: #424242;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    background-color: white;
    border-radius: 0 !important;
    outline: none !important;
    transition: .3s;
}

.cattabbuttons .nav-pills .nav-link.active, .cattabbuttons .nav-pills .show>.nav-link {
    color: white;
    background-color: #52BDFF !important;
}

.cattabbuttons .nav-pills .nav-link:hover {
    background-color: #e3e3e3;
}

@media (max-width: 992px) {
.cattabbuttons .nav-pills .nav-link {
    padding: 5px 10px;
    font-size: 11px;
    text-align: center;
    }
}

.catsec p {
    color: #424242;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.catcont .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.catcont {
    margin-left: 20px;
}

@media (max-width: 767px) {
.catcont {
    margin-top: 20px;
    margin-left: 0;
}
}

.catgrid {
    height: 100%;
    background-color: white;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
    transition: .3s;
}

.catgrid:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.catgridimg {
    height: 230px;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.catgrid .catimg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: auto 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: .6;
    z-index: -1;
}

.catgrid:hover .catimg {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.1,1.1);
    opacity: .9;
}

@media (max-width: 992px) {
.catgridimg {
    height: 190px;
    min-height: 190px;
}
}

.catgridtext {
    padding: 25px 30px 100px 30px;
    position: relative;
    border: none;
}

.catgridtext h4 {
    color: #52BDFF;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.catgridtext .catgridserv {
    color: #424242;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
.catgridtext .catgridserv {
    font-size: 19px !important;
}
}

.catgridtext p {
    font-size: 15px;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 0;
}

.catgridbuttons {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.catgridbuttons button, .catgridbuttons button:focus {
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    background-color: #424242;
    border: 2px solid #424242;
    border-radius: 0;
    outline: none !important;
    transition: .3s;
}

.catgridbuttons button:hover {
    color: white;
    background-color: #52BDFF;
    border: 2px solid #52BDFF;
}

@media (max-width: 992px) {
.catgridbuttons button  {
    padding: 5px 10px;
    font-size: 11px;
    }
}

/* Servicios */

.catgrid2 {
    height: 100%;
    background-color: white;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    padding: 0 15px;
    margin: 0 0 0 15px;
    overflow: hidden;
    border-radius: 20px;
    transition: .3s;
}

@media (max-width: 767px) {
.catgrid2 {
    margin: 0 0 0 0;
}
}

.catgrid2img {
  background-size: cover !important;
  background-position: center !important;
  min-height: 400px;
}

@media (max-width: 992px) {
.catgrid2img {
    height: 270px;
    min-height: 270px;
}
}

.catgrid2 .block1 {
  background-color: white;
  padding: 60px 50px;
}

.catgrid2 .block2 {
  background-color: #f2f2f2;
  padding: 50px 50px;
}

.catgrid2 .block3 {
  background-color: #e7e7e7;
  padding: 50px 50px;
}

.catgrid2 .block4 {
  background-color: white;
  padding: 50px 50px;
}

@media (max-width: 1200px) {
.catgrid2 .block1 {
  padding: 30px 30px;
}

.catgrid2 .block2 {
  padding: 30px 30px;
}

.catgrid2 .block3 {
  padding: 30px 30px;
}

.catgrid2 .block4 {
  padding: 30px 30px;
}
}

.catgrid2 .titl1 {
  color: #424242;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px 0;
}

.catgrid2 .titl2 {
  color: #424242;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
  text-align: left;
  margin: 0 0 20px 0;
}

.catgrid2 .titl3 {
  color: #424242;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px 0;
}

.catgrid2 .titl2 svg {
  color: #0057b8;
  margin-right: 5px;
}

.catgrid2 .desc1 {
  color: #424242;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 10px 0;
}

.catgrid2 .desc1:last-child {
  margin: 0;
}

.catgrid2 .list1 {
  list-style: none;
  margin: 0 0 0 -17px;
}

.catgrid2 .list1 li {
  color: #424242;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 10px 0;
}

.catgrid2 .list1 li:last-child {
  margin: 0;
}

.catgrid2 .list1 li::before {
  content: "✔";
  color: #0057b8;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.catgrid2 .desc2 {
  color: #424242;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 10px 0;
}

.catgrid2 .desc3 {
  color: #424242;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  margin: 25px 0 0 0;
}

.catgrid2 .desc2:last-child {
  margin: 0;
}

@media (max-width: 992px) {
.catgrid2 .titl1 {
  font-size: 24px;
}

.catgrid2 .titl2 {
  font-size: 17px
}

.catgrid2 .titl3 {
  font-size: 20px
}

.catgrid2 .desc1 {
  font-size: 13px;
}

.catgrid2 .list1 li {
  font-size: 11px;
}

.catgrid2 .desc2 {
  font-size: 11px;
}

.catgrid2 .desc3 {
  font-size: 9px;
}
}

/* Soluciones */

.sectionsolu {
  background-color: white;
  padding: 0;
  overflow: visible;
}

.sectionsolu .container {
  padding: 100px 35px 100px 35px;
  max-width: 1200px;
  overflow: visible !important;
}

@media (min-width: 1600px) { 
.sectionsolu .container {
  max-width: 75%;
}
}

@media (max-width: 992px) {
.sectionsolu {
  overflow: hidden;
}  
.sectionsolu .container {
  padding: 80px 35px 80px 35px;
}
}

.sectionsolu .image {
  min-width: 100%;
  height: auto;
  display: block;
  margin-bottom: -20px;
  z-index: -1;
}

.sectionsolu h1 {
  color: #424242;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: .3s;
  z-index: 200;
}

.sectionsolu .tittleline {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sectionsolu p {
    color: #424242;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
}

.sectionsolu button, .sectionsolu button:focus {
  color: gray;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  border: 2px solid #52BDFF;
  background: transparent;
  outline: none;
  cursor: pointer;
  margin-bottom: 70px;
  transition: .3s;
}

.sectionsolu button:hover {
  color: white;
  border: 2px solid #52BDFF;
  background: #52BDFF;
}

@media (max-width: 992px) {
.sectionsolu h1 {
    font-size: 28px;
}
.sectionsolu hr {
    max-width: 200px;
    border: 2px solid #52BDFF;
    margin-top: 5px;
    margin-bottom: 30px;
}
.sectionsolu .nav li {
    font-size: 12px !important;
}
.sectionsolu p {
    font-size: 13px !important;
}
.sectionsolu button {
  font-size: 13px;
  display: block;
  margin: 0 auto 70px auto;
}
}

@media (max-width: 767px) {
.sectionsolu h1 {
    text-align: center;
}
.sectionsolu .tittleline {
    margin-left: auto;
}
.sectionsolu p {
    text-align: center;
}
}

.sectionsolu .ssec {
    background-color: white;
    padding: 23px 0px;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
    position: sticky;
    top: 100px;
}

.sectionsolu .ssec h4 {
    color: gray;
    font-size: 20px;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 15px;
}

.sectionsolu .ssec .nav-item {
    width: 100%;
}

.sectionsolu .ssec .nav-pills .nav-link {
    color: gray;
    text-align: left;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 0;
    transition: .3s;
}

.sectionsolu .ssec .nav-pills .nav-link:hover {
    color: gray;
    background-color: #e3e3e3;
}

.sectionsolu .ssec .nav-pills .nav-link.active, .sectionsolu .ssec .nav-pills .show>.nav-link {
    color: white;
    background-color: #52BDFF;
}

@media (max-width: 767px) {
.sectionsolu .ssec {
    padding: 30px 35px 30px 35px;
    margin: 0 -35px;
}
.sectionsolu .ssec h4 {
    text-align: center;
    padding-left: 0;
} 
.sectionsolu .ssec .nav-item {
    display: inline;
    width: auto;
}
.sectionsolu .ssec .nav-pills .nav-link {
    padding: 10px 15px;
}
}

.sectionsolu .ssec p {
    color: gray;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.sectionsolu .scont .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sectionsolu .scont {
    margin-left: 20px;
}

@media (max-width: 767px) {
.sectionsolu .scont {
    margin-top: 20px;
    margin-left: 0;
}
}

.sectionsolu .sgrid {
    height: 100%;
    background-color: gray;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    overflow: hidden;
    border-radius: 15px;
    transition: .3s;
}

.sectionsolu .sgrid:hover {
    background-color: #52BDFF;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}

.sectionsolu .sgridimg {
    background-color: gray;
    height: 140px;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .3s;
}

.sectionsolu .sgrid:hover .sgridimg {
    background-color: #424242;
}

.sectionsolu .sgrid .simg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    filter: blur(0px);
    -webkit-filter: blur(0px);
    opacity: .9;
    z-index: -1;
}

.sectionsolu .sgrid:hover .simg {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.1,1.1);
    filter: blur(5px);
    -webkit-filter: blur(5px);
    opacity: .4;
}

.sectionsolu .sgridimg img {
    width: 110px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-100%);
    opacity: 1;
    transition: .3s;
}

.sectionsolu .sgrid:hover .sgridimg img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
}

@media (max-width: 992px) {
.sectionsolu .sgridimg {
    height: 140px;
}
}

.sectionsolu .sgridtext {
    padding: 25px 30px 10px 30px;
    position: relative;
    border: none;
    transition: .3s;
}

.sectionsolu .sgrid:hover .sgridtext {
}

.sectionsolu .sgridtext h4 {
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 20px;
    transition: .3s;
}

.sectionsolu .sgridtext h4 strong {
    /*color: #52BDFF;*/
    font-weight: 800;
}

.sectionsolu .sgrid:hover .sgridtext h4 {
    color: white;
}

@media (max-width: 992px) {
.sectionsolu .sgridtext h4 {
    font-size: 13px;
}
}

.sectionsolu .sgridtext p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
}

.sectionsolu .sgridbuttons {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.sectionsolu .sgridbuttons button, .sectionsolu .sgridbuttons button:focus {
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    background-color: /*#f79d2e*/ gray;
    border: 2px solid gray;
    border-radius: 0;
    outline: none !important;
    transition: .3s;
}

.sectionsolu .sgridbuttons button:hover {
    color: white;
    background-color: #52BDFF;
    border: 2px solid #52BDFF;
}

@media (max-width: 992px) {
.sectionsolu .sgridbuttons button  {
    padding: 5px 10px;
    font-size: 11px;
    }
}

.sectionsolu .servback {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 35px auto 0 auto;
}  

/* Formulario */

.sectionform {
  background-color: rgba(222, 222, 222, .8);
  padding: 0;
}

.sectionform .container {
  padding: 100px 35px 100px 35px;
  max-width: 745px;
}

@media (max-width: 767px) {
.sectionform {
  background-size: auto 100%;
}
.sectionform .container {
  padding: 80px 35px 80px 35px;
}
}

.sectionform h1 {
  color: #424242;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -.5px;;
  line-height: 1;
  text-align: center;
  transition: .3s;
  z-index: 200;
}

.sectionform .tittleline {
    margin-top: 35px;
    margin-bottom: 40px;
}

.sectionform strong {
  font-weight: 800;
}

.sectionform p {
  color: #424242;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 5px 0 40px 0;
  transition: .3s;
}

.sectionform dd {
  font-size: 15px;
  text-align: center;
  margin: 0;
  transition: .3s;
}

.sectionform dd a {
  color: white;
  font-weight: 400;
}

.sectionform dd a:hover {
  color: #ACE1FC;
}

.sectionform dd:last-child {
  margin-bottom: 40px;
}

.sectionform svg {
  color: #52BDFF;
}

.sectionform a {
  color: #52BDFF;
  font-weight: 700;
  transition: .3s;
}

.sectionform a:hover {
  color: #ACE1FC;
}

@media (max-width: 992px) {
.sectionform h1 {
  font-size: 28px;
}
.sectionform hr {
    max-width: 200px;
    border: 2px solid #52BDFF;
    margin-top: 27px;
    margin-bottom: 30px;
}
.sectionform dd {
  font-size: 13px;
}
.sectionform p {
  font-size: 13px;
}
}

.sectionform .form-group {
  margin: 0;
}

.sectionform label {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}

.sectionform input, .sectionform textarea {
  color: white;
  /*width: 100%;*/
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  border: 1px solid #dbdbdb;
  background: rgba(255, 255, 255, .1);
  outline: none;
  margin-bottom: 15px;
  transition: .3s;
}

.sectionform textarea {
  min-height: 34px;
}

@media (max-width: 992px) {
.sectionform label {
  font-size: 13px;
}
.sectionform input, , .sectionform textarea {
  font-size: 13px;
}
}

.sectionform input:hover, .sectionform input:focus,
.sectionform textarea:hover, .sectionform textarea:focus {
  background: rgba(255, 255, 255, .3);
}

.sectionform button {
  font-family: 'Muli', sans-serif;
  color: #424242;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  margin: 40px auto 0 auto;
  display: block;
  border: 3px solid #0057b8;
  background: transparent;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.sectionform button:disabled {
  opacity: .5;
}

.sectionform button:hover {
  color: white;
  border: 3px solid #52BDFF;
  background: #52BDFF;
}

@media (max-width: 992px) {
.sectionform button {
  font-size: 13px;
}
}

/* Footer */

footer {
  background-color: #424242;
  border: none;
  padding: 0;
}

footer .container {
  padding: 50px 35px 40px 35px;
  max-width: 740px;
}

footer .logo {
  background-image: url(https://agelectronica.com/images/AG_logo3.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 
  height: 70px; 
  width: 100px; 
  margin: 0 auto 30px auto;
}

footer p {
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

footer hr {
  margin: 30px 0;
  border: .5px solid gray;
}

footer a {
  color: #52BDFF;
  font-weight: 700;
  transition: .3s;
}

footer a:hover {
  color: #ACE1FC;
}


/* Botones laterales */

.to-top-btn, .to-top-btn:focus {
  color: white;
  cursor: pointer;
  outline: none;
  background-color: #606060;
  width: 55px;
  height: 55px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -60px;
  z-index: 900;
  border: none;
  opacity: 0;
  transition: .3s;
}

.to-top-btn:hover {
  color: white;
  background-color: #52BDFF;
}

.to-top-btn svg {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.to-top-btn-scr, .to-top-btn-scr:focus {
  color: white;
  cursor: pointer;
  outline: none;
  background-color: #606060;
  width: 55px;
  height: 55px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  z-index: 900;
  border: none;
  opacity: 1;
  transition: .3s;
}

.to-top-btn-scr:hover {
  color: white;
  background-color: #52BDFF;
}

.to-top-btn-scr svg {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {

.to-top-btn, .to-top-btn-scr {
  width: 40px !important;
  height: 40px !important;
}

.to-top-btn svg, .to-top-btn-scr svg {
  font-size: 17px !important;
}

}

/* Checkbox */

.control {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.control span {
  vertical-align: -2px;
  margin-left: 5px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #dbdbdb;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  outline: none;
}
.control--radio .control__indicator {
  border-radius: 0;
  transition: 0.3s;
}
.control:hover input ~ .control__indicator {
  border: 1px solid #52BDFF;
  background: #52BDFF;
}
.control input:checked ~ .control__indicator {
  border: 1px solid #52BDFF;
  background: #52BDFF;
}
.control:hover input:not([disabled]):checked ~ .control__indicator {
  border: 1px solid #52BDFF;
  background: #52BDFF;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 6px;
  top: 7px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
  transition: 0.3s;
}
.control--radio .control__indicator:after {
  left: 9px;
  top: 9px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  transition: 0.3s;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
  transition: 0.3s;
}

/* Thank you */

.sectionthnks {
  background: url(../images/3dthank-back.jpg);
  background-size: cover;
  background-color: white;
  height: 100%;
  min-height: 800px;
  max-height: 1100px;
  overflow: hidden;
}

.sectionthnks .shade {
  background: linear-gradient(to top, rgba(0,0,0,.1), rgba(0,0,0,0));
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 992px) {
.sectionthnks {
  height: auto;
  min-height: auto;
}  
}

.sectionthnks .caption {
  width: 50%;
  padding: 0px 35px;
  margin-top: 0px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-25%);
  transition: .3s;
}

@media (max-width: 992px) {
.sectionthnks .caption {
  width: 100%;
  margin-top: 0;
  position: static;
  top: auto;
  left: auto;
  transform: translate(0,0);
  padding: 140px 35px 580px 35px;
}
}

@media (max-width: 767px) {
.sectionthnks .caption {
  padding: 140px 35px 580px 35px;
}
}

@media (max-width: 455px) {
.sectionthnks .caption {
}
}

.sectionthnks h1 {
  color: #424242;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 0 0 0;
  z-index: 10;
  transition: .3s;
}

.sectionthnks strong {
  color: #0057b8;
  font-weight: 800;
  transform: translate(0) skew(-9deg,0);
}

.sectionthnks p {
    color: white;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.sectionthnks button, .sectionthnks button:focus {
  color: black;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  border: 3px solid #0057b8;
  background: rgba(255, 255, 255, .7);
  outline: none;
  cursor: pointer;
  margin-top: 45px;
  transition: .3s;
}

.sectionthnks button:hover {
  color: white;
  border: 3px solid #52BDFF;
  background: #52BDFF;
}

.sectionthnks button svg, .sectionthnks button:focus svg {
  color: #0057b8;
  transition: .3s;
}

.sectionthnks button:hover svg {
  color: white;
}

@media (max-width: 992px) {
.sectionthnks h1 {
  font-size: 35px;
  margin: 0 0 0 0;
}
.sectionthnks p {
  font-size: 14px !important;
}
.sectionthnks button {
  font-size: 13px;
}
}

@media (max-width: 767px) {
.sectionthnks h1 {
  font-size: 28px;
  text-align: center;
  max-width: 350px;
  display: block;
  margin: 0 auto 0 auto;

}
.sectionthnks p {
    text-align: center;
    margin-bottom: 20px;
}
.sectionthnks button {
  display: block;
  margin: 35px auto 0 auto;
}
}

.sectionthnks .mainback {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}

.sectionthnks .mainback .mtable {
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(193,193,193,1) 100%);
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sectionthnks .mainback img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionthnks .mainback {
  width: 100%;
}
}

@media (max-width: 767px) {
.sectionthnks .mainback {
  min-width: 700px;
}
}

/*@media (max-width: 767px) {
.sectionmain .shade {
  background: radial-gradient(rgba(94,94,94,1), rgba(94,94,94,0));
  height: 150px;
}
}*/