@charset "utf-8";
@import url("reset.css");

/*1000px*/

:root{
  --GrisEtb: #2A2B28;
}

/*—————–General————–*/

body,
p,
table,
td,
th,
tr,
ul,
ol,
textarea,
input,
h2,
h1,
h3 {
  font-family: DINPro;
  color: #333333;
  list-style: none;
  font-size: 16px;
  line-height: 16px;
}

h1 {
  font-family: DINPro;
  font-weight: 900;
}

label {
  /* color: #fff; */
}


.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

body {
  background: #ffffff;
  width: 100%;
}

::-webkit-scrollbar {
  width: 12px;
  background: #fff;
}

::-webkit-scrollbar-track {
  opacity: 0.8;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--GrisEtb);
}
.modalContainer
{
  z-index: 999999 !important;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: var(--GrisEtb);
  opacity: 0.8;
}

a:hover {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

strong {
  font-weight: bold;
}

/*—————–General————–*/

/*——-——–CONTENT————–*/

.content {
  position: relative;
  float: left;
  z-index: 1;
  background: #fff;
  height: 100%;
  overflow: hidden;
  perspective: 1200px;
  transform-style: preserve-3d;
  width: 100%;
}

section {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100px;
}

/*master colors*/
.styleEmp .linktop,
.styleEmp .page-nav li a {
  color: #455e75;
}

.styleEmp .linktop {
  position: relative;
  float: left;
  line-height: 50px;
  text-align: center;
  padding: 0px 15px;
  color: #214780;
  font-size: 88%;
}

.styleEmp .page-nav li:hover a {
  background: #214780;
  color: #fff;
}

.styleEmp .linktop:hover {
  color: #ff5c39 !important;
}

.openmen,
.ltpath {
  color: #ff5c39 !important;
}

.styleEmp .sub-nav {
  background: #fff;
}

.styleEmp .sub-nav a {
  background: #fff;
}

.styleEmp .sub-nav a:hover {
  background: #fff;
  text-decoration: underline;
}

.styleEmp .btn-showlog,
.styleEmp .meb-left,
.styleEmp .record {
  background: #455e75;
}

.styleEmp .btn-showlog.current:after,
.styleEmp .btn-showreg.current:after {
  border-top-color: #455e75;
}

.styleEmp .page-nav li:hover {
  background: #214780 !important;
  color: #fff !important;
}

.hideEmp {
  display: none !important;
}

.btn-ham {
  background: url(../img1/ico-ham.png) center center no-repeat;
}

.page-nav h2 {
  color: #455e75;
}

/*master colors end*/

/*section banner main*/
.slider-emain {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.vidsem {
  position: relative;
  float: left;
  width: 100%;
  object-fit: fill;
  z-index: 1;
}

.vidsemblo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(68, 93, 116, 0.4);
  z-index: 2;
  background-blend-mode: hard-light;
  mix-blend-mode: hard-light;
}

.vidsemblo::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(68, 93, 116, 0.8);
  z-index: 2;
  background-blend-mode: normal !important;
  mix-blend-mode: normal !important;
}

.wsem {
  position: absolute;
  float: left;
  width: 60%;
  color: #ffffff;
  padding-right: 40%;
  z-index: 3;
}

.bigslide h1 {
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 350%;
  line-height: 100%;
  margin: 40px 0px 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.bigslide h3 {
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 120%;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 60px;
}

.sqbuttom {
  position: relative;
  float: left;
  border: 1px solid #fff;
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.sqbuttom .btntext {
  position: relative;
  float: left;
  padding: 0px 20px;
  color: #ffffff;
  font-size: 100%;
  line-height: 60px;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btnsquare {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  background: #fff;
}

.btnarrow {
  left: calc(50% - 3px);
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(69, 94, 117, 0);
  border-left-color: #455e75;
  border-width: 6px;
  margin-top: -6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
}

.btnsquare::after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eb6625;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.sqbuttom:hover .btnsquare::after,
.sqbuttom:active .btnsquare::after {
  width: 100%;
}

.sqbuttom:hover .btntext {
  text-decoration: underline;
}

.sqbuttom:hover .btnarrow {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}

.sqbuttom:hover {
  border: 1px solid #eb6625;
}

.scrolldw {
  position: absolute;
  left: 100px;
  bottom: 0px;
  height: 70px;
  z-index: 9;
}

.scrollblock {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: url(../img1/scroll.png) center bottom #fff no-repeat;
}

.scrolldw .mouse {
  position: absolute;
  top: 14px;
  left: 22px;
  width: 20px;
  height: 32px;
  background: #ffffff;
  border-radius: 14px;
  transition: 0.3s;
  border: 3px solid #455e75;
}

.scrolldw .mouse .wheel {
  content: "";
  position: absolute;
  width: 3px;
  height: 7px;
  background: #455e75;
  border-radius: 7px;
  left: 8px;
  top: 7px;
  animation: scrollAnimation 2s infinite;
}

@keyframes scrollAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(50%);
  }

  100% {
    transform: translateY(0);
  }
}

.scrolldw p {
  position: relative;
  float: left;
  font-size: 75%;
  color: #fff;
  line-height: 70px;
  margin-left: 10px;
}

.contactdw {
  position: absolute;
  right: 32px;
  bottom: -90px;
  height: 52px;
  width: 300px;
  z-index: 8;
  background: #fff;
  overflow: hidden;
}

.btndw-cont {
  position: relative;
  float: left;
  left: 100%;
  border: 1px solid #455e75;
  height: 50px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 1.5s;
}

@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}

@keyframes slide {
  100% {
    left: 0;
  }
}

.contactdw img {
  position: relative;
  float: left;
  padding: 10px 15px;
}

.contactdw p {
  position: relative;
  float: left;
  font-size: 100%;
  color: #fff;
  line-height: 51px;
  font-weight: 300;
  background: #455e75;
  padding: 0px 20px;
}

.contactdw p span {
  text-decoration: underline;
  font-weight: 900;
}

.slider-emain .slick-dots {
  display: block;
  position: absolute;
  top: initial;
  width: auto;
  right: 100px;
  z-index: 8;
  bottom: 0px;
}

.slider-emain .slick-dots button {
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background: #fff;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
}

.slider-emain .slick-active button {
  background: #eb6625;
}

.slider-emain .slick-dots li {
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  margin-bottom: 0px;
  margin-right: 5px;
}
/*section banner main end*/

/*Slider exitos*/

.sec-exit {
  width: 100% !important;
  height: 370px;
  background: #455e75;
  overflow: hidden;
}

.exit-cardsbg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.cardbg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cbg-active {
  opacity: 1;
  z-index: 4;
}

.ecard {
  position: relative;
  float: left;
  width: calc(22% - 61px);
  height: calc(370px - 60px);
  z-index: 6;
  color: #fff;
  padding: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}

.ec-active {
  width: calc(34% - 60px);
  z-index: 6;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.pre-eccont {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  display: block;
}

.eccont {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  display: none;
}

.ec-active .pre-eccont {
  display: none !important;
}

.ec-active .eccont {
  display: block !important;
}

.eline {
  position: relative;
  float: left;
  width: 0px;
  height: 330px;
  border-left: 1px solid #fff;
  z-index: 7;
  margin: 20px 0px;
}

.pre-eccont h4 {
  position: relative;
  float: left;
  width: 100%;
  font-size: 210%;
  color: #fff;
  line-height: 100%;
  font-weight: 300;
  top: 30%;
}

.soloex {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  border: 1px solid #fff;
}

.soloex .btnarrow {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}

.eccont h3 {
  position: relative;
  float: left;
  width: 100%;
  font-size: 180%;
  color: #455e75;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 20px;
}

.eccont h4 {
  position: relative;
  float: left;
  width: 100%;
  font-size: 230%;
  color: #455e75;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eb6625;
}

.eccont h4::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 60px;
  height: 6px;
  bottom: -6px;
  background: #eb6625;
}

