/*
  Theme Name: eBusiness
  Theme URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*-----------------------------------------------------------------------------------
   CSS INDEX
  ===================

  1. Theme Default CSS (body, link color, section etc)
  2. Header Area
   2.1 Stick menu Area
  3. About Area
  4.Services Area
  5.Skill Area
  6.Faq Area
  7.Wellcome Area
  8.Team Area
  9.Review Area
  10.Portfolio Area
  11. Pricing Table
  12. Testimonials area
  13. Review Area
  14. Quote area
  15.Footer Area
  16.Home Page-2 Area
  17.Home Page 3  CSS
  18.Blog CSS
  17.Blog Details CSS

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
.titulopost{
  text-align: center;
}

.contenidopost{
  text-align: justify;
  margin: 0px auto;
  font-size: 20px;
  margin-top: 44px;
}
.postimg{

  background: url('../img/slider/img3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  width: auto;
  height: 400px;
  max-width: 100%;
  max-height: auto;
}

.imgcoment{
  height: 33px;
    float: left;
}

.fondocoment{

  background:  #f7f7f7;
  height: 59px;
  padding: 7px;
  border-block-end-style: solid;
  border-color: white;

  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px;

}

.pointertimes{

  cursor: pointer;
}

.pointertimes:hover{

  color: #252525;
}
.btn-block+.btn-block {
  margin-top: 5px;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
.img-sm, .img-md, .img-lg, .box-comments .box-comment img, .user-block.user-block-sm img {
  float: left;
}
.btn-social {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: initial;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 43px;
  font-weight: 900;
  /* border-block-end-color: white; */
  /* border-block-end-style: solid; */
  border-bottom: 1;
  text-shadow: 3px 3px 3px black;
}

@media (max-width: 353px) {

  .hero-text{
    font-size: 26px !important;
  }

  
}

.letraterm{
  text-align: center;
  font-weight: 900;
  margin-bottom: 55px;
}

@media (max-width: 347px) {

  .letraterm{
    font-size: 26px;
  }
  

  
}


.parrafterm{

  line-height: 27px;
  color: #616060;
  text-align: justify;

}

.parrafterm2{

    line-height: 37px;
    color: #616060;
    text-align: center;
    font-size: 21px;

}

.parraftermleft{

  line-height: 27px;
  color: #616060;
  text-align: left;

}
.testconotitle{

  font-size: 29px;
  font-weight: 900;
  color: black;
  margin-top: 24px;
  text-align: center;

}
.tittlecono{
  line-height: 34px;
  font-size: 19px;
  font-weight: 900;
  color: #3c3939;
  margin-top: 24px;
  text-align: center;
  cursor: default;
}
.tittlecono:hover{

  color: #524e4e;

}
.imgcono{

  float: left;
  height: 71px;

}

.css-square {
 
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -ms-transition: -ms-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;  
}
.css-square:hover {
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}

.conoparrafa{
  line-height: 27px;
  color: #616060;
  text-align: justify;
  font-size: large;
}
.colorconocemos{

  font-weight: 900;
    color: #0c9ff4;
}
.paddingcono{

  padding-left: 33px;
  padding-right: 33px;
  margin-top: 53px;
}
.ulclas {
  list-style: none;
}

.ulclas li::before {
  content: "\2022";
  color: #0c9ff4;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.conoparrafaosc{
  line-height: 37px;
  font-size: 19px;
  margin-top: 117px;
  color: #323131;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0,0,0,0.2);
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0,0,0,0.2);
}

html, body {
  height: 100%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: #000;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #3EC1D5;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../img/preloader.gif') no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding2 {
  padding: 70px 0px 0px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #070707bd;
  background: #000;
  z-index: 9;
}

.navbar-header a.navbar-brand {
  display: inline-block;
  height: 70px;
  padding: 15px 0;
}

.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 13px;
}

.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.main-menu ul.navbar-nav li.active a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  color: #fff;
}

.main-menu ul.navbar-nav li.active a:focus {
  color: #fff;
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.main-menu ul.navbar-nav li a:hover {
  color: #3EC1D5;
}

.navbar {
  border: medium none;
  margin-bottom: 0;
}

.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}

.navbar-default .navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.top-right.text-right {
  float: right;
  position: relative;
  top: 24px;
  margin-left: 20px;
}

.top-right.text-right>li {
  float: right;
  margin: 0px 8px;
}

.top-right.text-right li a {
  color: #fff;
}

/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/

.bg{
  color: linear-gradient(to right top, #226fe3, #0084ee, #0097f6, #00aafc, #00bcff) !important;

}

.header-area.stick {
  background-color: #070707bd;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.stick .navbar-header a.navbar-brand {
  display: inline-block;
  height: 90px;
}

.stick .navbar-brand>img {
  display: none;
}

.stick .navbar-brand.sticky-logo>img {
  display: block;
}

.sticky-logo h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.sticky-logo h1 span {
  color: #3ec1d5;
}
.stick .main-menu ul.navbar-nav li.active a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
  color: #fff;
}

.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
  background-color: #f5f5f5;
  color: #fff;
  outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #fff;
}

.stick .logo {
  height: 20px;
}

.stick .logo a {
  margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
  color: #fff;
  line-height: 22px;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.stick .navbar-default .navbar-toggle {
  padding: 10px 0px;
}

/*------------------------------
  3. About Area
--------------------------------*/

.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

/*--------------------------------*/

/* 4.Services Area
/*--------------------------------*/

.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}

/*----------------------------------------
  5.Skill Area
----------------------------------------*/

.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url("../img/slider/img4.jpg") no-repeat fixed center top / cover;
}

.test-overly {
  background: rgba(0, 0, 0, 0.80);
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}

/*----------------------------------------
  6.Faq Area
----------------------------------------*/

.faq-details .panel-heading {
  padding: 0;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}

.faq-details h4.check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}

.panel-body {
  padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-details a span.acc-icons {
  position: relative;
}

.faq-details a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
  color: #3EC1D5;
}

.faq-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.second-row {
  margin-top: 30px;
}

.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #333;
  padding: 30px 0 10px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-menu .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.tab-menu {
  display: block;
  text-align: center;
}

.tab-menu ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu ul.nav li {
  border: medium none;
  display: inline-block;
}

.tab-content {
  border: 1px solid #ccc;
  padding: 0 15px 15px;
}

.tab-menu ul.nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #444;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: raleway;
  font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  border-bottom: 1px solid #fff;
  color: #3EC1D5 !important;
}

.tab-menu .nav-tabs {
  border-bottom: none;
}

.tab-main-img a {
  position: relative;
  display: block;
}

.tab-main-img a:hover span.events-offer {
  height: 20%;
}

.tab-main-img a span.events-offer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "";
  font-size: 20px;
  font-weight: 700;
  height: 0%;
  left: 0;
  line-height: 70px;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: all 0.5s ease 0s;
  width: 100%;
  padding: 0px 10px;
}

