
html, body{
    font-family: 'Nunito Sans', sans-serif;
}
#wrapfull{
    position: relative;
}
header{
    position: absolute;
    height: 60px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
header.fixed {
    background-color: rgba(244, 246, 247, 0.7) !important;
}

#containermenu{
    width: 100%;
    height: 45px;
    position: relative;
}
#hsmenu{
    width: 22px;
    height: 22px;
    /*background: url("../img/menu.png");*/
    background: url("../img/menu.svg");
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 99;

}

#menubox{
    width: 50%;
    min-height: 200px;
    background: #ffffff;
    position: absolute;
    height: auto;
    z-index: 2;
    display: none;
}



#ulmenuh{
    list-style: none;
    float: left;
    margin-top: 140px;
    margin-bottom: 140px;
    width: 100%;
}

#ulmenuh li{
    float: left;
    clear: both;
}

#ulmenuh li a p{
    font-size: 20px;
    color: #31304a;
    font-weight: 800;
}

#ulmenuh li a{
    color: #31304a;
    font-weight: 800;
    transition: all 0.5s;
    display: block;
    width: 100%;
    float: left;

}

#ulmenuh li a:visited{
    color: #31304a;
}

#ulmenuh li a.activemh{
    color: #c5e6db;

}

#ulmenuh li a:hover{
    color: #ffd3d4;
    /*-ms-transform: translate(40px,0px); /* IE 9 */
    /*-webkit-transform: translate(40px,0px); /* Safari */
    /*transform: translate(40px,0px); /* Standard syntax */
    text-indent: 40px;
}

#ulmenuh li a.activemh p{
    color: #c5e6db;

}

#ulmenuh li a:hover p{
    color: #ffd3d4;
}

#logoh{
    width: 156px;
    height: 45px;
    display: block;
    /*background: url("../img/logoh.png");*/
    background: url("../img/picbox_logo.svg");
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
    position: absolute;
    top: 12px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    fill:  #31304a;
}

.hheader{
   height: 60px;

}

#facebookh{
    width: 28px;
    height: 22px;
    display: block;
    background: url("../img/facebookh.png");
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
    position: absolute;
    right: 124px;
    top: 25px;
}

#facebookhM{
    display: none;
}

#twitterh{
    width: 28px;
    height: 22px;
    display: block;
    background: url("../img/twitterh.png");
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
    position: absolute;
    right: 92px;
    top: 25px;

}

#twitterhM{
    display: none;
}

#instagramh{
    width: 28px;
    height: 22px;
    display: block;
    background: url("../img/instagramh.png");
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
    position: absolute;
    right: 60px;
    top: 25px;

}

#instagramhM{
    display: none;
}

#whatsapph{
    width: 28px;
    height: 22px;
    display: block;
    background: url("../img/whatsapph.png");
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
    position: absolute;
    right: 30px;
    top: 25px;

}

#whatsapphM{
    display: none;
}

.prelative{
    position: relative;
}

#footer{
    width: 100%;
    min-height: 150px;
    background: #e4eaed;
}

#logof{
    width: 153px;
    height: 46px;
    display: block;
    background: url("../img/logof.png");
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
}

.txtcenter{
    text-align: center;
}

.chtext{
    font-size: 12px;
    color: #31304a;
}

#fytf{
    float: right;
    clear: both;
    font-size: 12px;
    color: #31304a;
    font-weight: 700;
    margin: 15px 0px;
    text-align: right;
}

#fytf a{
    font-size: 12px;
    color: #31304a;
    font-weight: 700;
}

#fytf span{
    padding-left: 7px;
    padding-right: 7px;
}

#direcc{
    float: right;
    clear: both;
    font-size: 12px;
    color: #31304a;
    font-weight: 700;
    margin: 0px 0px;
    text-align: right;
}

#direcc a{
    font-size: 12px;
    color: #31304a;
    font-weight: 700;
    text-align: right;
}

.mtop50{
    margin-top: 50px;
}

#pagslideh{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
#pagslideh .bx-pager.bx-default-pager a {
    background: #31304a;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#pagslideh .bx-pager-item .active{
    background: #ffd3d4!important;
}

#pagslideh .bx-pager-item{
    float: left;
    margin: 1px;
}

.backgris{
    background: #f4f6f7;
}

#wrapslider .bx-wrapper{
    margin-bottom: 0;
}

#wrapslider .bx-wrapper, #wrapslider .bx-viewport, #wrapslider .slider {
    /*min-height: 400px !important;*/
}


.bgrosa {
    background-color: #f0e5eb !important;
}

.nopaddingLR{
    padding-right: 0;
    padding-left: 0;
}

.nopaddingR{
    padding-right: 0;
}

.nopaddingL{
    padding-left: 0;
}

#nextslidh{
    position: absolute;
    top: 65%;
    right: -49px;
    z-index: 50;
    width: 29px;
    height: 53px;
    overflow: hidden;
    background-image:    url("../img/nextslide.png");
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
}

#nextslidh a{
    display: block;
    width: 29px;
    height: 53px;
}