.eccont .ecp {
  position: relative;
  float: left;
  width: 100%;
  font-size: 140%;
  color: #455e75;
  line-height: 100%;
  font-weight: 300;
}

.sqb-blue {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 1px solid #455e75;
}

.sqb-blue .btntext {
  color: #455e75;
  font-weight: normal;
}

.sqb-blue:hover .btntext {
  color: #eb6625;
}

.sqb-blue .btnsquare {
  background: #455e75;
}

.sqb-blue .btnarrow {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
/*Slider exitos end*/
/*main portafolio*/
.sec-port {
  width: calc(100% - 112px) !important;
  padding: 50px 56px 20px;
}

.section-title {
  position: relative;
  float: left;
  color: #0092bc;
  font-size: 350%;
  padding-bottom: 10px;
  line-height: 100%;
  border-bottom: 1px solid #0092bc;
  margin-bottom: 40px;
}

.section-title::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 100px;
  height: 6px;
  bottom: -6px;
  background: #0092bc;
}

.secp {
  position: relative;
  float: left;
  width: 100%;
  font-size: 100%;
  color: #333;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 20px;
}

.portcont {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #fff;
}

.portbgs {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.pbboxbg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pbg-active {
  opacity: 1;
  z-index: 4;
}

.portblock {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.portbtns {
  position: relative;
  float: left;
  width: 450px;
  height: 100%;
  z-index: 6;
  color: #fff;
}

.portdata {
  position: relative;
  float: left;
  width: calc(100% - 450px);
  height: 100%;
  z-index: 6;
  color: #fff;
}

.pdbox {
  position: absolute;
  left: 0px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  padding: 30px;
  top: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.portbtns a {
  position: relative;
  float: left;
  width: 149px;
  height: 149px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 80%;
  text-align: center;
  font-weight: normal;
  line-height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.3);
}

.portbtns a:hover {
  text-decoration: underline;
}

.bgbtn {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  margin: 22px 45px 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.2s;
}

.bgb1 {
  background: url(../img1/icons/moviles-1.png) top center no-repeat;
  background-size: contain;
}

.bgb2 {
  background: url(../img1/icons/comunic-1.png) top center no-repeat;
  background-size: contain;
}

.bgb3 {
  background: url(../img1/icons/redesa-1.png) top center no-repeat;
  background-size: contain;
}

.bgb4 {
  background: url(../img1/icons/data-1.png) top center no-repeat;
  background-size: contain;
}

.bgb5 {
  background: url(../img1/icons/gov-1.png) top center no-repeat;
  background-size: contain;
}

.bgb6 {
  background: url(../img1/icons/outs-1.png) top center no-repeat;
  background-size: contain;
}

.pb-active .bgb1 {
  background: url(../img1/icons/moviles-2.png) top center no-repeat;
  background-size: contain;
}

.pb-active .bgb2 {
  background: url(../img1/icons/comunic-2.png) top center no-repeat;
  background-size: contain;
}

.pb-active .bgb3 {
  background: url(../img1/icons/redesa-2.png) top center no-repeat;
  background-size: contain;
}

.pb-active .bgb4 {
  background: url(../img1/icons/data-2.png) top center no-repeat;
  background-size: contain;
}

.pb-active .bgb5 {
  background: url(../img1/icons/gov-2.png) top center no-repeat;
  background-size: contain;
}

.pd-active {
  top: 0px;
  opacity: 1;
}

.pb-active {
  background: #fff !important;
  color: #455e75 !important;
}

.pdbox h3 {
  position: relative;
  float: left;
  width: 100%;
  font-size: 230%;
  color: #fff;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eb6625;
}

.pdbox h3::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 60px;
  height: 6px;
  bottom: -6px;
  background: #eb6625;
}

.pdbp {
  position: relative;
  float: left;
  width: 100%;
  font-size: 140%;
  color: #fff;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 20px;
}

.pdbox .sqbuttom {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/*main portafolio end*/
/*Slider Soluciones*/

.sec-soluc {
  margin-bottom: 55px;
}

.sec-wrap {
  width: calc(100% - 112px) !important;
  padding: 50px 56px 0px;
  position: relative;
}

.sliderSol {
  position: relative;
  float: left;
  width: 100%;
}

.solcard {
  position: relative;
  float: left;
  width: 20%;
  overflow: hidden;
  height: 320px;
  border: 1px solid #455e75;
  background: #d9dee2;
}

.sliderSol .slick-slide {
  margin: 0px 25px;
}

.solcard img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.solcard:hover img {
  opacity: 1;
}

.solcard h4 {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin: 20px;
  font-size: 160%;
  color: #455e75;
  line-height: 100%;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #455e75;
  z-index: 4;
}

.solcard h4::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 60px;
  height: 6px;
  bottom: -6px;
  background: #455e75;
  z-index: 4;
}

.solcard:hover h4 {
  color: #fff;
  border-bottom: 1px solid #eb6625;
}

.solcard:hover h4::after {
  background: #eb6625;
}

.solcard p {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin: 0px 20px;
  font-size: 100%;
  color: #455e75;
  line-height: 100%;
  font-weight: 300;
  z-index: 4;
}

.solcard:hover p {
  color: #fff;
}

.solcard .btnsquare {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 1px solid #455e75;
  background-color: transparent;
  z-index: 4;
}

.solcard:hover .btnsquare {
  border: 1px solid #455e75;
  background-color: #fff;
}

.sliderSol .slick-prev {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 322px;
  border: none;
  text-indent: -9999px;
  width: 50px;
  background: url(../img1/btns/arrowl.png) left center no-repeat
    rgba(255, 255, 255, 0.6);
  background-position-x: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.sliderSol .slick-next {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 322px;
  border: none;
  text-indent: -9999px;
  width: 50px;
  background: url(../img1/btns/arrowr.png) left center no-repeat
    rgba(255, 255, 255, 0.6);
  background-position-x: 10px;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.sliderSol .slick-next:hover {
  background: url(../img1/btns/arrowr.png) left center no-repeat
    rgba(255, 255, 255, 0.8);
  background-position-x: 10px;
}

.sliderSol .slick-prev:hover {
  background: url(../img1/btns/arrowl.png) left center no-repeat
    rgba(255, 255, 255, 0.8);
  background-position-x: 10px;
}
/*slider soluciones end*/
/*extra video*/

.sec-extrav {
  height: 440px;
  overflow: hidden;
}

.sec-extrav .bgextrav {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-extrav h2 {
  position: relative;
  float: left;
  width: 45%;
  color: #ffffff;
  font-size: 260%;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 60px;
  z-index: 5;
  padding-bottom: 10px;
  border-bottom: 1px solid #eb6625;
}

.sec-extrav h2::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 100px;
  height: 6px;
  bottom: -6px;
  background: #eb6625;
}

.sec-extrav .bgextravid {
  position: absolute;
  top: -25%;
  left: 0px;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.edst {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.extrabtnwrap {
  position: relative;
  float: left;
  width: 100%;
}

.sec-extrav .sqbuttom {
  z-index: 5;
}

.sec-extrav .vidsemblo {
  height: 100% !important;
}

/*extra video end*/

/*contacto bottom*/

.sec-contacto {
  position: relative;
  float: left;
  width: 100%;
  height: 122px;
  background: url(../img1/backgrounds/bgcontact.jpg) top center no-repeat;
  background-size: cover;
}

.sec-contacto-wrap {
  width: calc(100% - 112px) !important;
  padding: 20px 56px 25px;
  position: relative;
  float: left;
  height: calc(100% - 45px);
}

.right-contact {
  position: relative;
  float: right;
  width: 50%;
  height: 100%;
}

.right-contact h3 {
  position: relative;
  float: right;
  width: 100%;
  font-size: 180%;
  font-weight: 300;
  line-height: 100%;
  color: #fff;
  text-align: right;
  display: none;
}

.right-contact h2 {
  position: relative;
  float: right;
  width: 100%;
  font-size: 280%;
  font-weight: 900;
  line-height: 100%;
  color: #eb6625;
  text-align: right;
  display: none;
}

.right-contact .sqbuttom {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.left-contact {
  position: absolute;
  left: 56px;
  bottom: 25px;
  width: 50%;
}

.left-contact .sqbuttom {
  position: relative;
  float: left;
  margin-right: 20px;
}

.btncon1 {
  position: relative;
  margin: 15px auto 0px;
  width: 29px;
  height: 30px;
  background: url(../img1/icons/chatsm-2.png) top center no-repeat;
  z-index: 8;
}

.sqbuttom:hover .btncon1 {
  background: url(../img1/icons/chatsm-1.png) top center no-repeat;
}

.btncon2 {
  position: relative;
  margin: 15px auto 0px;
  width: 29px;
  height: 30px;
  background: url(../img1/icons/eservicesm-2.png) top center no-repeat;
  z-index: 8;
}

.sqbuttom:hover .btncon2 {
  background: url(../img1/icons/eservicesm-1.png) top center no-repeat;
}

.btncon3 {
  position: relative;
  margin: 15px auto 0px;
  width: 29px;
  height: 30px;
  background: url(../img1/icons/payf-2.png) top center no-repeat;
  z-index: 8;
}

.sqbuttom:hover .btncon3 {
  background: url(../img1/icons/payf-1.png) top center no-repeat;
}

.anclaempresas {
  position: fixed;
  top: 24%;
  right: -398px;
  z-index: 20;
  background: #fff;
  width: 397px;
  min-height: 254px;
  border-left: 1px solid #eb6625;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.anclaempresas:hover {
  right: 0px;
}

.anclaempresas::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #eb6625;
  width: 4px;
  height: 45px;
}

.anclatab {
  position: absolute;
  top: 0px;
  left: -31px;
  background: #0092bc;
  width: 30px;
  height: 160px;
}

.anclatab span {
  transform: rotateZ(-90deg);
  display: block;
  transform-origin: bottom left 0;
  bottom: 0;
  position: absolute;
  left: 30px;
  white-space: nowrap;
  line-height: 30px;
  padding: 0 0 0 10px;
  color: #ffffff;
}

.anclatab img {
  position: relative;
  float: left;
  margin: 5px 5px;
}

.anclacont {
  position: relative;
  float: left;
  padding: 20px;
  width: calc(100% - 40px);
}

.aclp {
  position: relative;
  float: left;
  width: 100%;
  font-size: 80%;
  font-weight: normal;
  line-height: 100%;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}

.anclacont h3 {
  position: relative;
  float: left;
  width: 100%;
  font-size: 190%;
  font-weight: 900;
  line-height: 100%;
  color: #eb6625;
  text-align: left;
  margin-bottom: 10px;
}

.pnotif {
  position: relative;
  float: left;
  font-size: 10px;
  line-height: 100%;
}

.pnotif a {
  color: #455e75;
}

.pnotif span {
  color: #eb6625;
}

.sqb-blue2 {
  position: relative;
  float: left;
  margin-bottom: 6px;
  border: 1px solid #455e75;
  height: 38px;
  width: calc(100% - 2px);
}

.sqb-blue2 .btntext {
  font-size: 100%;
  color: #455e75;
  font-weight: normal;
  padding: 0px 10px;
  line-height: 38px;
}

.sqb-blue2:hover .btntext {
  color: #eb6625;
}

.sqb-blue2 .btnsquare {
  position: relative;
  float: right;
  width: 38px;
  height: 38px;
  background: #455e75;
}

.sqb-blue2 .btnarrow {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}

.sec-contactformEmp {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  /*height: 0px;*/
  /*min-height: 0px;*/
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.cfeOpen {
  /*min-height: 600px;*/
  margin-top: 0rem;
}

.sec-contactformEmp-wrap {
  position: relative;
  margin: 0px auto;
  width: 90%;
}

.closeContact {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}

.titlecontact {
  position: relative;
  float: left;
  width: 100%;
  font-size: 220%;
  font-weight: 900;
  line-height: 100%;
  color: #455e75;
  text-align: center;
  margin: 40px 0px 50px;
}

.contcontact {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.procontact {
  position: relative;
  float: left;
  width: 20%;
  height: 260px;
  border-left: 1px solid #0092bc;
  padding-left: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.procontact::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0092bc;
  width: 5px;
  height: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.proct-1::after {
  height: 25%;
}

.proct-2::after {
  height: 50%;
}

.proct-3::after {
  height: 75%;
}

.proct-4::after {
  height: 100%;
}

.procontact p {
  position: relative;
  float: left;
  width: 100%;
  font-size: 150%;
  font-weight: 300;
  line-height: 60px;
  color: #455e75;
  text-align: left;
  height: 65px;
}

.propactive {
  font-weight: 900 !important;
}

.prodone {
  font-weight: 300 !important;
  text-decoration: none;
  background: url(../img1/icons/check.png) center left no-repeat;
  background-position-x: 85%;
  background-size: 20px;
}

.stepscontact {
  position: relative;
  float: left;
  width: 100%;
  min-height: 280px;
  margin-bottom: 20px;
}

.stepdata {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.stpcActive {
  top: 0px;
  opacity: 1;
  position: initial;
  /*margin-left: 92%;*/
}

.btnscontact {
  width: 380px;
  float: right;
  position: relative;
  margin-top: 20px;
}

.btnscontact .sigEmp {
  width: 60%;
  float: left;
  position: relative;
}

.sqb-blue3 {
  margin-left: 20px;
  border: 1px solid #455e75;
}

.sqb-blue3 .btntext {
  color: #455e75;
  font-weight: normal;
}

.sqb-blue3:hover .btntext {
  color: #eb6625;
}

.sqb-blue3 .btnsquare {
  background: #455e75;
}

.sqb-blue3 .btnarrow {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}

.btnct-back .btnarrow {
  left: initial;
  right: calc(50% - 3px);
  border-left-color: transparent;
  border-right-color: #fff;
}

.btnct-back:hover .btnarrow {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: transparent;
  border-right-color: #fff;
}

.btnct-back,
.btnct-end {
  display: none;
}

.stepdata input {
  position: relative;
  float: left;
  width: 75%;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 100%;
  font-weight: 500;
  line-height: 100%;
  color: #455e75;
  border: 1px solid #455e75;
  background: #d9dee2;
  height: 13px;
}
.stepdata input check {
  position: relative;
  float: left;
  width: calc(100% - 32px);
  margin-bottom: 10px;
  padding: 15px;
  font-size: 140%;
  font-weight: 500;
  line-height: 100%;
  color: #455e75;
  border: 1px solid #455e75;
  background: #d9dee2;
}
.stepdata input::placeholder {
  color: #455e75;
}

.stepdata #Button1 {
  /* width: 51%; */
  /* margin-bottom: 0; */
  /* z-index: 99999; */
  /* background: transparent; */
  /* padding: 21px; */
  /* margin-left: 21%; */

  width: 30%;
  margin-bottom: 0;
  z-index: 1000;
  background: transparent;
  padding: 21px;
  margin-left: 30%;
  background-color: #455e75;
  color: #fff;
  font-weight: bold;
  font-size: x-large;
  line-height: 1px;
}

.stepdata select {
  position: relative;
  float: left;
  width: 80.2%;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 100%;
  font-weight: 500;
  line-height: 100%;
  color: #455e75;
  border: 1px solid #455e75;
  background: #d9dee2;
  height: 50px;
}

.stepdata h4 {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 280%;
  font-weight: 300;
  line-height: 100%;
  margin: 50px 0px 20px;
  color: #455e75;
  padding-bottom: 10px;
  border-bottom: 1px solid #eb6625;
}

.stepdata h4::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 100px;
  height: 6px;
  bottom: -6px;
  background: #eb6625;
}

.stepdata p {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 160%;
  line-height: 110%;
  margin: 0px;
  color: #333;
}

.contsols {
  display: none;
}

/*contacto bottom end*/

/*---------------------------- Casos de exito -----------------------------*/

.sec-introinter {
  height: 480px;
  overflow: hidden;
}

.sec-introinter .bgintroi {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  min-height: 480px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-introinter h2 {
  position: relative;
  float: left;
  width: 45%;
  color: #ffffff;
  font-size: 260%;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 20px;
  z-index: 5;
  padding-bottom: 10px;
  border-bottom: 1px solid #eb6625;
}

.sec-introinter h2::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 100px;
  height: 6px;
  bottom: -6px;
  background: #eb6625;
}

.sec-introinter h3 {
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 80%;
  line-height: 100%;
  font-weight: normal;
  z-index: 5;
  margin-bottom: 60px;
}

.btnintroiwrap {
  position: relative;
  float: left;
  width: 100%;
  z-index: 5;
}

.sec-extrav .sqbuttom {
  z-index: 5;
}

.casomain {
  position: relative;
  float: left;
  width: 100%;
  z-index: 5;
}

.casod-left {
  position: relative;
  float: left;
  width: calc(100% - 474px);
  padding: 0px 40px 0px 0px;
}

.casod-right {
  position: relative;
  float: left;
  width: 434px;
}

.casod-right img {
  position: relative;
  float: left;
  width: 100%;
}

.casod-right::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 9px;
  width: calc(100% - 100px);
  background: #fff;
}

.casod-left h3 {
  position: relative;
  float: left;
  color: #eb6625;
  font-size: 350%;
  padding-bottom: 10px;
  line-height: 100%;
  border-bottom: 1px solid #eb6625;
  margin-bottom: 40px;
}

.casod-left h3::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 100px;
  height: 6px;
  bottom: -6px;
  background: #eb6625;
}

.casod-left p {
  position: relative;
  float: left;
  color: #333;
  font-size: 140%;
  line-height: 100%;
  margin-bottom: 40px;
  font-weight: normal;
}

.statsinfo {
  position: relative;
  float: left;
  width: 240px;
  margin-right: calc(33% - 240px);
}

.statsinfo img {
  position: relative;
  float: left;
  width: 90px;
  margin-right: 10px;
}

.statsinfo h4 {
  position: relative;
  float: left;
  width: calc(100% - 100px);
  color: #333;
  font-size: 300%;
  line-height: 100%;
  font-weight: 900;
}

.statsinfo h4 span {
  font-size: 30%;
  line-height: 100%;
}

.statsinfo p {
  position: relative;
  float: left;
  width: calc(100% - 100px);
  color: #333;
  font-size: 80%;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 20px;
}

.casodata {
  margin-bottom: 40px;
}

.artquo h3 {
  position: relative;
  float: left;
  width: 100%;
  color: #eb6625;
  font-size: 260%;
  line-height: 100%;
  font-weight: normal;
  margin: 0px 0px 40px;
  text-align: center;
  font-style: italic;
}

.artquo img {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.artquo p {
  position: relative;
  float: left;
  width: 100%;
  color: #333;
  font-size: 140%;
  line-height: 100%;
  font-weight: normal;
  margin: 0px 0px 40px;
  text-align: left;
}

.artquo .sqb-blue3 {
  margin: 0px 0px 20px;
}

.artquo .sqb-blue3 p {
  width: initial;
}

/*-------------------------------------- Portafolio ---------------------------------*/

.title-portaf {
  font-weight: normal !important;
}

.desc-portaf {
  position: relative;
  float: left;
  width: 45%;
  padding-right: 20%;
  color: #ffffff;
  font-size: 140%;
  line-height: 100%;
  font-weight: 300;
  z-index: 5;
  margin-bottom: 60px;
}

.portafmain {
  position: relative;
  float: left;
  width: 100%;
  z-index: 5;
}

.portaf-left {
  position: relative;
  float: left;
  width: calc(100% - 474px);
  padding: 0px 40px 0px 0px;
}

.portaf-right {
  position: relative;
  float: left;
  width: 434px;
  margin-top: 90px;
}

.portaf-right img {
  position: relative;
  float: left;
  width: 100%;
}

.portaf-left h3 {
  position: relative;
  float: left;
  color: #eb6625;
  font-size: 350%;
  padding-bottom: 10px;
  line-height: 100%;
  border-bottom: 1px solid #eb6625;
  margin-bottom: 40px;
}

.portaf-left h3::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 100px;
  height: 6px;
  bottom: -6px;
  background: #eb6625;
}

.portaf-left p {
  position: relative;
  float: left;
  color: #333;
  font-size: 140%;
  line-height: 100%;
  margin-bottom: 40px;
  font-weight: normal;
}

.portaf-left .statsinfo {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  min-height: 94px;
  width: calc(50% - 40px);
  margin: 0px 40px 5px 0px;
}

.portaf-left .statsinfo img {
  position: relative;
  float: left;
  width: 90px;
  margin-right: 10px;
}

.portaf-left .statsinfo h4 {
  position: relative;
  float: left;
  width: calc(100% - 110px);
  color: #333;
  font-size: 300%;
  line-height: 100%;
  font-weight: 900;
}

.portaf-left .statsinfo p {
  position: relative;
  float: left;
  width: calc(100% - 110px);
  color: #333;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 0px;
}

.portafdata {
  margin-bottom: 0px;
}

.portaf-solcard {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.portaf-solcard .solcard {
  margin: 0px 4% 20px 0px;
  z-index: 6;
  height: 90px;
  width: 21%;
  overflow: initial;
  border: 0px solid #455e75;
}

.portaf-solcard .solcard::after {
  content: " ";
  position: absolute;
  right: -2px;
  width: 60px;
  height: 6px;
  bottom: -7px;
  background: #455e75;
  z-index: 4;
}

.portaf-solcard .solcard img {
  height: auto;
}

.psc-pop {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 90px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #455e75;
  background: #d9dee2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
}

.portaf-solcard .btnsquare,
.portaf-solcard p,
.portaf-solcard .solcard h4::after {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.portaf-solcard .solcard h4 {
  border-bottom: none;
}

.portaf-solcard .solcard:hover .btnsquare,
.portaf-solcard .solcard:hover p,
.portaf-solcard .solcard:hover h4::after {
  opacity: 1;
}

.portaf-solcard .solcard:hover h4 {
  border-bottom: 1px solid #eb6625;
}

.portaf-solcard .solcard:hover::after {
  display: none;
}

.portaf-solcard .solcard:hover {
  z-index: 8;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.portaf-solcard .solcard:hover .psc-pop {
  height: 310px;
  z-index: 8;
}

.sqb-portaf {
  margin: 0px 4% 90px 0px;
  float: right;
}

/*------------------------------Soluciones------------------------*/

.sec-headsolu {
  height: 480px;
  overflow: hidden;
}

.sec-headsolu .bgintroi {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  min-height: 576px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.shs-right {
  position: relative;
  float: right;
  width: 546px;
  padding: 30px;
  height: calc(100% - 60px);
  background: #214780;
  z-index: 4;
}

.shs-Left {
  position: relative;
  float: left;
  width: calc(100% - 606px);
  height: 100%;
  z-index: 4;
}
  .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%; 
    overflow: hidden;
  }

  .video-wrapper iframe {
    width: 100%;
    height: 100%;
    pointer-events: none; /
  }

  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10; 
  }
  
    .video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black; /* Oculta cualquier overlay temporal de YouTube */
    opacity: 0.01; /* Lo hacemos casi invisible */
    z-index: 20; /* Capa sobre el video */
  }
  
 /* Nuevo css Luis */
 .ContainerBannerEmpresas{
	display: flex;
}

.ChildrenLeft{
	flex: 1;
}

.ChildrenLeft .ImgBanner {
	object-fit: cover;
	width: 100% !important;
	height: 100%;
}

.ChildrenRight{
	position: relative;
	width: 546px;
	padding: 30px;
	height: auto;
	background: #214780;
	z-index: 4;
}

.bgintroi {
  width: 69% !important;
}

.sec-introinter > img:nth-of-type(1) {
    width: -webkit-fill-available !important;
}

.sec-headsolu h1 {
  text-align: center !important;
  width: 100% !important;
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 280%;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 30px;
  z-index: 5;
}

.sec-headsolu h2 {
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 230%;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 20px;
  z-index: 5;
  padding-bottom: 10px;
  border-bottom: 1px solid #0092bc;
}

.sec-headsolu h2::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 100px;
  height: 6px;
  bottom: -6px;
  background: #0092bc;
}

.sec-headsolu h3 {
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 110%;
  line-height: 100%;
  font-weight: 300;
  z-index: 5;
  margin-bottom: 17px;
}

.caract {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  width: calc(50% - 23px);
  margin: 0px 20px 17px 0px;
  height: 32px;
}

.caract img {
  position: relative;
  float: left;
  width: 32px;
  margin-right: 15px;
}

.caract p {
  position: relative;
  float: left;
  width: calc(100% - 48px);
  color: #fff;
  font-size: 80%;
  line-height: 95%;
  margin-top: -3px;
}

.sec-solucdata p {
  position: relative;
  float: left;
  width: 100%;
  color: #333;
  font-size: 140%;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 20px;
}

.shs-Left .sqbuttom {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.caract-detail {
  position: relative;
  width: 1000px;
  margin: 30px auto 30px;
  margin-left: calc(50% - 500px);
  display: flex;
  flex-wrap: wrap !important;
  gap: 20px;
}

.cardet {
  height: auto;
  border: 1px solid #0092bc;
  background: #fff;
  width: 450px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.vid {
  display: block;
  margin-left: 15%;
  margin-top: -10px;
  margin-bottom: 15px;
}

.li_videos {
  margin-top: 5px;
}

.button-term {
  border: none;
  background: transparent;
  color: #004979;
  font-weight: bolder;
  text-decoration: underline;
  cursor: pointer;
}

#appEmpresas:hover p {
  text-decoration: underline;
}

.cd-da2 .cardet {
  /* width: calc(50% - 32px); */
  margin-right: 15px;
  margin-left: 15px;
}

.cardet-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: left;
  width: 110px;
  height: 100%;
  background: #0092bc;
}

.cardet-img img {
  position: relative;
  margin: 17px;
  width: -webkit-fill-available;
}

.cardet p {
  width: 80%;
  line-height: normal;
  font-size: 0.9rem;
}

.sqb-soluc p {
  width: initial;
}

.sqb-soluc {
  float: right;
  margin: 30px 0px 80px;
}

.btnct-back2 {
  margin-right: 20px;
}

.btnct-back2 .btnarrow {
  left: initial;
  right: calc(50% - 3px);
  border-left-color: transparent;
  border-right-color: #fff;
}

.btnct-back2:hover .btnarrow {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: transparent;
  border-right-color: #fff;
}

.btnct-back3 {
  margin-right: 20px;
}

/*stilos camilo formulario*/
.btnsdivs {
  width: 50%;
  float: right;
} 

.sigEmp input {
  border: 0;
  background: #fff;
  font-size: 20px;
  padding: 17px 0 0 25px;
}

#regresarforce2,
#regresarforce3 {
  margin: 0 33px 0 0;
}

.sigEmpAjuste input {
  cursor: pointer;
}

.sigEmpAjuste,
.btnct-next {
  width: 100%;
  float: right;
  position: relative;
}

.sigEmpAjuste .btnsquare,
.btnct-next .btnsquare {
  width: 40%;
  float: left;
  position: relative;
}

.noclic {
  border: 1px solid #d9dee2;
}

.noclic .btntext {
  color: #d9dee2;
}

.noclic .btnsquare {
  background: #d9dee2;
}

.noclic:hover {
  border: 1px solid #d9dee2;
}

.noclic:hover .btntext {
  color: #d9dee2;
}

.noclic .btnsquare::after {
  background: #d9dee2;
}

.noclic input {
  color: #d9dee2;
  cursor: initial;
}

.ifrmFormEmpre {
  min-height: 600px !important;
  width: 100%;
  margin-bottom: -50px;
}

.ifrmBody {
  overflow: hidden;
}

/*------------------- Diseño Responsivo ------------------------*/
.rpv {
  display: none !important;
}

.rpv-rot {
  display: none;
}

/*-----------------------------------Smartphones (horizontal)------------------------------------- */

@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body,
  p,
  table,
  td,
  th,
  tr,
  ul,
  ol,
  textarea,
  input,
  h2,
  h1,
  h3 {
    font-size: 12px;
    line-height: 15px;
  }

  .wrap {
    width: 560px;
  }

  .nonrpv {
    display: none !important;
  }

  .rpv {
    display: block !important;
  }

  .widebg {
    display: none !important;
  }

  .sec-contacto {
    height: 334px;
  }

  .sec-contacto-wrap {
    width: calc(100% - 60px) !important;
    padding: 20px 30px 25px;
    position: relative;
    float: left;
    height: calc(100% - 45px);
  }

  .left-contact {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: calc(100% - 60px);
  }

  .right-contact {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
  }

  .right-contact h3 {
    position: relative;
    float: left;
    width: 100%;
    font-size: 200%;
    text-align: left;
    display: none;
  }

  .right-contact h2 {
    position: relative;
    float: left;
    width: 100%;
    color: #eb6625;
    text-align: left;
    margin-bottom: 20px;
    display: none;
  }

  .right-contact .sqbuttom {
    position: relative;
    right: initial;
    bottom: initial;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .btnsquare {
    position: relative;
    float: right;
  }

  .left-contact .sqbuttom {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .sec-extrav h2 {
    width: 100%;
    font-size: 220%;
    line-height: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .sec-extrav .bgextravid {
    position: absolute;
    top: 0px !important;
    left: 0px;
    right: 0px;
    width: auto;
    height: 100%;
  }

  .sec-wrap {
    width: calc(100% - 60px) !important;
    padding: 40px 30px 0px;
    position: relative;
  }

  .sliderSol .slick-slide {
    margin: 0px 10px;
  }

  .sliderSol .slick-arrow {
    display: none !important;
  }

  .wsem {
    position: absolute;
    float: left;
    width: 90%;
    color: #ffffff;
    padding: 0% 5%;
    z-index: 3;
  }

  .scrolldw {
    display: none;
  }

  .vidsem {
    width: initial;
  }

  .slider-emain .slick-dots {
    right: 0px;
  }

  .solcard p {
    font-size: 130%;
  }

  .solcard h4 {
    font-size: 160% !important;
  }

  .sec-port {
    width: calc(100% - 60px) !important;
    padding: 40px 30px 0px;
  }

  .section-title {
    font-size: 240%;
    margin-bottom: 20px;
  }

  .secp {
    font-size: 120%;
  }

  .portbtns {
    width: 100%;
  }

  .portcont2 {
    position: relative;
    float: left;
    width: 100%;
    background: url(../img1/banners/sliderport/movil.jpg);
    background-size: cover;
  }

  .portbtns a {
    width: 100%;
    font-size: 110%;
    border: none;
    height: inherit;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-weight: 100;
    text-decoration: underline;
  }

  .portbtns a span {
    width: calc(100% - 102px);
    margin-top: 25px;
    position: relative;
    float: left;
    text-decoration: underline;
  }

  .anclatab span {
    font-size: 140%;
  }

  .bgbtn {
    margin: 10px;
    width: 40px;
    height: 40px;
  }

  .sec-contactformEmp-wrap {
    position: relative;
    margin: 0px auto;
    width: 90%;
  }

  .titlecontact {
    font-size: 120%;
    font-weight: 700;
    margin: 40px 0px 20px;
  }

  .closeContact {
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
  }

  .closeContact img {
    width: 100%;
  }

  .procontact {
    width: 100%;
    height: initial;
    border-left: 0px solid #eb6625;
    padding-left: 0px;
  }

  .procontact p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 180%;
    font-weight: 500;
    line-height: 100%;
    color: #455e75;
    text-align: left;
    height: initial;
    display: none;
    margin: 10px 0px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eb6625;
  }

  .procontact::after {
    display: none;
  }

  .propactive {
    display: block !important;
  }

  .prodone {
    display: none !important;
  }

  .stepscontact {
    position: relative;
    float: left;
    width: 100% !important;
    min-height: 238px;
    margin-bottom: 20px;
  }

  .btnscontact {
    position: relative;
    float: right;
  }

  .sqb-blue3 {
    margin-left: 5px;
  }

  /*porta*/

  .sec-introinter {
    height: initial;
  }

  .sec-introinter h2 {
    width: 100%;
    font-size: 260%;
  }

  .desc-portaf {
    width: 100%;
    padding-right: 0%;
  }

  .portaf-left {
    width: calc(100% - 0px);
    padding: 0px 0px 0px 0px;
  }

  .portaf-left .statsinfo {
    width: calc(100%);
    margin: 0px 0px 15px 0px;
    min-height: initial;
  }

  .portaf-left .statsinfo img {
    width: 70px;
  }

  .portaf-left .statsinfo p {
    font-size: 120%;
  }

  .portaf-right {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
  }

  .portaf-left h3 {
    font-size: 240%;
    margin-bottom: 20px;
  }

  .portaf-solcard .solcard {
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: 70px;
    overflow: initial;
    border: 0px solid #455e75;
  }

  .psc-pop {
    height: 70px;
  }

  .sqb-portaf {
    margin: 0px 0px 20px 0px;
    float: left;
  }

  .sec-introinter .bgintroi {
    z-index: 3;
    width: initial;
    min-height: 480px;
    height: 100%;
  }

  .portaf-solcard .solcard h4 {
    font-size: 140% !important;
  }

  /*soluc*/

  .shs-right {
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    padding: 30px;
  }

  .shs-Left {
    display: none;
  }

  .sec-headsolu {
    height: initial;
  }

  .sec-headsolu .bgintroi {
    display: none;
  }

  .sec-headsolu h1 {
    font-size: 330%;
  }

  .sec-headsolu h3 {
    font-size: 130%;
  }

  .caract {
    width: calc(100% - 20px);
  }

  .caract p {
    font-size: 120%;
  }

  .caract-detail {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px auto 20px;
    margin-left: 0;
  }

  .cardet {
    height: initial;
  }

  .cardet::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 110px;
    height: 110px;
    /*background: #eb6625;*/
  }

  .sqb-soluc {
    margin: 0px 0px 20px 0px;
    float: left;
  }

  .cardet p {
    margin-bottom: 0px;
  }

  .aclp {
    font-size: 100%;
  }

  .links-head {
    background: #fff !important;
  }

  .portaf-solcard .solcard:hover .psc-pop {
    height: 0px;
    z-index: 8;
  }

  #form1 {
    display: grid !important;
  }

  #frmEmpre {
    width: 80% !important;
    order: 3;
  }

  #procontact {
    order: 2;
    width: 80% !important;
  }

  #divMsjMax {
    order: 1;
    width: 100%;
    display: block !important;
  }

  .msjMax:before {
    border-top: 21px solid #455e75 !important;
    border-left: 18px solid transparent !important;
    border-right: 18px solid transparent !important;
    border-bottom: 0px !important;
    margin: 350px 0 0 30% !important;
  }

  .Max {
    margin-top: 1.5rem !important;
    margin-left: 7.2rem !important;
  }

  .msjMax {
    width: 57% !important;
    height: 270px;
  }

  .ifrmFormEmpre {
    min-height: 158vh !important;
  }

  .conderresp {
    width: 373px !important;
    margin-left: 46px;
  }
  .conizqresp {
    width: 373px !important;
    margin-left: 46px;
  }

  .stepdata select {
    width: 83%;
  }
  .legalesform {
    margin-left: 46px;
    width: 326px;
  }

  .autorizoresp {
    margin-top: 18px !important;
  }
  .stepdata #Button1 {
    margin-top: 11px;
    margin-left: 31% !important;
  }
  .erorrnits {
    font-size: 13px;
    position: absolute;
    margin-top: 43px;
  }
  .nomresp {
    margin-top: 10px;
  }

  .sec-contactformEmp {
    margin-bottom: -122%;
  }
}

