@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1318px;
	height: 104px;
	background: #FFFFFF;
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{	
	top: 15px;
}
.header.scrolled .header_content::before
{
	border-radius: 50px;
  box-shadow: 0px 20px 49px rgba(0,0,0,0.17);
}
.header_content
{
  border-radius: 50px;
	width: calc(100% - 279px);
	height: 100%;
}
.header_content::before
{
  border-radius: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	box-shadow: 0px 20px 49px rgba(0,0,0,0.17);
	z-index: -1;
}
/*********************************
3.1 Logo
*********************************/

.logo_container
{
	display: inline-block;
	padding-left: 76px;
}
.logo span
{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #3a3a3a;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: 3px;
}

/*********************************
3.2 Main Nav
*********************************/

.main_nav_container
{
	display: inline-block;
	margin-left: auto;
	padding-right: 93px;
}
.main_nav
{
	margin-top: 7px;
}
.main_nav_item
{
	display: inline-block;
	margin-right: 40px;
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav_item a:hover
{
	color: #c22a2b;
}

/*********************************
3.3 Header Side
*********************************/

.header_side
{
	width: 279px;
	height: 100%;
	background: #db3030;
  font-size: 18px;
}
.heeader_side a{
  color: #fff;
}
.header_side img
{
	width: 29px;
	height: 29px;
}
.header_side span
{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 12px;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 447px;
}
.home_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_content
{
	position: absolute;
	left: 50%;
	bottom: 109px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #E9200F;
	padding-top: 24px;
	padding-bottom: 18px;
	padding-left: 39px;
	padding-right: 42px;
}
.home_content h1
{
	font-size: 72px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.5;
	white-space: nowrap;
}
/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
}


/*********************************
3.4 Hamburger
*********************************/

.hamburger_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: none;
	cursor: pointer;
}
.hamburger_container i
{
	font-size: 24px;
	padding: 10px;
	color: #3a3a3a;
}
.hamburger_container:hover i
{
	color: #E9200F;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 12;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu
{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 15%;
}
.menu_list
{
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 9px;
}
.menu_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #E9200F;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #E9200F;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #000000;
}