#backslidh{
    position: absolute;
    top: 65%;
    right: 25px;
    z-index: 50;
    width: 29px;
    height: 53px;
    overflow: hidden;
    background: url("../img/backslide.png");
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
}
#backslidh a{
    display: block;
    width: 29px;
    height: 53px;
}

.h2slideh{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    position: absolute;
    top: 25%;
    right: -330px;
    text-align: left;
    z-index: 40;
    width: 300px;
    color: #31304a;
    font-size: 1.7rem;
}

.pmomentosr{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    position: absolute;
    top: 65.5%;
    left: 80px;
    color: #31304a;
}

.vergal{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    position: absolute;
    top: 52%;
    right: 0px;
    background: #ffd3d4;
    color: #31304a;
    font-weight: 700;
}
.vergal a{
    padding: 25px 14px;
    display: block;
    line-height: 16px;
    color: #31304a;
}

.showmenoripad{
    display: block;
}

.hidemenoripad{
    display: none;
}

.imgcien{
    width: 100%;
}

.allcien{
    width: 100%;
}

.boxpicbox{
    float: left;
    width: 100%;
    height: 40%;
    background: #fdede8;
    position: relative;

}

.whatscotiza{
    float: left;
    width: 100%;
    height: 60%;
    background: #c5e6db;
}

.txtallch{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #31304a;
    font-weight: 400;
}

.paddingsboxh{
    margin: 20px 50px 0px 30px;
}


#picboxH{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 4em;
    color: #31304a;
    font-weight: 800;
    margin-top: 2em;
    margin-left: 30px;

}

#maspicbox p{
    float: left;
    display: block;
    background: #c5e6db;
    color: #31304a;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    font-size: 70px;
    line-height: 60px;
    padding: 10px 20px;
    margin: 0;

}

.solomovil{
    display: none;
}

.solodesktop{
    display: block;
}

.boxmaxpicbox{
    position: absolute;
    top: 0px;
    left: 0px;
}


.botbox{
    height: 82px;
    width: 82px;
    position: absolute;
}

.botvideo{
    right: 0px;
    bottom: 0px;
    background: #ffd3d4;
}

.botvideo a{
    display: block;
    height: 60%;
    text-align: center;
    margin-top: 20%;
}

.botvideo a img{
   max-height: 100%;
}

.botnextgal{
    right: 0px;
    top: 82px;
    background: #ffd3d4;
}

.botnextgal a{
    display: block;
    height: 60%;
    text-align: center;
    margin-top: 20%;
}

.botnextgal a a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}


.botnextgal a img{
    max-height: 100% !important;
    max-width: 100%;
}

.botvideo a img{
    max-height: 100%;
}

.botbackgal{
    right: 0px;
    top: 0px;
    background: #edefea;
}

.botbackgal a{
    display: block;
    height: 60%;
    text-align: center;
    margin-top: 20%;
}

.botbackgal a a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.botbackgal a img{
    max-height: 100% !important;
    max-width: 100%;
}

.closemenu{
    right: 0px;
    bottom: 0px;
    background: #ffd3d4;
    color: #31304a;
}

.closemenu a{
    color: #31304a;
    font-size: 70px;
    font-weight: 200;
    padding: 0px 20px;
    display: block;
    line-height: 80px;
    text-decoration: none;
}

.botconocemas{
    right: 0px;
    bottom: 82px;
    background: #ebf6f8;
}

.botconocemas a {
    display: block;
    text-align: left;
    padding: 20px 15px;
}

.botconocemas a p {
    color: #31304a;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
}

.txtbotbox{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

#foosocimob{
    display: none;
}

.showjustmobile{
    display: none;
}

.wraptexthm{
    position: absolute;
}

.txthbigbold{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 4em;
    color: #31304a;
    font-weight: 800;
}
.txthmediumbold{
    font-family: 'Nunito Sans', sans-serif;
    color: #31304a;
    font-size: 40px;
    font-weight: 800;
    margin:0;
    line-height:45px;
}

.txthmediumboldless{
    font-family: 'Nunito Sans', sans-serif;
    color: #31304a;
    font-size: 30px;
    font-weight: 800;
    margin:0;
    line-height:45px;
}

.txthsmallhlig{
    font-family: 'Nunito Sans', sans-serif;
    color: #31304a;
    font-size: 14px;
    font-weight: 400;
}

.abscabina{

    bottom: 20px;
    left: 60px;
    width: 40%;
}

.absblog{
    bottom: 100px;
    left: 60px;
    width: 70%;
    background: #ffffff;
    padding:10px;
}

.abswhats{
    bottom: 280px;
    left: 60px;
    width: 50%;
}

.txthsmallhlig a{
    font-family: 'Nunito Sans', sans-serif;
    color: #31304a;
}

.linerayita{
    line-height: 30px;
}

.botwhatsa{
    left: 0;
    bottom: 0;
    background: #ffffff;
}

.botwhatsa a{
    display: block;
    height: 60%;
    text-align: center;
    margin-top: 20%;
}

.botwhatsa a img{
    max-height: 100%;
    height: 100%;
    max-width: 100%;
}