/*-----------------------------------------------Para portrait-----------------------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  body,
  p,
  table,
  td,
  th,
  tr,
  ul,
  ol,
  textarea,
  input,
  h2,
  h1,
  h3 {
    font-size: 12px;
    line-height: 15px;
  }

  .wrap {
    width: 360px;
  }

  .nonrpv {
    display: none !important;
  }

  .rpv {
    display: block !important;
  }

  .widebg {
    display: none !important;
  }

  .sec-contacto {
    height: 275px;
  }

  .sec-contacto-wrap {
    width: 30em !important;
    padding: 0px 27px 11px;
    position: relative;
    float: left;
    height: calc(100% - 51px);
  }

  .left-contact {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: calc(100% - 60px);
  }

  .right-contact {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
  }

  .right-contact h3 {
    position: relative;
    float: left;
    width: 100%;
    font-size: 200%;
    text-align: left;
  }

  .right-contact h2 {
    position: relative;
    float: left;
    width: 100%;
    color: #eb6625;
    text-align: left;
    margin-bottom: 20px;
  }

  .right-contact .sqbuttom {
    position: relative;
    right: initial;
    bottom: initial;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .btnsquare {
    position: relative;
    float: right;
  }

  .left-contact .sqbuttom {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .sec-extrav h2 {
    width: 100%;
    font-size: 220%;
    line-height: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .sec-extrav .bgextravid {
    position: absolute;
    top: 0px !important;
    left: 0px;
    right: 0px;
    width: auto;
    height: 100%;
  }

  .sec-wrap {
    width: calc(100% - 60px) !important;
    padding: 0 30px 0px;
    position: relative;
  }

  .sliderSol .slick-slide {
    margin: 0px 10px;
  }

  .sliderSol .slick-arrow {
    display: none !important;
  }

  .wsem {
    position: absolute;
    float: left;
    width: 90%;
    color: #ffffff;
    padding: 0% 5%;
    z-index: 3;
  }

  .scrolldw {
    display: none;
  }

  .vidsem {
    width: initial;
  }

  .slider-emain .slick-dots {
    right: 0px;
  }

  .solcard p {
    font-size: 130%;
  }

  .solcard h4 {
    font-size: 160% !important;
  }

  .sec-port {
    width: calc(100% - 60px) !important;
    padding: 40px 30px 0px;
  }

  .section-title {
    font-size: 240%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .secp {
    font-size: 120%;
  }

  .portbtns {
    width: 100%;
  }

  .portcont2 {
    position: relative;
    float: left;
    width: 100%;
    background: url(../img1/banners/sliderport/movil.jpg);
    background-size: cover;
  }

  .portbtns a {
    width: 100%;
    font-size: 110%;
    border: none;
    height: inherit;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-weight: 100;
    text-decoration: underline;
  }

  .portbtns a span {
    width: calc(100% - 102px);
    margin-top: 25px;
    position: relative;
    float: left;
    text-decoration: underline;
  }

  .anclatab span {
    font-size: 140%;
  }

  .bgbtn {
    margin: 10px;
    width: 40px;
    height: 40px;
  }

  .sec-contactformEmp-wrap {
    position: relative;
    margin: 0px auto;
    width: 90%;
  }

  .titlecontact {
    font-size: 120%;
    font-weight: 700;
    margin: 40px 0px 20px;
  }

  .closeContact {
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
  }

  .closeContact img {
    width: 100%;
  }

  .procontact {
    width: 100%;
    height: initial;
    border-left: 0px solid #eb6625;
    padding-left: 0px;
  }

  .procontact p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 180%;
    font-weight: 500;
    line-height: 100%;
    color: #455e75;
    text-align: left;
    height: initial;
    display: none;
    margin: 10px 0px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eb6625;
  }

  .procontact::after {
    display: none;
  }

  .propactive {
    display: block !important;
  }

  .prodone {
    display: none !important;
  }

  .stepscontact {
    position: relative;
    float: left;
    width: 100%;
    min-height: 238px;
    margin-bottom: 20px;
  }

  .btnscontact {
    position: relative;
    float: right;
  }

  .sqb-blue3 {
    margin-left: 5px;
  }

  /*porta*/

  .sec-introinter {
    height: initial;
  }

  .sec-introinter h2 {
    width: 100%;
    font-size: 260%;
  }

  .desc-portaf {
    width: 100%;
    padding-right: 0%;
  }

  .portaf-left {
    width: calc(100% - 0px);
    padding: 0px 0px 0px 0px;
  }

  .portaf-left .statsinfo {
    width: calc(100%);
    margin: 0px 0px 15px 0px;
    min-height: initial;
  }

  .portaf-left .statsinfo img {
    width: 70px;
  }

  .portaf-left .statsinfo p {
    font-size: 120%;
  }

  .portaf-right {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
  }

  .portaf-left h3 {
    font-size: 240%;
    margin-bottom: 20px;
  }

  .portaf-solcard .solcard {
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: 70px;
    overflow: initial;
    border: 0px solid #455e75;
  }

  .psc-pop {
    height: 70px;
  }

  .sqb-portaf {
    margin: 0px 0px 20px 0px;
    float: left;
  }

  .sec-introinter .bgintroi {
    z-index: 3;
    width: initial;
    min-height: 480px;
    height: 100%;
  }

  .portaf-solcard .solcard h4 {
    font-size: 140% !important;
  }

  /*soluc*/

  .shs-right {
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    padding: 30px;
  }

  .shs-Left {
    display: none;
  }

  .sec-headsolu {
    height: auto;
  }

  .sec-headsolu .bgintroi {
    display: none;
  }

  .sec-headsolu h1 {
    font-size: 330%;
  }

  .sec-headsolu h3 {
    font-size: 130%;
  }

  .caract {
    width: calc(100% - 20px);
  }

  .caract p {
    font-size: 120%;
  }

  .caract-detail {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px auto 20px;
    margin-left: 0;
  }

  .cardet {
    height: initial;
  }

  .cardet::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 110px;
    height: 110px;
    
  }

  .sqb-soluc {
    margin: 0px 3px 67px 0px;
    float: left;
  }

  .cardet p {
    position: relative;
    float: left;
    padding: 15px;
    width: calc(100% - 140px);
    color: #333;
    line-height: 100%;
    font-size: 110%;
    margin-bottom: 0px;
  }

  .aclp {
    font-size: 100%;
  }

  .links-head {
    background: #fff !important;
  }

  .portaf-solcard .solcard:hover .psc-pop {
    height: 0px;
    z-index: 8;
  }

  #form1 {
    display: grid !important;
  }

  #frmEmpre {
    width: 80% !important;
    order: 3;
    float: left;
    position: absolute;
  }

  #procontact {
    order: 2;
    width: 80% !important;
  }

  #divMsjMax {
    order: 1;
    width: 100%;
    display: block !important;
  }

  .msjMax:before {
    border-top: 21px solid #455e75 !important;
    border-left: 18px solid transparent !important;
    border-right: 18px solid transparent !important;
    border-bottom: 0px !important;
    margin: 350px 0 0 30% !important;
  }

  .Max {
    margin-top: 1.5rem !important;
    margin-left: 7.2rem !important;
  }

  .msjMax {
    width: 57% !important;
    height: 270px;
  }

  .ifrmFormEmpre {
    min-height: 162vh !important;
    margin-top: 54px;
  }

  .conderresp {
    width: 373px !important;
    margin-left: 46px;
  }
  .conizqresp {
    width: 373px !important;
    margin-left: 46px;
  }
  .stepdata select {
    width: 83%;
  }
  .legalesform {
    margin-left: 46px;
    width: 326px;
  }

  .autorizoresp {
    margin-top: 18px !important;
  }

  .stepdata #Button1 {
    margin-top: 36px;
    margin-left: 43% !important;
    width: 112px;
  }

  .erorrnits {
    font-size: 13px;
    position: absolute;
    margin-top: 43px;
  }
  .nomresp {
    margin-top: 10px;
  }
  .sec-contactformEmp {
    margin-bottom: -90%;
  }
  #checkAutorizo {
    height: 10px;
  }
  #checkPolitica {
    height: 10px;
  }
}