a,
button {
  color: #1F1F1F;
  outline: medium none;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  color: #1F1F1F;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 13px;
  font-family: "Open Sans", sans-serif;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

h3 {
  font-size: 24px;
}

.mb-65 {
  margin-bottom: 67px;
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  background-color: #1f1f1f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

.overlay_skyblue {
  position: relative;
  z-index: 0;
}

.overlay_skyblue::before {
  position: absolute;
  content: "";
  background-color: #ff00bf;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.section-padding {
  padding-top: 30px;
}

.pt-120 {
  padding-top: 120px;
}



.bg-ser {
  background-image: url(../img/servi_tecno/servicios_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10px;
}

.bg-tec {
  background-image: url(../img/servi_tecno/servicios_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-pol {
  background-image: url(../img/servi_tecno/servicios_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pa-10 {
  padding-bottom: 110px;
}
.mar-ne-6 {
  margin-top: -6px;
}

.mar-ne-25 {
  margin-top: -25px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.boxed-btn_pg {
  background: #e22a2b;;
  color: #ffffff;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 2px solid #ffffff;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
}

.boxed-btn_pg:hover {
  background: #ffffff;
  color: rgb(0, 0, 0) !important;
  border: 2px solid #e22a2b;
}

@media (max-width: 767px) {
  .boxed-btn_pg {
    padding: 9px 22px;
    font-size: 12px;
  }
}

.boxed-btn {
  background: #4950;;
  color: #4950;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 2px solid #ffffff;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: #e22a2b;
  color: #fff !important;
  border: 2px solid #e22a2b;
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

.boxed-btn3 {
  background: #c22a2b;
  background: -moz-linear-gradient(left, #c22a2b 0%, #F44444 100%);
  background: -webkit-linear-gradient(left, #c22a2b 0%, #F44444 100%);
  background: linear-gradient(to right, #c22a2b 0%, #F44444  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff',GradientType=1 );
  color: #fff;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.boxed-btn3:hover {
  background: #fff;
  color: #e52a2b !important;
  border: 1px solid #e52a2b;
}

.boxed-btn3:focus {
  outline: none;
}

.boxed-btn3.large-width {
  width: 220px;
}

.boxed-btn2 {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 18px 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.boxed-btn2:hover {
  background: #fff;
  color: #131313 !important;
}

.boxed-btn2:focus {
  outline: none;
}

.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}

.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}




.section_title h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #1F1F1F;
  position: relative;
  z-index: 9;
  padding-bottom: 15px;
}

.section_title h3::before {
  position: absolute;
  left: 0;
  background: #5DB2FF;
  height: 2px;
  width: 50px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .section_title h3 br {
    display: none;
  }
}

.section_title p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section_title p br {
    display: none;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}



@media (max-width: 767px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 90;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  .slicknav_menu {
    margin-right: 0px;
  }
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 90;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 90;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -36px;
}

@media (max-width: 767px) {
  .header-area .header-top_area {
    display: none;  
  }
}

@media (max-width: 767px) {
  .header_pc {
    display: none;  
  }
}

@media (min-width: 767px) {
  .header_cel {
    display: none;  
  }
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
}

.header-area .main-header-area {
  padding: 5px 0;
  background: #fff;
  
}


.header-area .main-header-area .logo {
  padding: 5px 0;
  background: #fff;
  
}

@media (max-width: 768px){
  .header-area .main-header-area .logo {
    margin-left: -15px;
  }
}


  .header-area .main-header-area .logo_ser {
  padding: 5px 0;
  background: #fff;
  
  }

@media (max-width: 768px){
  .header-area .main-header-area .logo_ser {
    margin-left: 0px;
  }
}

.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

.header-area .main-header-area .Appointment .book_btn a {
  background: #e22a2b;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #fff;
  color: #e52a2b;
  border: 1px solid #e52a2b;
}

.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li a {
  color: #727272;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
  border-bottom: 3px solid #ffffff ;
  padding: 6px 0px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 15px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #e22a2b;
  font-size:15px ;
  border-bottom: 3px solid #e22a2b ;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}


/*animacion barra de navegacion*/
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 90;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 2px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area.sticky {
    padding: 2px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area.sticky {
    padding: 2px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area.sticky {
    padding: 2px 20px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.header-area .header-top_area {
  padding: 18px 0;
  background: #a50e0e;
}

@media (max-width: 767px) {
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

.header-area .header-top_area .social_media_links a {
  font-size: 18px;
  color: #ffffff;
  margin-left: 22px;
}

.header-area .header-top_area .social_media_links a:hover {
  color: #d3d3d3;
}


/* Contacto e iconos area superior*/
.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 15px;
  color: #ffffff;
  margin-left: 50px;
}

.header-area .header-top_area .short_contact_list ul li a:hover {
  color: #bebebe;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

.header-area .header-top_area .short_contact_list ul li a i {
  color: #ffffff;
  margin-right: 7px;
}


.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}



/* slider banner */

.con{
  position: relative;
  display: inline-block;
}

@media (max-width: 1080px) {
  .slider_area_pc{
    display: none;
  }
}

@media (min-width: 767px) {
  .slider_area_cel{
    display: none;
  }
}

.slider_area .single_slider .slider_text  {
  position: absolute;
    top: 20%;
    left: 10%;
    right: 40%;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text  {
    position: absolute;
      top: 20%;
      left: 10%;
      right: 35%;
  }
}

.slider_area .single_slider .slider_text h3 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.slider_area .single_slider .slider_text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h2 {
    font-size: 16px;
  }
}

.boxed-btns {
  background: #c22a2b;
  background: -moz-linear-gradient(left, #c22a2b 0%, #F44444 100%);
  background: -webkit-linear-gradient(left, #c22a2b 0%, #F44444 100%);
  background: linear-gradient(to right, #c22a2b 0%, #F44444  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff',GradientType=1 );
  color: #fff;
  display: inline-block;
  padding: 10px 44px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.boxed-btns:hover {
  background: #fff;
  color: #e52a2b !important;
  border: 1px solid #e52a2b;
}

@media (max-width: 767px) {
  .boxed-btns {
    font-size: 9px;
    padding: 2.5px 11px;
  }
}



















#test-form .white-popup-block .popup_inner .gj-datepicker span {
  color: red;
}

#test-form .white-popup-block input {
  width: 100%;
  height: 50px;
}

.gj-datepicker input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 17px;
  font-size: 12px;
  color: #919191;
  margin-bottom: 20px;
}

.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer_top {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e22a2b;
}

/*copy*/
.footerf {
  padding-top: 15px;
  padding-bottom: 5px;
  background: #a50e0e;
}

.copy p{
  font-size: 17px;
  color: #ffffff;
}

.footerf{
  justify-content: center;
  
}

@media (max-width: 767px) {
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

.footer .footer_top .footer_widget .footer_title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

.footer .footer_top .footer_widget .footer_logo a img{
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  
  
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

.footer .footer_top .footer_widget p {
  color: #ffffff;
}

.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #ffffff;
  font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #e22a2b;
  border-bottom: 1px solid #e22a2b;
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

.footer .footer_top .footer_widget ul li a {
  font-size: 16px;
  color: #ffffff;
  line-height: 42px;
}


/*Redes foter*/
.footer .footer_top .footer_widget ul li p {
  font-size: 20px;
  color: #ffffff;
  line-height: 42px;
}

.footer .socail_links ul li {
  display: inline-block;
}

.footer .socail_links ul li p {
  font-size: 50px;
  color: #000000;
  line-height: 42px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  background: #a50e0e;
  border-radius: 4px;
  line-height: 60px !important;
  margin-right: 7px;
  color: #FFFFFF;
}

.footer .socail_links ul li p:hover {
  color: #d3d3d3 !important;
}


.footer .footer_top .footer_widget ul li a:hover {
  font-size: 15px;
  color: #696969;
}

.footer .footer_top .footer_widget .icom ul li a{
  font-size: 40px;
  color: #ffffff;
  line-height: 42px;
}


.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  border: none;
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 16px;
  color: #919191;
}

.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #5DB2FF;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}

.footer .footer_top .footer_widget .newsletter_text {
  font-size: 16px;
  color: #ffffff;
}

.footer .copy-right_text {
  padding-bottom: 30px;
  background: #000000;
}

.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer .copy-right_text .copy_right {
    font-size: 14px;
    
  }
}

.footer .copy-right_text .copy_right a {
  color: #ffffff;
}

.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {
  .footer .socail_links {
    margin-top: 30px;
  }
}

.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 681px;
  padding: 60px 40px;
}

.popup_box h3 {
  text-align: center;
  font-size: 22px;
  color: #5DB2FF;
  margin-bottom: 46px;
}

.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

.popup_box input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
}

.popup_box input::placeholder {
  color: #919191;
  font-weight: 400;
}

.popup_box input:focus {
  outline: none;
}

.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

#test-form button.mfp-close {
  display: none !important;
}
/* ------ testimonial no usado-------- 
.testmonial_area .single-testmonial {
  padding: 180px 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.testmonial_area .testmonial_info .quote i {
  color: #fff;
  font-size: 40px;
}

.testmonial_area .testmonial_info p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 47px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testmonial_area .testmonial_info p br {
    display: none;
  }
}

.testmonial_area .testmonial_info h4 {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-top: 21px;
}

.testmonial_area .testmonial_info h4:before {
  position: absolute;
  background: #fff;
  width: 60px;
  height: 2px;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.testmonial_area .owl-carousel .owl-nav div {
  left: 340px;
}

.testmonial_area .owl-carousel .owl-nav div.owl-next {
  right: 340px;
  left: auto;
}
*/









.single-testmonial {
  padding: 180px 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .single-testmonial {
    padding: 20px 0;
    
  }
}

.testmonial_info .quote i {
  color: #fff;
  font-size: 40px;
}

.testmonial_info p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 47px;
}

.testmonial_info h4 {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-top: 21px;
}

.testmonial_info h4:before {
  position: absolute;
  background: #fff;
  width: 60px;
  height: 2px;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.testmonial_area .owl-carousel .owl-nav div {
  left: 340px;
}

.testmonial_area .owl-carousel .owl-nav div.owl-next {
  right: 340px;
  left: auto;
}


.testmonial_bg_1 {
  background-image: url(../img/testmonial/t1.jpg);
}

.testmonial_bg_2 {
  background-image: url(../img/testmonial/t2.png);
}

.service_area .single_service {
  padding: 10px 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area .single_service {
    padding: 40px 20px;
  }
}

.service_area .single_service .icon {
  margin-bottom: 10px;
  text-align: center;
}

.service_area .single_service .icon i {
  font-size: 50px;
  color: #fff;
}

.service_area .single_service h3 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;

}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area .single_service h3 {
    font-size: 20px;
  }
}

.service_area .single_service p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 26px;
  text-align: center;

}

.linea_de_e{
  background: #1a2448;
  padding: 10px 40px;
  font-size: 1px;
  border-radius: 20px;
  letter-spacing: 3px;
  margin: auto;
  margin-right: 10px;
}

.linea_de{
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 10px 40px;
  font-size: 1px;
  border-radius: 20px;
  letter-spacing: 3px;
  margin: auto;
  margin-right: 10px;
}

.linea_de_cel{
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 10px 35px;
  font-size: 1px;
  border-radius: 20px;
  letter-spacing: 3px;
  margin: auto;
  margin-right: 10px;
}


.serv_es h2 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  font-weight: 500;
}

.serv_es h2 b {
  color: #ffffff;
  font-weight: 700;
}


.serv_es {
  padding-top: 50px;
  padding-bottom: 50px;
}


@media (max-width: 767px) {
  .serv_es {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


.serv_es .serv_es_title h3 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .serv_es .serv_es_title h3 {
    font-size: 26px;
  }
}

.serv_es .single_expert .expert_thumb {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.serv_es .single_expert .expert_thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(0.99);
  width: 100%;
  border-radius: 50%;
  border:5px #1d2953 solid;
}



@media (max-width: 767px) {
  .serv_es .single_expert .expert_thumb img  {
    -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  }
}

.serv_es .single_expert .experts_name {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #1d2953;
  margin-top: 5%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
}

.serv_es .single_expert .experts_name h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color:#ffffff ;
}

.serv_es .single_expert .experts_name span {
  color: #919191;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.serv_es .single_expert:hover .experts_name {
  background: #ffffff;
}

.serv_es .single_expert:hover .experts_name h3 {
  color:#1d2953 ;
}

.serv_es .single_expert:hover .experts_name span {
  color:#1d2953 ;
}

/* ------ boton productos estrella -------- */

.serv_es  .owl-carousel .owl-nav div.owl-next {
  background-image: url(../img/r.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: auto;
  right: -70px;
  font-size: 0px;
  border-radius: 50%;
  border: #1a2448;
}
.serv_es  .owl-carousel .owl-nav div.owl-prev {
  background-image: url(../img/l.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0px;
  border-radius: 50%;  
  border: #1a2448;
}

.serv_es:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.serv_es:hover .owl-nav div:hover {
  border: 3px solid #ffffff ;
}

.serv_es .owl-carousel .owl-nav div {
  position: absolute;
  text-align: center;
  top: 35%;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  line-height: 50px;
  border: 2px solid #fff;
  left: -70px;
  right: 100px;
}

/* ------ end boton productos estrella -------- */

.expert_doctors_area {
  padding-top: 50px;
  padding-bottom: 50px;
}



@media (max-width: 767px) {
  .expert_doctors_area {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}

.expert_doctors_area .doctors_title h3 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  font-weight: 700;
}

.expert_doctors_area h2 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .expert_doctors_area .doctors_title h3 {
    font-size: 28px;
  }
}

.expert_doctors_area .single_expert .expert_thumb {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.expert_doctors_area .single_expert .expert_thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  width: 100%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .expert_doctors_area .single_expert .expert_thumb img  {
    -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  }
}

.expert_doctors_area .single_expert .experts_name {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF5F7;
  padding-top: 16px;
  padding-bottom: 18px;
}

.expert_doctors_area .single_expert .experts_name h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.expert_doctors_area .single_expert .experts_name span {
  color: #919191;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}



.expert_doctors_area .owl-carousel .owl-nav div {
  background: transparent;
  height: 40px;
  left: 0px;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  width: 40px;
  color: #919191;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #EEEEEE;
  left: auto;
  left: auto;
  top: -100px;
  right: 55px;
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}




.contact-info {
  margin-bottom: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i, .contact-info__icon span {
  color: #fdfdfd;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}

.contact-info .media-body h3 a:hover {
  color: #ff139d;
}

.contact-info .media-body p {
  color: #ffffff;
}

.contact-info__icon_pag {
  margin-right: 20px;
}

.contact-info__icon_pag i, .contact-info__icon_pag span {
  color: #000000;
  font-size: 27px;
}

.contact-info_pag .media-body_pag h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #000000;
}

.contact-info_pag .media-body_pag h3 a:hover {
  color: #000000;
}

.contact-info_pag .media-body_pag p {
  color: #000000;
}

.mg_d_c{
  margin-left: 5%;
}
.mg_i_c{
  margin-left: 10%;
}

@media (min-width: 768px) {
  .mg_i_c {
    margin-left: 0%;
}
}

@media (min-width: 768px) {
  .mg_d_c {
    margin-left: 0%;
}
}

.social_media_links_pag {
  margin-bottom: 40px;
  text-align: center;
}

.mar_link_pag_i{
  padding-left: 20px;
}

.mar_link_pag_d{
  padding-right: 20px;
}

.social_media_links_pag a {
  /* background: linear-gradient(to right,#e22a2b, #ff944d); */
  color: #e22a2b;
  font-size: 40px;
}

.social_media_links_pag a:hover {
  color: #e22a2b;
  text-decoration: solid;
} 



.contact_bg_1 {
  background-image: url(../img/contact/Mapa-1.png);
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .contact_bg_1 {
    background-image: url(../img/contact/mapv2.png);
    background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
}


/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/

@media (min-width: 776px) {
  .margen_contact_is {
    margin-left: 15%;
  }
}

.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-title h2{
  color: #ffffff;
}

.contact-title h3{
  color: #ffffff;
}

@media (max-width: 776px) {
  .contact-title h3{
    font-size: 20px;
  }
}

.contact-title h4{
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
}

@media (max-width: 776px) {
  .contact-title h4{
    font-size: 25px;
    color: #ffffff;
  }
}

.contact-title_pag {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-flex;
}

@media (max-width: 776px) {
  .contact-title_pag {
    display: none;
  }
}

.contact-title_pag_cel {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  
}

@media (min-width: 776px) {
  .contact-title_pag_cel {
    display: none;
  }
}

.contact-title_pag h2{
  color: #000000;
}

@media (max-width: 776px) {
  .contact-title_pag {
    font-size: 25px;
  }
}

.form-contact label {
  font-size: 14px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */

.map-section {
  padding-bottom: 40px;
}

.contact-section_pg {
  padding: 20px 0 20px;
}

.contact-section {
  padding: 90px 0 100px;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 40px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
    padding: 80px 0 50px;
  }
}

.form-group_op{
  padding-bottom: 20px;
}

.op_form{
  font-size: 18px;
  color:#999999 ;
  padding-right:270px;
  background-color: transparent;
  margin-bottom: 20px;
}

.op_form_pag{
  font-size: 18px;
  color:#999999 ;
  padding-right:155px;
  background-color: transparent;
}

.op_form:hover{
  color:#e22a2b ;
  background-color: transparent;
  border: 2px solid #e22a2b;
}

.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

.list-style {
  width: 14px;
  height: 14px;
}


.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
  justify-content: center;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

/* Start Blog Area css
============================================================================================ */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}



.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  .single-blog .tag {
    margin-right: 8px;
  }
  .single-blog .tag:after {
    display: none;
  }
}

.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}

.single-blog .single-blog-content {
  padding: 30px;
}

.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
    .single-blog h4 a {
    font-size: 18px;
  }
}

/* End Blog Area css
============================================================================================ */

.blog_item {
  margin-bottom: 50px;
}

.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
    .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

.blog_details p {
  margin-bottom: 30px;
}
.blog_details p b{
  font-weight: 600;
  color:#000000 ;
}

.ver_mas_blog {
  font-weight: 300;
  margin-bottom: 30px;
  text-align:justify;
}

.ver_mas_blog summary{
  color:#e22a2b ;
  font-weight: 700;
}
.ver_mas_blog b{
  font-weight: 600;
  color:#000000 ;
}

.blog_details a {
  color: #ff8b23;
}

.blog_details a h2{
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .blog_details a h2{
    font-size: 25px;
    font-weight: 600;
  }
}

.blog_details a:hover {
  color: #e22a2b;
}

.blog_details h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog-info-link li {
  float: left;
  font-size: 14px;
}

.blog-info-link li a {
  color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-link li:last-child::after {
  display: none;
}

.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
}

.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -5px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #e22a2b;
  padding: 4px 7.5px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 6.5px 15px;
  }
}

.blog_item_img .blog_item_date h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 25px;
  }
}

.blog_item_img .blog_item_date p {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
}

@media (max-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 15px;
  }
}

.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}



.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  margin-top: 80px;
}

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/**************** blog part css start ****************/





