
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

		@font-face{
		font-family:"OpenSans-Regular";
		src: url("../fuentes/Open_Sans/OpenSans-Regular.ttf");
		}

		@font-face{
		font-family:"khand";
		src: url("../fuentes/khand/khand-regular.ttf");
		}


html,
body {
	height: 100%;
	font-family: "OpenSans-Regular", sans-serif;
	size: 16px;
	font-weight: 400;
	line-height: 28px;
    background: #ffff;
}
 a {
    color: #0a2032;
    font-family: OpenSans-Regular;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "khand", sans-serif;
	padding: 0;
	margin: 0;
}

h1{
	font-size: 55px;
	font-weight:700;
	line-height:55px;
}

h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
}
h3{
	font-size:25px;
	font-weight:600;
	line-height:35px;

}

p {
	font-size: 16px;
	font-weight: 400;
	color: #6c6e7e;
	line-height: 28px;
	font-family: "OpenSans-Regular", sans-serif;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #0b1033;
}

li,
ul {
    font-size: 16px;
    font-weight: 400;
    color: #6c6e7e;
    line-height: 28px;
    font-family: "OpenSans-Regular", sans-serif;
}
}

/*------------------------
	Helper css
--------------------------*/
.fix {
	overflow: hidden;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt60 {
	margin-top: 70px;
}

.mr20 {
	margin-right: 20px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.col-push {
	left: 50%;
}

.col-pull {
	right: 50%;
}

.nopad {
	padding-left: 0;
	padding-right: 0;
}

.spad {
	padding-top: 70px;
	padding-bottom: 65px;
}



.section-title {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 15px;
	position: relative;
}


.section-description {
    text-align: center;
	margin-bottom: 80px;
	position: relative;
}



.section-description p {
    
    font-size: 20px;
}

.section-title h2 {
	text-transform: uppercase;
    text-transform: inherit;

}
.section-title h3{
    padding-top: 10px;
}



.section-title:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 129px;
	height: 6px;
	margin-left: -62.5px;
	background: #d72323;
}

.section-title.left {
	text-align: left;
}

.section-title.left:after {
	left: 0;
	margin-left: 0;
}

.section-title.dark h2 {
    font-family: "khand", sans-serif;
	color: #0b1033;
}

.link{
	text-align: center;
	padding-top: 40px;
}.link a{
		font-size: 16px;
	color: #a6a6a7;
}

.link :hover{
	color: #0a2032;
}

.flaticon-right-arrow-angle{
	font-size: 21px;
}

/*------------------------
	Common elements
--------------------------*/

.site-btn {
	font-family: "Proxima Nova Alt Rg", sans-serif;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	background: #e01a32;
    border-radius: 4px;
	padding: 15px 40px;
	font-weight: 500;
	letter-spacing: 1px;
	min-width: 170px;
	text-align: center;
	border: none;
}

.site-btn.btn-2 {
	background: #e01a32;
	color: #fff;
	font-weight: 400;
}

.site-btn:hover,
.site-btn:focus {
	text-decoration: none;
	outline: none;
}

/*------------------
	Preloder
--------------------*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #f1f1f1;
	display: table;
}

.loader {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.loader img {
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.loader h2 {
	font-size: 14px;
	margin-top: 10px;
}

@keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}


/*------------------------
	Header css
--------------------------*/
.responsive {
	display: none;
}

.header-section {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0 50px;
	background:#fff;
	transition: top 0.8s;
    cursor: pointer;
	border-bottom: 0.1px solid #f5f5f5;
}

.header-section .logo {
	display: inline-block;
	float: left;
	padding-top: 16px;
}

.header-section .logo img {
	width: auto;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .menu-list {
	list-style: none;
	float: right;
}

.header-section li:hover ul{
    display: block;
}

.header-section .menu-list li {
	display: inline-block;
}

.header-section .menu-list li a {
	display: block;
	padding: 35px 15px;
	margin-right: 15px;
	color: #111;
	position: relative;
	font-family: "OpenSans-Regular", sans-serif;
	font-size: 15px;
    font-weight: 500;
	letter-spacing: 0.09em;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;

}


.header-section .menu-list li a:hover,
.header-section .menu-list li a.active {

    display: block;
    color: black;

}

.header-section .menu-list li:last-child a {
	margin-right: 0;
}

.header-section .menu-list li.active a {
	color: #fff;
    background: #e01a32;
   
}


/*------------------------
	Sub Menu
--------------------------*/

.sub_menu {
    padding-top: 30px;
    padding-bottom: 30px;
    border-color: #e8e8e8;
    font-size: 20px;
    border-width: 0 0 1px;
    border-style: solid;
    text-align: center;
}
.sub_menu a{
   font-weight: bold 5px;
}

.sub_menu a:hover{
   color: #d72323;
}

/*------------------------
	Hero section
--------------------------*/
.hero-section {
	height: 550px;
	position: relative;
    color: #fff;

}

.hero-content {
position: absolute;
    width: calc(100% - 210px);
    height: 100%;
    margin-left: 105px;
    display: table;
    text-align: center;
    z-index: 5;
}

.hero-content .hero-center {
	display: table-cell;
	vertical-align: middle;
}


.hero-content p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 35px;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 280px;
	width: 100%;
}



/*--
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: inline-block;
	height: 50px;
	width: 50px;
	background: red;
    color: #fff;
	text-align: center;
	padding-top: 2px;
	font-size: 20px;
	cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background: BLACK;
}

.owl-carousel .owl-nav .owl-next {
	float: right;
}
--*/

/*------------------------
	About section
--------------------------*/
.about-section,
.team-section {
	background: #f4f8f9;
	position: relative;
	z-index: 2;
    padding-bottom: 50px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: linear-gradient(
      rgba(0, 133, 213, 0.6), 
      rgba(0, 133, 213, 0.6) ),
        url("../img/Cabecera/maxresdefault.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay_nosotros {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: linear-gradient(
      rgba(204, 16, 16, 0.7), 
      rgba(204, 16, 16, 0.7) ),
        url("../img/Cabecera/via_expresa.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.overlay_dia {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: url("../img/DIA/industria_farmaceutica4.png");
	background-repeat: no-repeat;
	background-size: cover;

}


.overlay_dti {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: url("../img/Cabecera/tecnologia.jpg");
	background-repeat: no-repeat;
	background-size: cover;

}


.overlay5 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
    background: #f4f8f9;
    background: url("../img/via_expresa.jpg");
    background-size:cover;
    background-position:100% 0%;
}

.overlay1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: url("../img/DTI3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: url("../img/DTI2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay_contacto{
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
    background-image: linear-gradient(
      rgba(204, 16, 16, 0.7), 
      rgba(204, 16, 16, 0.7) ),
	 url("../img/Callcenter.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.overlay_clients{
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: url("../img/copy.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/*Card Section*/
.card-section {
	position: relative;
	padding-bottom: 100px;
	z-index: 5;
}

.lab-card {
	position: relative;
	margin-top: -50px;
	padding: 35px 25px;
	text-align: center;
	background: #f5faf8;
    box-shadow: 10.285px 12.257px 40.48px 3.52px rgba(0,0,0,0.15); 

    
    height: 200px;
}

.lab-card .icon {
	padding-top: 30px;
    padding-right: 20px;
	font-size: 70px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
   
}
.lab-card h1{
    font-style: italic;
    text-shadow: 1px 2px #999
}


.lab-card p {
    padding-top: 20px;
	color: #6c6e7e;
	line-height: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card:hover {
	background: #0a2032;
}

.lab-card:hover h3,
.lab-card:hover p,
.lab-card:hover .icon {
	color: #fff;
}

/* clientes */
.clientes {
	position: relative;
	z-index: 5;
}


.clientes img{
    
max-width: 220px;
max-height: 110px;
padding: 20px;

}




/* Clients */

.clients{
    padding-top: 90px;
    padding-bottom: 50px;
    background-color: #fff;

}

.clients .agilent img{
    width: 219px;
    height: 90px;
}

.clients .otrs img{
    
max-width: 220px;
max-height: 110px;
   
padding: 20px;

}



/*----------------------------------
	Service
------------------------------------*/
.service {
	margin-bottom: 90px;
}

.service,
.icon-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.service .icon,
.icon-box .icon {
	font-size: 40px;
	margin-right: 30px;
    padding-top: 50px;
}

.service .service-text h2,
.service .icon-box-text h2,
.icon-box .service-text h2,
.icon-box .icon-box-text h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 400;
}

.service .service-text p,
.service .icon-box-text p,
.icon-box .service-text p,
.icon-box .icon-box-text p {
	font-size: 15px;
}

.service.light h2,
.service.light p,
.service.light .icon,
.icon-box.light h2,
.icon-box.light p,
.icon-box.light .icon {
	color: black;
}

.service.left,
.icon-box.left {
	text-align: right;
}

.service.left .icon,
.icon-box.left .icon {
	margin-left: 30px;
	margin-right: 0;
}

.services_body{
    background: #fff;
}







/*=========================
	Other Pages
=========================*/

/*------------------------
	Page Top Section
--------------------------*/
.page-top-section {
	position: relative;
	height: 500px;
	background: #0a2032;
}

.page-top-section .container {
	position: relative;
	z-index: 5;
}

.page-top-section .page-info {
	display: inline-block;
	padding-top: 250px;
}

.page-top-section .page-info h1 {
	color: #fff;
	margin-bottom: 15px;
}

.page-top-section .page-info h3 {
	color: #fff;

}

.page-info p{
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
    
}

/*------------------------
	Page Top Section_peque
--------------------------*/
.page-top-section_peque {
	position: relative;
	height: 350px;
	background: #0a2032;
}

.page-top-section_peque .container {
	position: relative;
	z-index: 5;
}

.page-top-section_peque .page-info {
	display: inline-block;
	padding-top: 200px;
}

.page-top-section_peque .page-info h1 {
	color: #fff;
	margin-bottom: 15px;
}

.page-top-section_peque .page-info h3 {
	color: #fff;

}




/*------------------------
	Features Section
--------------------------*/
.features .icon-box .icon {
	color: #e01a32;
	margin-top: -10px;
}

.features .icon-box:last-child {
	margin-bottom: 0;
}

.features .icon-box {
	margin-bottom: 90px;
}

.image_service img{
    padding-bottom: 70px;
    padding-top: 80px;
}


/*------------------------
	Services Card Section
--------------------------*/
.sv-card .card-img {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 260px;
}


.sv-card .card-img img {
	max-width: 362px;
	max-height: 271px;
}


.sv.card * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sv-card:hover .card-img .image {
-webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sv-card_dti .card-text {
	padding: 40px 20px;
	padding-right: 15px;
	background: #f5f5f5;
    height: 350px;
    border-bottom: 2px solid #e01a32;
    margin-bottom: 50px;
}

.sv-card .card-text {
	padding: 40px 45px;
	padding-right: 15px;
	background: #f5f5f5;
    height: 350px;
    border-bottom: 2px solid #e01a32;
    margin-bottom: 50px;
}

.sv-card .card-text2 {
	padding: 40px 45px;
	padding-right: 15px;
	background: #f5f5f5;
    height: 250px;
    margin-bottom: 50px;
}

.sv-card .card-text h3 {

	margin-bottom: 12px;
}


.sv-card .card-text p {
	font-size: 15px;
}





/* Sidebar */
.widget-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.widget-item .widget-title {
	font-size: 18px;
	margin-bottom: 45px;
}

.widget-item ul {
	list-style: none;
}

.widget-item ul li a {
	color: #6c6e7e;
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
}

.widget-item ul li a:hover {
	color: #2be6ab;
}

.widget-item ul li:last-child a {
	margin-bottom: 0;
}

.widget-item ul.instagram {
	margin-left: -5px;
	margin-right: -5px;
}

.widget-item ul.instagram li {
	width: 33.33%;
	float: left;
	padding: 5px;
}

.widget-item ul.instagram li img {
	min-width: 100%;
}

.widget-item ul.tag li {
	display: inline-block;
	background: #2be6ab;
	padding: 10px 24px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.widget-item ul.tag li a {
	color: #0a2032;
	margin-bottom: 0;
}

.widget-item .quote .quotation {
	display: block;
	color: #2be6ab;
	font-size: 60px;
	line-height: normal;
	margin-bottom: -20px;
}

.search-form {
	position: relative;
}

.search-form input[type="text"] {
	width: 100%;
	border: none;
	background: #2be6ab;
	padding: 15px 20px;
}

.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
	outline: none;
}

.search-form .search-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	right: 0;
	top: 0;
	border: 0;
	background: #6a23b5;
	color: #2be6ab;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
	outline: none;
}


/*------------------------
	Blog-section
--------------------------*/
.blog_section{
    padding-top: 100px;
    padding-bottom:50px;
    background: #F5F5F5;
    
}


.post-body{
position: relative;
    margin: -50px 0px 0px 0px;
    padding: 7%;
    height: 150px;
    background: #fff;
    z-index: 10;

}

.blog_section .post-category a{
    color: red;
}

.blog_section .title_banner{
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    z-index: 20; 
}

.aside-widget .title_banner{
    margin-bottom: 20px;
	padding-top: 30px;
	position: relative;
}

.social-widget ul li {
    float: left;
    width: 33.33%;
    list-style: none;
}
.category-widget ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #e8eaed;
    list-style: none;
}


.category-widget ul li a span {

    color: #97989b;
    margin-left: 10px;
}


.social-widget ul li a {
    
    display: block;
    text-align: center;
    padding: 30px 15px;
    color: #fff;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.social-facebook {
    background: #225b99 !important;}

.social-twitter {
    background: #00adf2 !important;
}
.social-google-plus {
    background: #dc4d2d !important;
}




/*------------------------
	Blog-section
--------------------------*/



/*------------------------
	comment
--------------------------*/

.comment{
    background: #0a2032;
    
}
.comment p{
    color: #fff;
    font-size: 25px;
}

.comment h4{
    
    color: #fff;

}

.comment span{
    color: #e01a32;
}

.comment .button{
    text-align: center;
    padding-top: 10px;
}

/*------------------------
	comment
--------------------------*/


/*------------------------
	Footer-section
--------------------------*/

.footer-section{
    background: #d72323;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 50px;
    color: #fff;
    text-decoration: none;
}

.footer-section ul{
	list-style: none;
}


.footer-section .footer_head {
	color: #272727;
	font-weight:600;
	font-size: 1.6rem;
}

.footer-section .footer-menu-link{
 	color:#fff;
}

.copyright-section .container p{
	font-size: 13px;
}


.footer-section a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
     margin: 0 0 10px;
}

/*------------------------
	copyright-section
--------------------------*/

.copyright-section{
    background: #d72323;
    position: relative;
    padding-top: 10px;
}
.copyright-section p{
    color: #fff;
}



}

/* Contact page Map */
.map {
	height: 750px;
}

/*------------------------
	Elements
--------------------------*/
.element {
	margin-bottom: 90px;
}

.element h4 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 70px;
}

/*===  Progress Bar Element ===*/
.single-progress-item {
	margin-bottom: 15px;
	position: relative;
}

.single-progress-item p {
	font-family: "Oswald", sans-serif;
	color: #333;
	margin-bottom: 12px;
	font-weight: 500;
}

.progress-bar-style {
	display: block;
	height: 5px;
	position: relative;
	width: 100%;
	background: #f4f8fc;
}

.bar-inner {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: #2be6ab;
}

.bar-inner span {
	position: absolute;
	right: 0;
	font-weight: bold;
	top: -35px;
	font-family: "Oswald", sans-serif;
	color: #333;
	font-weight: 500;
}

/*===  Accordions Element ===*/
.site-accordions {
	margin-top: 10px;
}

.site-accordions .panel {
	margin-bottom: 24px;
}

.site-accordions .panel-heading {
	background: #0a2032;
	color: #fff;
	position: relative;
	padding: 16px 50px;
	border: none;
	border-radius: 0;
}

.site-accordions .panel-heading .panel-title {
	font-size: 15px;
	font-family: "Hind", sans-serif;
	text-transform: none;
	margin: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a {
	position: absolute;
	display: block;
	height: 100%;
	width: 48px;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a:after {
	position: absolute;
	content: "+";
	color: #fff;
	left: 20px;
	font-size: 15px;
	padding-top: 15px;
}

.site-accordions .panel.active .panel-heading {
	background: #f5f5f5;
	color: #0a2032;
}

.site-accordions .panel.active .panel-heading a {
	background: #d72323;
}

.site-accordions .panel.active .panel-heading a:after {
	content: "-";
	color: #fff;
	left: 23px;
	padding-top: 13px;
}

/*===  Progress Circle Element ===*/
.circle-progress {
	text-align: center;
	position: relative;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 30%;
}

.circle-progress .progress-info p {
	font-family: "Hind", sans-serif;
	color: #7c8d93;
	font-size: 14px;
	font-weight: 600;
}

/*===  Facts Element ===*/
.facts .fact {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.facts .fact .icon {
	margin-right: 20px;
	color: #6a23b5;
	font-size: 45px;
	padding-top: 10px;
}

.facts .fact .fact-text h2 {
	font-family: "Hind", sans-serif;
	font-size: 72px;
	color: #2be6ab;
	font-weight: 600;
	margin-bottom: 5px;
}














.row_section_1{
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 50px;
    background: ;
}


.row_section_2{
    
    padding-bottom: 70px;
    padding-right: 100px;
    background: ;

}

.row_section_2 .text-left{
    padding-left: 30%;
}

.row_section_2 .title_solution{
    padding-left: 73%;

}

.title_solution{
    padding-bottom: 50px;
}





/* ===========================
	Responsive
==============================*/

/* Desktop :768px. */
@media only screen and (min-width: 1550px) {
	.test-overlay {
		width: 500px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1549px) {
	.test-overlay {
		width: 400px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {

    
}

@media only screen and (max-width: 1254px) {

    
    
}


/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.test-overlay {
		display: none;
	}
	.card-section {
		padding-bottom: 0;
	}
	.lab-card {
		margin-bottom: 80px;
	}
	.promotion-section .promo-btn-area {
		text-align: left;
	}

	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.sv-card {
		margin-bottom: 30px;
        
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.header-section .logo {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-section .menu-list {
		display: none;
		float: none;
		clear: both;
		border-top: 1px solid #ddd;
	}
	.header-section .menu-list li {
		display: inline;
	}
	.header-section .menu-list li a {
		display: block;
		padding: 10px;
		margin-right: 0;
	}
	.header-section .menu-list li a:after {
		left: 0%;
	}
	.header-section .menu-list li a:hover:after {
		width: 10px;
		margin-left: 10px;
	}
	.header-section .menu-list .current a:after {
		margin-left: 10px;
	}
	.responsive {
		display: block;
		color: #333;
		font-size: 34px;
		position: absolute;
		right: 30px;
		padding-top: 10px;
	}
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		width: 50px;
	}
	.hero-content img {
		max-width: 280px;
	}
	.test-overlay {
		display: none;
	}
	.card-section {
		padding-bottom: 0;
	}
	.lab-card {
		margin-bottom: 80px;
	}
	.member {
		margin-bottom: 60px;
	}
	.promotion-section .promo-btn-area {
		text-align: left;
	}

	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.devices {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.sv-card {
		margin-bottom: 30px;
	}
	.nl-form {
		text-align: center;
	}
	.nl-form input[type="text"] {
		margin-bottom: 30px;
		width: 100%;
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.page-pagination,
	.blog-posts {
		margin-bottom: 90px;
	}
	.buttons button {
		margin-bottom: 20px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
	.header-section {
		padding: 0 20px;
	}
	.hero-content {
		display: none;
	}
	.intro-video {
		margin-top: -30px;
	}
	.post-thumbnail .post-date {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
		-webkit-transform-origin: left top;
		    -ms-transform-origin: left top;
		        transform-origin: left top;
	}
	.single-post .author .avatar {
		margin-right: 20px;
	}
	.single-post .author .avatar img {
		min-width: 60px;
	}
	.buttons button {
		margin-bottom: 20px;
	}
}


.div-formulario{


}