/*ipads*/

@media only screen and (min-width: 768px) and (max-width: 1025px) and (orientation: portrait) {
  body,
  p,
  table,
  td,
  th,
  tr,
  ul,
  ol,
  textarea,
  input,
  h2,
  h1,
  h3 {
    font-size: 14px;
    line-height: 15px;
  }
   
  .content{
	  margin-top: 0;
  } 
   
  .wrap {
    width: 720px;
  }

  .links-head {
    background: #fff;
  }

  .widebg {
    display: none !important;
  }

  .bigslide h1 {
    margin: 140px 0px 20px;
  }

  .links-head {
    position: relative;
    float: left;
    height: 100%;
  }

  .sec-contactformEmp-wrap {
    position: relative;
    margin: 0px auto;
    width: 720px;
  }

  .anclatab span {
    font-size: 140%;
  }

  .sec-contactformEmp-wrap {
    position: relative;
    margin: 0px auto;
    width: 720px;
  }

  .titlecontact {
    font-size: 160%;
    font-weight: 700;
    margin: 40px 0px 20px;
  }

  .closeContact {
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
  }

  .closeContact img {
    width: 100%;
  }

  .procontact {
    width: 100%;
    height: initial;
    border-left: 0px solid #eb6625;
    padding-left: 0px;
  }

  .procontact p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 180%;
    font-weight: 500;
    line-height: 100%;
    color: #455e75;
    text-align: left;
    height: initial;
    display: none;
    margin: 10px 0px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eb6625;
  }

  .procontact::after {
    display: none;
  }

  .propactive {
    display: block !important;
  }

  .prodone {
    display: none !important;
  }

  .stepscontact {
    position: relative;
    float: left;
    width: 100%;
    min-height: 264px;
    margin-bottom: 20px;
  }

  .btnscontact {
    position: relative;
    float: right;
  }

  .sqb-blue3 {
    margin-left: 5px;
  }

  .solcard .btnsquare {
    width: 40px;
    height: 40px;
  }

  .portaf-solcard .solcard {
    margin: 0px 4% 20px 0px;
    width: 29%;
  }

  .wsem {
    width: 70%;
  }

  .sec-extrav h2 {
    width: 70%;
  }

  .sec-introinter h2 {
    width: 70%;
    margin-top: 40px;
  }

  .desc-portaf {
    width: 70%;
    margin-bottom: 20px;
  }

  .portaf-left {
    position: relative;
    float: left;
    width: calc(100%);
    padding: 0px 0px 0px 0px;
  }

  .portaf-right,
  .shs-Left {
    display: none;
  }

  .shs-right {
    width: calc(100% - 60px);
    padding: 30px;
  }

  .shs-Left {
    display: none;
  }

  .caract-detail {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px auto 20px;
    margin-left: 18%;
  }

  .cardet {
    height: initial;
  }

  .cardet::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 110px;
    height: 110px;
    
  }

  .cardet p {
    position: relative;
    float: left;
    padding: 15px;
    /* width: calc(100% - 140px); */
    color: #333;
    line-height: 100%;
    font-size: 110%;
    margin-bottom: 0px;
  }

  .aclp {
    font-size: 100%;
  }

  .links-head {
    background: #fff !important;
  }

  .portaf-solcard .solcard:hover .psc-pop {
    height: 0px;
    z-index: 8;
  }

  .sec-headsolu h1 {
    margin: 50px 0px 10px;
  }

  .solcard h4 {
    font-size: 120%;
  }

  .portcont {
    display: none;
  }

  .portbtns {
    width: 100%;
  }

  .portcont2 {
    position: relative;
    float: left;
    width: 100%;
    display: block !important;
    background: url(../img1/banners/sliderport/movil.jpg);
    background-size: cover;
  }

  .portbtns a {
    width: 100%;
    font-size: 110%;
    border: none;
    height: inherit;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-weight: 100;
    text-decoration: underline;
  }

  .portbtns a span {
    width: calc(100% - 160px);
    margin-top: 25px;
    position: relative;
    float: left;
    text-decoration: underline;
    font-size: 160%;
    font-weight: 500;
  }

  .anclatab span {
    font-size: 140%;
  }

  .bgbtn {
    margin: 10px 30px;
    width: 50px;
    height: 50px;
  }

  .sliderSol .slick-slide {
    margin: 0px 5px;
  }

  .solcard h4 {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .solcard p {
    width: calc(100% - 20px);
    margin: 0px 10px;
  }

  .solcard {
    height: 300px;
  }

  #form1 {
    display: grid !important;
  }

  #frmEmpre {
    width: 100% !important;
  }

  #frmEmpre {
    order: 3;
  }

  #procontact {
    order: 2;
  }

  #divMsjMax {
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
  }

  .msjMax:before {
    margin: 13% 0 0 69.2% !important;
  }

  .Max {
    margin-top: 7% !important;
  }

  .ifrmFormEmpre {
    min-height: 72vh !important;
  }

  .cfeOpen {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) and (orientation: landscape) {
  body,
  p,
  table,
  td,
  th,
  tr,
  ul,
  ol,
  textarea,
  input,
  h2,
  h1,
  h3 {
    font-size: 14px;
    line-height: 15px;
  }

   .content {
	   margin-top: 0;
   }

  .wrap {
    width: 720px;
  }

  .sec-contactformEmp-wrap {
    position: relative;
    margin: 0px auto;
    width: 720px;
  }

  .anclatab span {
    font-size: 140%;
  }

  .sec-contactformEmp-wrap {
    position: relative;
    margin: 0px auto;
    width: 720px;
  }

  .titlecontact {
    font-size: 160%;
    font-weight: 700;
    margin: 40px 0px 20px;
  }

  .closeContact img {
    width: 100%;
  }

  .procontact {
    width: 100%;
    height: initial;
    border-left: 0px solid #eb6625;
    padding-left: 0px;
  }

  .procontact p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 180%;
    font-weight: 500;
    line-height: 100%;
    color: #455e75;
    text-align: left;
    height: initial;
    display: none;
    margin: 10px 0px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eb6625;
  }

  .procontact::after {
    display: none;
  }

  .propactive {
    display: block !important;
  }

  .prodone {
    display: none !important;
  }

  .stepscontact {
    position: relative;
    float: left;
    width: 100%;
    min-height: 264px;
    margin-bottom: 20px;
  }

  .btnscontact {
    position: relative;
    float: right;
  }

  .sqb-blue3 {
    margin-left: 5px;
  }

  .solcard .btnsquare {
    width: 40px;
    height: 40px;
  }

  .portaf-solcard .solcard {
    margin: 0px 4% 20px 0px;
    width: 29%;
  }

  #form1 {
    display: grid !important;
  }

  #frmEmpre {
    width: 100% !important;
  }

  #frmEmpre {
    order: 3;
  }

  #procontact {
    order: 2;
  }

  #divMsjMax {
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
  }

  .msjMax:before {
    margin: 13% 0 0 69.2% !important;
  }

  .Max {
    margin-top: 7% !important;
  }

  .ifrmFormEmpre {
    min-height: 70vh !important;
  }

  .cfeOpen {
    margin-top: 3rem;
  }
}

