/*VIEW IN FULL PAGE MODE*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:300,400,700,900|Source+Sans+Pro:400,700&display=swap");
.dev {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background-color: white;
}

body:before {
  content: '';
  background-color: white;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: ease opacity .3s;
}

body.loaded:before, body.loaded:after {
  opacity: 0;
  height: 0;
}

.btnPC{position: absolute; height: 30px; width: 100%; top: 0px}
.menu{
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  color: #3A3A3A;
  font-weight: 300px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 60000;
  display: inline-table;

-webkit-box-shadow: 1px 12px 17px -5px rgba(0,0,0,0.55);
-moz-box-shadow: 1px 12px 17px -5px rgba(0,0,0,0.55);
box-shadow: 1px 12px 17px -5px rgba(0,0,0,0.55);
}

.trian{
  width: 20px;
  height: 20px;
  background-color:#3A3A3A;
  position: relative;
  bottom: -20px;
  margin: 0 auto;
  margin-top: 30px;
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); 


}

.btnContacto{
  background-color: #FF8F21;
  color: #fff;
  padding: 4px 8px;
  text-align: center;
  max-width: 120px;
  position: absolute;
  right: 15px;
  top: 30px;
  border-radius: 3px;
}

.btnContacto:hover{
  cursor: pointer;
}

.menu li{
  list-style: none;
  display: inline-table;
  margin: 0px 10px;
  position: relative;
}

.menu li .linkMenu{
  text-decoration: none;
  color: #3A3A3A;
  padding: 6px 15px; box-sizing: border-box;
  border-radius: 3px;
}

.menu li .linkMenu:hover{
 background-color: #FF8F21;
 color: #fff;
}

.menu li:hover .menuDesp{
 height: auto;
 opacity: 1;
}


.menu li:hover .micaSelect{
 display: table;
}

.menu li:hover .trian{
 margin-top: 0px;
 opacity: 1;
}

.menu li:hover .boxItemMenu{
 margin-left: 0px;
 opacity: 1;
}

.logoHead{
  height: 55px;
}

.boxItemMenu{
  display: inline-table;
  max-width: 360px;
  min-width: 360px;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -40px;
   opacity: 1;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition:    all 0.5s ease-in-out;
  -o-transition:      all 0.5s ease-in-out;
  -ms-transition:     all 0.5s ease-in-out;
}


.micaSelect{
  width: 100%;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 0px;
  display: none;
  overflow: hidden;
  text-align: center;
}


.menuDesp{
  height: 0px;
  position: absolute;
  top: 50px;
  background-color: #3A3A3A;
  left: 0px;
  opacity: 0;
  color: #fff;
  text-align: center;
  overflow-y: hidden;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition:    all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  -ms-transition:     all 0.3s ease-in-out;
}

.boxFun{
  width: 100%;
  height: auto;
  position: relative;
  display: inline-table;
}

.limitHalf{
  width: 30%;
  height: auto;
  display: inline-table;
  position: relative;
  color: #fff;
  text-align: left;
  margin: 10px auto;
  padding: 20px; box-sizing: border-box;
  position: relative;
}

.lineaBIz{
  top: 10%;
  left: -8px;
  width: 2px;
  height: 80%;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
}

.lineaBDer{
  top: 10%;
  right:  -1px;
  width: 2px;
  height: 80%;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
}


.introSol{
  text-align: left;
 font-size: 34px;
 color: #fff;
}

.tituloSol{
  font-size: 24px;
  color: #FF8F21;
}

.limitHalf img{
  width: 100%;
}

.menuDesp .pls{
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 24px;
  margin-top: -10px;
}

.menuDesp p{
  color: #999999;
}

.titLista2{
  font-size: 22px;
  line-height: 30px;
  color: #2D2D2D;
}

.inpFix {
  display: block;
  width: 96%;
  color: gray;
  margin-bottom: 12px;
  padding: 6px 10px;
  box-sizing: border-box;
}

textarea{
  display: block;
  width: 96%;
  color: gray;
  margin-bottom: 12px;
  padding: 6px 10px;
  box-sizing: border-box;
  min-height: 220px;
  resize: none;
}

.boxFormFix{
  width: 0px;
  padding: 0px;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  max-width: 550px;
  
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  top: 50%;
  left: 50%;
  z-index: 1000000;

-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition:    all 0.5s ease-in-out;
  -o-transition:      all 0.5s ease-in-out;
  -ms-transition:     all 0.5s ease-in-out;
}

.cierre{
  float: right;
  width: 25px;
  height: 25px;
  background-color: orange;
  border-radius: 50%;
}

.cierre: hover{
  cursor: pointer;
  background-color: #2d2d2d;
}

.backBlack{
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.6);
  top: 0px;
  left: 0px;
  z-index: 100000;
  position: fixed;
  display: none;
}

.limitItemMenu{
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  display: inline-table;
  text-align: left;
}

.limitItemMenu a{
  color: #fff;
  text-decoration: none;
}

.limitItemMenu a:hover p{
  color: #fff;
}

.limitItemMenu a:hover .pls{
  color: orange;
}


.sectionHead {
  height: 600px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.sectionHead h1 {
  margin-top: 130px;
  font-family: "Catamaran", sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 85px;
  font-weight: 900;
  margin-bottom: 10px;
  animation-delay: .3s;
}
@media screen and (max-width: 768px) {
  .sectionHead h1 {
    font-size: 60px;
    line-height: 45px;
  }
}
.sectionHead .description {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
  animation-delay: .4s;
}
.sectionHead .btn {
  font-family: "Catamaran", sans-serif;
  display: inline-block;
  font-size: 14px;
  color: white;
  background-color: #2D2D2D;
  border-radius: 25px;
  font-weight: 700;
  padding: 13px 0;
  width: 100%;
  max-width: 220px;
  transition: ease all .4s;
  animation-delay: .5s;
}
@media screen and (max-width: 768px) {
  .sectionHead .btn {
    max-width: none;
  }
}
.sectionHead .btn:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translatey(-10px);
}

.micaOrange{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 600px;
  width: 100%;
   z-index: -2;

background: rgba(0,0,0,1);
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(0,10,100,1) 64%, rgba(59,194,235,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(15%, rgba(0,0,0,1)), color-stop(64%, rgba(0,10,100,1)), color-stop(100%, rgba(59,194,235,1)));
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(0,10,100,1) 64%, rgba(59,194,235,1) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(0,10,100,1) 64%, rgba(59,194,235,1) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(0,10,100,1) 64%, rgba(59,194,235,1) 100%);
background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(0,10,100,1) 64%, rgba(59,194,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3bc2eb', GradientType=1 );

}

.sectionHead .mask {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  overflow: hidden;
  animation: clip-path ease 20s infinite both;
  animation-delay: .4s;
  -webkit-clip-path: circle(0 at 100% 0);
  clip-path: circle(0 at 100% 0);
}

@media screen and (max-width: 768px) {
  .sectionHead .mask {
    width: 100%;
  }
  .sectionHead .mask:after {
    position: absolute;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 600px;
    content: '';
    display: block;
  }
}
.sectionHead .layers {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 2;
}
.sectionHead .layers.layer-1 {
  top: -10%;
  right: -10%;
}
.sectionHead .layers.layer-2 {
  top: unset;
  right: -10%;
  bottom: -10%;
}
.sectionHead .layers.layer-3 {
  top: 30px;
  right: 4%;
}
.sectionHead .cross {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sectionHead .cross {
    z-index: -1;
  }
}
.cross{
  background-color: #fff;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.logoGray{
  height: 70px; 
  left: 15px; 
  top: 5px; 
  position: absolute;
}

.sectionHead .cross-3 {
  position: absolute;
  top: 5%;
  left: 45%;
}
.sectionHead .cross-2 {
  position: absolute;
  top: 7%;
  left: 16%;
  z-index: -1;
  transform: scale(0.3) rotate(45deg);
}
.sectionHead .cross-2:after, .sectionHead .cross-2:before {
  background-color: #fff;
}
.sectionHead .cross-1 {
  position: absolute;
  top: 67%;
  left: 56%;
  z-index: -1;
  transform: scale(0.3) rotate(45deg);
}
.sectionHead .cross-1:after, .sectionHead .cross-1:before {
  background-color: #fff;
}
.sectionHead .hash {
  font-size: 420px;
  position: absolute;
  left: -5%;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  line-height: 100%;
  top: 40%;
  z-index: -1;
}

.sectionGray{
  width: 100%;
  height: auto;
  padding: 130px 20px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden;
  position: relative;


background: rgba(0,0,0,1);
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(18,67,142,1)));
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#12438e', GradientType=1 );

} 

.sectionOrange{
  width: 100%;
  height: auto;
  padding: 100px 20px;
  box-sizing: border-box;
  background-color: #FF8F21;
  position: relative;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
} 


.sectionB{
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  text-align: center;
}


.boxBeneficio{
  width: 100%;
  height: auto;
  position: relative;
  display: inline-table;
  margin-top: 20px;
}

.boxL1{
  width: 25%;
  position: relative;
  height: 100px;
  display: inline-table;
  position: relative;

} 

.boxL2{
  width: 65%;
  position: relative;
  height: auto;
  display: inline-table;
  position: relative;
} 


.inline1{
  width: 18vw;
  height: 18vw;
  max-width: 90px;
  max-height: 90px;
  background-color: #FF8F21;
  display: inline-table;
  border-radius: 50%;
}

.inline2{
  width: 70%;
  height: auto;
  text-align: left;
  margin: 0 auto;
  position: relative;
   display: inline-table;
   padding: 10px; box-sizing: border-box;
}

.boxRes{
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #FF8F21;
  border-radius: 20px;
  color: #fff;
}

.muestraTit{
 font-size: 30px;
 font-weight: 600;
}

.tablaRes{
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 60px;
}

.tablaRes td{
 width: 19%;
 padding: 1%;
 box-sizing: border-box;
 font-size: 18px;
 font-weight: 600;
 color: #2D2D2D;
 position: relative;
}

.lineR{
  width: 2px;
  height: 100%;
  background-color: gray;
  position: absolute;
  right: 0px;
  top:30px;
}

td .numResult{
  padding: 0px;
  font-size: 30px;
  color: #FF8F21;
  line-height: 0px;
}

.verticaLine{
  background-color: #FF8F21;
  border-radius: 20px;
  position: absolute;
    left: 50%;
  top: 50%;

  -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.v1{
  width: 15px;
  height: 400px;
  margin-left: -30px;
  margin-top: 250px;
}


.v2{
  width: 25px;
  height: 400px;
  margin-left: 10px;
  margin-top: 90px;
}

.v3{
  width: 10px;
  height: 400px;
  margin-left: 60px;
  margin-top: 400px;
}

.cirV{
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #FF8F21;
  border-radius: 50%;
}


.boxIcon{
  width: 20vw;
  height: 20vw;
  max-width: 120px;
  max-height: 120px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #2D2D2D;
  display: inline-table;
}

.txtBeneficio{ 
  text-align: left;
  width: 70%;
  display: inline-table;
  max-width: 550px;
}

.txtBeneficio h4{
 font-size: 30px;
 font-weight: 300;
 margin-top: 30px;
}

.boxL{
  width: 100%;
  height: auto;
  text-align: left;
  max-width: 1000px;
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 800px;
  margin-left: 4vw;
  float: right;
} 

.boxL h3{
 color: #fff;
 font-size: 35px;
 font-weight: 300;
}



.esp{
  width: 100%;
  height: 120px;
}

.cuadImg{
  width: 600px;
  height: 600px;
  border-radius: 25px;
  position: absolute;
  top: -90%;
  left: -10%;
  z-index: 1;
  overflow: hidden;

  -webkit-transform: rotate(46deg) translateX(-50%) ;
-moz-transform: rotate(46deg) translateX(-50%) ;
-ms-transform: rotate(46deg) translateX(-50%) ;
-o-transform: rotate(46deg) translateX(-50%) ;
transform: rotate(46deg) translateX(-50%) ;

}

.iconCen{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

.iconC{
  width: 90px;
  margin: 0 auto;
  position: relative;
}

.boxVentaja{
  width: 48%;
  max-width: 650px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  display: inline-table; 
  padding: 20px;
  box-sizing: border-box;
}

.cuadImg2{
  width: 390px;
  height: 390px;
  border-radius: 25px;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  right: 10%;
  bottom: -25%;

  -webkit-transform: rotate(31deg)  ;
-moz-transform: rotate(31deg)  ;
-ms-transform: rotate(31deg)  ;
-o-transform: rotate(31deg)  ;
transform: rotate(31deg)  ;

}

.boxR{
  width: 100%;
  height: auto;
  max-width: 780px;
  text-align: left;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 150px;
  z-index: 3;
  position: relative;
}

.backIm{
  width: 100%;
  max-width: 1000px;
  width: auto;
  position: absolute;
  right: -20%;
  top: 0px;
  opacity: .4;s
}

.boxR h3{
 color: #fff;
 font-size: 35px;
 font-weight: 300;
}

.boxR li{
 color: #fff;
 font-size: 16px;
 list-style: circle;
 margin-bottom: 10px;
}

.imAbsCenBot{
  width: 800px;
  height: auto;
  position: absolute;
  left: -50px;
  bottom: -120px;


  -webkit-transform: rotate(31deg) ;
-moz-transform: rotate(-31deg) ;
-ms-transform: rotate(-31deg) ;
-o-transform: rotate(-31deg) ;
transform: rotate(-31deg) ;
}


.imAbsCenBot2{
  width: 140%;
  height: auto;
  position: absolute;
  left: -20%;
  top: -20%;


-webkit-transform: rotate(31deg) ;
-moz-transform: rotate(-31deg) ;
-ms-transform: rotate(-31deg) ;
-o-transform: rotate(-31deg) ;
transform: rotate(-31deg) ;
}

.boxLimit{
  width: 100%;
  max-width: 1600px;
  height: auto;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: inline-table;
}

.cirAbs1{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  background-color: #FF8F21;
  left: -60px;
  top: -80px;
  z-index: 5;
}

.cirAbs2{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background-color: #FF8F21;
  right: 5px;
  bottom: -60px;
  z-index: 5;
}

.boxLine{
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: inline-table;
}

.limitSubT{
  text-align: center;
  width: 100%;
  position: relative;
  max-width: 900px;
  padding: 30px 0px;
  box-sizing: border-box; 
  margin: 0 auto;
}

.limitSubT h2{
  font-size: 40px; 
  font-weight: 300;
  margin-bottom: 30px;
}

.txtH2{
 font-size: 33px;
 font-weight: 300;
 text-align: left;
}

.lineHor1{
  width: 300px;
  height: 6px;
  background-color: #FF8F21;
  position: absolute;
  left: 0px;
  top: 50px;
  border-radius: 20px;
}

.semiImg{
  width: 80%;
  margin-top: 10%;
}
.semiImgO{
  width: 80%;
  margin-top: 10%;
  margin-left: 0%;
}

.fullImg{
 width: 100%;
 height: auto;
}


.limitSubT p{
  font-size: 18px;
}

.sectionHead .hash.small {
  z-index: 2;
  left: 58%;
  top: 70%;
  font-size: 120px;
  color: #d24e6a;
}


.rowHalf1{
  text-align: left;
  width: 40%;
  position: relative;
  display: inline-table;
  height: auto;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  float: left;
}

.rowHalf2{
  text-align: left;
  width: 50%;
  position: relative;
  display: inline-table;
  height: auto;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  float: left;
  margin-top: 30px;
}

.rowHal{
  width: 100%;
  height: auto;
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 1100px;
  font-size: 18px;
}

.rowHal ul li{
  list-style: circle;
  margin-left: 30px;
}

.plus1{
  position: absolute;
  width: 45px;
  height: 4px;
  background-color: #FF8F21;
  right: -14%;
  top: 100px;

    -webkit-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
}

.plus2{
  position: absolute;
  width: 4px;
  height: 45px;
  background-color: #FF8F21;
  left: 20px;
  top:-22px;

    -webkit-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
}

.cirO{
  width: 20px;
  height: 20px;
  background-color: #ff8f21;
  position: absolute;
  top: -9px;
  left: -9px;
  border-radius: 50%;

    -webkit-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
}

.lineaT{
  position: absolute;
  width: 4px;
  height: 40px;
  top: -40px;
  left: 50%;
  background-color: #FF8F21;

    -webkit-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
}

.BoxIz{
  width: 38%;
  height: auto;
  position: relative;
  display: inline-table;
  padding: 0px;
}

.BoxDer{
  width: 55%;
  height: auto;
  position: relative;
  display: inline-table;
  color: #fff;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}

.cuartBox{
  width: 48%;
  display: inline-table;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}


.lineT2{
  width: 400px;
  height: 4px;
  background-color: #ff8f21;
  top: 0px;
  left: -198px;
  position: absolute;

    -webkit-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
}

.lineT3{
  position: absolute;
  width: 4px;
  height: 40px;
  top: -40px;
  left: -198px;
  background-color: #FF8F21;
  z-index: 30;

    -webkit-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
}

.lineT4{
  position: absolute;
  width: 4px;
  height: 40px;
  top: -40px;
  left: 198px;
  background-color: #FF8F21;
  z-index: 30;

    -webkit-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
}

.boxBox{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  max-width: 1500px;
  display: inline-table;
}

.boxExp1{
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 20px 3%;
  display: inline-table;
  border-radius: 4px;
  padding: 20px;box-sizing: border-box;
  color: #fff;
  text-align: left;
  position: relative;

  background: rgba(0,0,0,1);
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(18,67,142,1)));
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(18,67,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#12438e', GradientType=1 );

  -webkit-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
box-shadow: 11px 14px 14px 1px rgba(0,0,0,0.43);
}

.boxExp1 h5{
  font-size:33px;
}

.boxIc{
  width: 100%;
  height: auto;
  text-align: center;
}

.recCir{
  background-color: #FF8F21;
  border-radius: 20px;
}

.rec1{
   position: absolute;
   top: 10px;
   left: -10%;
   width: 300px;
   height: 20px;
}

.rec2{
   position: absolute;
   top: -20px;
   left: -10%;
   width: 200px;
   height: 20px;
}

.rowHalf1 img{
  width: 100%;
}


.rowHalf2 h3{
  margin-top: -20px;
  font-weight: 300;
  margin-bottom: 10px;
}


.tableDNA{
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  border: solid 2px #2D2D2D;
  background-color: rgba(255,255,255, 0.2);
  z-index: 4;
}

.cuad1B{
  width: 250px;
  height:250px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top:50px;
  left: 2%; 

  -webkit-transform: rotate(36deg) ;
-moz-transform: rotate(36deg) ;
-ms-transform: rotate(36deg) ;
-o-transform: rotate(36deg) ;
transform: rotate(36deg) ;
}


.cuad2B{
  width: 600px;
  height:600px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top:50%;
  right: -20%;

  -webkit-transform: rotate(36deg) ;
-moz-transform: rotate(36deg) ;
-ms-transform: rotate(36deg) ;
-o-transform: rotate(36deg) ;
transform: rotate(36deg) ;
}

.tableDNA td{
  border: solid 1px #2D2D2D;
}

.tableDNA tr:hover{
  background-color: rgba(0,0,0, 0.2)
}

.tableDNA tr:hover i{
  color: #fff;
}

.tdLeft{
  text-align: left;
  padding:15px 20px;
  background-color: #2D2D2D;
  color: #fff;
  position: relative;
}

.lineBot{
 position: absolute;
 background-color: #fff;
 bottom: 10px;
 left: 15px;
 width: 90%;
 height: 2px;
 border-radius: 20px;
 z-index: 3;
}

.paquete{
  background-color: #fff;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: 600;
}

.btnPaquete{
  background-color: #2D2D2D;
  padding: 4px 8px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  max-width: 180px;
  margin: 10px auto;
  border-radius: 20px;
}

.btnPaquete:hover{
  background-color: #fff;
  color: #2D2D2D;
  cursor: pointer;
}

.boxDescript{
  width: 100%;
  height: auto;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.boxDescrp1{
  width: 50%;
  float: left;
  text-align: left;
  position: relative;
  margin-top: 20px;
}

.boxDescrp1 li{
  list-style: circle;
  margin-left: 20px; 
}



.limitMenuPie{
  width: 100%;
  position: relative;
  max-width: 1600px;
  margin:0 auto;
  text-align: left;
  height: auto;
  color: #fff;
  display: inline-table;
  padding: 20px; 
  box-sizing: border-box;
}

.boxMP{
  width: 23%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  display: inline-table;
  position: relative;
}


.boxMP li{
  list-style: none;
}

.logoFoot{
  width: 130px;
  margin-bottom: -30px;
}

.boxMP ul{
  margin-left: -30px;
}


.boxMP li a{
  color:#fff;
  color: #2D2D2D;
  text-decoration: none;
  line-height: 20px;
}

.boxMP li:hover a{
  color: #FF8F21;
  cursor: pointer;
}

.put{
  display: none;
}

.micaImg{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  z-index: 5;
}




/* estilos para el menu de cabecera*/
.menu{width: 100%; height: 80px; background-color: #ffffff; position: fixed; top: 0px; left: 0px; z-index: 30; padding-top: 30px;
  box-shadow: 3px 10px 17px -1px rgba(0,0,0,0.29);
-webkit-box-shadow: 3px 10px 17px -1px rgba(0,0,0,0.29);
-moz-box-shadow: 3px 10px 17px -1px rgba(0,0,0,0.29);
}

