@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,600');
/* CSS Document */
body {
	background-color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #58595A;
}
.barrasup-idioma {
	background-color: #E7F2F9;
	height: 34px
}
/*Inicio dropdown idioma*/
.dropdown-toggle, .dropdown-menu {
	width: auto;
}
.btn-group img {
	margin-right: 10px
}
.dropdown-toggle {
	padding-right: 50px
}
.dropdown-toggle .glyphicon {
	margin-left: 0px;
	margin-right: -40px
}
.dropdown-menu>li>a:hover {
	background: #f1f9fd
} /* $search-blue */
.btn-idioma {
	color: #0C3371;
	background-color: transparent;
	border-color: transparent;
}
.btn-idioma:hover {
	color: #0C3371;
	background-color: #fff;
	border-color: transparent;
}
.btn-idioma:active, .btn-idioma.active, .open > .dropdown-toggle.btn-idioma {
	color: #0C3371;
	background-color: #fff;
	border-color: transparent;
}
.btn-idioma:active:hover, .btn-idioma.active:hover, .open > .dropdown-toggle.btn-idioma:hover, .btn-idioma:active:focus, .btn-idioma.active:focus, .open > .dropdown-toggle.btn-idioma:focus, .btn-idioma:active.focus, .btn-idioma.active.focus, .open > .dropdown-toggle.btn-idioma.focus {
	color: #0C3371;
	background-color: #FFF;
	border-color: transparent;
}

/*Termino dropdown idioma*/


/*INICIO ESTILOS TEXTOS*/

h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
p {
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #58595A;
}
.txt-15 {
	font-size: 15px;
}
.light {
	font-weight: 300
}

.normal {
	font-weight: 400
}

.bold {
	font-weight: 600
}


.azul {
	color: #0C3371
}

.rojo {
	color: #AC2D28
}

.celeste {
	color: #5A92C3
}

/*TERMINO ESTILOS TEXTOS*/

/*INICIO BOTONES*/
.mas_info {
	background-color: #AC2D28;
	border-radius: 25px;
}
/*TERMINO BOTONES*/