.btn-car {
  background: url(../img1/icons/ico-carE.png) center center no-repeat;
}

.divMsjMax {
  width: 40%;
  display: flex;
}

.msjMax {
  border: solid 10px #455e75;
  margin-left: 1rem;
  border-radius: 40px;
  width: 75%;
  padding: 1.5rem;
  height: max-content;
}

.msjMax:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 18px solid transparent;
  border-left: 21px solid #455e75;
  border-top: 18px solid transparent;
  margin: 13% 0 0 26.4%;
}

.msj {
  font-size: 16px;
  line-height: 16px;
}

.Max {
  width: 25%;
  float: left;
  margin-top: 25%;
  margin-left: 1rem;
}

#form1 {
  width: 100%;
}

.chat-widget {
  height: 55vh !important;
}

#frmEmpre {
  width: 100%;
}

#CoronApp {
  margin-right: 10rem !important;
}

.chatMax {
  position: fixed;
  right: 0px !important;
  display: none;
  top: 42vh !important;
  z-index: 20;
}

#checkAutorizo {
  float: left;
  position: absolute;
  width: 33px;
  margin-top: 2px;
}
#checkPolitica {
  float: left;
  position: absolute;
  width: 33px;
  margin-top: 2px;
}
#checkPoliticaDos input {
  width: 6% !important;
}
.contenidoform {
  width: 100%;
}
.contenidoformIzq {
  width: 50%;
  float: left;
}
.contenidoformDer {
  width: 50%;
  float: left;
}
.clicPoliticas {
  position: absolute;
  float: left;
  margin-left: 34px;
  margin-top: 0px;
  color: #0092bc;
  width: 100%
}