.martop50{
    margin-top: 50px!important;
}
.martop150{
    margin-top: 150px;
}

.marbottom50{
    margin-bottom: 50px;
}

.marbottom100{
    margin-bottom: 100px;
}



.pad20all{
    padding: 20px;
}
.pad60all{
    padding: 60px;
}

.pad50bottom{
    padding-bottom: 50px;
}

.pad50top{
    padding-top: 50px;
}

.padtop0{
    padding-top: 0px;
}
.padbottom0{
    padding-bottom: 0;
}

.martop0{
    margin-top: 0;
}

.marbottom0{
    margin-bottom: 0;
}

.containerlogo{
    height: 100px;
    width: 100%;
    position: relative;
}

.containerlogo img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;

}

.wrapfind{
    width: 100%;
    border-bottom: solid 1px  #31304a;
    position: relative;
}

.wrapfind input{
    width: 100%;
    border: 0;
    padding: 10px 30px 10px 10px;
}

#search{
    width: 36px;
    height: 25px;
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    background: url('/img/search.png') no-repeat;
    background-size: contain;
}

.grid{
    width: 100%;
}

.grid-sizer{
    width: 25%;
}
.grid-item{
    width: 25%;
    border: 0;
    height: 285px;
}

.grid-item .lazygal{
    width: 100%;
}

.grid-item--width2{
    width: 50%;
    border: 0;
    height: 570px;
}

.mesesgal{
    background: #c5e6db;
}

.txtbigfont {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 4em;
    color: #31304a;
    font-weight: 800;
}

.mestxt{
    bottom: 130px;
    left: 60px;
    position: absolute;
}

.mesnumber{
    bottom: 120px;
    left: 60px;
    position: absolute;
}

.titugalesch{
    bottom: 60px;
    left: 60px;
    position: absolute;
    width: 50%;
}

#wrapslidergal{
    height: 100%!important;
    position: relative;
}

#wrapslidergal .slider{
    height: 100%!important;
}

#wrapslidergal .slider div{
    height: 100%!important;
}
#wrapslidergal .bx-wrapper {
    height: 100%!important;
}

#wrapslidergal .bx-viewport {
    height: 100%!important;
}

.galeaa{
    width: 100%;
    height: 100%;
    display: block;
}

.mascarab{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.masgalmask{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    font-size: 90px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 55px;
    width: 55px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
}

.txthsmallhligwhite{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 10%;
    text-align: center;
}

.cotiza{
    /*margin-top: 200px;*/
}

.nomargincotiza{
    margin-top: 0px!important;
}

.cotiza a{
    color: #31304a;
    text-decoration: none;
}
.cotizar{
    background:#d4ecdc ;
    padding: 100px;
    width: 100%;
}

.closegalery{
    top: 0px!important;
    right: 0px!important;
    bottom: auto!important;
    background: #c5e6db!important;
}

.mesesgalsingle{
    background: #e1ebf5 ;
}

.boxtweeter{
    right: 0px;
    top: 0px;
    background: #c5e6db;
}

.boxfacebook{
    right: 82px;
    top: 0px;
    background: #e1ebf5;
}

.boxdownload{
    right: 164px;
    top: 0;
    background: #f0e5eb;
}

.boxaimg a{
    display: block;
    height: 60%;
    text-align: center;
    margin-top: 20%;
}

.boxaimg a img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fixheig{
    height: 80px;
}

.boxtweeterM{
    right: 0px;
    top: 0px;
    background: #c5e6db;
}

.boxfacebookM{
    right: 82px;
    top: 0px;
    background: #e1ebf5;
}

.boxdownloadM{
    left: 0px;
    top: 0px;
    background: #f0e5eb;
}


.centrabotsgale{
    position: absolute;
    height: 164px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 82px;
}

.slidersingleW .bx-wrapper{
    margin-bottom: 0px!important;
}

.wrapcontactraro{
    background: #fafafa;
    padding: 70px 30px;
}

#direccConta {
    float: right;
    clear: both;
    font-size: 14px;
    color: #31304a;
    font-weight: 700;
    margin: 30px 0px;
    text-align: right;
}

#direccConta a {
    font-size: 14px;
    color: #31304a;
    font-weight: 700;
    text-align: right;
}

.contactoboxminh{
    min-height: 570px;
}

.boxpiccontact{
    background: #c5e6db;

}

.boxdigtalesconta{
    background: #eef2f5;
}

.morepicb{
     top: 0px!important;
     right: 0px!important;
     bottom: auto!important;
     background: #fcf9da!important;
}

.moredigst{
    top: 0px!important;
    right: 0px!important;
    bottom: auto!important;
    background: #ffd3d4!important;
}

.positionboxcontact{
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.espcajacont{
    padding: 10px 5px;
    max-width: 100%;
    width: 70%;

}

.fontchbold700{
    font-weight: 700;
}

#wrapform{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e1ebf5;
    display: none;
}

.forminputc{
    border: 0;
    border-bottom: solid 1px #31304a;
    color: #31304a;
    background: none!important;
    width: 100%;
}