.menu ul .listaP{margin-top: -5px;}

.boxBtnMenu{position: absolute; width: 30px; height: 30px; right: 20px; top: 25px; z-index: 30; display: none;}
.lineMenu{width: 25px; height: 3px; background-color: #000; position: absolute; top: 50%; left: 50%; border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);

  -webkit-transition: all 0.3s ;
  -moz-transition:    all 0.3s ;
  -o-transition:      all 0.3s ;
  -ms-transition:     all 0.3s ;
}

.logoHead{height: 55px;}
.lineTop{margin-top: -8px;} 
.lineBot{margin-top: 8px;}
.opMenu{position: absolute; width: 30px; height: 30px; z-index: 40; position: absolute; top: 0px; left: 0px;}
.crMenu{position: absolute; width: 30px; height: 30px; z-index: 40; position: absolute; top: 0px; left: 0px; display: none;}

.limitBoxMenu{width: 100%; max-width: 1800px; vertical-align: middle; position: relative; text-align: right; margin: 0 auto; padding: 0 20px; box-sizing: border-box;
  -webkit-transition: all 0.3s ;
  -moz-transition:    all 0.3s ;
  -o-transition:      all 0.3s ;
  -ms-transition:     all 0.3s ;
}
.listaP{display: inline-table;  position: relative; margin-top: 10px; position: relative; height: auto;}
.linkMenuHead{padding:10px 15px; color: #000; text-decoration: none;}

.listaP:hover .lineLink{margin-top: -20px;}
.lineLink{width: 15px; height: 2px; background-color: #000; position: absolute; z-index: 10; top: 50%; left: 50%; margin-top: -200px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);

  -webkit-transition: all 0.3s ;
  -moz-transition:    all 0.3s ;
  -o-transition:      all 0.3s ;
  -ms-transition:     all 0.3s ;
}

.menuLeft{display: inline-table; margin-left: -1px;}
.boxIzMenu{float: left; width: auto; padding: 10px; box-sizing: border-box; vertical-align: middle; margin-top: -25px;}
.subBox{position: absolute; width: 100%; min-width: 200px; display: block; background-color: #ffffff; padding: 10px; box-sizing: border-box; overflow: hidden; text-align: left; height: 0px; padding: 0px;}
.listaP:hover .subBox{height: auto; padding-top: 30px;
  -webkit-transition: all 0.2s ;
  -moz-transition:    all 0.2s ;
  -o-transition:      all 0.2s ;
  -ms-transition:     all 0.2s ;
}
.subBox a{color: #000; text-decoration: none;  display: block; padding: 10px; box-sizing: border-box;}
.subBox a:hover{background-color: #e1e1e1; }
.contacto{border: solid 2px #ff8f21; border-radius: 20px;}
.contacto:hover{background-color: #ff8f21; color: #fff;}
.contacto:hover a{ color: #fff;}
/* finalizan los estilos para el menu de cabecera ****************/



@media screen and (max-width: 900px) {
  .quit{
    display: none;
  }
  .put{
    display: inline-table;
  }

  .inline1{
  width: 18vw;
  height: 18vw;
  max-width: 90px;
  max-height: 90px;
  background-color: #FF8F21;
  display: inline-table;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}

.inline2{
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0 auto;
  position: relative;
  display: inline-table;
  padding: 10px; box-sizing: border-box;
}


  .boxDescrp1{
  width: 50%;
  float: none;
  text-align: center;
  position: relative;
  margin-top: 20px;
  float: left;
}

.semiImgO{
  width: 80%;
  margin-top: 10%;
  margin-left: 0%;
}

.rowHalf1{
  text-align: left;
  width: 100%;
  position: relative;
  display: inline-table;
  height: auto;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  float: left;
}

.rowHalf2{
  text-align: left;
  width: 100%;
  margin-top: 10px;
}

.boxL{
  margin-left: 0vw
} 


.imAbsCenBot{
  left: -300px;
  bottom: -200px;

}

.txtB{
  margin-top: 80px;
}


.cuadImg{
  width: 1200px;
  height: 800px;
  border-radius: 25px;
  position: absolute;
  top: -36%;
  left: 65%;
  background-color: #FF8F21;
  z-index: 1;
  overflow: hidden;

  -webkit-transform: rotate(31deg) translateX(-50%) ;
-moz-transform: rotate(31deg) translateX(-50%) ;
-ms-transform: rotate(31deg) translateX(-50%) ;
-o-transform: rotate(31deg) translateX(-50%) ;
transform: rotate(31deg) translateX(-50%) ;

}



  /*Inserción de los estilos para el menu en moviles 900 max width*/


.limitBoxMenu{text-align: center; height: 0px; background-color: #000; color: #fff; overflow: hidden; margin-top: -90px;}
.limitBoxMenu a{color: #fff; font-size: 20px;}
.limitBoxMenu ul{ margin-top: 70px;}
.boxIzMenu{display: block; float: none; text-align: center; margin-left: 40px;}
.listaP{display: block; text-align: center; border-bottom: solid 2px #fff; line-height: 40px; max-width: 400px; margin: 0px auto; display: none; margin-top: 5000px;}
.lineLink{display: none;}
.subBox{position: relative; height: 0px; text-align: center; background: #000; width: 100%;}
.subBox a:hover{background-color:#262626 ; }
.contacto{border-bottom: solid 2px #ff8f21; background-color: #ff8f21; margin-top: 30px;}
.contacto a{color: #ffffff; }
.listaP:hover .subBox{height: auto; padding-top: 0px;}
.put{display: table;} .quit{display: none;}
.boxBtnMenu{display: table;}

 ul.menuLeft li{display: none;} 
.menu li{display: block; margin: 0 auto; margin-top: 20px;}
/*cierre**********/


}


@media screen and (max-width: 768px) {
  .sectionHead .hash.small {
    z-index: -1;
  }
}

.fade-in {
  animation: fade-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.tracking-in-contract {
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.cir{
  border-radius: 50%;
  background-color: #fff;
}

.cuad{
  border-radius: 20px;
  background-color: #fff;
}

.rotar1{
  -ms-transform: rotate(25deg); /* IE 9 */
  -webkit-transform: rotate(25deg); /* Safari 3-8 */
  transform: rotate(25deg);
}

@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes clip-path {
  0% {
    -webkit-clip-path: circle(80% at 100% 0);
    clip-path: circle(80% at 100% 0);
  }
  50% {
    -webkit-clip-path: circle(90% at 100% 0);
    clip-path: circle(90% at 100% 0);
  }
  100% {
    -webkit-clip-path: circle(80% at 100% 0);
    clip-path: circle(80% at 100% 0);
  }
}
@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 600px) {

  .boxDescrp1{
  width: 100%;
  float: none;
  text-align: center;
  position: relative;
  margin-top: 20px;
  float: left;
}

}