/*----------------------------------------
 7.Wellcome Area Css
----------------------------------------*/

.wellcome-area {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.well-bg {
  position: relative;
}

.wellcome-text {
  margin: 70px 0;
  padding: 30px 40px;
}

.well-text>h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.well-text p {
  font-size: 18px;
  font-style: italic;
  color: #fff;
}

.wellcome-text .section-headline p {
  margin-bottom: 0;
}

.subs-feilds {
  border: 1px solid #fff;
  display: inline-block;
  height: 52px;
  margin-top: 30px;
  width: 60%;
  border-radius: 30px;
  overflow: hidden;
}

.suscribe-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  width: 70%;
  height: 50px;
}

.suscribe-input button {
  background: #3ec1d5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 20px;
  width: 30%;
}

.suscribe-input button:hover {
  background: #fff none repeat scroll 0 0;
  color: #3ec1d5;
}

/*----------------------------------------
 8.Team Area Css
----------------------------------------*/

.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.70);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.team-content {
  padding: 10px 0px;
}

.team-content>h4, .team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*--------------------------------*/

/*  9.review Area
/*--------------------------------*/

.reviews-area {
  background: url(../img/slider/img2.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-left-text {
  width: 50%;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 71px 0;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/

.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*----------------------------------------*/

/* 11. Pricing Area
/*----------------------------------------*/

.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #3EC1D5;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*----------------------------------------
 12.Testimonial Area Css
----------------------------------------*/

.testimonials-area {
  background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quate {
  border: 1px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.quate:hover {
  color: #fff;
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #3EC1D5;
}

.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev>a {
  color: #3EC1D5;
  font-size: 14px;
}

/*--------------------------------*/

/*  13.Blog Area
/*--------------------------------*/

.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}

/*------------------------------
  13. Quote area
--------------------------------*/

.suscribe-area {
  background: #49b1e8  none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 27px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #49b1e8 ;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-left: 4px;
  padding: 10px 20px;
  text-decoration: none;
  
  border-radius: 30px;
}

.sus-btn:hover {
  background: #49b1e8  none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------*/

/*  14.Contact Area
/*--------------------------------*/

.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.contact-form  #sendmessage {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
  padding: 40px 0;
  background: #1d1d1d;
}

.footer-head p {
  color: rgb(255, 255, 255);
  padding-left: 16px;
  
}

.footer-head h4 {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 2px;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}


.footerr ul li {
  display: -webkit-box;
    
   
}

.footerr ul li a {
  border: 1px solid #fff;
  color: #ffffff;
  font-weight: 700;
  display: contents;
  display: table-footer-group;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}
.footerr ul li a :hover{

  color:#e9e9e9;

}
.footerr {
  margin-top: 10px;
}
.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
  margin-bottom: 21px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
 
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #49b1e8;
  border: 1px solid #49b1e8;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
  height: 80px;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a, .credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/*----------------------------------------*/

/*  16.Home Page 2  CSS
/*----------------------------------------*/

.header-bg {
  background: url(../img/slider/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.header-bg.home-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-overly {
  background: rgba(0, 0, 0, 0.50);
  height: 100%;
  position: absolute;
  width: 100%;
}

.home-2 .layer-1-3, .home-3 .layer-1-3 {
  margin: 10px 0 0;
}

/*----------------------------------------*/

/*  17.Home Page 3  CSS
/*----------------------------------------*/

.home-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.header-image.home-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/*----------------------------------------
  18. Blog page
----------------------------------------*/

.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}
s

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*----------------------------------------*/

/*  19.	Blog Details css
/*----------------------------------------*/

.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px
}


span.post-time {
  margin-right: 5px
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px
}

.comment-respond {
  margin-top: 60px;
}


span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}
 
.cssimg{

  background: white;
}

.cssimg :hover{

  background-image: url("img/5.1.png");
  

}

.autoheight{

  height: auto;
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.ready-btn2 {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.4s ease 0s;
  z-index: 222;
  text-transform: uppercase;
}

.ready-btn2:hover {
  color: rgb(46, 46, 46);
  background-image: linear-gradient(to right top, #226fe3, #0084ee, #0097f6, #00aafc, #00bcff);
  border: 1px solid #3EC1D5;
  text-decoration: none;

}

.ready-btn2.right-btn {
  margin-right: 15px;
  background-image: linear-gradient(to right top, #226fe3, #0084ee, #0097f6, #00aafc, #00bcff);
  border: 1px solid #3EC1D5 !important;
}

.ready-btn2.right-btn:hover {
  background: transparent !important;
  border: 1px solid rgb(46, 46, 46) !important;
}
.shadow{

  -webkit-box-shadow: 0px 7px 2px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 2px -4px rgba(0,0,0,0.75);
box-shadow: 0px 7px 2px -4px rgba(0,0,0,0.75);
}

.texttitle{

  font-weight: 900;
  color:#000;
  font-size: 38px;
  line-height: 40px;
}

.subtext{

  color: #969698;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
}

.parrafo{

  color: #828282;
    font-weight: 600;
    font-size: 17px;
}

.pointer:hover{


  cursor: pointer;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.carousel-control { 
  width: 8%;
  width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
  margin-right: 40px;
  margin-left: 32px; 
  background-image: none;
  opacity: 1;
}
.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col { 
  position: relative; 
  min-height: 1px; 
  padding: 5px; 
  float: left;
}

.active > div { display:none; }
.active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .active.right { left: 50%; }
.carousel-inner .next        { left:  50%; }
.carousel-inner .prev		     { left: -50%; }
.carousel-col                { width: 50%; }
.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .active.right { left: 50%; }
.carousel-inner .next        { left:  50%; }
.carousel-inner .prev		     { left: -50%; }
.carousel-col                { width: 50%; }
.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
.carousel-inner .active.left { left: -33%; }
.carousel-inner .active.right { left: 33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev		     { left: -33%; }
.carousel-col                { width: 33%; }
.active > div:first-child + div { display:block; }
.active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
.carousel-inner .active.left { left: -25%; }
.carousel-inner .active.right{ left:  25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		     { left: -25%; }
.carousel-col                { width: 25%; }
.active > div:first-child + div { display:block; }
.active > div:first-child + div + div { display:block; }
.active > div:first-child + div + div + div { display:block; }
}



.block {
width: 306px;
height: 230px;
}

.textotrans{

  font-weight: 800;

  color:black;
}

.textotransazul{
  font-weight: 800;
  text-decoration: underline;
  color:#14a8ff;
}

.bosebtn{

  background: yellow;
    border-radius: 30px;
    background-image: url('../img/bose.png');
    background-position: center;
    background-repeat: no-repeat; 
    width: 200px;
    height: 50px;
    cursor: pointer;
}

.term{

  color: gray !important;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;

}
#myCarousel .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:gray;
	top:40%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color:linear-gradient(to right top, #226fe3, #0084ee, #0097f6, #00aafc, #00bcff);
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-32px;
}
.carousel-control.left {
	right:auto;
	left:-32px;
}
.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}

.logofooter{

  width: 50px;
  height: 30px;  
}
.textfooter{

  color: #fff;
  font-weight: 600;
}

.bgblue{

  background: linear-gradient(to right top, #226fe3, #0084ee, #0097f6, #00aafc, #00bcff);
  color:#fff;
  border-radius: 15px;
  
}

.bgblue:hover{

  color:gray;
  background: transparent;
  border: 1px  solid gray;

}
/*------------ventana formulario--------------*/



.form {
  z-index: 15;
  background: #FFFFFF;
  width: 600px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 100px auto 10px;
  margin-top:4px;
  height: auto;
}
.padding{

  padding-top: 22px;
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 22px;
}

.textmute{

  color: #5a6767;
    text-transform: uppercase;
}

.fondogris{

  padding: 14px;
    border-radius: 21px;
    background: #f1f1f140;
}



.texttitlle h1{

  margin-bottom: -3px;
    text-align: left;
    font-weight: 700;
    color: #43b7d8  !important;
    text-transform: capitalize;
    font-size: 38px;
    padding-right: 7px;
    
}
.dison{
  display: block !important;
  transition: opacity 0.9s ease-in-out;
}

.disoff{

  display: none !important;
  transition: opacity 0.9s ease-in-out;
}
.oblig{

  color:#e61818  !important;
}
.pen-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 600px;
  margin: 20px auto 100px;
}
.pen-footer a {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.pen-footer a .material-icons {
  width: 12px;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 12px;
}

.cp-fab {
  background: #FFFFFF !important;
  color: #4285F4 !important;
}


.md-checkbox {
  position: relative;
  text-align: left;
  display: inline-block;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background .3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #337ab7;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

.md-checkbox2 {
  position: relative;
  text-align: left;
  display: inline-block;
}
.md-checkbox2.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox2 label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
.md-checkbox2 label:not(:empty) {
  padding-left: 0.75em;
}
.md-checkbox2 label:before, .md-checkbox2 label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox2 label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background .3s;
}
.md-checkbox2 input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox2 input[type="checkbox"]:checked + label:before {
  background: #dd4b39;
  border: none;
}
.md-checkbox2 input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox2 input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox2 input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}


.fondoalert{

  background: rgba(0, 0, 0, 0.356);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1111111;
  overflow-y: auto;
  overflow-x: auto;
}

.btnenviar{
  background: #22bfe2 !important;
  color: white !important;
  margin: 0 auto !important;
  display: inline flow-root list-item !important;
  margin: auto !important;
  text-align: center !important;

}

.colorbtn{

  margin-right: 15px;
  background: transparent;
  border: 1px solid #6c6c6c !important;
  color: #444444;
  margin-top: 34px;
}
.colorbtn:hover{

  border: 1px solid #0097f6 !important;
  color: #0097f6;

}

.boxshadow{

  -webkit-box-shadow: 9px 13px 8px -10px rgba(0,0,0,0.48);
  -moz-box-shadow: 9px 13px 8px -10px rgba(0,0,0,0.48);
  box-shadow: 9px 13px 8px -10px rgba(0,0,0,0.48);

}


.cards2 {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;

}


.card--2 .card__img, .card--2 .card__img--hover {
  background-image: url('../img/slider/img1.jpg');
}

.card__like {
  width: 18px;
}

.card__clock {
  width: 15px;
vertical-align: middle;
  fill: #AD7D52;
}
.card__time {
  font-size: 12px;
  color: #AD7D52;
  vertical-align: middle;
  margin-left: 5px;
}

.card__clock-info {
  float: right;
}

.card__img {
visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;

}

.card__info-hover {
  position: absolute;
  padding: 16px;
width: 100%;
opacity: 0;
top: 0;
}

.card__img--hover {
transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
position: absolute;
  height: 235px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;

}
.card2 {
  margin-bottom: 17px;
margin-right: 25px;
transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
background-color: #fff;
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.card2:hover {
box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
  transform: scale(1.10, 1.10);
}

.card__info {
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
 padding: 16px 24px 24px 24px;
 text-align: center;
}

.card__category {
 
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 900;
color: #000000;
}

.card__title {
  margin-top: 5px;
  margin-bottom: 10px;
  /* font-family: 'Roboto Slab', serif; */
  font-size: 14px;
  white-space: normal;
  overflow: hidden;
  text-overflow: inherit;
  width: 90%;
  height: 68px;
  font-weight: 700;

}

.card__by {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.card__author {
  font-weight: 600;
  text-decoration: none;
  color: #AD7D52;
}

.card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}

.card:hover .card__info {
  background-color: transparent;
  position: relative;
}

.card:hover .card__info-hover {
  opacity: 1;
}
.footerbanner{
  height: 250px;
  margin-top: 90px;
}
@media (max-width: 991px) {
    .footerbanner{
     
      margin-top:127px;
    }
  }

  @media (max-width: 767px) {
    .footerbanner{
     
      margin-top:-24px;
    }
  }

  .navbar-nav.navbar-center {
    position: absolute;
    left: 65%;/*51*/
    transform: translatex(-50%);
    width: fit-content;
    width: max-content;
    width:100%;
   
}



@media (min-width: 3373px) {
  .navbar-nav.navbar-center {
    left:86% !important;
}
}
@media (min-width: 3686px) {
  .navbar-nav.navbar-center {
    left:88% !important;
}
}

@media (min-width: 4175px) {
  .navbar-nav.navbar-center {
    left:89% !important;
}
}

@media (min-width: 4979px) {
  .navbar-nav.navbar-center {
    left:91% !important;
}
}

@media (min-width: 5579px) {
  .navbar-nav.navbar-center {
    left:92% !important;
}
}

@media (min-width: 6179px) {
  .navbar-nav.navbar-center {
    left:93% !important;
}
}


@media (max-width: 3372px) {
  .navbar-nav.navbar-center {
    left:86% !important;
}
}

@media (max-width: 3371px) {
  .navbar-nav.navbar-center {
    left:86% !important;
}
}

@media (max-width: 3214px) {
  .navbar-nav.navbar-center {
    left:86% !important;
}
}

@media (max-width: 3046px) {
  .navbar-nav.navbar-center {
    left:85% !important;
}
}

@media (max-width: 2812px) {
  .navbar-nav.navbar-center {
    left:84% !important;
}
}

@media (max-width: 2607px) {
  .navbar-nav.navbar-center {
    left:82% !important;
}
}

@media (max-width: 2406px) {
  .navbar-nav.navbar-center {
    left:81% !important;
}
}

@media (max-width: 2249px) {
  .navbar-nav.navbar-center {
    left:80% !important;
}
}

@media (max-width: 2078px) {
  .navbar-nav.navbar-center {
    left:78% !important;
}
}

@media (max-width:1893px) {
  .navbar-nav.navbar-center {
    left:77%!important;
}
}

@media (max-width: 1830px) {
  .navbar-nav.navbar-center {
    left:76% !important;
}
}

@media (max-width: 1818px) {
  .navbar-nav.navbar-center {
    left:75% !important;
}
}

@media (max-width: 1661px) {
  .navbar-nav.navbar-center {
    left:73% !important;
}
}

@media (max-width: 1648px) {
  .navbar-nav.navbar-center {
    left:72% !important;
}
}

@media (max-width: 1600px) {
  .navbar-nav.navbar-center {
    left:71% !important;
}
}

@media (max-width: 1530px) {
  .navbar-nav.navbar-center {
    left:70% !important;
}
}

@media (max-width: 1518px) {
  .navbar-nav.navbar-center {
    left:70%!important;
}
}

@media (max-width: 1449px) {
  .navbar-nav.navbar-center {
    left:68%!important;
}
}

@media (max-width: 1449px) {
  .navbar-nav.navbar-center {
    left:68%!important;
}
}

@media (max-width: 1410px) {
  .navbar-nav.navbar-center {
    left:67%!important;
}
}
@media (max-width: 1311px) {
  .navbar-nav.navbar-center {
    left: 54%;
}
}

@media (max-width: 1221px) {
  .navbar-nav.navbar-center {
    left: 67% !important;
}
}

@media (max-width: 1200px) {
  .navbar-nav.navbar-center {
    left: 66% !important;
}
}

@media (max-width: 1199px) {
  .navbar-nav.navbar-center {
    left: 67% !important;
}
.navbar-nav > li > .dropdown-menu{
  margin-left: -70px;
}
}

@media (max-width: 1116px) {
  .navbar-nav.navbar-center {
    left: 66% !important;
    top: 11px !important;
}
.navbar-nav > li > .dropdown-menu{
  margin-left: -70px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 7px;
}

.nav > li > a > img {
  height: 33px !important;
  width: 33px !important;
}

.navbar-nav > li > .dropdown-menu {
  margin-left: -96px;
}
.imglogo {
  height: 74px;
  margin-top: -4px;
  width: 110px;
}
}
@media (max-width: 1170px) {
  .navbar-nav.navbar-center {
    left: 65% !important;
}
}

@media (max-width: 1116px) {
  .navbar-nav.navbar-center {
    left: 70% !important;
}
}

@media (max-width: 1046px) {
  .navbar-nav.navbar-center {
    left: 69% !important;
    top: 11px !important;
}
}


@media (max-width: 1019px) {
  .navbar-nav.navbar-center {
    left:72% !important;
  }
}

@media (max-width: 1010px) {
  .navbar-nav.navbar-center {
    left:71% !important;
  }

  .imglogo {
    margin-top: -8px !important;
  }

}


@media (max-width: 991px) {
  .navbar-nav.navbar-center {
    left: 68% !important;
  }

  .navbar-default .navbar-nav > li > a {

    font-weight: 100;
}

}
@media (max-width: 984px) {
  .navbar-nav.navbar-center {
    left: 70% !important;
  }
}

@media (max-width: 967px) {
  .navbar-nav.navbar-center {
    left: 69% !important;
  }
}

@media (max-width: 947px) {
  .navbar-nav.navbar-center {
    left:71% !important;
  }
}


@media (max-width: 936px) {
  .navbar-nav.navbar-center {
    left: 76% !important;
  }

}

@media (max-width: 905px) {
  .navbar-nav.navbar-center {
    left:71%!important;
  }

}

@media (max-width: 888px) {
  .navbar-nav.navbar-center {
    left:65%!important;
  }

    
  .nav > li > a {
  
    padding: 10px 7px !important;
    font-size: 11px;
  }
}


@media (max-width: 859px) {
  .navbar-nav.navbar-center {
    left:64%!important;
  }


}

@media (max-width: 837px) {
  .navbar-nav.navbar-center {
    left:65% !important;
  }
}

@media (max-width: 817px) {
  .navbar-nav.navbar-center {
    left:64% !important;
  }
  .nav > li > a > img {
    height: 24px !important;
    width: 23px !important;
}

.imglogo {
  margin-top: -8px !important;
}
}

@media (max-width: 800px) {
  .navbar-nav.navbar-center {
    left: 61% !important;
    top: 10px !important;
  }

  .navbar-default .navbar-nav > li > a {
 
    padding: 5px;
}
}



@media (max-width: 765px) {
  .navbar-nav.navbar-center {
    position: relative;
    left: 0%;
    transform: translatex(-65%);
    width: auto;
}


}

@media (max-width: 767px) {
 
  .imglogo {
    margin-top: -5px !important;
    width: 29% !important;  }
  .navbar-nav.navbar-center {
    position: relative;
    left: 0%;
    transform: translatex(-49%);
    width: auto;
}
.navbar-nav.navbar-center li a i{
  display: inline-block;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  padding: 11px;
}
.navbar-nav > li > .dropdown-menu {
  margin-left: -16px;
}
}

.textartista{

  color: #9e9e9e;
  font-size: 12px;
  float: left;
}

.imglogo{
  height: auto;
  margin-top: -7px;
  width: 243px;
  margin-left: -16px;
}

@media (max-width: 767px) {
  .imglogo{
    height: 76px !important;
    margin-top: -10px !important;
  }


}
@media (min-width: 991px) {
  .noticepostocult{
      display: inline-block;
  }


}
@media (max-width: 991px) {
  .noticepostocult{
      display: none;
  }


}

@media (max-width: 541px) {
  .imglogo {
    height: 71px!important;
    margin-top: -8px !important;
    width: 194px !important;
}


}
.font-lg{
  font-size: 19px !important;
}


.boxshadowapp{
  -webkit-box-shadow: 1px 3px 5px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 3px 5px -4px rgba(0,0,0,0.75);
  box-shadow: 1px 3px 5px -4px rgba(0,0,0,0.75);

}

.titlecategoria{
  font-weight: 900;
  margin-bottom: 59px;
  font-size: 41px;
}

.ptexto{
  font-size: 15px;
    line-height: initial;
    font-weight: bold;
    margin-bottom: 59px;
}

.ptexto2{
  font-size: 17px;
  line-height: initial;
  font-weight: bold;
  /* margin-bottom: 59px; */
  padding: 13px;
  color: black;
}

.imgsize3{

  width: 161px !important;
  height: auto !important;
  margin: auto;
  margin-bottom: 48px;
  margin-top: 27px;
  display: block;
}

.imgsize4{

  width: 80px !important;
  height: 68px !important;
  margin: auto;
  display: block;
 
}

.dropdown1{
  height: 40px;
  width: 40px;
}


.clienticon{
  width: 197px;
  height: 197px;

}

.clienteimg{
  width: 555px;
  height: 312px;

}

.serv1{
  height: 659px;
  width: 503px;

}

.serv2{
  width: 555px;
  height: 325px;

}

.serv3{
  width: 1145px;
  height: 437px;

}


.publisindex{
  width: 1200px !important;
  height: 333px !important;

}



.portadaindex{

  width: 1769 !important;
  height: 388 !important;

}
.sprite {
  background-image: url(../img/spritesheet.webp);
  background-repeat: no-repeat;
      /* display: contents; */
      float: left;
      position: relative;
      left: -4px;
}

.sprite-bos {
  width: 24px;
  height: 24px;
  background-position: -5px -5px;
}

.sprite-locu {
  width: 24px;
  height: 24px;
  background-position: -39px -5px;
}

.sprite-micr {
  width: 24px;
  height: 24px;
  background-position: -5px -39px;
}

.sprite-nube {
  width: 24px;
  height: 24px;
  background-position: -39px -39px;
}

.sprite-pentagram {
  width: 24px;
  height: 24px;
  background-position: -73px -5px;
}

.letra {
  display: grid;
}

.scrollmusica {
  padding-bottom: 166px;
  width: 100%;
  padding-top: 45px;
}


.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}

.boxmusic {
  height: auto !important;
  padding: 0px !important;
  border-radius: 14px !important;
  min-height: 10px !important;
  height: 37px;
  min-width: 50px;
}

.fondotrack {
  background: #404041 !important;
  background: #40404145 !important;
  color: white !important;
}

.boxhhover:hover {
  cursor: pointer;
  background: #252525d9 !important;
  background: #252525 !important;
  color: white !important;
}

.enum {
  font-size: 21px;
  text-align: center;
  /* margin-top: 12px; */
  padding-right: 0px;
  padding-left: 11px;
  color: white;
  font-family: monospace;
}

.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.basebox {
  height: 62px !important;
  width: 70px !important;
  background: transparent !important;
}

.imgmus {
  height: 100%;
  line-height: 0px;
  padding: 0px;
  vertical-align: top;
  cursor: pointer;
  border-radius: 48px !important;
  width: 65px;
}

.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}

.info-box-text {
  text-transform: uppercase;
}
.progress-description, .info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.marginleftlist {
  white-space: initial !important;
  margin-left: 26px;
}

.textplaylist {
  display: block !important;
  font-weight: bold !important;
  font-size: 13px !important;
}

.shadow-long {
  box-shadow: 0px 10px 0px -10px rgba(151, 163, 184, 0.5), 0px 20px 10px -20px rgba(151, 163, 184, 0.5), 0px 30px 20px -25px rgba(151, 163, 184, 0.5), 0px 40px 30px -30px rgba(151, 163, 184, 0.5), 0px 50px 50px -35px rgba(151, 163, 184, 0.5);
}
.shadow-long:hover {
  box-shadow: 0px 10px 30px -10px rgba(151, 163, 184, 0.5);
}

.card3 {
  background: #ffffff;
  width: 220px;
  
  height: 220px;
  border-radius: 1rem;
  margin: 1rem auto;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  display: -webkit-box;
  display: flex;
 /* -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;*/
  text-align: center;
  background-position: center  !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;

  margin-left: 48px;
}


.card3--text {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  margin-top: 11px;    max-width: 100%;
  width: 100%;
}

.card3--text {
  transition: 0.8s linear 0.2s;
  margin-top: 153px;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.55);
  /* height: 21px; background: rgba(0, 0, 0, 0.637);
  padding: 10px;*/ 

}

.card3:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
      
}

.textplay i{
  color: white;
    font-size: 81px;
    margin-top: 49px;
    margin-left: -26px;
    text-shadow: -1px -1px 10px rgb(255, 255, 255);
}

.textplay i{
 cursor: pointer;
}

.textplay i:active{

  text-shadow: -1px -1px 10px rgb(255, 255, 255);
}

@media (max-width: 1199px) {
  .card3{
    margin-left: 67px;
  }


}

@media (max-width: 991px) {
  .card3{
    margin-left: 237px;
  }


}

@media (max-width: 710px) {
  .card3{
    margin-left: 200px;
  }


}

@media (max-width: 652px) {
  .card3{
    margin-left: 29%;
  }


}

@media (max-width: 522px) {
  .card3{
    margin-left: 24%;
  }


}

@media (max-width: 473px) {
  .card3{
    margin-left: 22%;
  }


}

@media (max-width: 435px) {
  .card3{
    margin-left: 19%;
  }


}


@media (max-width: 397px) {
  .card3{
    margin-left: 16%;
  }


}
@media (max-width: 348px) {
  .card3{
    margin-left: 11%;
  }


}

@media (max-width: 305px) {
  .card3{
    margin-left: 4%;
  }


}


.ready-btn7.right-btn7 {
  margin-right: 15px;
  background-image: linear-gradient(to right top,#226fe3,#0084ee,#0097f6,#00aafc,#00bcff);
  background-color: #226fe3;
  border: 1px solid #3EC1D5!important;
}
.ready-btn7 {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all .4s ease 0s;
  z-index: 222;
}

.ready-btn7.right-btn7:hover {
  background: white!important;
  border: 1px solid #fff!important;
}
.ready-btn7:hover {
  color: #000000;
  background: #3ec1d5;
  border: 1px solid #3ec1d5;
  text-decoration: none;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #49b1e8 !important;
  text-align: center;
  box-shadow: 0 4px 5px 3px #656565;
  max-height: 100%;
  height: 107px;
  z-index: 199685;
}

.clasecolor li{
  color: white !important;
 
}

.clasecolor li::before{
  color: white !important; 
}

.classtexto{
  color: white;
  font-weight: bold;
  margin: center;
  text-align: center;
  margin-top: 7%;
}

.classtextosub{
  color: white;
  margin: center;
  text-align: center;
  margin-top: 2%;
}

.imgtext{
  margin: auto;
    display: block;
    margin-top: 14px;
}


.classtextob{
  color: black;
  font-weight: bold;
  margin: center;
  text-align: center;
  margin-top: 7%;
}

.classtextosubb{
  color: black;
  margin: center;
  text-align: center;
  margin-top: 2%;
}

.img2header{

  background: url(../img/shop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: auto;
    height: 400px;
    max-width: 100%;
    max-height: auto;

}

.btnindex{
  font-size: 19px !important;
  position: relative !important;   
  top: 11px !important;
  margin-top: 19px !important;
   width: 100% !important; 
}

@media (max-width: 1143px) {
  .btnindex{
    font-size: 16px !important;       
  }

}
.heigthcopy{
 height: 165px !important;
}
@media (max-width: 991px) {
  .btnindex{
    font-size: 19px !important;       
  }

  .footer{
    height: 173px !important;
    display: none;
  }

  .heigthcopy{height: auto !important;}
}

@media (max-width: 414px) {
  .btnindex{
    font-size: 17px !important;       
  }

  .footer{
    height: 183px !important;
  }

  .heigthcopy{
       height: auto !important;
  }
}

@media (max-width: 381px) {
  .btnindex{
    font-size: 15px !important;       
  }

}

@media (max-width: 349px) {

  .footer{
    height: 213px !important;
  }

  .heigthcopy{
    height: auto !important;
  }
}

@media (min-width: 2065px) {
  .btnindex{
    position: relative !important;   
    top: 11px !important;
    margin-top: 19px !important;
  }

}
.img3header {
  background: url(../img/slider/pagelocu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: auto;
  height: 400px;
  max-width: 100%;
  max-height: auto;
}

.barraleft{

   /* height: 188px;
    width: 6px;
    background: #00a1ff;
    float: left;*/
    margin-right: 13px;
    text-align: left;
    max-height: 100%;
    border-color: #00a1ff;
    border-style: solid;
    border-width: 0px 0px 0px 9px;
    margin-left: -47px;
    padding-left: 14px;
}




.section-title {
  text-align: center;
  margin-bottom: 57px;
}
.section-title .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #197beb;
  line-height: 26px;
  display: block;
}
.section-title .title {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 18px;
  font-weight: 700;
}
.section-title p {
  font-size: 16px;
  color: #818181;
  max-width: 720px;
  margin: 0 auto;
}

.price-plan-wrapper {
  padding: 0 0 60px 0;
}


.pricing-table-8 {
  text-align: center;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  position: relative;
  z-index: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 7px 0 rgba(77, 109, 230, 0.35);
  margin-bottom: 30px;
}
.pricing-table-8 .price-header .title {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
  margin-bottom: 30px;
  background-color: #202a4d;
}
.pricing-table-8 .price-header .price {
  font-size: 50px;
  line-height: 60px;
  color: #00a4fb;
  font-weight: 700;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  text-align: center;
  position: relative;
  z-index: 0;
  border-bottom: 2px solid #c5d4db;
  padding-bottom: 25px;
  margin: 0 20px;
}
.pricing-table-8 .price-header .price .dollar {
  font-size: 33px;
  line-height: 33px;
  position: relative;
  top: -12px;
}
.pricing-table-8 .price-header .price .month {
  font-size: 16px;
  line-height: 20px;
}
.pricing-table-8 .price-footer {
  margin-top: 40px;
}
.pricing-table-8 .price-footer .order-btn {
  display: inline-block;
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 25px;
  color: #fff;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
  font-weight: 600;
  background-color: #197beb;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.pricing-table-8 .price-footer .order-btn:hover {
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
  background-color: #333;
  color: #fff;
}
.pricing-table-8.active .price-header {
  position: relative;
}
.pricing-table-8.active .price-header .popular {
  position: absolute;
  top: 15px;
  right: -55px;
  display: inline-block;
  background-color: #197beb;
  padding: 10px 30px;
  width: 180px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.pricing-table-8.active .price-header .title {
  background-color: #49b1e8;
}
.pricing-table-8 .price-body ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.pricing-table-8 .price-body ul li {
  list-style: none;
  display: block;
  color: #282828;
  margin: 27px 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
.pricing-table-8 .price-body ul li:first-child {
  margin-top: 0;
}
.pricing-table-8 .price-body ul li:last-child {
  margin-bottom: 0;
}



.formradio {
  margin: auto;
  /* position: absolute; */
  /* top: -40%; */
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  color: #202a4d;
  margin-top: 31px;
}
.formradio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 37px;
  margin: 12px;
  font-size: 17px;
}
.formradio input[type=radio] {
  display: none;
}
.formradio label:before,
.formradio label:after {
  content: "";
  position: absolute;
  border-radius: 50%; 
}
.formradio label:before {
  width: 20px;
  height: 20px;
  border: 3px solid #202a4d;
  top: 4px;
  left: 6px;
  background-color: transparent;
}
.formradio label:after {
  width: 7px;
  height: 8px;
  background-color: #202a4d;
  top: 10px;
  left: 12px;
  opacity: 0;
}
.formradio input[type=radio]:checked + label:before {
  animation: on-bord-battun .3s ease-in-out;
}
@keyframes on-bord-battun {
  0% { /*box-shadow: 0px 0px 0px 12px rgba(255,255,255,0);*/
       transform: scale(1);}
  50% { box-shadow: 0px 0px 0px 15px rgba(255,255,255,0.7);
      transform: scale(0.4);}
  100% { box-shadow: 0px 0px 0px 12px rgba(255,255,255,0);
       transform: scale(1);}
}
.formradio input[type="radio"]:not(:checked) + label:before {
  animation: off-bord-battun .3s ease-in-out;
}
@keyframes off-bord-battun {
  0% { transform: scale(1); }
  50% { transform: scale(0.4); }
  100% { transform: scale(1); }
}
.formradio input[type=radio]:checked + label:after {
  opacity: 1;
  animation: on-dot .3s ease-in-out;
}
@keyframes on-dot {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
.formradio input[type=radio]:not(:checked) + label:after {
  animation: off-dot .3s ease-in-out;
}
@keyframes off-dot { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.ralladivi{

  border-bottom: 2px solid #c5d4db;
  padding-bottom: 25px;
  margin: 0 20px;
  margin-top: 20px;
}

.interroga{

  float: right;
  /* margin-left: 3px; */
  padding: 9-px;
  font-weight: bolder;
  border-radius: 30px;
  color: black;
  padding: 0px;
}

.textometodopago{

  text-align: justify;
  font-size: 23px;
  line-height: 36px;text-align: center;
}

.colormarron{
 color: #202a4d;
}

.tool{
  font-size: 59px;
  padding: 34px;
  margin: auto;
  display: block;
  text-align: center;
}

.colorazuluser{


    color: #0086cc;

}

.colorverde{
  color:#15a966;
}

.verdeclarocolor{

  color:#18ce31;
}

.linkplan{

  color: #20aaec;
  cursor: pointer;
  font-size: 1px;
}
.linkplan:hover {

color: #20aaec;
text-decoration: underline;
}

.boxuser{
  background: white;
    padding: 33px;
    border-radius: 13px;
    box-shadow: 7px 8px 5px -5px grey;

}
.borderazulcalro{

  border-top: 7px;
  border-top-color: #0086cc;
  border-top-style: solid;

  
 
}
.bordercolorosc{

  border-top: 7px;
    border-top-color: #15a966;
    border-top-style: solid;
}

.boxuserorienta{

  
  height: auto;
  display: inline-block;
  width: 100%; margin-right: 11px;
}



/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px #0073aa dashed;
  transition: all 0.5s ease-in-out;
}
ul{
  list-style:none;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #0073aa;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containerpic {
  width: 200px;
  margin: 50px auto;
  font-family: sans-serif;
}
.labelpic {
  display: block;
  max-width: 200px;
  margin: 0 auto 15px;
  text-align: center;
  word-wrap: break-word;
  color: #1a4756;
}
.hidden,
#uploadImg:not(.hidden) + label {
  display: none;
}
#file {
  display: none;
  margin: 0 auto;
}
#upload {
  display: block;
  padding: 10px 25px;
  border: 0;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.05em;
  cursor: pointer;
  background: #216e69;
  color: #fff;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#upload:hover,
#upload:focus {
  background: #1AA39A;
}
#upload:active {
  background: #13D4C8;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.containerpic img {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
}


.notif-btn {
  width: 12em;
  height: 4em;
  padding: 1em;
  background: #49b1e8;
  cursor: pointer;
  outline: 0;
  border: none;
  
  -webkit-border-radius: 100%;
  border-radius: 68px;
  
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;

  line-height:28px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    overflow: hidden;
    font-weight: 600;
    color: #fff !important;

    max-width: 100%;
    max-height: 100%;
}

.notif-btn:hover,
.notif-btn:active {
  background: #1a93d4;
  
  -webkit-animation: none;
  animation: none;
}

.notif-btn svg {
  fill: #fff;
}


/* Animations */

@-webkit-keyframes pulse {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(11, 108, 235, 0.85);
    box-shadow: 0 0 0 0 rgba(11, 108, 235, .85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(11, 108, 235, 0);
    box-shadow: 0 0 0 2em rgba(11, 108, 235, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(11, 108, 235, 0);
    box-shadow: 0 0 0 0 rgba(11, 108, 235, 0);
  }
  
}

@keyframes pulse {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(11, 108, 235, .85);
    box-shadow: 0 0 0 0 rgba(11, 108, 235, .85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(11, 108, 235, 0);
    box-shadow: 0 0 0 2em rgba(11, 108, 235, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(11, 108, 235, 0);
    box-shadow: 0 0 0 0 rgba(11, 108, 235, 0);
  }
  
}


.notif-btn2 {
  width: 12em;
  height: 4em;
  padding: 1em;
  background: #449d44;
  cursor: pointer;
  outline: 0;
  border: none;
  
  -webkit-border-radius: 100%;
  border-radius: 68px;
  
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse2 1.6s infinite;

  line-height:28px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    overflow: hidden;
    font-weight: 600;
    color: #fff !important;

    max-width: 100%;
    max-height: 100%;
}

.notif-btn2:hover,
.notif-btn2:active {
  background: #449d44;
  
  -webkit-animation: none;
  animation: none;
}

.notif-btn2 svg {
  fill: #fff;
}


/* Animations */

@-webkit-keyframes pulse2 {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, 0.85);
    box-shadow: 0 0 0 0 rgba(92, 184, 92, .85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(92, 184, 92, 0);
    box-shadow: 0 0 0 2em rgba(92, 184, 92, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
    box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
  }
  
}

@keyframes pulse2 {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, .85);
    box-shadow: 0 0 0 0 rgba(92, 184, 92, .85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(92, 184, 92, 0);
    box-shadow: 0 0 0 2em rgba(92, 184, 92, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
    box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
  }
  
}



#msform fieldset {
  background: transparent;
  border: 0 none;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}


/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  margin-left: 37%;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 10%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 24px;
  line-height: 20px;
  display: block;
  font-size: 16px;
  color: #333;
  background: white;
  border-radius: 9px;
  margin: 0 auto 5px auto;
  padding-top: 3px;
  padding-left: 10px;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: hsl(0, 0%, 89%);
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #0c9ff4;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 4px;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    height: 0;
  }
  20% {
    height: 510px;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
    height: 510px;
  }
}
@keyframes zoomIn {
  from {
    border-color: yellow;
    opacity: 0;
    height: 0;
  }
  20% {
    border-color: yellow;
    height: 512px;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
    border-color: white;
  }
}
.notif-btn3 {
  width: 12em;
  height: 4em;
  padding: 1em;
  background: #2b8fc4;
  cursor: pointer;
  outline: 0;
  border: none;
  
  -webkit-border-radius: 100%;
  border-radius: 28px;
  
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse3 1.6s infinite;

  line-height:28px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    overflow: hidden;
    font-weight: 600;
    color: #fff !important;
  
    max-width: 100%;
    max-height: 100%;
}

.notif-btn3:hover,
.notif-btn3:active {
  background: #0687cc;
  
  -webkit-animation: none;
  animation: none;
}

.notif-btn3 svg {
  fill: #fff;
}

/* Animations */

@-webkit-keyframes pulse3 {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 135, 204, 0.85);
    box-shadow: 0 0 0 0 rgba(6, 135, 204, .85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(6, 135, 204, 0);
    box-shadow: 0 0 0 2em rgba(6, 135, 204, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 135, 204, 0);
    box-shadow: 0 0 0 0 rgba(6, 135, 204, 0);
  }
  
}

@keyframes pulse3 {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 135, 204, .85);
    box-shadow: 0 0 0 0 rgba(6, 135, 204, .85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(6, 135, 204, 0);
    box-shadow: 0 0 0 2em rgba(6, 135, 204, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 135, 204, 0);
    box-shadow: 0 0 0 0 rgba(6, 135, 204, 0);
  }
  
}

.notif-btn3:disabled{
  width: 100%;
  height: 4em;
  padding: 1em;
  background: #a8a8a8;
  cursor: pointer;
  outline: 0;
  border: none;
  cursor: no-drop;
  line-height:28px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    overflow: hidden;
    font-weight: 600;
    color: #fff !important;
    float: left;
    max-width: 100%;
    max-height: 100%;
    animation: pulse3 1.6s none;
}

.disabled:disabled{
  width: 12em;
  height: 4em;
  padding: 1em;
  background: #a8a8a8;
  cursor: pointer;
  outline: 0;
  border: none;
  cursor: no-drop;
  line-height:28px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    overflow: hidden;
    font-weight: 600;
    color: #fff !important;
    float: left;
    max-width: 100%;
    max-height: 100%;
    animation: pulse3 1.6s none;
}

.notif-btnfooter {
  width: 100%;
  height: 4em;
  padding: 1em;
  background: #ffffff;
  cursor: pointer;
  outline: 0;
  border: none;
  -webkit-border-radius: 100%;
  border-radius: 68px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-animation: footer2 1.6s infinite ;
  animation: footer2 1.6s infinite ;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 600;
  color: #49b1e8 !important;
  max-width: 100%;
  max-height: 100%;
  margin-top: 25px;
}

.notif-btnfooter:hover,
.notif-btnfooter:active {
  background: #49b1e8;
  color: white !important;
  border-color: white;
  border-bottom-style: solid;
  border-width: 3px;
  border-top-width: 3px;
  border-top-style: solid;
  border-left-width: 3px;
  border-left-style: solid;
  border-right-style: solid;
}

.notif-btnfooter svg {
  fill: #fff;
}


/* Animations */

@-webkit-keyframes footer2 {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85) ;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  
}