/**************** estilo pop ****************/

.all_pop{
  text-align: center;
  position: relative;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: flex;
  z-index: 10;
  animation: modal 2s 30s forwards;
  visibility: hidden;
  opacity: 0;
}

.contenido_pop{
  margin: auto;
  width: 600px;
  height: 450px;
  border-radius: 20px;
  background-image: url(../img/pop/MARCO.jpg) ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  border: 3px solid #c22a2b;
}

@media (max-width: 768px) {
  .contenido_pop {
    width: 300px;
  height: 225px;
  }
}

.contenido_pop h2{
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
  font-weight: 600;
  position: fixed;
  margin-left: 95px;
  width: 400px;
  height: 500px;
    top: 45%;
}

@media (max-width: 768px) {
  .contenido_pop h2 {
    font-size: 15px;
    margin-left: 45px;
    width: 200px;
    height: 240px;
  }
}

.contenido_pop h3{
  color:#e22a2b ;
  font-family: 'Bebas Neue', cursive;
  font-size: 40px;
  font-weight: 700;
  position: fixed;
  width: 590px;
  height: 450px;
    top: 30%;
}

@media (max-width: 768px) {
  .contenido_pop h3 {
    font-size: 25px;
    width: 290px;
    height: 240px;
    top: 40%;
  }
}