.border0{
    border: 0;
}

.form-group{
    margin: 0;
}

.manejapercent{
    width: 60%;
    margin-left: 20%;
}

.bordecomen{
    border: solid 1px #31304a;
    color: #31304a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 17px;
    margin-top: 17px;
}

#sendform{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 164px;
    height: 82px;
    background: #ffd3d4;
    border: 0;
    padding:0;
    cursor: pointer;
}

.flechafrr{
    float: right;
    height: 40%;
    margin-right:30px;
}

.flechafrr img{
    max-height: 100%;
}
.enviarfrr{
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 30px;
}

#map{
    min-height: 400px;
    width: 100%;
}

#dir1{
    background: #f0e5eb;
    min-height: 160px;
}
#dir2{
    background: #fcdfd7;
    min-height: 160px;
}
#dir3{
    background: #eef2f5;
    min-height: 160px;
}
#dir4{
    background: #e1ebf5;
    min-height: 160px;
}
#dir5{
    background: #fcf9da;
    min-height: 160px;
}
#dir6{
    background: #c5e6db;
    min-height: 160px;
}
.positionmap{
    color: #31304a;
}
.positionmap:hover{
    color: #31304a;
}

.dirtitlepad{
    padding-top: 15px;
    padding-left: 10px;
}

.dircontpad{
    padding-left: 10px;
}

#positionbots{
    position: absolute;
    top: 15px;
    right: 0px;
}

.amarillofra{
    background: #fcf9da!important;
}
.hoverazul:hover{
    color: #31304a;
}

.aboutushead{
    height: 500px;
    background: url("/img/mosotros.jpg") center center;
    background-size: cover;
}

#slideabout{
    height: 260px;
    width: 100%;
}
#slideHeigabo{
    height: 260px;
    margin-right: -15px;
    margin-left: -15px;
}
.slideabo{
    width: 100%;
    height: 260px;
}

.slideabou1{
    background: #c5e6db;
    width: 100%;
}
.slideabou2{
    background: #f0e5eb;
    width: 100%;
}
.slideabou3{
    background: #fcdfd7;
    width: 100%;
}

.coliz50{
    width: 50%;
    float: left;
}
.colder50{
    width: 50%;
    float: left;
}

.img3sli{
    height: 200px;
    float: right;
    margin:30px 30px;
}

#botonsslidus{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 164px;
}

.pad15left{
    padding-left: 15px;
}

.marginlr10{
    margin-left:10px;
    margin-right: 10px;
}

.moradous{
    background: #f0e5eb;
}

.verdeus{
    background: #c5e6db;
}

.txtbold{
    font-weight: 800;
}

.alignR{
    text-align: right;
}
.alignL{
    text-align: left;
}

.pad170top{
    padding-top: 170px;
}

#circleleft{
    width: 90px;
    height: 90px;
    border-bottom-left-radius: 100% ;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}

#circleright{
    width: 90px;
    height: 90px;
    border-bottom-right-radius: 100% ;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.queincluyecir{
    width: 120px;
    height: 100px;
    top: -40px;
    right: -60px;
    position: absolute;
    z-index: 9;
    text-align: center;

}

.backpinkR{
    background: #ffd3d4!important;
    right: 0;
    left: auto!important;
}

.backpinkR p{
    background: #ffd3d4!important;
}

.blogheight{
    height: 500px;
}

.medialaturaT{
    height: 50%;
    width: 100%;
    overflow: hidden;
}
.medialaturaB{
    height: 50%;
    width: 100%;
}

.pad30LR{
    padding-left: 30px;
    padding-right: 30px;
}

.paddtopdinayline{
    line-height: 35px;
    padding-top: 30px;
}

.continueb{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.continueb:hover{
    color: #31304a;
}


.rosamamey{
    background: #fcdfd7;
}

.grisazulado{
    background: #eef2f5;
}

#colum1{
    width: 40%;
    background: #d4ecdc;
    float: left;
    padding-bottom: 50px;
}
#colum2{
    width: 20%;
    background: #eef2f5;
    float: left;
    padding-bottom: 50px;
}
#colum3{
    width: 20%;
    background: #fcdfd7;
    float: left;
    padding-bottom: 50px;
}
#colum4{
    width: 20%;
    background: #e1ebf5;
    float: left;
    padding-bottom: 50px;
}

.wrappaqtable{
    padding-bottom: 50px;
}
.bloquew{
    height: 10px;
    width: 100%;
    background: #ffffff;
}

.txthmediumboldlessMore{
    font-size: 16px;
    font-weight: 800;
    color: #31304a;
    padding: 5px 10px;
    margin: 0;
}

.padd0y10{
    padding: 0px 10px;
}

.pad15TB{
    padding-top: 15px;
    padding-bottom: 15px;
}

#video1{
    width: 100%;
    height: 100%;
}

#playvideocab{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: url("/img/playvidepcab.png") center center no-repeat;
    background-size:  contain;
    z-index: 999;
    display: block;
    cursor: pointer;
}

.wrapvideo{
    width: 100%;
    margin-top: 70px;
}