@keyframes footer2 {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  
}

.colorlinksfooter a{

  color:white;

}

.colorlinksfooter a:hover{
  color: #d7d7d7;
}

@media (max-width: 509px) {
  .letrafooter{

    font-size: 12px !important;
  }
}

@media (max-width: 445px) {
  .letrafooter{

    font-size: 10px !important;
    padding: 6px;
  }
}


@media (max-width: 379px) {
  .letrafooter{

    font-size: 11px !important;
    padding: 1px;
    height: 5em;
  }
}
@media (max-width: 337px){
    .letrafooter {
        font-size: 12px !important;
        padding: 1px;
        height: 5em;
    }
}

.caja_flotante{ 
  position: fixed;
  top: 78px;
  width: 26%;
    height: 103px;
  color: white;
  filter: shadow(color=#999999, direction=135, strength=2);
  z-index: 9;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  overflow: hidden;
  border-radius: 16px;
  max-width: 100%;
  max-height: 100%;
} 


.profile-card{
  display: flex;
  flex-direction: row;
  background: #eceff1;
  border-radius: 16px;
  padding: 20px 20px;
}

.image-container{
  width: 100px;
  text-align: center;
}

.image-container img{
  width: 100px;
  border-radius: 16px;
}

.text-container{
  width: 240px;
  margin-left: 20px;
 
  
}

.text-container h1{
  font-size: 14px;
  font-weight: bold;
  color: #263238; line-height: 28px;
}


.btnfloat{

  font-weight: 700;
  background: #49b1e8;
  color: white !important;
  width: 78%;
}

.btnfloat:hover{
  background: #2f9bd4;
  color: white;
}
.btnfloa{ 
  position: fixed;
  top: 78px;
  width: 3%;
  height: 40px;
  color: black;
  filter: shadow(color=#999999, direction=135, strength=2);
  z-index: 8;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  overflow: hidden;
  border-radius: 16px;
  max-width: 100%;
  max-height: 100%;
} 

.exit{
  color: black;
  float: right;
  cursor: pointer;
  margin-top: -11px;
}

.exit:hover{
  color: #7f7f7f;

}

#fixed-form-container{
  position: fixed;
  bottom: 0;
  right: 0;
  top: 124px;
  z-index: 8;

  font-size: 1.7em;
  height: 323px;
  width: 48px;
  /* word-break: break-all; */
  writing-mode: vertical-lr;
  text-orientation: mixed !important;
  border: 2px solid #49b1e8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0px 5px;
  padding: 5px 20px 5px 10px;
  background-color: #49b1e8;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 0px 3px 0px rgba(0,0,0,0.3);
  transition: width 1s;transition-timing-function: ease;
  cursor:pointer;
}


#fixed-form-container:hover{

  width:394px;
  color:#fff !important;
}