.btn_pop{
  font-size: 25px;
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 0px 15px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .btn_pop{
    font-size: 15px;
  }
}

.btn_pop:hover {
  background: #ffffff;
  color: rgb(0, 0, 0) !important;
  border: 2px solid #e22a2b;
}

#pop_cerrar  {
  display: none;
}

#pop_cerrar + label{
  background-image: url(../img/btn_ico/btn_pop.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  position: fixed;
  margin: auto;
  color: #000000;
  font-size: 0px;
  z-index: 99;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  top: 15%;
  right: 30%;
  cursor: pointer;
  animation: modal 2s 30s forwards;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 768px) {
  #pop_cerrar + label {
    height: 25px;
    width: 25px;
    top: 33%;
    right: 18%;
  }
}

#pop_cerrar:checked + label, #pop_cerrar:checked ~ .modal  {
  display: none;
}

@keyframes modal{
  100%{
    visibility: visible;
    opacity: 1;
  }
}
/**************** End estilo pop ****************/





/**************** pop politicas style ****************/

.modal_pol {
  background: transparent;
  z-index: 10;
  animation: modal_pol 2s 2s forwards;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  margin: auto;
  height: 100%;
  width: 100%;
  top: 78%;

}

@media (max-width: 768px) {
  .modal_pol{
    top: 50%;
  }
}

.contenido_pop_pol{
  width: 100%;
  height: 500px;
  background:#3d3d3d  ;
}

@media (max-width: 768px) {
  .contenido_pop_pol{
    height: 600px;
  }
}

.contenido_pop_pol h2{
  margin-top: 15px;
  padding-left: 15%;
  padding-right: 15%;
  color: #ffffff;
  font-size: 15px;
  position: fixed;
}

@media (max-width: 768px) {
  .contenido_pop_pol h2{
    padding-left: 5%;
    padding-right: 5%;
    margin-left:  0px;
    font-size: 16px;
  }
}

.btn_pop_pol{
  background: #e22a2b;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: fixed;
  top: 95%;
  right: 50%;
}

