/***** site  ****/
a{
    text-decoration: none !important;
}
.logo{
    width: 190px;
}
/*** site ***/
.main-menu ul > li.nav-item > a.nav-link:focus {
    outline: none;
}
.site-header .navbar {
    padding: 30px 0;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}
.th-primary-outline:focus {
    outline: none;
    color: #fff;
}
.th-primary-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: all 0.6 ease;
}
.th-primary-outline:hover {
    background: #6419d9;
    border: 1px solid #6419d9;
    color: #fff;
    transition: all 0.6s ease;
}
.btn-mr, .single-blog-post a.blg-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 13px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 24px;
    white-space: nowrap;
}
.btn-mr.pill, .single-blog-post a.pill.blg-link {
    border-radius: 999px;
}
.main-menu a.btn-mr, .main-menu .single-blog-post a.blg-link, .single-blog-post .main-menu a.blg-link {
    margin-left: 30px;
    padding: 8px 30px;
    line-height: inherit;
}
.main-menu ul > li.nav-item > a.nav-link {
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}
.bannerarea {
    height: 100vh;
    width: 100%;
}
.bannerarea.home-page-1 {
    background-image: url(../Img/banner1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.bn-height {
    height: 100vh;
}
.banner-content {
    color: #fff;
    position: relative;
    z-index: 888;
}
.banner-content h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #fff;
}
.banner-content h2 {
    font-size: 50px;
    line-height: 50px;
}
.banner-content p {
    font-size: 18px;
    margin: 0 0 30px;
    padding-right: 150px;
    color: #fff;
}
.banner-content .btn{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 13px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 24px;
    white-space: nowrap;
    outline: none;
    transition: all 0.6s ease;
}
.banner-content .btn:hover{
    background: #290f52;
    color: #fff;
    transition: all 0.6s ease;
}
.banner-content .btn-primary{
    background: #290f52;
    border: 0;
    font-weight: bold;
}
.banner-content .btn-secondary{
    background: #fff;
    color: #333;
    border: 0;
    font-weight: bold;
}
.mbl-1-img img {
    height: 580px;
}
.mbl-1-img {
    position: absolute;
    right: 50px;
    bottom: -35px;
}
/*informacion*/
.informacion {
    padding: 100px 0 70px;
    background-color: #fff;
}
.sec-titile-wrapper {
    margin-bottom: 50px;
}
.informacion .titulo{
    font-size: 36px;
    margin: 0 0 25px;
    font-weight: 400;
}
.informacion p{
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0 0 0px;
    color: #8a8592;
}
.informacion i{
    padding: 20px 18px;
    background: #0364e1;
    box-shadow: 0px 6px 9px 0px #b6b6b6;
    margin-bottom: 15px;
    color: white;
    font-size: 30px;
    border-radius: 100%;
    border: 25px solid #fff;
}
.informacion i.green{ background: #088900; }
.informacion i.blue{ background: #0364e1; }
.informacion i.orange{ background: #f88728; }
.informacion i.gris{ background: #9e9e9e; }
.espaciado {
    margin-bottom: 30px;
}
.espaciado:hover i {
    -webkit-animation: pulse 400ms ease-in-out;
    animation: pulse 400ms ease-in-out;
    cursor: pointer;
}
/*informacion*/
/*ayuda*/
.ayuda{
    background-image: linear-gradient( 135deg, rgb(48, 0, 120) 0%, rgb(145, 74, 255) 100%);
    position: relative;
    padding: 70px 0 30px;
    z-index: 1;
}
.titulo-ayuda{
    font-size: 36px;
    margin: 0 0 25px;
    color: white;
    font-weight: bold;
}
.ayuda p{
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0 0 0px;
    color: #b9b9b9;
}
.ayuda h4{
    color: white;
    font-weight: bold;
}
.mockup img {
    position: relative;
    bottom: -125px;
    max-width: 350px;
    left: 87px;
}
/*ayuda*/

/*carousel*/
.comentarios {
    padding: 100px 0 80px;
    background-color: #fff;
}
.comentarios .titulo{
    font-size: 36px;
    margin: 0 0 25px;
    font-weight: 400;
}
.container-testimonio{
    background: #fff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(145,145,145,0.1);
    box-shadow: 0 10px 10px 0 rgba(145,145,145,0.1);
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    position: relative;
    -webkit-transition: all 0.24s cubic-bezier(0.77, 0.31, 0, 0.74);
    transition: all 0.24s cubic-bezier(0.77, 0.31, 0, 0.74);
    cursor: pointer;
}
.container-testimonio:hover{
    -webkit-box-shadow: 0px 40px 36px 9px rgba(145,145,145,0.2);
    box-shadow: 0px 40px 36px 9px rgba(145,145,145,0.2);
}
.container-testimonio img{
    width: 100%;
    height: 140px;
    padding: 7px 25px;
}
.container-testimonio h4 {
    text-transform: capitalize;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    margin: 30px 0 8px;
    line-height: 18px;
}
.container-testimonio i.fa.active {
    color: #ffaf3c;
    font-size: 14px;
}
.container-testimonio p {
    font-size: 16px;
    line-height: 30px;
    color: #8a8592;
}
.container-testimonio i {
    font-size: 40px;
    color: #eeeeee;
}
/*carousel*/
/*precios*/
.precios {
    padding: 100px 0 80px;
    background-image: linear-gradient( 135deg, rgb(249, 249, 249) 0%, rgb(242, 242, 242) 100%);
}
.precios .titulo{
    font-size: 36px;
    margin: 0 0 25px;
    font-weight: 400;
}
.single-price-table .price-header {
    padding-top: 50px;
}
.single-price-table .price-header h3 {
    font-size: 30px;
    font-weight: 700;
    color: #6419d9;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
}
.single-price-table .price-body {
    padding: 30px 15px 40px;
}
.single-price-table .price-header h3 span {
    font-weight: 300;
    display: block;
    font-size: 18px;
    margin-top: 5px;
}
.single-price-table .price-body p {
    margin: 0 0 0;
    font-size: 16px;
    line-height: 30px;
}
.single-price-table .price-header h4 {
    font-size: 24px;
    color: #666;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 30px;
}
.single-price-table {
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    border-radius: 15px;
}
.single-price-table:hover {
    -webkit-box-shadow: 0px 30px 35px 0px rgba(100,25,217,0.3);
    box-shadow: 0px 30px 35px 0px rgba(100,25,217,0.3);
    cursor: pointer;
}
.single-price-table .price-footer {
    padding: 100px 0 30px;
    border-radius: 15px;
    background-position: center top;
}
.single-price-table .price-footer {
    background-repeat: no-repeat;
}
.single-price-table .price-footer {
    background-image: url("../Img/priceshape.png");
    background-size: cover;
}
.single-price-table .price-footer a {
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 45px;
    border-radius: 999px;
    border: 1px solid #fff;
    font-weight: 500;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}
/*precios*/
/*footer*/
footer.site-footer {
    background-image: linear-gradient( 135deg, rgb(48, 0, 120) 0%, rgb(145, 74, 255) 100%);
    color: white;
    padding: 100px 0 50px;
}
footer p {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0 0 0px;
}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer a{
    color: #bfbfbfcc;
     -webkit-transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
    transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
}
.site-footer a:hover{
    color: #fff;
    -webkit-transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
    transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
}

footer ul li a {
    display: block;
    color: #bfbfbfcc;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
    transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
}
footer ul li a:hover {
    color: #fff;
    -webkit-transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
    transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
}
/*footer*/

.fondo-menu{
    background-color: #00000080;
}
.footer-logo{
    width: 74px;
    margin-bottom: 5px;
}
@media only screen and (min-width: 200px) and (max-width: 320px){ 
    .site-header .navbar { padding: 10px 0;}
    .ml-auto, .mx-auto { text-align: center; width: 100%; }
    .navbar-nav { display: block; -ms-flex-direction: none;}
    .site-header li{ display: inline-block;}
    .banner-content h2 { font-size: 20px; line-height: 23px; }
    .banner-content p { font-size: 15px; margin: 0 0 211px; padding-right: 0px; color: #fff;}
    .mbl-1-img { position: absolute; right: 0px; bottom: 170px; left: 0;}
    .mbl-1-img img { height: 200px;}
    .banner-content .btn-primary { width: 100%; }
    .banner-content .btn-secondary { width: 100%; }
    .mockup img { position: relative; bottom: -119px; max-width: 182px; left: 53px;}
    .logo { width: 86px; }
    .informacion { padding: 50px 0 70px; }
    .informacion .titulo { font-size: 26px; }
    .informacion p { font-size: 12px; margin: 0 0 0px;}
    .informacion i { padding: 10px 8px; font-size: 21px; border: 16px solid #fff; }
    .informacion h3{ font-size: 20px; }
    .titulo-ayuda { font-size: 26; margin: 0 0 25px; text-align: center;}
    .ayuda p { font-size: 13px;}
    .comentarios .titulo { font-size: 26px; }
    .container-testimonio { margin-bottom: 25px;}
    .container-testimonio h4 { margin: 3px 0 8px;}
    .precios {padding: 20px 0 80px;}
    .precios .titulo {font-size: 26px;}
}
@media only screen and (min-width: 321px) and (max-width: 360px){ 
    .site-header .navbar { padding: 10px 0;}
    .ml-auto, .mx-auto { text-align: center; width: 100%; }
    .navbar-nav { display: block; -ms-flex-direction: none;}
    .site-header li{ display: inline-block;}
    .banner-content h2 { font-size: 30px; line-height: 31px; }
    .banner-content p { font-size: 15px; margin: 0 0 211px; padding-right: 0px; color: #fff;}
    .mbl-1-img { position: absolute; right: 0px; bottom: 170px; left: 0;}
    .mbl-1-img img { height: 210px;}
    .banner-content .btn-primary { width: 100%; }
    .banner-content .btn-secondary { width: 100%; }
    .mockup img { position: relative; bottom: -119px; max-width: 234px; left: 53px;}
    .logo { width: 86px; }
    .informacion { padding: 50px 0 70px; }
    .informacion .titulo { font-size: 26px; }
    .informacion p { font-size: 12px; margin: 0 0 0px;}
    .informacion i { padding: 10px 8px; font-size: 21px; border: 16px solid #fff; }
    .informacion h3{ font-size: 20px; }
    .titulo-ayuda { font-size: 26; margin: 0 0 25px; text-align: center;}
    .ayuda p { font-size: 13px;}
    .comentarios .titulo { font-size: 26px; }
    .container-testimonio { margin-bottom: 25px;}
    .container-testimonio h4 { margin: 3px 0 8px;}
    .precios {padding: 20px 0 80px;}
    .precios .titulo {font-size: 26px;}
}
@media only screen and (min-width: 361px) and (max-width: 375px){ 
    .site-header .navbar { padding: 25px 0;}
    .ml-auto, .mx-auto { text-align: center; width: 100%; }
    .navbar-nav { display: block; -ms-flex-direction: none;}
    .site-header li{ display: inline-block;}
    .banner-content h2 { font-size: 30px; line-height: 31px; }
    .banner-content p { font-size: 15px; margin: 0 0 211px; padding-right: 0px; color: #fff;}
    .mbl-1-img { position: absolute; right: 0px; bottom: 210px; left: 0;}
    .mbl-1-img img { height: 210px;}
    .banner-content .btn-primary { width: 100%; }
    .banner-content .btn-secondary { width: 100%; }
    .mockup img { position: relative; bottom: -119px; max-width: 234px; left: 53px;}
    .logo { width: 152px; margin-bottom: 34px; }
    .informacion { padding: 50px 0 70px; }
    .informacion .titulo { font-size: 26px; }
    .informacion p { font-size: 12px; margin: 0 0 0px;}
    .informacion i { padding: 10px 8px; font-size: 21px; border: 16px solid #fff; }
    .informacion h3{ font-size: 20px; }
    .titulo-ayuda { font-size: 26; margin: 0 0 25px; text-align: center;}
    .ayuda p { font-size: 13px;}
    .comentarios .titulo { font-size: 26px; }
    .container-testimonio { margin-bottom: 25px;}
    .container-testimonio h4 { margin: 3px 0 8px;}
    .precios {padding: 20px 0 80px;}
    .precios .titulo {font-size: 26px;}
}
@media only screen and (min-width: 376px) and (max-width: 411px){ 
    .site-header .navbar { padding: 25px 0;}
    .ml-auto, .mx-auto { text-align: center; width: 100%; }
    .navbar-nav { display: block; -ms-flex-direction: none;}
    .site-header li{ display: inline-block;}
    .banner-content h2 { font-size: 30px; line-height: 31px; }
    .banner-content p { font-size: 15px; margin: 0 0 211px; padding-right: 0px; color: #fff;}
    .mbl-1-img { position: absolute; right: 0px; bottom: 173px; left: 0;}
    .mbl-1-img img { height: 210px;}
    .banner-content .btn-primary { width: 100%; }
    .banner-content .btn-secondary { width: 100%; }
    .mockup img { position: relative; bottom: -119px; max-width: 234px; left: 80px;}
    .logo { width: 152px; margin-bottom: 34px; }
    .informacion { padding: 50px 0 70px; }
    .informacion .titulo { font-size: 26px; }
    .informacion p { font-size: 12px; margin: 0 0 0px;}
    .informacion i { padding: 10px 8px; font-size: 21px; border: 16px solid #fff; }
    .informacion h3{ font-size: 20px; }
    .titulo-ayuda { font-size: 26; margin: 0 0 25px; text-align: center;}
    .ayuda p { font-size: 13px;}
    .comentarios .titulo { font-size: 26px; }
    .container-testimonio { margin-bottom: 25px;}
    .container-testimonio h4 { margin: 3px 0 8px;}
    .precios {padding: 20px 0 80px;}
    .precios .titulo {font-size: 26px;}
}
@media only screen and (min-width: 412px) and (max-width: 414px){ 
    .site-header .navbar { padding: 25px 0;}
    .ml-auto, .mx-auto { text-align: center; width: 100%; }
    .navbar-nav { display: block; -ms-flex-direction: none;}
    .site-header li{ display: inline-block;}
    .banner-content h2 { font-size: 30px; line-height: 31px; }
    .banner-content p { font-size: 15px; margin: 0 0 211px; padding-right: 0px; color: #fff;}
    .mbl-1-img { position: absolute; right: 0px; bottom: 173px; left: 0;}
    .mbl-1-img img { height: 210px;}
    .banner-content .btn-primary { width: 100%; }
    .banner-content .btn-secondary { width: 100%; }
    .mockup img { position: relative; bottom: -119px; max-width: 234px; left: 80px;}
    .logo { width: 152px; margin-bottom: 34px; }
    .informacion { padding: 50px 0 70px; }
    .informacion .titulo { font-size: 26px; }
    .informacion p { font-size: 12px; margin: 0 0 0px;}
    .informacion i { padding: 10px 8px; font-size: 21px; border: 16px solid #fff; }
    .informacion h3{ font-size: 20px; }
    .titulo-ayuda { font-size: 26; margin: 0 0 25px; text-align: center;}
    .ayuda p { font-size: 13px;}
    .comentarios .titulo { font-size: 26px; }
    .container-testimonio { margin-bottom: 25px;}
    .container-testimonio h4 { margin: 3px 0 8px;}
    .precios {padding: 20px 0 80px;}
    .precios .titulo {font-size: 26px;}
}
@media only screen and (min-width: 415px) and (max-width: 768px){ 
    .site-header .navbar { padding: 25px 0;}
    .ml-auto, .mx-auto { text-align: right; width: 100%; margin-right: 10px; }
    .navbar-nav { display: block; -ms-flex-direction: none;}
    .site-header li{ display: inline-block;}
    .mbl-1-img img { height: 390px;}
    .mbl-1-img { position: absolute; right: 16px; bottom: -35px;}
    .container-testimonio img { width: 100%; height: 79px}
    
}