
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.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);
}

.menu li{
  list-style: none;
  display: inline-table;
  margin: 0px 4px 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: green;
 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;
}

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

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

  -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;

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


}

.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;
}

.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 h2{
  color: green;
}

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

.menuDesp p{
  color: #999999;
}

.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;
}


.header-paralax {
  background-image: url('../img/headMeraki.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: fixed;
  height: 500px;
}

.gradient{
  width: 100%;
  height: 60px;
  background-color: tomato;
  position: absolute;
  top: -60px;
  left: 0px;
  z-index: 3;



background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 11%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(11%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 11%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 11%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 11%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 11%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );


}

.cenLimit{
  width: 100%;
  max-width: 1600px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  padding: 20px;
  box-sizing: border-box;

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


.mica{
  width: 100%;
  height: 500px;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}


.header-paralax h1 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 4em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}


.header-paralax h2 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
}



.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;
}

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

.btnContacto:hover{
  cursor: pointer;
}

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

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

.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;
}



.btnContacto:hover{
  cursor: pointer;
}

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

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

.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;
}





main {
  background: #fff;
  position: relative;
  top: 500px;
  color: #111111;
}


.container {
  padding: 20px;box-sizing: border-box;
  text-align: center;
}


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



.solMeraki{
  margin-top: 20px;
  width: 50%;
  height: auto;
  display: inline-table;
  margin: 0 -2px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.marcoHide{
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  margin-top: -90px;
}

.lowM{
  position: absolute;
  bottom: -150px;
}

.rowFull{
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.boxCenM{
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-table;
  box-sizing: border-box;
}

.boxHalfR{
  position: relative;
  width: 50%;
  display: inline-table;
  margin: -10px;
  height: auto;
  overflow: hidden;
height: auto;
  padding: 30px 10px;
  box-sizing: border-box;
  float: right;
}


.boxQuarter{
  position: relative;
  width: 25%;
  display: inline-table;
  margin: -10px;
  height: auto;
  overflow: hidden;
  height: auto;
  padding: 30px 10px;
  box-sizing: border-box;
  float: left;
}

.boxTirQuart{
  position: relative;
  width: 75%;
  display: inline-table;
  margin: -10px;
  height: auto;
  overflow: hidden;
  height: auto;
  padding: 30px 10px;
  box-sizing: border-box;
  float: left;
  text-align: left;
  overflow: hidden;
  font-size: 16px;
}


.txtFull{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  text-align: center;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

.micaB{
  width: 25%;
  
  height: 1000px;
  position: absolute;
  top: -100px;
  left: 0px;
  z-index: 2;

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

}

.txtFull h3{
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 15px;
}

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

.imFull{
  width: 100%;
  max-width: 700px;
  position: relative;
  margin: 0 auto;
}

.imFullAbs{
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 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%);
}

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

.imTxt{
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}


.imgL{
  width: 100%;
}

.imgRec{
  width: 100%;
  height: 180px;
  background-color: gray;
  margin-bottom: -10px;
  position: relative;
  overflow: hidden;
}

.imgGrad{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;

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

.gradTop{
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;


background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}

.txtR{
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}


.txtR h3{
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 15px;
}


.whyMeraki{
  margin-top: 40px;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box; 
  display: table;
  text-align: center;
  padding-bottom: 0px;
}

.imgWhy{
  top: 450%;
  left: 50%;
  width: 90%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.imgMeraki1{
  margin:0 auto; 
  position: relative; 
  margin-bottom: -70px; 
  width: 100%; 
  max-width: 800px;
}


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

.demoLink{
  padding: 6px;
  box-sizing: border-box;
  color: gray;
  font-size:16px;
  margin-top: 10px;
  border:solid 2px gray;
  text-decoration: none;
}

.demoLink:hover{
background-color: gray;
color: #fff;
}

.lIz{
  float: left;
  margin-right: 15px;
}
.lDer{
  float: right;
}

.marcoHalf{
  position: relative;
  display: inline-table;
  width: 50%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  margin: -2px;
  text-align: left;
  overflow: hidden;
}


.marcoHalf h3{
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;

}

.beneficiosBox{
  margin-top: 15px;
  width: 100%;
  height: auto;
  text-align: left;
  display: inline-table;
  position: relative;
}

.backImg{
  width: 100%;
}

.icon{
  width: 55px;
  margin-top: 15px;
  display: inline-table;
  margin-bottom: -15px;
}

.beneficiosBox h4{
  font-size: 30px;
  font-weight: 500;
  color: #353538;
  display: inline-table;
}

.boxNoticia{
  width: 100%;
  height: auto;
  position: relative;
}


.boxLimit{
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  background-color: blue;
}

.tNoticias{
  width: 100%;
  height: auto;
  border-collapse: collapse;
  padding: 20px;
  text-align: center;
}

.floatR{
  margin-top: 20px;
  float: right;
  width: 50%;
}

.floatL{
  margin-top: 20px;
  float: left;
  width: 50%;
}

.fullBack{
 width: 100%;
 height: auto;
 position: relative;
 background-color: #d8d8d6;
 overflow: hidden;
 margin-top: -20px;
 margin-bottom: -40px;
}

.fullBack h4{
 font-size: 30px;
 font-weight: 300;
 margin-bottom: 10px;
}

.fullBack img{
 width: 100%;
 max-width: 1300px;
 min-width: 900px;
 left: 45%;
 position: relative;
 z-index: 1;

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

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

div.txtAbs{
  position: absolute;
  top: 50%;
  left: 65%;
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 20px; 
  box-sizing: border-box;
  z-index: 2;

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

.btnDemo{
  margin-top: 10px;
  padding: 6px 10px;
  box-sizing: border-box;
  background-color: #67B346;
  max-width: 130px;
  text-align: center;
}

.tdTxt h5{
 font-size: 28px; margin-bottom: 10px;
 font-weight: 300; 
}

.tdTxt{
  width: 50%;
 text-align: left;
 padding: 20px;
}
.tdImg{
  width: 40%;
}

.tdImg img{
 margin-bottom: -5px;
 width: 100%;
}

.tdTxt h4{
 font-size: 38px; margin-bottom: 20px;
 font-weight: 300; 
}

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

.añoGratis{
  background-color: #4B8433;
  color: #fff;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
}


.seguridadMeraki{
  color: #353538;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #F2F2F2
}


div.menuPie{
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #67B346;
  text-align: center;


}

.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: 18%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  display: inline-table;
  position: relative;
}


.boxMP li{
  list-style: none;
}

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

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

}

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

.titLista{
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

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

.logoHead{
  height: 55px;
  margin-bottom: -20px;
}



.boxTab{
  width: 100%;
  height: auto;
  text-align: left; 
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: -40px;
}

.boxTab h3{
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 10px;
}

.boxTab p{
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

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

.change{
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  background-color: #E0E1E5;
  overflow: hidden;
}

.imgChange{
  position: absolute;
  width: 100%;
  max-width: 1000px;
  min-width: 800px;
  top: 50%;
  left: 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%);
}




.limitHot{
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  height: auto;
  text-align: left;
  padding: 10px; box-sizing: border-box;
}

.limitHot h4{
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}

.limitHot p{
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}


.limitHot img{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.floatR{
  margin-top: 20px;
  float: right;
  width: 50%;
}

.floatL{
  margin-top: 20px;
  float: left;
  width: 50%;
}


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

.formulario{
  z-index: 30000;
  border-radius: 7px;
  max-width: 550px;
  width: 0px;
  height: auto;
  box-sizing: border-box;
  background-color: tomato;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -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.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;
}

.boxImHead{
  width: 100%;
  height: 150px;
  position: relative;
}
.boxImHeadFlow{
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.boxImHeadFlow img{
  min-height: 250px;
  position: absolute;
  top: 55%;
  left: 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%);
}

.pickHead{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 80px;
  z-index: 3;
  overflow: hidden;
}

.pickHead img{
 width: 100%;
}

.boxForm{
  width: 100%;
  height: auto;
  position: relative;
  padding: 20px;
  background-color: #fff;
  padding-top: 80px;
}

/*Seccion funciones hover menu superior*/
.put{display: none;}

nav ul li:hover{background-color: #FF8700; border-radius: 8px; color: #fff; }
nav ul li:hover a{color: #fff; }
.btnClick:hover{background-color: rgba(51, 102, 204, .6); border-radius: 20px; color: #fff; }
.btnClick2:hover{background-color: rgba(51, 102, 204, .6); border-radius: 8px; color: #fff; }


.listPrice{font-size: 16px; margin-top: 5px; }
.precio{font-size: 35px; line-height: 35px; }
.btnPrice{padding:5px 20px; box-sizing: border-box; border: solid 2px #000; border-radius: 6px; }

.limitPlan{width: 100%; height: auto; padding: 20px; box-sizing: border-box; position: relative; margin: 0 auto; max-width: 1400px; vertical-align: middle; display: inline-table;}
.boxHalfPlanA{width: 45%; position: relative; height: auto; display: inline-table; vertical-align: middle; }
.boxHalfPlanB{width: 39%; position: relative; height: auto; display: inline-table; vertical-align: middle; }
.boxHalfPlanB img{width: 100%; border-radius: 20px; max-width: 400px; }
.txtPlan{padding: 15px; box-sizing: border-box; text-align: left; }

.boxHalfPlan{width: 38%; position: relative; height: auto; display: inline-table; vertical-align: top; margin-top: 20px; }
.txtPlan img{width: 100%; border-top-right-radius: 20px; border-top-left-radius: 20px;}
.txtPlan p{padding: 0px 20px;}
.txtPlan h3{padding: 0px 20px;}


.mensualidadesBox{width: 100%; height: auto; position: relative; display: inline-table; vertical-align: middle; text-align: center;}
div.mensualidadA{width: 40%; text-align: center; border: solid 2px #000000; border-radius: 10px; display: inline-table; vertical-align: middle;}
div.mensualidadB{width: 40%; text-align: center; border: solid 2px #000000; border-radius: 10px; display: inline-table; vertical-align: middle; background-color: #3366CC; color: #fff;}

.btnBACK{width: 40px; height: 40px; position: absolute; left: 15px; top: 50%; background-color: transparent; border-radius: 50%; z-index: 3; border: solid #000 2px;} .btnBACK:hover{cursor: pointer; }
.btnNEXT{width: 40px; height: 40px; position: absolute; right: 15px; top: 50%; background-color: transparent; border-radius: 50%; z-index: 3; border: solid #000 2px;} .btnNEXT:hover{cursor: pointer;}
.btnClick{width: 100%; height: 100%; position: absolut; z-index: 10; display: none; background-color: transparent;}
.plAA {display: none; margin-left: 11px;} .plAB {display: none; margin-left: 11px;} .plAC {display: none; margin-left: 11px;} .plAD {display: none; margin-left: 11px;}
.NAB{display: table;}
.BAA{display: table;}

.boxPl{text-align: center; max-width: 100%; padding: 10px; box-sizing: border-box; text-align: center;}
.btnPlan{display: inline-table; width: 40%; margin: 5px auto; border-radius: 10px; border: solid 2px #000; vertical-align: middle;}
.blue{background-color: #3366cc; color: #fff;}
.btnPlan:hover {cursor: pointer;}

.boxPrice1{display: block; width: 100%; margin: 0 auto;}
.boxPrice2{display: block; width: 100%; margin: 0 auto; display: none;}


/* 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; margin-top: -15px;
  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{margin-top: 10px;}

.boxBtnMenu{position: absolute; width: 30px; height: 30px; right: 20px; top: 30px; 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 ;
}
.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 only screen and (max-width: 1400px) {

.imTxt{
  width: 100%;
}



}


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

.imgWhy{
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 800px; 
  margin: 0 auto;
  position: relative;
  -webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}

.marcoHalf{
  width: 100%;
  padding: 10px;
  max-width: 900px;
  margin: 0 auto;
}

.logoPie{
  width: 100%;
  position: relative;
  display: block;
}

.boxMP{
  width: 30%;
  position: relative;
  margin-bottom: 20px;
}

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


}



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

.boxHalfR{
  width: 100%;
  display: block;
}

.boxHalfR p{
  width: 100%;
  display: block;
  max-width: 700px;
}




}


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

.solMeraki{
  width: 100%;
}

.tdTxt{
 display: block;
 float: left;
 position: relative;
 width: 100%;
 text-align: left;
 padding: 30px;
}

.tdImg{
  width: 100%;
  float: left;
  display: block;
  position: relative;
  text-align: center;
}

.fRigth{
  float: right;
}

.tdImg img{
 width: 100%;
 margin: 0 auto;
 position: relative;
}

.beneficiosBox{
  margin-top: 15px;
  width: 100%;
  height: auto;
  text-align: center;
  display: inline block;
  position: relative;
}

.icon{
  display: block;
  text-align: left;
  margin: 10px auto;
}


/*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; top: 0px; left: 0px; position: fixed;}
.limitBoxMenu a{color: #fff; font-size: 20px;}
.limitBoxMenu ul{ margin-top: 70px; margin-left: -20px;}
.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 only screen and (max-width: 600px) {

.solMeraki{
  width: 100%;
  padding: 0px;
  margin-top: 10px;
}


.tdTxt h4{
 font-size: 26px;
}

.boxMP{
  width: 45%;
  position: relative;
  margin-bottom: 20px;
  margin: 10px 1%;
}


}