.btn_pop_pol:hover {
  background: #ffffff;
  color: rgb(0, 0, 0) !important;
  border: 2px solid #e22a2b;
}

@media (max-width: 768px) {
  .btn_pop_pol {
    top: 95%;
  right: 45%;
  }
}

.Ac_pop_pol{
  background: #e22a2b;
  padding: 0px 20px;
  
  font-size: 15px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: fixed;
  top: 95%;
  right: 40%;
}
.Ac_pop_pol i{
  color:#fff ;
}

@media (max-width: 768px) {
  .Ac_pop_pol {
    top: 95%;
  right: 18%;
  }
}

#pop_cerrar_pol  {
  display: none;
}

#pop_cerrar_pol + label{
  position: fixed;
  margin-top: 17.5px;
  color: #000000;
  font-size: 1px;
  z-index: 99;
  background: #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  line-height: 40px;
  top: 92%;
  right: 40%;
  cursor: pointer;
  animation: modal 2s 2s forwards;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 768px) {
  #pop_cerrar_pol  + label {
    top: 92.6%;
    right: 30%;
  }
}

#pop_cerrar_pol + label:hover{
  height: 17px;
  width: 17px;
  border: 2px solid #fdfdfd;
  background:#e22a2b ;
}

#pop_cerrar_pol:checked + label, #pop_cerrar_pol:checked ~ .modal_pol  {
  display: none;
}

@keyframes modal_pol{
  100%{
    visibility: visible;
    opacity: 1;
  }
}
/* ------ end pop politicas style -------- */



/* ------ politicas style -------- */
.banner_con{
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner_title{
  display: inline-flex;
}

.banner_title h3 {
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
}

@media (max-width: 767px) {
  .banner_title h3 {
    font-size: 30px;
  }
}

.pol_t{
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .sub_pq h4 {
    font-size: 18px;
  }
}

.sub_pq h2 {
  font-size: 22px;
  font-weight: 600;
}

.sub_pq b {
  color: #e22a2b;
}

.sub_pq a {
  font-weight: 700;
}



.pol_title h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000000;
  font-weight: 700;
}

@media (max-width: 767px) {
  .pol_title h3 {
    font-size: 30px;
  }
}

.pol_con{
  margin-right: 35%;
}

.pol_con h2{
  font-size: 16px;
}

.pol_con b{
  color:#e22a2b;
  font-size: 16px;
}