/*INICIO POP UP*/

#mascaracarol,
#mascaracarol2 {
  background: #333;
  opacity: 0.919;
  z-index: 9000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#cuadrocarol,
#cuadrocarol2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 9001;
  top: 42px;
  left: 47%;
  height: 600px;
  width: 552px;
  /* background: #000; */
  position: absolute;
  overflow: hidden;
  margin-left: -250px;
}

#cuadrocarol2 {
  top: 40px;
}

@media (min-width: 320px) {
  #cuadrocarol,
  #cuadrocarol2 {
    width: 431px;
    left: 64%;
    height: 500px;
  }
  #cerrarcarol,
  #cerrarcarol2 {
    margin-top: -1%;
    margin-right: 9%;
  }
}

@media (min-width: 320px) {
  #cuadrocarol2 {
    width: 346px;
    left: 72%;
  }
}

@media (min-width: 768px) {
  #cuadrocarol,
  #cuadrocarol2 {
    width: 714px;
    left: 35%;
    height: 790px;
  }
}

@media (min-width: 1200px) {
  #cuadrocarol,
  #cuadrocarol2 {
    width: 780px;
    left: 42%;
    height: 761px;
  }
}

#cerrarcarol,
#cerrarcarol2 {
  float: right;
  cursor: pointer;
  font-weight: bold;
  font-size: 70px;
  padding: 8px 0px;
  z-index: 9002;
  position: absolute;
  top: 2px;
  right: 3px;
  color: #009bcf;
  font-family: "DINPro";
}

#cerrarcarol2 {
  font-size: 40px;
  top: 0px;
}

@media (min-width: 320px) {
  #cerrarcarol2 {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  #cerrarcarol2 {
    font-size: 40px;
  }
}

#cerrarcarol:hover,
#cerrarcarol2:hover {
  color: #eb6625;
}

#iframecarol {
  width: 100%;
  height: 100%;
}

.imgpopup,
.imgpopup2 {
  width: 90%;
  margin-top: 40px;
}

/*FIN POP UP*/
#componetchat > div{
  bottom: 50px !important;
}

@media (max-width: 768px) {
	#componetchat > div {
		width: 50% !important;
        float: right;
        position: relative;
        bottom: 3% !important;
        margin-left: 54% !important;
	}
	
	.portaf-left {
		width: 100%;

	}
}