.hero {
  display: inline-block;
  position: relative;
  width: 348px;
  min-width: 329px;
  height: 323px;
  color: white;
  font-size: 11px;
  border-radius: 11px 0px 0px 30px;
  margin-left: 11px;
  overflow: hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  /* margin: 30px; */
  writing-mode: horizontal-tb;
  text-orientation: initial !important;
  margin-top: -7px;
}

.hero-profile-img {
  height: 70%; width: 100%;
}

.hero-description-bk {
  background-image: linear-gradient(0deg , #087ad0, #bde8ff);
  border-radius: 30px;
  position: absolute;
  top: 55%;
  left: -5px;
  height: 65%;
  width: 108%;
  transform: skew(19deg, -9deg);
}


.hero-logo {
  height: 62px;
  width: 80px;
  border-radius: 20px;
  position: absolute;
  bottom: 30%;
  left: 30px;
  overflow:hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}

.hero-logo img {
  height: 100%;   
}



.hero-btn {
  position: absolute;
  right: 30px;
  bottom: 15%;
  padding: 5px 13px;
  border: 1px solid #1d1d1d;
  background:#1d1d1d;
  color: #ffffff !important;
}

.hero-btn:hover{
  background:#353535 !important;
  color: #ffffff !important;
}


.hero-date {
  position: absolute;
  color: #fff;
  left: 30px;
  bottom: 10%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: initial;
  width: 260px;
  top: 236px;
}
/* END CARD DESIGN */


.btn i:before {
  width: 14px;
  height: 14px;
  position: fixed;
  color: #fff;
  background: #0077B5;
  padding: 10px;
  border-radius: 50%;
  top:5px;
  right:5px;
}

.textheroeje{
  color: white;
  font-size: 19px;
}

.img4header {
    background: url(../img/woman.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: auto;
    height: 563px;
    max-width: 100%;
    max-height: auto;
}

.img5header {
  background: url(../img/violet.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: auto;
  height: 606px;
  max-width: 100%;
  max-height: auto;
}

.img6header {
  background: url(../img/bose.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: auto;
  height: 400px;
  max-width: 100%;
  max-height: auto;
}

.img7header {
  background: url(../img/pagmenu/karaokeheader.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: auto;
  height: 597px;
  max-width: 100%;
  max-height: auto;
}

.img8header {
  background: url(../img/pagmenu/headerconocenos.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: auto;
  height: 416px;
  max-width: 100%;
  max-height: auto;
}


.img9header {
  background: url(../img/pagmenu/legal.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: auto;
  height: 400px;
  max-width: 100%;
  max-height: auto;
}

.img11header {
  background: url(../img/noti.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: auto;
  height: 794px;
  max-width: 100%;
  max-height: auto;
}


.notif-btnindex {
  width: 43px;
  height: auto; 
  padding: 6px;
  margin-top: -6px;   
   background: #fff;
  cursor: pointer;
  outline: 0;
  border: none;
  -webkit-border-radius: 100%;
  border-radius: 68px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-animation: pulsebtnbtnindex 1.6s infinite;
  animation: pulsebtnbtnindex 1.6s infinite;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  /* margin-bottom: 30px; */
  overflow: hidden;
  font-weight: 600;
  color: #49b1e8 !important;

}

.notif-btnbtnindex:hover,
.notif-btnbtnindex:active {
  background: #49b1e8;
  color: white !important;
  border-color: white;
  border-bottom-style: solid;
  border-width: 3px;
  border-top-width: 3px;
  border-top-style: solid;
  border-left-width: 3px;
  border-left-style: solid;
  border-right-style: solid;
  -webkit-animation: none;
  animation: none;
}

.notif-btnbtnindex svg {
  fill: #fff;
}


/* Animations */

@-webkit-keyframes pulsebtnbtnindex {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  
}

@keyframes pulsebtnbtnindex {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  
}