/* ------ blog index 
.line_o{
  border-bottom: 3px solid #e22a2b;
  width: 60%;
  margin-bottom: 20px;
  margin-left: 20%;
  
  }-------- */
  .btn_pdf{
    
    padding-top: 10px;
  } 
  
 .btn_pdf a {
    
    background: linear-gradient(to right,#e22a2b, #ff944d);
    padding: 10px 20px; 
    font-size: 12px;
    border-radius: 10px;
    margin-left: 10%;
    color:#ffffff ;
    font-weight: 300; 
  }
  
  .btn_pdf a:hover {
    border:#c22a2b 1px solid ;
    background: #ffffff;
    color:#e22a2b ;
  } 
  

  .linea_de_blog{
    background: linear-gradient(to right,#e22a2b, #ff944d);
    padding: 2px 100px;
    font-size: 1px;
    border-radius: 20px;
    
    margin-left: 20%;
    margin-bottom: 20px;
  }

  .linea_de_blog_ser{
    background: linear-gradient(to right,#e22a2b, #ff944d);
    padding: 2px 150px;
    font-size: 1px;
    border-radius: 20px;
    margin-left: 5%;
    
  }

  .lin_con{
    position: relative;
    }

  .line{
    position: absolute;
    left: 50%;
    top: 0;
    border-right: 3px solid #e22a2b;
    margin-left: -.5px;
    height: 95%;
    }
  .ico_cen_f{
      font-size: 15px;
      position: absolute;
      left: 50%;
      top: 95%;
      margin-left: -12px;
      color:#e22a2b ;
      border:2px solid #e22a2b;
      border-radius: 50%;
      padding-left: 4px;
      padding-right: 4px;
      background-color:#ffffff ;
      }
      
  .ico_cen_1{
    font-size: 15px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    color:#e22a2b ;
    border:2px solid #e22a2b;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    background-color:#ffffff ;
    }

  .ico_cen_2{
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    color:#e22a2b ;
    border:2px solid #e22a2b;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    background-color:#ffffff ;
    }
  
  .ico_cen_2_1{
    font-size: 15px;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -12px;
    color:#e22a2b ;
    border:2px solid #e22a2b;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    background-color:#ffffff ;
    }

  .ico_cen_2_2{
    font-size: 15px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -12px;
    color:#e22a2b ;
    border:2px solid #e22a2b;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    background-color:#ffffff ;
    }
    
  .ico_cen_2_3{
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    color:#e22a2b ;
    border:2px solid #e22a2b;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    background-color:#ffffff ;
    }

  .ico_cen_2_4{
    font-size: 15px;
    position: absolute;
    top: 75%;
    left: 50%;
    margin-left: -12px;
    color:#e22a2b ;
    border:2px solid #e22a2b;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    background-color:#ffffff ;
    }

  .ico_cen_3_1{
    font-size: 15px;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -12px;
    color:#e22a2b ;
    border:2px solid #e22a2b;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    background-color:#ffffff ;
    }

  .ico_cen_3_2{
    font-size: 15px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -12px;
    color:#e22a2b ;
    border:2px solid #e22a2b;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    background-color:#ffffff ;
    }
    
  .ico_cen_3_3{
    font-size: 15px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -12px;
    color:#e22a2b ;
    border:2px solid #e22a2b;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    background-color:#ffffff ;
    }
    
  .pad_d{
    padding-right: 10px;
    }

  .pad_i{
    padding-left: 10px;
    }

    .linea_btn_ser{
      background: linear-gradient(to right,#e22a2b, #ff944d);
      color: #ffffff;
      font-weight: 700;
      padding: 5px 20px;
      font-size: 15px;
      border-radius: 20px;
      letter-spacing: 3px;
      margin: auto;
      margin-right: 10px;
    }

    .linea_btn_ser:hover{
      background: #ffffff;
      color: #e22a2b;
      font-weight: 700;
      padding: 5px 20px;
      font-size: 15px;
      border: 1px solid #e22a2b ;
      border-radius: 20px;
      letter-spacing: 3px;
      margin: auto;
      margin-right: 10px;
    }

    .btn_line{
      background: linear-gradient(to right,#e22a2b, #ff944d);
      color: #ffffff;
      font-weight: 700;
      padding: 0px 40px;
      font-size: 15px;
      border-radius: 20px;
      letter-spacing: 3px;
      margin: auto;
      margin-right: 10px;
    }

    .btn_line:hover{
      background: #ffffff;
      color: #000000;
      font-weight: 700;
      padding: 0px 40px;
      font-size: 15px;
      border: 1px solid #e22a2b ;
      border-radius: 20px;
      letter-spacing: 3px;
      margin: auto;
      margin-right: 10px;
    }

    .btn_line_cel{
      background: linear-gradient(to right,#e22a2b, #ff944d);
      color: #ffffff;
      font-weight: 700;
      padding: 0px 25px;
      font-size: 15px;
      border-radius: 20px;
      letter-spacing: 3px;
      margin: auto;
      margin-right: 10px;
    }

    .blog_cel h2{
      font-size: 20px;
      font-weight: 600;
    }
    
    .blog_cel p{
      font-size: 15px;
    }

    .blog_cel .pol_t{
      padding-top: 35px;
      padding-bottom: 50px;
    }

    @media (max-width: 768px) {
      .blog_pc{
        display: none;
      }
    }
    
    @media (min-width: 768px) {
      .blog_cel{
        display: none;
      }
    }

    .blog_cel .pad_d{
      margin-bottom: 15px;
    }
    .blog_cel .pad_i{
      margin-bottom: 15px;
    }

    
/* ------ end blog index -------- */

/* ------ alerta-------- */
.resp {
  display: inline-flex;
}


/* ------ Pag servicios-------- */

@media (max-width: 768px) {
  .service_pc{
    display: none;
  }
}

@media (min-width: 768px) {
  .service_cel{
    display: none;
  }
}

.service_cel .col{
  margin-bottom: 30px;
}

.service_cel .tit_ser{
  margin-top: 10px;
  margin-bottom: 25px; 
}

.tit_ser{
  margin-top: 0px;
  margin-bottom: 50px;  
}

.tit_ser h2{
  font-size: 16px; 
}

@media (max-width: 767px) {
  .tit_ser  {
    margin-top: 100px;
  }
}

.con_ser{
  margin-top: -100px;
  position: relative;
  display: inline-block;
  
}

.text_ser  {
  position: absolute;
    top: 50%;
    left: 10%;
    right: 40%;
}

@media (max-width: 767px) {
  .text_ser  {
    position: absolute;
      top:13%;
      left: 10%;
      right: 30%;
  }
}

.text_ser h3 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .text_ser h3 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.text_ser h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .text_ser h2 {
    font-size: 15px;
  }
}


.linea_de_i{
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 10px 40px;
  font-size: 15px;
  border-radius: 20px;
  margin: auto;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .linea_de_i{
    padding: 5px 20px;
  }
}

.parrafo_s{
  font-size: 15px;
}

.enca_s{
  font-size: 18px;
}

@media (max-width: 767px) {
  .enca_s{
    font-size: 16px;
  }
}

.ser_t{
  color:#ffffff ;
}

.ser_t h2{
  color:#e22a2b;
  font-size: 30px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .ser_t h2 {
    font-size: 22px;
  }
}

.nserv .nserv_title {
  display: inline-flex;
}

.nserv .nserv_title h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000000;
  font-weight: 700;
}


@media (max-width: 767px) {
  .nserv .nserv_title_cel h3 {
    font-size: 25px;
    font-weight: 700;
  }
}

.blo{
  padding-bottom: 50px;
}

.nserv h2 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .nserv h2 {
    font-size: 18px;
  }
}

/* ------ End Pag servicios-------- */




.lineo{
  position: absolute;
  left: 50%;
  top: 0;
  border-right: 1px solid #424242;
  margin-left: -.5px;
  height: 95%;
  width: 100%;
  }


  .blog_cel .col{
    margin-bottom: 30px;
  }
  
  .blog_cel .pol_t{
    padding-top: 10px;
    padding-bottom: 0px;
  }


  .img_1_ser{
    background-image: url(../img/servi_pag/ICEBERG.jpeg);
  }
  .img_2_ser{
    background-image: url(../img/servi_pag/NETTRAKING..jpeg);
  }
  .img_3_ser{
    background-image: url(../img/servi_pag/CRM\ -\ SMART\ SALES..jpeg);
  }
  .img_4_ser{
    background-image: url(../img/servi_pag/CRM\ -\ PITS..jpeg);
  }
  .img_5_ser{
    background-image: url(../img/servi_pag/PQRS..jpeg);
  }
  .img_6_ser{
    background-image: url(../img/servi_pag/ADMINISTRACION\ DE\ COMPRA..jpeg);
  }
  .img_7_ser{
    background-image: url(../img/servi_pag/TALLER..jpeg);
  }


  .img_1_blog{
    background-image: url(../img/blog/historia..jpeg);
  }
  .img_2_blog{
    background-image: url(../img/blog/1.jpeg);
  }
  .img_3_blog{
    background-image: url(../img/blog/2.jpeg);
  }
  .img_4_blog{
    background-image: url(../img/blog/3.jpeg);
  }
  .img_5_blog{
    background-image: url(../img/blog/4.jpeg);
  }
  .img_6_blog{
    background-image: url(../img/blog/MISION..jpeg);
  }
  .img_7_blog{
    background-image: url(../img/blog/POLITICA.jpeg);
  }
  .img_8_blog{
    background-image: url(../img/blog/VISION.png);
  }

  .blog_img_index{
    background-repeat:no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    width: 100%; 
    height: 225;
    border-radius: 20px;
    font-size: 160px;
    color: transparent;
    user-select: none; 
  }
  

.flex_con{
  display: inline-flex;
}

@media (max-width: 768px) {
  .conta_pc{
    display: none;
  }
}

@media (min-width: 768px) {
  .conta_cel{
    display: none;
  }
}

.linea_de_conta{
  background: linear-gradient(to right,#ffffff, #a1a1a1);
  padding: 10px 40px;
  font-size: 1px;
  border-radius: 20px;
  letter-spacing: 3px;
  margin: auto;
  margin-right: 10px;
}

.margen_line{
  margin-bottom: 10px;
}


.banner_val{
  background-color:#b22a2b ;
  border-radius: 40px;
  
}
.banner_val .col{
  margin-top: 20px;
  margin-bottom: 20px;
}

.ban_text_1{
  margin-left: 50px;
  margin-top: 10px;
  
}
.ban_text_1 h2{
  font-size: 30px;
  color:#ffffff ;
  font-weight: 900;
  
}

.ban_text_1 h3{
  font-size: 10px;
  color:#ffffff ;
}

.ban_ico{
  margin-top: 30px;
  font-size:75px;
  color:#ffffff ;
}

.ban_text_2 h2{
  font-size: 25px;
  color:#ffffff ;
}

.ban_btn_div{
  margin-top: 40px;
  margin-left: 30px;
  
}

.ban_btn{
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 10px 50px;
  font-size: 30px;
  border-radius: 20px;
  color:#ffffff ;
}

.ban_btn:hover{
  background: transparent;
  padding: 9px 49px;
  font-size: 30px;
  color:#ffffff ;
  border: 2px solid#ffffff
}

.banner_ser_pag{
  background-image: url(../img/servi_pag/Fondo\ banner\ servicios..jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
    
  text-align:center;
  margin-bottom: 10px;
}

.banner_text_pag{
  padding-top: 50px;
  margin-bottom: 25px;
}

.banner_ser_pag h2{
  color:#ffffff ;
}
.banner_ser_pag b{
  color:#ffffff ;
  font-weight: 700;
}

.banner_btn_ser{
  padding-bottom: 50px;
}

.ban_btn_ser{
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 20px;
  color:#ffffff ;
}

.ban_btn_ser:hover{
  background: transparent;
  padding: 9px 38px;
  font-size: 20px;
  border-radius: 20px;
  border: 3px solid#ffffff ;
  color:#ffffff ;
}

.leyenda_baner_val{  
  text-align:center;
  margin-top: 10px;
}

.leyenda_baner_val h4{  
  color: #999999;
  font-size: 15px;
}





.banner_val_cel{  
  text-align:center;
}
.back_ban_val_cel{  
  background-color:#b22a2b ;
  border-radius: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.ban_text_1_cel h2{
  font-size: 30px;
  color:#ffffff ;
  font-weight: 900;
}

.ban_text_1_cel h3{
  font-size: 20px;
  color:#ffffff ;
}

.ban_ico_cel{
  margin-top: 10px;
  font-size:75px;
  color:#ffffff ;
}

.ban_text_2_cel h2{
  font-size: 20px;
  color:#ffffff ;
}

.ban_btn_div_cel{
  margin-top: 20px;
}

.ban_btn_cel{
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 20px;
  color:#ffffff ;
}


.leyenda_baner_val_cel{  
  text-align:center;
}

.leyenda_baner_val_cel h4{  
  margin-top: 10px;
  color: #999999;
  font-size: 15px;
}










@media (max-width: 768px) {
  .area_blog_new_pc{
    display: none;
  }
}

@media (min-width: 768px) {
  .area_blog_new_cel{
    display: none;
  }
}

.area_blog_new_cel{
  padding-top: 20px;
  padding-bottom: 20px;
}

.area_blog_new_pc{
  padding-top: 20px;
  padding-bottom: 20px;
}

.area_blog_new_pc p{
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 13px;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
}



.blog_new {
  border-bottom: 3px solid #afafaf ;
  border-bottom-right-radius:25px;
  border-bottom-left-radius:25px;
}

.blog_new h2{
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
}

.blog_new img{
  border-top-right-radius:25px;
  border-top-left-radius:25px;
}

.blog_new b{
  color: #000000;
  font-weight: 500;
}

.btn_blog_new{
  justify-content: center;
  text-align:center;
  height: 50px;
}

.btn_blog_new a:hover{
  background:#ffffff;
  border: 2px solid #e22a2b ;
}



.linea_de_blog_new{
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 8px 30px;
  border-radius: 20px;
  letter-spacing: 3px;
  margin: auto;
  margin-right: 10px;
  font-weight: 900;
  color:#ffffff ;
  font-size: 12px;
}

.linea_de_blog_new_cel{
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 10px 35px;
  border-radius: 20px;
  letter-spacing: 3px;
  margin: auto;
  margin-right: 10px;

  color:#ffffff ;
  font-size: 10px;
}



@media (max-width: 768px) {
  .blog_tit_pc{
    display: none;
  }
}

@media (min-width: 768px) {
  .blog_tit_cel{
    display: none;
  }
}

.service_cel .col{
  margin-bottom: 30px;
}

.service_cel .tit_ser{
  margin-top: 10px;
  margin-bottom: 25px; 
}

.tit_blog_new{
  margin-top: 0px;
  margin-bottom: 50px;  
}

.tit_blog_new h2{
  font-size: 16px; 
}

@media (max-width: 767px) {
  .tit_blog_new  {
    margin-top: 10px;
  }
}

.con_ser{
  margin-top: -100px;
  position: relative;
  display: inline-block;
  
}

.text_ser  {
  position: absolute;
    top: 50%;
    left: 10%;
    right: 40%;
}

@media (max-width: 767px) {
  .text_ser  {
    position: absolute;
      top:13%;
      left: 10%;
      right: 30%;
  }
}

.text_ser h3 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .text_ser h3 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.text_ser h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .text_ser h2 {
    font-size: 15px;
  }
}

.nblog .nblog_title {
  display: inline-flex;
}

.nblog .nblog_title h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000000;
  font-weight: 700;
}


@media (max-width: 767px) {
  .nblog .nblog_title_cel h3 {
    font-size: 25px;
    font-weight: 700;
  }
}

.nblog h2 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .nblog h2 {
    font-size: 18px;
  }
}




@media (max-width: 767px) {
  .be_pc {
    display: none;
  }
}



@media (min-width: 767px) {
  .be_cel {
    display: none;
  }
}

.banner_lla {
  text-align: center;
  padding-top: 30px;
}

.banner_lla h4{
  font-size: 50px;
  font-weight: 700;
}



.banner_lla .col{
  margin-top: 20px;
  margin-bottom: 20px;
}

.ban_lla_ico{
  margin-top: 30px;
  font-size:75px;
  color:#e22a2b ;
}

.ban_lla_text_2 h2{
  font-size: 25px;
  color:#000000 ;
  font-weight:700 ;
}

.ban_lla_text_2 h3{
  font-size: 20px;
  color:#000000 ;
}

.ban_lla_btn_div{
  margin-top: 40px;
  margin-left: 30px;
  
}



@media (max-width: 767px) {
  .banner_lla h4{
    font-size: 30px;
  }

  .ban_lla_text_2 h3{
    font-size: 15px;
  }
  .ban_lla_text_2{
    margin-left: 8%;
    margin-right: 8%;
  }
}









/* ------ Paginas independientes-------- */

@media (max-width: 768px) {
  .pag_in_pc{
    display: none;
  }
}

@media (min-width: 768px) {
  .pag_in_cel{
    display: none;
  }
}

.pag_in_cel .col{
  margin-bottom: 30px;
}

.pag_in_cel .pag_in{
  margin-top: 10px;
  margin-bottom: 25px; 
}

.pag_in{
  margin-top: 0px;
  margin-bottom: 50px;  
}

.pag_in h2{
  font-size: 16px; 
}

@media (max-width: 767px) {
  .pag_in  {
    margin-top: 10px;
  }
}

.text_ser  {
  position: absolute;
    top: 50%;
    left: 10%;
    right: 40%;
}

@media (max-width: 767px) {
  .text_ser  {
    position: absolute;
      top:13%;
      left: 10%;
      right: 30%;
  }
}

.text_ser h3 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 100px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .text_ser h3 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.text_ser h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .text_ser h2 {
    font-size: 15px;
  }
}


.linea_de_i{
  background: linear-gradient(to right,#e22a2b, #ff944d);
  padding: 10px 40px;
  font-size: 15px;
  border-radius: 20px;
  margin: auto;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .linea_de_i{
    padding: 5px 20px;
  }
}

.parrafo_s_pag_in{
  font-size: 15px;
}

.enca_s_pag_in{
  font-size: 18px;
}

@media (max-width: 767px) {
  .enca_s_pag_in{
    font-size: 16px;
  }
}

.enca_s_pag_in_b{
  font-size: 18px;
  color:#ffffff ;
}

.enca_s_pag_in_b_cel{
  font-size: 15px;
  color:#ffffff ;
}

.pag_in_te{
  color:#ffffff ;
  text-align: center;
}

.pag_in_te h2{
  color:#e22a2b;
  font-size: 30px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .pag_in_te h2 {
    font-size: 15px;
    text-align: justify;
  }
}


.pag_in_tb{
  color:#ffffff ;
}

.pag_in_tb h2{
  color:#ffffff;
  font-size: 30px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .pag_in_tb h2 {
    font-size: 22px;
  }
}


.pag_in_t{
  color:#ffffff ;
}

.pag_in_t h2{
  color:#e22a2b;
  font-size: 30px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .pag_in_t h2 {
    font-size: 22px;
  }
}

.npag_in .npag_in_title {
  display: inline-flex;
}

.npag_in .npag_in_title h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000000;
  font-weight: 700;
}

.npag_in .npag_in_title_ba h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  font-weight: 700;
}

@media (max-width: 767px) {
  .npag_in .npag_in_title_cel h3 {
    font-size: 25px;
    font-weight: 700;
  }
}

.npag_in .npag_in_title_ban {
  display: inline-flex;
}

.npag_in .npag_in_title_ban h3 {
  font-size: 45px;
  font-weight: 500;
  color: #ffffff;
  font-weight: 700;
}

.npag_in .npag_in_title_ban_cel h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .npag_in .npag_in_title_cel_ban h3 {
    font-size: 25px;
    font-weight: 700;
  }
}