.posvideo1{
    position: absolute;
    bottom: 60px;
    left: 40px;
    color: #ffffff;
}

.posvideo2{
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: #ffffff;
}

.cabinaminimore{
    background: #eaeaea;
    top: 80px;
    right: 0px;
}

.cabinamore{
    background: #c5e6db;
    top: 0;
    left: 0;
    right: auto;
}

.forceblue{
    color: #31304a!important;
}

.cincuentapercentH{
    height: 50%;
}
.cincuentapercW{
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
    height: 100%;
}

.posminiboxcabMay{
    left: 20px;
    bottom: 100px;
    position: absolute;
}
.posminiboxcabMin{
    left: 20px;
    bottom: 30px;
    position: absolute;
}

.cotizarBW{
    background: #ffffff!important;
}

.fixhe4new{
    min-height: 497px;
}

.fixhe4newmitad{
    min-height: 248px;
}

.fixlineheboxis{
    line-height: 28px!important;
}
.cienpercentH{
    height: 100%;
}

.fixhecabmov{
    height: 570px;
}

.imgciencien{
    width: 100%;
    height: 100%;
}

.underlines{
    text-decoration: underline;
}

.solomovil .bx-wrapper{
    margin-bottom: 0;
}

.contalogo{
    height: 140px;
    text-align: center;
    padding: 0;
}

.noundeline{
    text-decoration: none!important;
}

#multicamara{
    background: url("/img/multicamara.jpg");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

#greenscreen{
    background: url("/img/greenscreen.jpg");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

#instaprint{
    background: url("/img/ipadbooth.jpg");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

.tresass{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


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

    .grid-item--width2 {
        height: 480px;
    }
    .grid-item.size {
        height: 240px;
    }

    .manejapercent {
        width: 70%;
        margin-left: 15%;
    }

    .pad30LR{
        padding-left: 20px;
        padding-right: 20px;
    }

    .paddtopdinayline{
        line-height: 30px;
        padding-top: 20px;
    }

    .medialaturaT{
        height: 45%;
        width: 100%;
        overflow: hidden;
    }
    .medialaturaB{
        height: 55%;
        width: 100%;
    }

    .fixhe4new{
        min-height: 481px;
    }
    .fixhe4newmitad {
        min-height: 240px;
    }

    .fixhecabmov {
        height: 480px;
    }
}

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

    .grid-item--width2 {
        height: 360px;
    }
    .grid-item.size {
        height: 180px;
    }
    .h2slideh{
        font-size:20px ;
    }

    #nextslidh{
        position: absolute;
        top: 65%;
        right: -49px;
        z-index: 50;
        width: 24px;
        height: 53px;
        overflow: hidden;
        background-image:    url("../img/nextslide.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
    }

    #nextslidh a{
        display: block;
        width: 24px;
        height: 53px;
    }

    #backslidh{
        position: absolute;
        top: 65%;
        right: 25px;
        z-index: 50;
        width: 24px;
        height: 53px;
        overflow: hidden;
        background: url("../img/backslide.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
    }
    #backslidh a{
        display: block;
        width: 24px;
        height: 53px;
    }

    #maspicbox p {
        font-weight: 200;
        font-size: 60px;
        line-height: 50px;
        padding: 5px 15px;
        margin: 0;
    }

    #picboxH {
        font-size: 3em;
        margin-top: 1.7em;
        margin-left: 20px;
    }
    .paddingsboxh {
        margin: 10px 30px 0px 20px;
    }
    .txtallch {
        font-size: 12px;
    }

    .botbox{
        height: 66px;
        width: 66px;
        position: absolute;
    }

    .botconocemas{
        right: 0px;
        bottom: 66px;
        background: #ebf6f8;
    }

    .botconocemas a {
        display: block;
        text-align: left;
        padding: 12px 8px;
    }

    .botconocemas a p {
        color: #31304a;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 14px;
        font-weight: 800;
        margin: 0;
    }

    .closemenu a {
        color: #31304a;
        font-size: 60px;
        font-weight: 200;
        padding: 0px 15px;
        display: block;
        line-height: 66px;
        text-decoration: none;
    }

    .txthmediumbold {
        font-size: 30px;
    }

    .txthsmallhlig {
        font-size: 12px;
    }

    .abscabina {
        bottom: 15px;
        left: 35px;
        width: 55%;
    }

    .absblog {
        bottom: 35px;
        left: 35px;
        width: 75%;
    }

    .abswhats {
        bottom: 90px;
        left: 40px;
        width: 50%;
    }

    .botnextgal {
        right: 0px;
        top: 66px;
        background: #ffd3d4;
    }

    .txtbigfont {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 3em;
        color: #31304a;
        font-weight: 800;
    }

    .mestxt {
        bottom: 89px;
        left: 25px;
        position: absolute;
    }
    .mesnumber {
        bottom: 79px;
        left: 25px;
        position: absolute;
    }

    .titugalesch {
        bottom: 25px;
        left: 25px;
        position: absolute;
        width: 50%;
    }

    .txthsmallhligwhite {

        bottom: 0px;
    }

    .masgalmask {

        font-size: 75px;
        text-align: center;
    }

    .boxtweeter{
        right: 0px;
        top: 0px;
        background: #c5e6db;
    }

    .boxfacebook{
        right: 66px;
        top: 0px;
        background: #e1ebf5;
    }

    .boxdownload{
        right: 132px;
        top: 0px;
        background: #f0e5eb;
    }

    .boxaimg a{
        display: block;
        height: 60%;
        text-align: center;
        margin-top: 20%;
    }

    .boxaimg a img {
        max-height: 100%;
        max-width: 100%;
    }

    .boxtweeterM{
        right: 0px;
        top: 0px;
        background: #c5e6db;
    }

    .boxfacebookM{
        right: 66px;
        top: 0px;
        background: #e1ebf5;
    }

    .boxdownloadM{
        left: 0px;
        top: 0px;
        background: #f0e5eb;
    }

    .centrabotsgale{
        width: 66px;
        position: absolute;
        height: 132px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        margin: auto;
    }

    .positionboxcontact{
        position: absolute;
        bottom: 60px;
        left: 30px;
    }

    .espcajacont{
        padding: 10px 5px;
        max-width: 100%;
        width: 70%;

    }

    .txthmediumboldless{
        font-family: 'Nunito Sans', sans-serif;
        color: #31304a;
        font-size: 24px;
        font-weight: 800;
        margin:0;
        line-height:45px;
    }

    .manejapercent {
        width: 80%;
        margin-left: 10%;
    }

    #botonsslidus{
        position: absolute;
        right: 0px;
        bottom: 0px;
        height: 132px;
    }

    .backpinkR{
        background: #ffd3d4!important;
        right: 0;
        left: auto!important;
        top: 0;
        bottom: auto!important;
    }

    .pad30LR{
        padding-left: 15px;
        padding-right: 15px;
    }

    .paddtopdinayline{
        line-height: 25px;
        padding-top: 15px;
    }

    .medialaturaT{
        height: 40%;
        width: 100%;
        overflow: hidden;
    }
    .medialaturaB{
        height: 60%;
        width: 100%;
    }

    .txthmediumboldlessMore{
        font-size: 13px;
        font-weight: 800;
        color: #31304a;
        padding: 5px 10px;
    }

    .posvideo1{
        position: absolute;
        bottom: 40px;
        left: 20px;
        color: #ffffff;
    }

    .posvideo2{
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: #ffffff;
    }

    .cabinaminimore{
        background: #eaeaea;
        top: 66px;
        right: 0px;
    }

    .cabinamore{
        background: #c5e6db;
        top: 0;
        left: 0;
        right: auto;
    }

    .fixhe4new {
        min-height: 360px;
    }

    .fixhe4newmitad {
        min-height: 180px;
    }

    .fixhecabmov {
        height: 360px;
    }
}

