*{margin: 0; padding: 0;}
body{font-family: 'Helvetica-Light', Arial, sans-serif; overflow-x: hidden !important; }
@font-face{font-family:'Helvetica-Light'; src:url(https://www.manyar.com.mx/wp-content/themes/manyar/fonts/helvetica-light.woff2) format('woff2'); font-display: swap !important;} 
@font-face{font-family:'Helvetica-Bold'; src:url(https://www.manyar.com.mx/wp-content/themes/manyar/fonts/helvetica-bold.woff2) format('woff2'); font-display:swap !important;}
.p strong{font-family:'Helvetica-Bold'} #logo-box{height: 57.77px;} #menu-box{display:none}.main-menu{list-style:none;margin:0}.main-menu li{display:block}.main-menu li a{display:block;padding:10px;text-decoration:none;color:initial}#submenu{position:absolute;top:83px;right:0}@media screen and (min-width:992px) {header{max-height: 75px;} #menu-box{display:inline-block}.main-menu li{display:inline-block}.main-menu li a{padding:10px 0 10px 25px}}#menu_button{width:39px;overflow:hidden;margin:15px 0;float:right}#menu_label{position:relative;display:block;height:10px}#menu_label:before,#menu_label:after,#menu_text_bar{position:absolute;left:0;width:100%;height:3px;background-color:#0a5461}#menu_label:before,#menu_label:after{content:""}#menu_label:before{top:0}#menu_label:after{top:8px;width:75%;left:10px}#menu_text_bar{top:15px}#menu_text_bar:before{content:"MENU";position:absolute;top:5px;right:0;left:0;color:#48c5db;font-size:10px;font-weight:bold;text-align:center;line-height:12px;}
a, a:hover{text-decoration: none; color: inherit; }
.quicksand-font, h1, h2, h2 span, h2 strong{ font-family: 'Quicksand', sans-serif; }
.quicksand-bold { font-weight: bold; }
.helvetica{font-family: Helvetica; }
.w-100{height: auto;}
h1{font-size: 42px; font-weight: 300; }
h2{font-size: 32px; }
p{font-size: 16px; }
.color-blue{color: #48c5db; }
.color-blue-dark{color: #0a5461; }
.color-blue-dark-2{color: #1e555f; }
.color-blue-2{color: #367885; }
.color-orange{color: #f5825b; }
.color-yellow{color: #fee03f; }
.color-grey{color: #676767; }
.color-green{color: #62b146;}
.bg-light{background-color: #f2f2f2; }
.bg-blue{background-color: #48c5db; }
.bg-blue-dark{background-color: #0a5461; }
.bg-green{background-color: #62b146; }
.bg-green-2{background-color: #82CA4C; }
.banner{
background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
display: flex;
justify-content: center;
align-items: center;
}
.help-block{
color: red;
font-weight: 600;
background: #ffd2d2;
padding: 2px 6px;
} header.scroll, #submenu.fadeInRight{box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); }
#menu-box{display: none; }
#menu-box.active{display: block; height: calc(100vh - 76px); padding-top: 45px; }
.main-menu, .submenu-landing{list-style: none; margin: 0; }
.main-menu li{display: block; }
.main-menu li a{
display: block;
padding: 10px;
text-decoration: none;
color: initial;
}
#breadcrumbs{color: #fff; font-size: 15px; margin: 0; padding: 5px 0px; } .testimonio-card{margin-bottom: 25px; padding: 25px 0; }
.testimonio-img{text-align: center; display: flex; justify-content: center; }
.slick-initialized .slick-slide { display: flex !important; margin: 0 !important; }
.slick-arrow {
position: absolute;
top: calc(50% - 18px);
z-index: 1;
height: 0;
color: transparent;
width: 0;
cursor: pointer;
border: none !important;
}
.slick-next{right: 20px; }
.slick-prev{left: 0; }
.slick-next:after, .slick-prev:after{
font-family: fontAwesome;
font-size: 25px;
z-index: 1;
position: absolute;
color: #48c5db;
top: 0;
}
.slick-next:after{content: '\f138'; }
.slick-prev:after{content: '\f137'; } @media screen and (min-width: 992px) {
#menu-box { display: inline-block; }
.main-menu li{display: inline-block; }
} #menu_button {width: 39px; overflow: hidden; margin: 15px 0; float: right; cursor: pointer; }
#menu_label {position: relative; display: block; height: 10px; cursor: pointer; }
#menu_label:before, #menu_label:after, #menu_text_bar {position: absolute; left: 0; width: 100%; height: 3px; background-color: #0a5461; }
#menu_label:before, #menu_label:after {content: ''; transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55) left; }
#menu_label:before {top: 0; }
#menu_label:after {top: 8px; width: 75%; left: 10px; }
#menu_text_bar {top: 15px; }
#menu_text_bar:before {
content: 'MENU';
position: absolute;
top: 5px;
right: 0;
left: 0;
color: #1e555f;
font-size: 10px;
font-weight: bold;
text-align: center;
line-height: 12px;
}
#menu_button.open #menu_label:before {left: -55px; }
#menu_button.open #menu_label:after {left: 55px; }
#menu_button.open #menu_label #menu_text_bar:before {
animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
}
@keyframes moveUpThenDown {
0% { top:0; }
50% { top:-27px;}
100%{ top:-14px; }
}
@keyframes shakeWhileMovingUp {
0%{ transform: rotateZ(0); }
25%{ transform:rotateZ(-10deg); }
50%{ transform:rotateZ(0deg); }
75%{ transform:rotateZ(10deg); }
100%{ transform:rotateZ(0); }
}
@keyframes shakeWhileMovingDown {
0%{ transform:rotateZ(0); }
80%{ transform:rotateZ(3deg); }
90%{ transform:rotateZ(-3deg); }
100%{ transform:rotateZ(0); }
} #totop{
visibility: hidden;
opacity: 0;
position: fixed;
bottom: 15%;
right: 0;
transform: translateX(35px);
padding: 15px;
background-color: #0a5461;
border-radius: 10px 0 0 10px;
box-shadow: rgba(49, 48, 47, 0.188235) 0px 2px 5px 0px;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
z-index: 10;
}
#totop.active{visibility: visible; opacity: 1; transform: translateX(0); cursor: pointer; }
#totop .fa{color: #FFFFFF; }
#footer-logo-lp{width: 100%; max-width: 185px; padding: 3rem 0; height: auto;}
.ft-social{display: inline-flex; margin: 10px 28px; align-items: center; }
.ft-social img{width: 26px; height: 20px; object-fit: contain; margin-right: 8px; }
#btn-wa {
border-radius: 0;
background-color: #65bc54;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
position: fixed;
bottom: 0;
left: 40px;
width: 300px;
height: 40px;
z-index: 999;
animation-name: groundUp;
animation-duration: .8s
}
#btn-wa img {display: inline-block; vertical-align: middle; margin: 3px 8px; width: auto; height: 100% }
@keyframes groundUp {
0% {transform: scale(0) }
90% {transform: scale(1.1) }
100% {transform: scale(1) }
}
.btn-whats {
position: fixed;
top: 85%;
z-index: 99999;
left: 15px;
display: none;
}
.btn-whats img {
width: 60px;
}
.titulo-secciones {
font-size: 29px;
margin-top: 5px;
}
.titulo-secciones2 {
font-size: 20px;
margin-top: 5px;
}
.boton-cotiza {
background-color: #5cb85c;
color: #fff;
padding: 10px;
border-radius: 50px;
width: 250px;
font-family: 'Quicksand', sans-serif;
font-size: 25px;
border: 0px;
}
.boton-cotiza2 {
background-color: #5cb85c;
color: #fff;
padding: 5px;
border-radius: 50px;
width: 200px;
font-family: 'Quicksand', sans-serif;
font-size: 20px;
border: 0px;
margin-top: 15px;
}
.btn-blue-contact{
color: #FFFFFF;
background: #48c5db;
border-radius: 25px;
padding: 10px 20px;
font-weight: bolder;
font-size: 14px;
border: none;
}