.npag_in h2 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .npag_in h2 {
    font-size: 18px;
  }
}

.ban_pag_inde{
  background: linear-gradient(to right,#02243d, #28a9e0);
  padding-top: 10px;
  padding-bottom: 10px;
}

.b_p_i_p{
  padding-top: 30px;
  padding-bottom: 30px;
}

.banner_pag_in{
  background: linear-gradient(to right,#02243d, #28a9e0);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: center;
}

.ban_pag_in_text_1{
  margin-top: 10px;
}

.ban_pag_in_text_1 h2{
  font-size: 35px;
  color:#ffffff ;
  font-weight: 900;
}

@media (max-width: 767px) {
  .ban_pag_in_text_1 h2{
    font-size: 15px;
  }

  
  .b_p_i_p{
    padding-top: 15px;
    padding-bottom: 15px;
  }
}



/* ------ End Pag servicios-------- */





/* ------ Banner animado-------- */
.ban_anima{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color:#e22a2b ;
  text-align: center;
}
.ban_anima h2{
  color:#ffffff ;
  animation-name:entrada;
  animation-duration: 4s;
  font-size: 30px;
  font-weight: 700;
}

.ban_anima h3{
  color:#ffffff ;
  animation-name:entrada;
  animation-duration: 6s;
  font-size: 20px;
  font-weight: 600;
}

.ban_anima h4{
  color:#ffffff ;
  font-size: 40px;
  font-weight: 700;
}

.contador_cantidad{
  color:#ffffff ;
  animation-name:entrada;
  animation-duration: 4s;
  font-size: 40px;
  font-weight: 700;
}
.milestone_counter
{
	font-size: 36px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1;
	margin-top: 41px;
}

@keyframes aparecer{
  0%{ opacity: 0;
    transform: translateY(100px);
    }


  100%{ opacity: 1;
    transform: translateY(0);
    }
}

.ocultar{ 
  opacity: 0;
  }
  .animar{ 
    animation: aparecer 1.3s;
    }

/* ------ End Banner animado-------- */




/* ------ Banner crm-------- */
.contadores_principal{ 
  opacity: 0;
  transition: all 1s;
  }

  .btn-wsp{
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
  }

  .btn-wsp:hover{
    text-decoration: none;
    color: #0df053;
    background: #fff;
  }