@media only screen and (max-width: 767px) {
    .h2slideh{
        font-family: 'Nunito Sans', sans-serif;
        font-size: 20px;
        font-weight: 900;
        position: absolute;
        top: 65%;
        left: 20px;
        text-align: left;
        z-index: 40;
        width: 300px;
        color: #31304a;
        display: none;
    }

    #nextslidh{
        position: absolute;
        top: 40%;
        right: 25px;
        z-index: 50;
        width: 17px;
        height: 53px;
        overflow: hidden;
        background-image:    url("../img/nextslide.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
    }

    #nextslidh a{
        display: block;
        width: 29px;
        height: 53px;
    }

    #backslidh{
        position: absolute;
        top: 40%;
        left: 25px;
        z-index: 50;
        width: 17px;
        height: 53px;
        overflow: hidden;
        background: url("../img/backslide.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
    }
    #backslidh a{
        display: block;
        width: 29px;
        height: 53px;
    }

    .backgris {
        background: #f4f6f7;
        height: 80px;
    }

    #pagslideh {
        position: absolute;
        bottom: 30px;
        left: 20px;
    }

    .pmomentosr {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 16px;
        position: absolute;;
        top: -90px;
        left: 20px;
        color: #31304a;
    }

    .showmenoripad{
        display: none;
    }

    .hidemenoripad{
        display: block;
    }

    .vergal {
        top: -80%;
    }

    #hsmenu{
        width: 20px;
        height: 20px;
       /*background: url("../img/menu.png");*/
        background: url("../img/menu.svg");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        display: block;
        position: absolute;
        top: 25px;
        left: 30px;
    }

    #logoh{
        width: 120px;
        height: 45px;
        display: block;
        /*background: url("../img/logoh.png");*/
        background: url("../img/picbox_logo.svg");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        top: 12px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    #facebookh{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/facebookh.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        right: 108px;
        top: 25px;
    }

    #facebookhM{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/facebookh.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        right: auto;
        left: 35px;
        top: auto;
        bottom: 60px;
        display: block;
    }

    #twitterh{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/twitterh.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        right: 82px;
        top: 25px;

    }

    #twitterhM{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/twitterh.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        left: 75px;
        right: auto;
        top: auto;
        bottom: 60px;
        display: block;
    }


    #instagramh{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/instagramh.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        right: 56px;
        top: 25px;

    }

    #instagramhM{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/instagramh.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        left: 110px;
        right: auto;
        top: auto;
        bottom: 60px;
        display: block;
    }

    #whatsapph{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/whatsapph.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        right: 30px;
        top: 25px;

    }

    #whatsapphM{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/whatsapph.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        left: 145px;
        right: auto;
        top: auto;
        bottom: 60px;
        display: block;
    }




    #logof {
        width: 153px;
        height: 46px;
        display: block;
        background: url(../img/logof.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 60px;
        margin: auto;
    }

    .sipaddingmobilR{
        padding-right: 15px !important;

    }
    .sipaddingmobilL{
       padding-left: 15px !important;
    }

    .solomovil{
        display: block;
    }
    .solodesktop{
        display: none;
    }

    .boxmaxpicbox{
        position: absolute;
        top: auto;
        right: 0px;
        bottom: 0px;
        left: auto;
    }

    #picboxH {
        font-size: 3em;
        margin-top: 1.7em;
        margin-left: 0px;
        text-align: center;
    }
    .paddingsboxh {
        padding: 20px 30px 20px 30px;
        margin: 0;
        text-align: center;
    }

    .boxpicbox{
        height: 370px;
    }

    .fixmobileesp{
        height: 370px;
    }

    #menubox{
        width: 100%;
    }
    #ulmenuh li a p{
        font-size: 16px;
    }

    #ulmenuh {
        list-style: none;
        float: left;
        margin-top: 110px;
        margin-bottom: 110px;
        width: 100%;
    }

    .closemenu{
        right: 0px;
        top: 0px;
        bottom: auto;
        background: #ffd3d4;
        color: #31304a;
    }

    .hmfootpicl{
        height: 150px;
    }

    #fytf{
        display: none;
    }

    .tomobilefh{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #direcc {
        float: right;
        font-size: 12px;
        color: #31304a;
        font-weight: 700;
        margin: 0px 20px 0px 0px;
        text-align: left;
        clear: none;
    }

    #foosocimob{
        display: block;
        float: left;
        /* background: red; */
        width: 100px;
        height: 30px;
        position: relative;
        margin-left: 20px;
        margin-top: 18px;
    }

    #twitterhF{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/twitterh.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        left: 45px;
        right: auto;
        top: auto;
        bottom: 0px;
        display: block;
    }

    #facebookhF{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/facebookh.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        right: auto;
        left: 0px;
        top: auto;
        bottom: 0px;
        display: block;
    }

    #instagramhF{
        width: 22px;
        height: 22px;
        display: block;
        background: url("../img/instagramh.png");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        right: auto;
        left: 88px;
        top: auto;
        bottom: 0px;
        display: block;
    }

    .showjustmobile{
        display: block;
    }

    .absblog {
        bottom: 140px;
        left: 10%;
        width: 80%;
    }

    .whatscotiza {
        height: 330px;
    }

    .abswhats {
        bottom: 55px;
        left: 0;
        width: 30%;
        right: 0;
        margin: auto;
    }

    .linerayita img{
        width: 100%;
    }

    .txtcenterjustmobile{
        text-align: center;
    }

    .botwhatsa {
        left: auto;
        bottom: 0;
        background: #ffffff;
        right: 0;
    }

    .grid-sizer{
        width: 50%;
    }
    .grid-item{
        width: 50%;
        border: 0;
        height: auto;

    }

    .grid-item .lazygal{
        width: 100%;
    }
    .grid-item.size {
        height: 270px;
    }

    .grid-item--width2{
        width: 100%;
        border: 285px;
        height: 270px;
    }

    .botnextgal {
        right: 0px;
        top: 66px;
        background: #ffd3d4;
    }

    .txthsmallhligwhite {

        bottom: 10px;
    }

    .masgalmask {

        font-size: 90px;
        text-align: center;
    }

    .positionboxcontact {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .espcajacont{
        padding: 10px 5px;
        max-width: 100%;
        width: 50%;

    }

    .tofixformpadd{
        padding-bottom: 0;
        padding-top: 32px;
    }

    .bordecomen {
        margin-top: 32px;
    }

    .contactoboxminh {
        min-height: 400px;
    }

    .hidemobile{
        display: none;
    }

    .forceback{
        top: 14px!important;
    }

    .forcenext{
        top: 80px!important;
    }

    .coliz50{
        width: 100%;
        float: left;
    }
    .colder50{
        width: 100%;
        float: left;
    }

    .img3sli {
        height: 115px;
        float: none;
        margin: 10px 10px;
        display: inline!important;
    }

    .fixlinepad{
        line-height: 30px!important;
        padding: 10px 0 0 10px;
    }

    .fixpad3sli{
        padding: 0px 0px 0px 10px;
    }

    .lesss{
        font-size: 18px!important;
    }
    .backpinkR{
        background: #ffd3d4!important;
        right: 0;
        left: auto!important;
        top: 0;
        bottom: auto!important;
    }

    .medialaturaT{
        height: 50%;
        width: 100%;
        overflow: hidden;
    }
    .medialaturaB{
        height: 50%;
        width: 100%;
    }

    .lineamovilsingle{
        border-bottom: solid 1px #eeeeee;
    }

    .bloquew{
        height: 10px;
    }

    #colum1{
        width: 50%;
        background: #d4ecdc;
        float: left;
        padding-bottom: 50px;
    }
    #colum2{
        width: 16.666%;
        background: #eef2f5;
        float: left;
        padding-bottom: 50px;
    }
    #colum3{
        width: 16.666%;
        background: #fcdfd7;
        float: left;
        padding-bottom: 50px;
    }
    #colum4{
        width: 16.666%;
        background: #e1ebf5;
        float: left;
        padding-bottom: 50px;
    }

    .txthmediumboldlessMore {
        font-size: 12px;
        font-weight: 800;
        color: #31304a;
        padding: 5px 10px;
    }

    .quitapx{
        font-size: 18px;
    }

    #playvideocab{
        width: 60px;
        height: 60px;
    }

    .posvideo1{
        position: absolute;
        bottom: 40px;
        left: 20px;
        color: #ffffff;
    }

    .posvideo2{
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: #ffffff;
    }

    .cabinaminimore{
        background: #eaeaea;
        top: 0px;
        right: 0px;
    }

    .cabinamore{
        background: #c5e6db;
        top: 0;
        left: 0;
        right: auto;
    }

    .fixhecabmov{
        height: 360px;
    }

    .fixhecabmovmitad{
        height: 180px;
    }


}
@media only screen and (max-width: 576px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #colum1{
        width: 60%;
        background: #d4ecdc;
        float: left;
        padding-bottom: 50px;
    }
    #colum2{
        width: 13.333%;
        background: #eef2f5;
        float: left;
        padding-bottom: 50px;
    }
    #colum3{
        width: 13.333%;
        background: #fcdfd7;
        float: left;
        padding-bottom: 50px;
    }
    #colum4{
        width: 13.333%;
        background: #e1ebf5;
        float: left;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 510px) {
    .pmomentosr {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 16px;
        position: absolute;;
        top: -70px;
        left: 20px;
        color: #31304a;
    }

    .abswhats {
        bottom: 55px;
        left: 0;
        width: 50%;
        right: 0;
        margin: auto;
    }

    .centrabotsgale{
        width: 66px;
        position: absolute;
        height: 132px;
        right: 0px;
        bottom: 50px;
        top: auto;
        margin: auto;
    }
}