/*Inicio NavBar*/
@media (min-width: 768px) {
/*  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }*/
.navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
}
}
.navbar-default .navbar-nav > li > a {
	color: #0C3471;
	font-weight: 400;
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
	background-color: #0C3471;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #0C3471;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #0C3471;
}
.navbar-brand {
	padding: 0px;
}
.navbar-brand>img {
	height: 100%;
	padding: 15px;
	width: auto;
}
.logo .navbar-brand {
	background: url( ../images/logo-tccoat.png) left / contain no-repeat;
	width: 224px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	width: 100%;
	padding: 0px;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 105px;
	padding-bottom: 150px; /*esto deja que se vea el conteido que queda debajo de footer*/
}
/*Termino NavBar*/
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	min-height: 90px;
	background-color: #fff;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #585959;
	border-top: 5px solid #5B93C3;
}
.footer p {
	font-size: .8em;
	margin-bottom: 1px;
}
ul.social {
	padding-top: 10px !important;
}
ul.social li {
	margin: 0 1px;
	padding: 0;
}
ul.social li a {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 14px;
	color: #5B93C3;
	line-height: 24px;
	text-align: center;
	border: 1px solid #5B93C3;
}
ul.social li a i {
	margin: 0;
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.carousel-inner {
	border-bottom: #5B93C3 5px solid
}


.fade-carousel {
	position: relative;
	/*height: 100vh;*/
	height: 326px;
	
}
.fade-carousel .carousel-inner .item {
	/*height: 100vh;*/
	height: 326px;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #ff9900;
	border-color: #ff9900;
	opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 70%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.hero h3 {
	font-size: 1.5em;
	font-weight: 600;
	font-family: 'Dosis', sans-serif;
	color: #0C3371;
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,.65);
	padding: 10px 10px;
	margin-left: 30px;
	display: inline-block;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
/********************************/
/*            Overlay           */
/********************************/
/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}*/

/********************************/
/*          Custom Buttons      */
/********************************/
/*.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}*/

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	/*height: 100vh;*/
	height: 326px;
	/*background-size: cover;*/
	background-position: top center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
	background-image: url( ../images/megadestacado/destacado01.jpg);
}
.fade-carousel .slides .slide-2 {
	background-image: url( ../images/megadestacado/destacado01.jpg);
}
.fade-carousel .slides .slide-3 {
	background-image: url( ../images/megadestacado/destacado01.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
.hero {
	width: 980px;
}
}

@media screen and (max-width: 640px) {
.fade-carousel {
	position: relative;
	/*height: 100vh;*/
	height: 200px;
}
.fade-carousel .carousel-inner .item {
	/*height: 100vh;*/
	height: 200px;
}
.hero h3 {
	font-size: 1em;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	/*height: 100vh;*/
	height: 200px;
	/*background-size: cover;*/
	background-position: 55% 60%;
	background-repeat: no-repeat;
}
.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
}



/*Inicio Efecto sectores home*/
.containerSectores {
	position: relative;
	width: 100%;
}
.containerSectores .imagen {
	display: block;
	width: 100%;
	height: auto;
}
.cubrir {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 25%;
	width: 100%;
	background: #6BA6CE;
	background: rgba(107, 166, 206, .7);
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}
.cubrir:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	height: 0;
	width: 0;
	border: 15px solid transparent;
	border-top-color: #6BA6CE;
	border-top-color: rgba(107, 166, 206, .7);
	-webkit-transition: border .35s ease;
	-moz-transition: border .35s ease;
	-o-transition: border .35s ease;
	transition: border .35s ease
}
.containerSectores:hover .cubrir {
	top: 0;
	height: 60%;
	background: #6BA6CE;
	background: rgba(107, 166, 206, .9);
}
.containerSectores:hover .cubrir:after {
	border: 15px solid transparent;
	border-top-color: #6BA6CE;
	border-top-color: rgba(107, 166, 206, .9);
}
.TextoSectorHome {
	color: white;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
/*Termino Efecto sectores home*/
.box-logo-certificaciones {
	display: block;
	width: 100%;
	border-bottom: 3px #E9F2F8 solid;
	border-top: 3px transparent solid;
	height: 167px;
	margin-bottom: 15px;
}
.box-logo-certificaciones:hover {
	display: block;
	width: 100%;
	border: 3px #E9F2F8 solid;
	height: 167px;
}
.box-logo-certificaciones p {
	color: #5A92C3;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	vertical-align: middle;

}
.box-vcard {
	display: block;
	border: 3px #E9F2F8 solid;
	height: 180px;
	padding: 10px;
}
.box-vcard p {
	margin-bottom: 0px !important;
	font-size: 13px;
}
.box-vcard i {
	color: #5992C3;
	font-size: 36px;

}
.bisel-celeste {
	border-bottom: 3px #E9F2F8 solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.hoverable {
	transition: box-shadow .55s;
	box-shadow: 0
}
.hoverable:hover {
	transition: box-shadow .45s;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19)
}
.margen_top5 {
	margin-top: 5px;
}
.margen_top10 {
	margin-top: 10px;
}
.margen_top15 {
	margin-top: 15px;
}
.margen_top25 {
	margin-top: 25px;
}
.margen_bottom5 {
	margin-bottom: 5px;
}
.margen_bottom10 {
	margin-bottom: 10px;
}
.margen_bottom15 {
	margin-bottom: 15px;
}
.margen_bottom25 {
	margin-bottom: 25px;
}
.badge-dash {
	display: inline-block;
	text-align: center;
	font-weight: 600;
	padding: 20px 20px;
	color: #5A92C3;
	font-size: 20px;
	margin: 20px 20%;
	border: 1px dashed #5A92C3;
}
.borde_foto_seccion {
	border-bottom: #5B93C3 5px solid
}
.box-producto {
	display: block;
	width: 100%;
	border-bottom: 3px #E9F2F8 solid;
	border-top: 3px transparent solid;
	margin-bottom: 15px;
}
/*formulario*/
.error_message {
	display: block;
	/*height: 22px;
	line-height: 22px;*/
	background: #FBE3E4 url('../images/iconos/error.gif') no-repeat 10px center;
	padding: 15px 10px 15px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
	margin-bottom: 30px;
}

#success_page h1 {
	/*background: url('../images/iconos/success.gif') left no-repeat;
	padding-left:22px;*/
	margin: 0px;
	font-size:1.2em;
	color: #EB1921;
	font-weight: bold;
	line-height: 140%;
}
/*Inicio menu productos Sidebar*/

@media (min-width:768px) {
.bs-docs-sidebar {
	padding-left: 0px
}
}
.bs-docs-sidenav {
	margin-top: 20px;
	margin-bottom: 20px
}

.bs-docs-sidebar .nav > li > a {
	display: block;
	padding: 4px 5px;
	font-family: 'Dosis', sans-serif;
	line-height: 160%;
	font-size: 15px;
	font-weight: 300;
	color: #5A5A5A;
	border-left: 4px solid #E7F2F9;
	margin-bottom: 7px;
}
.bs-docs-sidebar .nav > li > a:focus, .bs-docs-sidebar .nav > li > a:hover {
	padding-left: 13px;
	color: #0C3471;
	text-decoration: none;
	background-color: #E7F2F9;
	border-left: 5px solid #0C3471;
	
}
.bs-docs-sidebar .nav > .active:focus > a, .bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active > a {
	font-family: 'Dosis', sans-serif;
	padding-left: 16px;
	font-weight: 500;
	color: #0C3471;
	background-color: transparent;
	border-left: 5px solid #0C3471;
}
.bs-docs-sidebar .nav .nav {
	display: none;
	padding-bottom: 10px
}
.bs-docs-sidebar .nav .nav > li > a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 400
}
.bs-docs-sidebar .nav .nav > li > a:focus, .bs-docs-sidebar .nav .nav > li > a:hover {
	padding-left: 29px
}
.bs-docs-sidebar .nav .nav > .active:focus > a, .bs-docs-sidebar .nav .nav > .active:hover > a, .bs-docs-sidebar .nav .nav > .active > a {
	padding-left: 28px;
	font-weight: 500;
}
/*Inicio menu productos Sidebar*/

