

html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}


html,
body {
  height: 100%;
  background-color: #ecf0f1;
}

body {
  font-family: "Lato", sans-serif;
}


.content {
  position: relative;
  z-index: 2;
}


    
.container {
  position: relative
}

.background-video {
  background-position: top center;
  background-repeat: no-repeat;

  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  max-height: 100%;  
}

/*video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}*/


.vid{
  margin-top: -10px;
}
@media (max-width: 767px){
  .h1header{
    font-size: 34px !important;
  }
  .h2header{
    margin-top: 24px;
  }
}


.video {
  position: fixed;
  z-index: 1;
  overflow:hidden;
}


.content {
  position: relative;
  top: 20vh;
  z-index: 5;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  height: 70vh;
}
.content3 {
  position: relative;
  top: 2%;
  z-index: 5;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.content3 i {
	float: right;
	padding: 0px 5px;
}
.content2 {
  position: relative;
  top: 0%;
  z-index: 5;
  margin: 0 auto;
  padding-top: 40px;
  min-width: 100%;
  min-height: 100%;
  background-color: #ecf0f1;
}


.content__heading {
  margin-bottom: 24px;
  color: rgb(39,39,39);
  font-size: 44px;
}

.content__teaser {
  margin-bottom: 24px;
  color: rgb(89,89,89);
  font-size: 22px;
}

.content__cta {
  display: inline-block;
  margin: 0;
  padding: 12px 48px;
  color: rgb(255,60,100);
  font-size: 22px;
  text-decoration: none;
  border: solid 4px rgb(255,60,100);
}

.h1header{
	margin-top: 40px;
	font-size: 3em;
	font-weight: bolder;
	color: #fff;
    letter-spacing: 0.05em;
    text-shadow: 3px 3px #000;
}
.h2header{
	color: #fff;
	font-weight: lighter;
	margin-top: 2em;
  font-family: 'Lato';
}
.top{
	margin-top: 20px;
}
.navbar-inverse{
	z-index: 10 ;
	margin-bottom: 0px;
	border-radius: 0px;
}
@media(max-width: 767px){
  .navbar-inverse{
    margin-top: 120px;
  }
}
.navbar-invers{
	margin-top: 20px;
}
.container-fluid{
	z-index: 1000;
}
.whitebg{
	background-color: #fff;
}
.textura{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200%;
  background-image: url(../img/video_pattern.png);
  z-index: 2
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.navbar-inverse {
  background-color: #c0392b;
  border-color: #c0392b	;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:active{
  color: #fff;
  background-color: #e74c3c;
}

@media (min-width: 768px) {

  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 8px;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 8px;
    border-bottom: 20px solid #c0392b ;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
	  color: #fff;
	  background-color: transparent;
	  border-bottom: 20px solid #e74c3c;
  }
	 .navbar-inverse {
	  position: relative;
	  border: 1px solid transparent;
	}
}
.bluetittleh2{
	color: #2980b9;
	font-weight: 900;
	font-size: 36px;
}
.verbo{
	font-size: 20px;
}
.shadow{
	box-shadow: 5px 5px 15px 1px #CCCCCC;
}
.bluetittleh3{
	color: #2980b9;
	font-weight: 900;
}
.top40{
	margin-top: 40px;
}
.servicios{
	background-image: url("../img/servicios.jpg");
	background-size: cover;
	background-repeat: no-repeat;
  padding: 100px 0;
	display: -webkit-flex; 
    -webkit-align-items: center;
  display: flex;
    align-items: center;

}
.productobg{
	background-image: url("../img/producto.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 478px;
	display: -webkit-flex; 
    -webkit-align-items: center;
  display: flex;
    align-items: center;
}
.producto2{
	background-image: url("../img/producto2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 478px;
	display: -webkit-flex; 
    -webkit-align-items: center;
  display: flex;
    align-items: center;
}
.servicios .servi h2,
.leyenda h1{
	color: #fff;
	font-weight: 900;
}
.ml{
  margin-left: 18px;
  font-size: 17px;
}
.leyenda{
	background-image: url("../img/02_cert-banner.jpg");
	background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  display: -webkit-flex; 
    -webkit-align-items: center;
  display: flex;
    align-items: center;
}
@media(min-width: 992px) and (max-width: 1199px){
  .leyenda,
  .productobg,
  .producto2{
    height: 320px;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .leyenda,
  .productobg,
  .producto2{
    height: 230px;
  }
}
@media(max-width: 767px){
  .leyenda,
  .productobg,
  .producto2{
    height: 120px;
  }
  .productobg .transbutton{
    background-color: rgba(192,57,43,0.8);
  }
  .producto2 .transbutton{
    background-color: rgba(41,128,185,0.8);
  }
  .margimg{
    margin-top: 20px;
  }
}
.icon-list li {
  padding: 10px 0px 5px 30px;
  display: block;
  position: relative;
}

.icon-list li:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top:3px;
  font-size:120%
}
.circle-chevron li:before {
 content: '\f138';
 color: #bdc3c7;
 margin-top: 3px;
}
.lista li {
    font-size: 24px;
    color: #fff;
}
.transbutton{
	padding: 20px 40px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
}
.bluebtn{
	padding: 15px 40px;
	background-color: #2980b9;
	color: #fff;
	font-size: 16px;
	float: right;
	border: 0px;
}
.bluebtn2{
	padding: 10px 70px;
	background-color: #2980b9;
	color: #fff;
	font-size: 16px;
	float: right;
	border: 0px;
}
.bluebtn3{
	padding: 10px 70px;
	background-color: #2980b9;
	color: #fff;
	font-size: 16px;
	border: 0px;
}
.redbtn{
  padding: 10px 70px;
  background-color: #c0392b;
  color: #fff;
  font-size: 16px;
  border: 0px;
}
.grayback{
	padding: 40px 0px;
	background-color: #ecf0f1;
}
.white{
	background-color: #fff;
}
.redtittle{
	color: #c0392b;
}
.bluetittle{
	color: #2980b9;
}
h4{
	color: #7f8c8d;
  font-family: 'Lato';
  font-weight: 300;
}
.top20{
	margin-top: 20px;
}
a{
	color: inherit;
}
a:hover,
a:focus{
	text-decoration: none;
}
.bot40{
	margin-bottom: 40px;
}
.senasica{
	display: -webkit-flex; 
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    background-color: #fff;

}
.senasica p,
.senasica b{
	font-size: 20px;
}
.leaf{
	margin: 0px 30px 0px 30px;
}
.hoja{
	color: #27ae60;
	float: right;
	margin-top: 60px;	
}
footer{
	background-color: #ecf0f1;
}
.paddtop20{
	padding-top: 20px;
}
.primerborder{
	border-top: 10px solid #c0392b;
}
.segundoborder{
	border-top: 5px solid #e74c3c;
}
.logofooter{
	margin-top: 40px;
}
.col-sm-8 .row .fa-twitter{
	color: #55acee;
}
.col-sm-8 .row .fa-facebook-square{
	color: #3b5998;
}
.col-sm-8 .row .fa-linkedin-square{
	color: #0077b5;
}
.col-sm-8 .row i{
	color: #c0392b;
}
.botnav{
	background-color: #2980b9;
	margin-top: 40px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.top{
	margin-top: 40px;
}
.bread{
	background-color: #bdc3c7;
}
p{
	padding: 5px;
}
.circle{
	border-radius: 50%;
	border: 6px solid #3498db;
	height: 100px;
	width: 100px;
	color: #3498db;
	padding: 16px;
}
.convenio{
	margin-left: -30px;
}
.redfont{
	color: #c0392b;
	font-weight: 100;
}
.conv{
	line-height: 2;
	font-size: 18px;
	font-weight: 400;
  cursor: pointer;
}
.hojita{
	display: -webkit-flex; 
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    height: 180px;
}
.botnavbar li {
	border-right: 1px solid #3498db;
}
.botnavbar li:last-child{
	border-right: 1px transparent;
}
.navbar-default li a{
	padding: 0px 15px;
}
.navbar-default  {
	padding-top: 14px;
	border-radius: 0px;
	border-color: #2980b9;
}
.programaimg{
	margin-left: 20px;
}
.img-thumbnail2 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #bdc3c7;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.productos li{
	font-weight: 900;
	font-size: 20px;
	line-height: 1.5;
}
.productos2 li{
  font-size: 17px !important;
}
.sin-pad{
  padding-left: 0px;
  padding-right: 0px;
}






.blogShort{ border-bottom:1px solid #ddd;}
.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 0px; 
    border-right: 1px solid #fff;
}
.nav-sidebar a {
    color: #fff;
    background-color: #3498db;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #fff; 
    color: #3498db; 
}
.nav-sidebar .active a:hover {
    background-color: #fff;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#0b56a8;
    border-color: #0b56a8;
}
article h2{color:#333333;}
h2{color:#3498db;}
 .margin10{margin-bottom:10px; margin-right:10px;}
 
 .container .text-style
{
  text-align: justify;
  line-height: 23px;
  margin: 0 13px 0 0;
  font-size: 19px;
}

.tabs{
	padding-left: 0px;
}
.tabs .col-sm-2{
	padding-left: 0px;
}
.tabs > li > a:hover,
.tabs > li > a:focus {
  text-decoration: none;
  background-color: #fff;
  color: #3498db;
}

.nav-sidebar .nav li {
	border-bottom: 1px solid #2980b9;
}



.tabs > li :hover,
.tabs > li :focus{
	border-bottom-color: #fff;
}
.table{
	background-color: #fff;
}
.table thead tr th{
	background-color: #c0392b;
	color: #fff;
}
.table tbody tr:first-child{
	color: #c0392b;
}
.redbtn{
	background-color: #c0392b;
	border: 0px;
	padding: 10px 70px;
	color: #fff;
	font-size: 14px;
}


/*tabs horizontales*/

.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #fff;
  background-color: #3498db;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 0px;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    background-color: #fff;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #3498db;
  background-color: #fff;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.tab-pane{
	margin-left: 20px;
	margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}


/* aqui acaba el tab */

.right20{
  margin-right: 20px;
}

.info p{
  padding-left: 0px;
}
@media (min-width: 768px) and (max-width: 991px){
  .navbar-inverse .navbar-nav li a{
    padding: 30px 8px 8px 8px;
    font-size: 12px;
  }
  .navbar-inverse .navbar-collapse{
    padding: 0px;
  }
  .navbar-default .navbar-nav li a{
    padding: 0px 8px;
    font-size: 12px;
  }
  .navbar-default .navbar-right{
    margin-top: 20px;
  }
  .navbar-inverse .container{
    padding: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .navbar-inverse .navbar-nav li a{
    padding: 30px 10px 8px 10px;
    font-size: 14px;
  }
  .navbar-default .navbar-right{
    margin-top: 20px;
  } 
}
.nopadd{
  padding: 0px;
}



/* hover effect */

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

  
 
/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
 
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 5px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
 
.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
 
.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

#accordion .panel-title{
  color: #2980b9;
}
.right10{
  margin-right: 10px;
}
.just{
  text-align: justify;
}
.thumbnail{
  min-height: 430px;
  max-height: 430px;
}
@media (max-width: 767px){
  .serv-margin{
    margin-top: 20px;
  }
}
.top{
  margin-top: 5vw;
}
.productos2 .row .col-sm-8{
    height: 264px;
    display: flex;
    align-items: center;
}

.item.row .bluetittle{
    margin-left: 30px;   
}
.item.row{
    background-color: #fff;
    padding: 10px 15px 30px 15px;
}
.owl-navi{
    border-bottom: 0px;
}
.owl-navi li{
    display: inline-block;
    padding: 12px;
    background-color: #3498db;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