@media only screen and (max-width: 440px) {
    .pmomentosr {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 16px;
        position: absolute;;
        top: -33px;
        left: 20px;
        color: #31304a;
        display: none;
    }

    .containerlogo img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 70%;
    }

    .mestxt {
        bottom: 89px;
        left: 15px;
        position: absolute;
        font-size: 2.8em;
    }
    .mesnumber {
        bottom: 79px;
        left: 15px;
        position: absolute;
    }

    .titugalesch {
        bottom: 25px;
        left: 15px;
        position: absolute;
        width: 50%;
    }

    .txthsmallhligwhite {

        bottom: 0px;
    }

    .masgalmask {

        font-size: 70px;
        text-align: center;
    }

    .centrabotsgale{
        width: 66px;
        position: absolute;
        height: 132px;
        right: 0px;
        bottom: 0px;
        top: auto;
        margin: auto;
    }

    .manejapercent {
        width: 90%;
        margin-left: 5%;
    }

    .medialaturaT{
        height: 35%;
        width: 100%;
        overflow: hidden;
    }
    .medialaturaB{
        height: 65%;
        width: 100%;
    }

    .lessinblog{
        font-size: 20px;
    }

    .paddtopdinayline {
        line-height: 23px;
        padding-top: 10px;
    }

    .continueb {
        position: absolute;
        bottom: 10px;
        right: 15px;
    }

    .txthmediumboldlessMore {
        font-size: 12px;
        font-weight: 800;
        color: #31304a;
        padding: 5px 10px;
    }

    .quitapx{
        font-size: 11px;
    }

    .lessmoremore{
        font-size: 9px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .palomita{
        height: 12px;
    }

    .posminiboxcabMin {
        left: 20px;
        bottom: 0px;
        position: absolute;
    }

    .posminiboxcabMay {
        left: 20px;
        bottom: 90px;
        position: absolute;
    }

    .txthbigbold {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 3em;
        color: #31304a;
        font-weight: 800;
    }

    #logoh{
        width: 95px;
        height: 45px;
        display: block;
        /*background: url("../img/logoh.png");*/
        background: url("../img/picbox_logo.svg");
        background-size:     contain;
        background-repeat:   no-repeat;
        background-position: center center;
        position: absolute;
        top: 12px;
        bottom: 0px;
        left: -50px;
        right: 0px;
        margin: auto;
    }
}

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

    .grid-item--width2 {
        height: 180px;
    }
    .grid-item.size {
        height: 180px;
    }
}