/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*--
Bootstrap breakpoints:
X-Small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px
--*/

/*-- 1rem = 16px --*/

:root {
--lod-black-logo: #1a171b;
--lod-gris-oscuro: #38414a;
--lod-gris-medio: #8f908f;
--lod-gris-claro: #d3d4d2;
--lod-gris-claro75: #dedfdd;
--lod-gris-claro50: #e9eae9;
--lod-gris-claro25: #f4f4f4;
--lod-blanco: #fff;
--lod-gris-oscuro-black: #292c32;
}

html,
body {
	margin: 0;
	font-size: 100%;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}

body a {
	text-decoration: none;
	transition: 0.2s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

a:hover {
	text-decoration: none;
}

input[type="button"],
button[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	margin-bottom: 0.75rem;
	font-family: Raleway, 'Open Sans', sans-serif;
	font-weight: 700;
	/*color: #000; <--- definido en bootstrap*/
}

p {
	margin: 0;
	margin-bottom: 1.2rem;
}

ul {
	margin: 0;
	padding: 0;
	margin-left: 1.7rem;
	list-style: disc;
	margin-bottom: .8rem;
}
ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .4rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #004c99;
  position: absolute;
  left: -16px;
  top: 11px;
  vertical-align: middle;
}

img {
	min-width: 0px;
	max-width: 100%;
	height: auto;
}

.float-right, .float-md-right, .float-lg-right {
  margin: 0 0 .2rem 1.5rem;
}

.float-left, .float-md-left, .float-lg-left {
  margin: 0 1.5rem .2rem 0;
}

label {
	margin: 0;
}

blockquote {
  margin: 1.2rem 0 2rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-size: 1.3rem;
}

blockquote cite {
  display: block;
  font-size: .8rem;
  font-style: normal;
}

blockquote cite:before {
  content: "\2014 \0020";
}

.narrow {
	max-width: 900px;
	margin: 0 auto;
}
.narrower {
	max-width: 750px;
	margin: 0 auto;
}
.add-bottom {
	margin-bottom: 2rem;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-weight: 400;
}

/* ----- Encabezados color ----- */
/* Colores:
1 morado
2 naranja
3 azul
4 verde
5 rojo */

.cabcolor1, .cabcolor2, .cabcolor3, .cabcolor4, .cabcolor5, .cabcolor6 {
	margin: 0;
	padding: 0.5rem 0.75rem;
	color: #fff;
}
.cabcolor1 {
	background: #663399; /*morado*/
}
.cabcolor2 {
	background: #ff6600; /*naranja*/
}
.cabcolor3 {
	background: #0099ff; /*azul*/
}
.cabcolor4 {
	background: #009900; /*verde*/
}
.cabcolor5 {
	background: #cc3333; /*rojo*/
}
.cabcolor6 {
	background: #e9b738; /*amarillo oscuro*/
}
/* ----- Fin encabezados color ----- */

.recuadro-cabcolor {
	background: var(--lod-gris-claro50);
	border-radius: 0 0 0.75rem 0.75rem;
	/*align: center;
	text-align: center;*/
	margin-bottom: 20px;
	padding: 30px;
}

.redondo-arriba {
	border-radius: 0.75rem 0.75rem 0 0;
}

.esquinas-redondas {
	border-radius: 0.75rem;
}

.recuadro {
	min-height: 110px; 
	margin-bottom: 1.5rem;
}

@media only screen and (max-width: 576px) {
	.recuadro {
		min-height: 0; 
	}
}

.recuadro-blanco {
	background: #ffffff;
	border-radius: 0.75rem;
	margin-bottom: 2rem;
	padding: 30px;
}
.recuadro-blanco img {
	max-height: 270px;
}

.recuadro-claro {
	background: var(--lod-gris-claro50);
	border-radius: 0.75rem;
	margin-bottom: 2rem;
	padding: 30px;
}

.recuadro-negro {
	background: #1A171B;
	border-radius: 0.75rem;
	margin-bottom: 2rem;
	padding: 30px;
	color: #fff;
}

.recuadro-negro h1, .recuadro-negro h2, .recuadro-negro h3, .recuadro-negro h4, .recuadro-negro h5, .recuadro-negro h6, .recuadro-negro p {
	color: #fff;
}

.recuadro-negro ul.disc li::before {
  background: #fff;
}

.enlace-claro a:link {
  color:  #33ccff;
}

.enlace-claro a:visited {
  color:  #33ccff;
}

.enlace-claro a:hover {
  color:  #e9eae9;
}

.enlace-claro a:active {
  color:  #e9eae9;
}

/* ----- Noticias ----- */
#redessociales {
	float: right;
	width: 320px;
	background: #e9eae9;
	/*border: 15px solid #e9eae9;*/
	/*border-radius: 30px;*/
	align: center;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
}
#redessociales h1{
	color: #333;
	padding: 0;
	font-size: 3em;
	margin-top: 10px;
	margin-bottom: 0;
}
#redessociales p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
	font-size: 2em;
	line-height: 1.2em;	
	margin-bottom: .6em;
}
#marco {
	padding: 15px;
	margin: 0;
}
#noticia{
	/*border-radius: 15px;*/
	width: auto;
	background-color: #e9eae9;
	margin: 0px 0px 20px 0px;
	overflow:hidden;
	padding: 15px 15px 0px 15px;
}
#noticia img{
	max-width:100%;
	margin: 0px 25px 10px 0px;
	float: left;
	text-align: left;
	opacity:1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#noticia img:hover{
	opacity:0.8;
}
#noticia h1{
	font-size: 1.5rem;
}
#noticia h2{
	font-size: 1rem;
}
#noticia p{
	margin-bottom: 1rem;
}
#noticia h1 a{
	text-decoration: none;
	/*border-bottom:1px dashed #38414a;*/
}
#noticia h1 a:hover {
	/*text-decoration: none;*/
	color: #8f908f;
	/*border-bottom:1px dashed #8f908f;*/
}
#noticia h1 a:active {
	/*text-decoration: none;*/
	color: #d3d4d2;
	/*border-bottom:1px dashed #8f908f;*/
}
/* ----- Fin noticias ----- */

/* ----- Noticias responsive ----- */
@media only screen and (max-width: 1024px) {
  #redessociales {
	float: none;
	width: auto;
	-webkit-column-width: 320px; /* Chrome, Safari, Opera */
	-moz-column-width: 320px; /* Firefox */
	column-width: 320px;
	-webkit-column-gap: 0; /* Chrome, Safari, Opera */
	-moz-column-gap: 0; /* Firefox */
	column-gap: 0;
	margin-left: 0;
	padding-bottom: 0;
  }
  #marco {
	margin: 0;
  }
  #noticia img{
	margin-bottom: 15px;
  }
}
@media only screen and (max-width: 800px) {
  #noticia{
	text-align: center;
  }
  #noticia h1, #noticia h2, #noticia p{
	text-align: center;
  }
  #noticia img{
	margin: 0px 0px 15px 0px;
	float: none;
  }
}
@media only screen and (max-width: 480px) {
  #redessociales {
	padding-bottom: 0;
  }
  #redessociales h1{
	color: #333;
	/*padding: 10px 0;*/
	padding: 0;
	font-size: 2.2em;
	margin-top: 10px;
	margin-bottom: 0;
  }
  #redessociales #marco iframe {
	width: 290px;
  }
}
@media only screen and (max-width: 335px) {
  #redessociales #marco iframe {
	width: 290px;
  }
}
/* ----- Fin noticias responsive ----- */

/*-- header --*/

a.navbar-brand {
	font-size: 3em;
	/*color: #000!important;*/
	color: transparent!important;
	width: 156px;
	height: 50px;
	background: url("../imagen/logolodes-500px.png") no-repeat center;
	background-size: 156px 50px;
	margin-right: 0;
}
.navbar-expand-lg .navbar-nav {
	margin: 0 0 0 6em;
	background: transparent;
	/*z-index: 998;*/
}
nav.navbar.navbar-expand-lg.navbar-light {
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 0;
	height: 82px;
	border-bottom: solid 1px #dedfdd;
}
.navbar-light .navbar-nav .nav-link,
.dropdown-item {
	box-sizing: border-box;
	color: #000;
	font-size: 18px;
	font-weight:600;
	letter-spacing: 1px;
	margin: 0em 4em 0em 0;
	border-bottom: solid 3px #fff;
	padding-left: 0;
	padding-right: 0;
}

.dropdown-item {
	margin: 0 !important;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	/*box-sizing: border-box;*/
	color: #0066cc;
	/*border: solid 1px #fff;*/
	border-bottom: solid 3px #0066cc;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #0066cc;
	/*border: solid 1px #0099ff;*/
	/*border-radius: .25rem;
	background: #0099ff;*/
	border-bottom: solid 3px #0066cc;
}
.dropdown-menu {
    background-color: #e9eae9;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #0099ff;
    background-color:transparent;
}

/*----- Modificando botones del menú: -----*/

.nav-link {
	white-space: nowrap;
}


.search input[type="search"] {
    outline: none;
    padding: 9px 15px;
    font-size: 15px;
    color: #000;
    background: rgba(255, 255, 255, 0);
    width: 64%;
    letter-spacing: 2px;
    border: none;
    border-bottom: 2px solid rgba(148, 152, 152, 0.23);
    margin: 0;
    border-radius: 0;
    box-sizing: border-box;
}

.search button[type="submit"] {
	outline: none;
	padding: 10px 24px;
	font-size: 15px;
	color: #fff;
	background: #0066cc;
	border: none;
	letter-spacing: 1px;
	text-transform: capitalize;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	margin: 0;
	cursor: pointer;
	font-weight: 600;
}

.search button[type="submit"]:hover {
	background: #0099ff;
	color: #fff;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #0099ff;
	border-color: transparent;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0);
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0);
}

.form-control:focus {
	box-shadow: none;
}

/*-- //header --*/

.banner {
	/*background: url(../images/bg1.jpg)no-repeat 0px 0px;*/
	background: url(../imagen/fondobandmex2.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 800px;
}
.banner1 {
	background: url(../imagen/fondobannersitiolodes.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 250px;
	margin-bottom: -80px;
}
.banner2 {
	background: url(../imagen/fondobannersitiolodes.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 82px;
}

.banner-text {
	padding: 16em 0em 0 0;
	text-align: center;
}

.header-top {
	background: #ffcc33;
	padding: 2em;
	margin-top: 1.5em;
}

.header-top span {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
}

/*-- //banner --*/
/*--placeholder-color--*/

.search input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.search input[type="search"]:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.search input[type="search"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.search input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

/*--//placeholder-color--*/

.contenido {
	padding: 2rem 0;
}

/*-- /faculty--*/

.w3-faculty-services1 {
    background:#663399;
	padding:2.5em .5em 1.7em .5em;
	/*border: solid 15px #663399;*/
	/*border-radius: 30px;*/
}
.fac i {
    font-size: 2.5em;
    color: #fff;
}
/*.w3-faculty-services2 {
    background:#ff6600;
	padding:2.5em .5em 1.7em .5em;
}*/
.w3-faculty-services2 {
    background:#ff6600;
	padding:2.5em .5em 1.7em .5em;
	/*border: solid 15px #ff6600;*/
}
.w3-faculty-services3 {
    background:#0099ff;
	padding:2.5em .5em 1.7em .5em;
	/*border: solid 15px #0099ff;*/
}
.w3-faculty-services4 {
    background:#009900;
	padding:2.5em .5em 1.7em .5em;
	/*border: solid 15px #009900;*/
}
.w3-faculty-services5 {
    background: var(--lod-gris-oscuro);
	padding:2.5em .5em 1.7em .5em;
	/*border: solid 15px #009900;*/
}
.w3-faculty-services6 {
    background: var(--lod-gris-medio);
	padding:2.5em .5em 1.7em .5em;
	/*border: solid 15px #009900;*/
}
.fac h3 {
	/*line-height: 1.8em;*/
	color: #fff;
	letter-spacing: 1px;
}
.fac p {
    letter-spacing: 1px;
    /*line-height: 1.8em;
    font-size: 15px;*/
    font-weight: 400;
    color: #d3d4d2;
	/*margin-bottom: -1.2rem;*/
}
.fac a {
	color: #fff;
}
.fac a:hover {
	color: #D3D4D2;
	/*text-decoration: underline;*/
}

/*-- //faculty--*/

/*-- Recuadro heroe --*/

.heroe {
	border-radius: 0.75rem;
	border: 1px solid var(--lod-gris-claro75);
	background: var(--lod-gris-claro25);
}

.heroe img {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

@media (max-width: 1200px) { /* equivale a xl, originalmente 62em, o 992px (lg) */
  .heroe img {
	margin-top: 1rem;
	margin-bottom: 1rem;
  }
}

@media (max-width: 992px) { /* equivale a lg, originalmente 40em, o 640px */
  .heroe h1 {
    font-size: 44px;
	margin-top: 0.75rem;
  }
}

@media (max-width: 768px) {
.heroe {
	border-radius: 0rem;
	border: 0px;
}
}

/*-- Fin recuadro heroe --*/

/*-- main --*/
h3.tittle, h2.tittle {
    font-size: 2.8em;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0px;
    /*text-transform: capitalize;*/
}
p.tit {
    font-size: 15px;
    color: #777;
    line-height: 2em;
    width: 70%;
}
h1.inner-title {
	text-align: center;
	font-size: 3em;
	font-weight: 700;
	padding-top: 3em;
	color: #fff;
}

h5.main-w3l-title {
	font-size: 3.8em;
	text-transform: capitalize;
	text-align: left;
	color: #000;
	font-weight: 500;
}

.paragraph-agileinfo {
	font-size: 16px;
	color: #777;
	letter-spacing: .6px;
	line-height: 33px;
}
/*--// main --*/

/*---------------*/

/*-- //services--*/
.services{
	background: url(../images/bg.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.w3-services-head h3 {
    color: #fff;
}
.agile-abt-grid-1 h3 {
    border: 2px solid #0066cc;
    background-color: #0066cc;
	padding: 10px 0;
}
.agile-abt-grid-2 h3 {
   border: 2px solid #a94442;
    background-color: #a94442;
	padding: 10px 0;
}
.agile-abt-grid-3 h3 {
       border: 2px solid #d21aac;
    background-color: #d21aac;
	padding: 10px 0;
}
.w3-services-heading p {
  font-size:15px;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.w3-services-heading {
    border-left: 1px solid #fff;
}
.w3-services-01 h3 {
    font-size: 4em;
    color: #fff;
    text-align: center;
}
.w3-services-02 h3 {
    font-size: 4em;
    color: #fff;
    text-align: center;
}

/*-- //services--*/
.stat-grids p {
    font-size: 2em;
    letter-spacing: 3px;
    color: #ff3d00;
}
.stat-grids h3 {
    font-size: 1.3em;
    color: #000 ;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 5px;
}
.carousel-indicators {
    bottom: -15px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
}
/*--//stats --*/
.stats {
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(41, 41, 41, 0.19);
    padding: 57px;
}
.features{
    background: #f4f4f4;
}
.row.stats_inner.top-st {
    border-top: 1px solid #eaeaea;
}
.stat-grids:nth-child(1){
    border-right: 1px solid #eaeaea;
}
/* testimonials */

.carousel-indicators .active {
    background: #38414a;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    margin-bottom: 0;
    border: none;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    background: #d3d4d2;
}

.carousel-control {
    color: #fff;
    bottom: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.media-object {
    margin: auto;
    margin-top: 1em;
    border-radius: 50%;
}
.adjust1 {
    margin-bottom: 2px;
    border: 0;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(41, 41, 41, 0.19);
    padding: 48px 48px 65px;
}
@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}


/* //testimonials */

p.Lor {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
}
/*-- testimonials --*/
.about-right h4 {
    font-size: 24px;
    font-weight: 600;
    color:#191919;
}
.testi-text {
    position: relative;
    padding: 24px;
}
.fone {
    margin-top: 30px;
}
.carousel-control .active {
    background: #0066cc;
}
.adjust1 p{
    color: #777;
    line-height: 2em;
    text-align: left;
	font-size:15px;
	letter-spacing:1px;
}

.testi-left .carousel-control.left,
.testi-left .carousel-control.right {
    width: 19px;
    height: 19px;
}

.testi-text1:before {
    border-left: 10px solid #ad1a0a;
    border-right: none !important;
    left: auto !important;
    right: -3% !important;
}
.testi-text h4 {
    font-size: 1.3em;
    color: #eac828;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
}
.caption.testi-text span {
    font-size: 1.2em;
    margin-right: 10px;
    color: #777;
}

.testi-text h5 {
    font-size: 1em;
    color: #000 ;
    line-height: 1.5em;
    font-weight: 600;
	letter-spacing:2px;
    text-align: left;
}

.testi-left {
    width: 89%;
    margin: 0 auto;
    position: relative;
}
/*-- //testimonials --*/
/*--/newsletter--*/

.newsletter {
    background: url(../images/bg.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.newsright input[type="email"] {
    outline: none;
    padding: 15px 20px;
    color: #8f908f;
    font-size: 14px;
    border: 1px solid #b5bbbd;
    width: 74%;
    letter-spacing: 3px;
    background: none;
}

.newsright input[type="submit"] {
    border: none;
    padding: 16px 20px 16px;
    font-size: 15px;
    outline: none;
    text-transform: capitalize;
    margin: 0 0 0 0px;
    font-weight: 600;
    letter-spacing: 1px;
    background:#0066cc;
    color: #fff;
	cursor:pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.newsright input[type="submit"]:hover {
    background: #0099ff;
    color: #fff;
}
.newsleft h3 {
    font-size: 27px;
    margin-top: 15px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 700;
}

.blog_sec {
    padding-top: 7em;
}

/*--//newsletter--*/
/*-- footer --*/

footer {
	background: var(--lod-gris-oscuro-black);
	padding: 2rem 0 1.5rem 0;
}
footer h2, footer h3 {
	color: var(--lod-gris-medio);
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 1.2em;
    letter-spacing: .5px;
}
footer p {
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	letter-spacing: .7px;
	margin-bottom: .5rem;
	margin-top: 0;
}
footer ul {
	margin-bottom: 0;
}
footer ul li {
	list-style-type: square;
	color: #fff;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: .7px;
	margin-left: -.7rem;
	margin-bottom: .24rem;

}

.footer-grids:nth-child(2) {
    border-left: 1px solid #292c32;
    border-right: 1px solid #292c32;
}
.footer-grids {
	padding: 0em 2em;
}

.footer-grids a img {
	width: 100%;
	margin-bottom: 0px;
	border: 2px solid #fff;
}

.footer-grids a {
	padding: 0;
}

.footer-section h2, .footer-section h3 {
    color: #b1b2b0;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1.2em;
    letter-spacing: 1px;
}

.footer-grids p {
	color: #fff;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: .7px;
	margin-bottom: .75rem;
}

.footer-grids p.phone {
	text-transform: capitalize;
}

ul.w3agile_footer_grid_list li {
	list-style-type: square;
	color: #fff;
	line-height: 28px;
	font-size: 18px;
	letter-spacing: .7px;
	margin-left: -.7rem;
}

ul.w3agile_footer_grid_list li:nth-child(1) {
	margin-bottom: 1em;
}

ul.w3agile_footer_grid_list li a {
	color: #0099ff;
	text-decoration: none;
}


ul.w3agile_footer_grid_list li span {
	display: block;
	color: #8F908F;
}

ul.w3agile_footer_grid_list li span i {
	color: #0099ff;
}

.footer-grids a {
	color: #fff;
}

.footer-grids a:hover {
	color: #0099ff;
}

.copyright {
	background: var(--lod-gris-oscuro);
}
.copyright p {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	color: #0099ff;
}

.copyright-w3layouts {
    background: #38414a;
    border-top: 1px solid #d3d4d2;
}
.copyright-w3layouts p {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 0;
}

.copyright-w3layouts a {
	color: #0099ff;
	text-decoration: none;
}

.copyright-w3layouts a:hover {
	color: #fff;
}

/* ----- Redes sociales pie de página ----- */
.icoredessociales {
	font-size: 24px;
	letter-spacing: 3px;
	margin-top: -5px;
}
.icoredessociales a img {
	width: 30px;
	border: none;
	margin: 0;
	margin-right: 3px;
	border-radius: 2px;
}
.icoredessociales a img:hover {
	opacity: 0.5;
}
.icoredessociales a img:active {
	opacity: 0.8;
	background: #0099ff;
}
/* ----- Fin redes sociales pie de página ----- */

/*-- //Footer --*/

/* ---- Página soluciones ---- */
.cuadro-solu-col {
	background: var(--lod-gris-claro50);
	/*border: 15px solid #8f908f;*/
	border-radius: 0 0 0.75rem 0.75rem;
	align: center;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
    -webkit-column-width: 190px; /* Chrome, Safari, Opera */
    -moz-column-width: 190px; /* Firefox */
    column-width: 190px;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
column-fill: balance;
}


/* ---- Fin página soluciones ---- */

/* ---- Página clientes ---- */
#recuadrogr5col {
	background: var(--lod-gris-claro50);
	/*border: 15px solid #8f908f;*/
	/*border-radius: 45px;*/
	align: center;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
    -webkit-column-width: 190px; /* Chrome, Safari, Opera */
    -moz-column-width: 190px; /* Firefox */
    column-width: 190px;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
column-fill: balance;
}
/* ---- Fin página clientes ---- */

/* ----- Portafolio ----- */
#portafoliocol {
	align: center;
	text-align: center;
	margin: 0;
	padding: 0;
    /*-webkit-column-width: 250px;*/ /* Chrome, Safari, Opera */
    /*-moz-column-width: 250px;*/ /* Firefox */
    column-width: 250px;
    /*-webkit-column-gap: 20px;*/ /* Chrome, Safari, Opera */
    /*-moz-column-gap: 20px;*/ /* Firefox */
    column-gap: 20px;
column-fill: balance;
}
.item{
	width: 100%;
	background-color:#e9eae9;
	margin: 0px 0px 13px 0px;
	overflow:hidden;
	display: inline-block;
	padding: 5px 18px 5px 18px;
	text-align: center;
	align: center;
}
.item img{
	max-width:100%;
	margin: 0;
}
.item p{
	line-height: 1.4rem;
	margin-bottom: 0.7rem;
	text-align: left;	
}
/* ----- Fin portafolio ----- */

/* ---- Página Reconocimientos ---- */
#recuadrogrsincol {
	background: #e9eae9;
	align: center;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
}
/* ---- Fin página Reconocimientos ---- */

/* ---- Opciones grandes ---- */

/*.opciones a {
	min-height: 7.5rem;
	border-radius: 1rem;
	background: blue;
}*/
.opciones button {
	width: 100%;
	min-height: 9rem;
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 1.25rem;
	border: none;
	border-radius: 1rem;
}
.opcion1 button {
	background: no-repeat url("../softwareibm/boton-ibm-01.svg");
}
.opcion2 button {
	background: no-repeat url("../softwareibm/boton-ibm-02.svg");
}
.opcion3 button {
	background: no-repeat url("../softwareibm/boton-ibm-03.svg");
}
.opcion4 button {
	background: no-repeat url("../softwareibm/boton-ibm-04.svg");
}
.opcion5 button {
	background: no-repeat url("../softwareibm/boton-ibm-05.svg");
}

@media(max-width:768px) {
.opciones button {
	min-height: 7rem;
}
}

/* ---- Fin opciones grandes ---- */


/*-- Gallery Section --*/

.gallery-grid1 img {
	width: 100%;
	cursor: pointer;
}

/*--Gallery hover effect--*/
.gallery-grid1 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gallery-grid1:nth-child(2),
.gallery-grid1:nth-child(3) {
	margin-top: 1.7em;
}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
	opacity: 0;
	visibility: hidden;
	background: rgba(25, 24, 24, 0.8);
	bottom: 0%;
	position: absolute;
	padding: 1.3em 1.3em;
	width: 100%;
	-webkit-transform: translate3d( 0px, 100%, 0px);
	-moz-transform: translate3d( 0px, 100%, 0px);
	-ms-transform: translate3d( 0px, 100%, 0px);
	-o-transform: translate3d( 0px, 100%, 0px);
	transform: translate3d( 0px, 100%, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: left;
	border-bottom: 6px solid #273b7b;
}

.gallery-grid1 .p-mask .p-desc {
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px);
	-moz-transform: translate3d( 0px, 0px, 0px);
	-ms-transform: translate3d( 0px, 0px, 0px);
	-o-transform: translate3d( 0px, 0px, 0px);
	transform: translate3d( 0px, 0px, 0px);
}

.p-mask h4 {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
}

.p-mask p {
	margin: 0;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}

/*-- //Gallery Section --*/

/*-- welcome --*/
.welcome-left h3 {
    color:#0066cc;
    font-size: 36px;
    letter-spacing: 1px;
}
.welcome-left h4 {
    color: #464646;
    font-size: 17px;
    line-height: 1.8;
    margin: 15px 0;
    letter-spacing: 1px;
}
.welcome-left p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
}

/*-- about-team --*/

.thumbnail.team-agileits {
    border: none;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.team .effectd-caption {
    padding: 20px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.team h4 {
    color: #000;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}
.social-lsicon a {
    color: #000;
    padding: 0 7px;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-lsicon a:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- //about-team --*/

/*--Contact --*/

.contact-page {
	background: #2f2f2f;
}

.contact-page h3.tittle-w3layouts {
	color: #fff;
}

.contact-w3l-footer-w3 h4 {
	text-align: left;
	font-weight: inherit;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 13px;
	text-transform: capitalize;
	color: #fed700;
}

.contact-w3l-footer-w3 h4:nth-child(3) {
	margin-top: 1em;
}

@media(min-width:992px) {
	.contact-eql {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

.contact-left {
	flex-basis: 38%;
	-webkit-flex-basis: 38%;
}

.contact-middle {
	flex-basis: 60%;
	-webkit-flex-basis: 60%;
}

.contact-left,
.contact-middle {
	padding: 2em;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.42);
}

.add-info span {
	font-size: 1.1em;
	color: #fff;
	display: inline-block;
	float: left;
	margin-right: 1em;
}

.add-info p,
.add-info p a {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #fff;
	text-decoration: none;
}

.add-info p a:hover {
	color: #fed700;
	text-decoration: none;
}

.contact-left .social-icons a:nth-child(1) {
	margin-left: 0px !important;
}

.contact-w3l-footer-w3 p.heading-btm,
.sevices-w3layouts p.heading-btm {
	color: #e7e3e3;
}

.contact-middle input[type="text"],
.contact-middle input[type="email"],
textarea {
	width: 100%;
	padding: 11px 20px;
	border: none;
	background: rgba(197, 192, 185, 0.37);
	color: #fff;
}

.contact-middle p {
	color: #cecece;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 5px;
	font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
}

textarea {
	height: 74px;
	resize: none;
	width: 100%;
}

textarea:focus {
	outline: none;
}

.submit {
	float: right;
	margin-top: 10px;
	color: #000;
}

.submit .glyphicon {
	font-size: 16px;
	border: none;
	padding: 0;
}

.contact-middle input[type="submit"] {
	background: #fed700;
	border: none;
	border: 2px solid #fed700;
	padding: .7em 2.5em;
	outline: none;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2em;
}

.contact-middle input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

.mid-info p a,
p.paragraph-w3-agile a {
	text-decoration: none;
}

.mid-info p a:hover,
p.paragraph-w3-agile a:hover {
	text-decoration: none;
	color: #fff;
}

/*--//Contact --*/

/*--contact Inner--*/

.mail_grid_w3l input[type="text"],
.mail_grid_w3l input[type="email"],
.mail_grid_w3l textarea {
	outline: none;
	padding: 14px;
	font-size: 14px;
	color: #212121;
	background: none;
	width: 100%;
	border: 1px solid #b5b5b5;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.contact-fields-w3ls {
	margin-bottom: 1em;
}

.contact-fields-w3ls:nth-child(4) {
	margin-bottom: 0;
}

.mail_grid_w3l textarea {
	min-height: 175px;
	width: 100%;
	resize: none;
}

.mail_grid_w3l input[type="submit"] {
	outline: none;
	padding: 13px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	background:#0066cc;
	width: 100%;
	border: none;
	text-transform: capitalize;
	letter-spacing: 2px;
	cursor:pointer;
	    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.mail_grid_w3l input[type="submit"]:hover {
	background:#0099ff;
	color: #fff;
}

.map-section {
	padding: 1em 1em .7em;
	background: #eee;
}

.map-section iframe {
	border: none;
	width: 100%;
	height: 320px;
}

/*--//contact Inner--*/

/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #8f908f;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color:#0066cc;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #0099ff;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #8f8f8f;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #fff;
}
/*.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 1.1rem;
	color: #38414A;
	border-top: none !important;
}
.tabla > thead > tr > th {
	color: white;
}
.tabla thead th {
	background: #0066cc;
	border: none;
}
/*.tabla td {
	border: solid 1px var(--lod-gris-claro);
}*/
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}

@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
/*h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}*/
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}

.label {
	font-size: 53%;
}
.alert,p,li {
	font-size: 0.9rem;
}
h1 {
	font-size: 2.5rem;
	}
h2 {
	font-size: 1.7rem;
	}
h3 {
	font-size: 1.3rem;
	}
ul.disc li::before {
  width: 9px;
  height: 9px;
  left: -15px;
  top: 9px;
}
#recuadrogr5col {
    -webkit-column-width: 220px; /* Chrome, Safari, Opera */
    -moz-column-width: 220px; /* Firefox */
    column-width: 220px;
}
#portafoliocol {
    -webkit-column-width: 300px; /* Chrome, Safari, Opera */
    -moz-column-width: 300px; /* Firefox */
    column-width: 300px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}

/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 90px; /* antes 65px */
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 34px;
	height: 34px;
	border: none;
	text-indent: 100%;
	background: url(../imagen/arriba.svg) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //to-top --*/

/*--responsive--*/

@media(max-width:1440px) {
	.banner-text {
		padding: 13em 0em 0 0;
	}
	.banner {
		min-height: 800px;
	}
}

@media(max-width:1280px) {
	.banner-text {
		padding: 12em 0em 0 0;
	}
	.banner {
		min-height: 700px;
	}
}

@media(max-width:1080px) {
	.navbar-light .navbar-nav .nav-link,
	.dropdown-item {
		font-size: 15px;
		/*margin: 0em 1.2em 0em 0;*/
	}
	h3.subheading-wthree {
		font-size: 24px;
	}
	.stat-grids p {
		font-size: 2.8em;
	}
	h1.inner-title {
		font-size: 2.5em;
	}
	.inner-banner {
		min-height: 215px !important;
	}
	h1.inner-title {
		padding-top: 3.3em;
	}
	/*.footer-grids p {
		font-size: 16px;
	}
	footer ul li {
		font-size: 16px;
	}*/
	ul.w3agile_footer_grid_list li {
		font-size: 16px;
	}
	.copyright-w3layouts p {
		color: #fff;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
	}
	.copyright p {
		color: #fff;
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
	}
	.navbar-expand-lg .navbar-nav {
    margin: 0 2em;
}
.team h4 {
    font-size: 21px;
}
.newsright input[type="email"] {
    width: 72%;
}
.slider-info h4, .slider-info h1 {
    font-size: 2.5em;
}
.slider-info p {
    font-size: 14px;
}
.banner {
    min-height: 600px;
}
.banner-text {
    padding: 11em 0em 0 0;
}
.adjust1 p {
    line-height: 1.8em;
    font-size: 14px;
}
.carousel-indicators {
    bottom: 0px;
}
.adjust1 {
    padding: 40px 40px 65px;
}
.testi-text {
    padding: 14px;
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 26%;
}
.callbacks_tabs {
    bottom: -38%;
}
}
@media(max-width:1024px) {
	.navbar-light .navbar-nav .nav-link,
	.dropdown-item {
		letter-spacing: 0.4px;
	}
}

@media(max-width:991px) {
	.navbar-nav {
		text-align: center;
	}
	.dropdown-menu.show {
		display: table;
		margin: 0.5em auto;
	}
	.search input[type="search"] {
		width: 68.5%;
	}
	.search button[type="submit"] {
		padding: 8px 10px;
		width: 30%;
	}
	.form-inline {
		width: 80%;
		margin: 0 auto;
	}
	.navbar-light .navbar-nav .nav-link,
	.dropdown-item {
		display: inline-block;
	}
	.slider-info a {
		font-size: 14px;
		letter-spacing: 2px;
	}
	.banner-text {
		padding: 10em 0em 0 0;
	}
	.banner {
		min-height: 560px;
	}
	footer {
		padding: 2rem 3rem 1.5rem 3rem;
	}
	.footer-grids {
		padding: 0em 1.3em;
	}
	.footer-section h2,
	.footer-section h3 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.footer-grids {
		padding-top: 0;
		padding-bottom: 0;
	}
	.footer-grids:nth-child(2) {
		border: none;
		border-top: 1px solid #8f908f;
		border-bottom: 1px solid #8f908f;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		margin: 1.5em 0em;
	}
	p.tit {
    line-height: 1.8em;
    width: 100%;
}
/*.banner1 {
    min-height: 310px;
}*/
h3.tittle, h2.tittle {
    font-size: 2.5em;
}
.welcome-right {
    margin-top: 1.5em;
}
.newsleft h3 {
    margin-bottom: 1em;
    text-align: center;
}
.team h4 {
    font-size: 20px;
}
.slider-info h4, .slider-info h1 {
    font-size: 2.1em;
}
.callbacks_tabs {
    bottom: -30%;
}
.slider-info p {
    width: 100%;
}
.fac h3 {
    letter-spacing: 1px;
    font-size: 23px;
}
.fac p {
    font-size: 14px;
}
.w3-services-grid1:nth-child(2){
	margin:1.5em 0;
}
.w3-services-grid2:nth-child(2){
	margin-top:1.5em;
}
.testi-left {
    width: 100%;
    margin: 2em auto 0;
}
.text-info img {
    max-width: 75%;
    height: auto;
}
.stats {
    padding: 40px;
}
.dropdown-menu {
    background-color: #ddd;
}
button.navbar-toggler {
    background: #d3d3d3;
    border-radius: 0;
}
.navbar-expand-lg .navbar-nav {
	margin: 0 0 0 6em;
	background: #f4f4f4;
	padding-bottom: 1rem;
}
}
@media(max-width:800px) {
}
@media(max-width:768px) {
.text-info img {
	max-width: 100%;
}
.btn {
	font-size: .8rem;
}
}

@media(max-width:767px) {
	.rgt_gd{
		margin-top:2em;
	}
	/*.banner1 {
    min-height: 280px;
}*/
.gal-sec:nth-child(2){
	margin:1.7em 0;
}
.team-grids {
	flex: 0 0 50%;
    max-width: 50%;
}
.team-grids:nth-child(2),.team-grids:nth-child(1)  {
	margin-bottom:1.5em;
}
.w3-services-heading p {
    font-size: 14px;
}
.banner-text {
    padding: 7em 0em 0 0;
}
}
@media(max-width:667px) {
	.form-inline {
		width: 90%;
	}
	.navbar-toggler-icon {
		width: 1.3em;
	}
	.navbar-toggler {
		padding: .1em 0.5em;
	}
}
@media(max-width:640px) {
	h4.story-names {
		font-size: 1.9em;
	}
	h1.inner-title {
		padding-top: 3.8em;
		font-size: 2.2em;
	}
	.search input[type="search"] {
		width: 68%;
	}
	h3.tittle, h2.tittle {
    font-size: 2.2em;
}
.banner-text {
    padding: 6em 0em 0 0;
}
.banner {
    min-height: 500px;
}
.callbacks_tabs {
    bottom: -18%;
}
}

@media(max-width:600px) {
	.banner-text {
		padding: 6em 0em 0 0;
	}
	.banner {
		min-height: 520px;
	}
	a.navbar-brand {
		font-size: 2.8em;
	}
	/*.banner1 {
    min-height: 250px;
}*/
}

@media(max-width:568px) {
	.copyright-w3layouts p {
		padding: 0em 1em;
		line-height: 28px;
	}
	nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0 16px;
}
.stats {
    text-align: center;
}
.stat-grids:nth-child(1) {
    border-right: none;
}
.testi-text h4,.testi-text h5 {
    text-align: center;
}
#toTop {
	/*bottom: 120px;*/
	right: 5%;
}
}

@media(max-width:480px) {
	.banner-text {
		padding: 4em 0em 0 0;
	}
	.banner {
		min-height: 430px;
	}
h3.tittle, h2.tittle {
    font-size: 2em;
}
a.navbar-brand {
    font-size: 2.6em;
}
.banner1 {
    min-height: 230px;
}
.newsright input[type="email"] {
    width: 70%;
}
.slider-info h4, .slider-info h1 {
    font-size: 2em;
}
.slider-info p {
    margin: 1em 0;
}
.callbacks_tabs {
    bottom: -15%;
}
	footer {
		padding: 2rem 0 1.5rem 0;
	}
}
@media(max-width:440px) {
	.story-img1, .story-img2, .story-img3 {
		min-height: 300px;
	}
	.main-story:nth-child(2), .main-story:nth-child(4) {
		border-radius: 55px 0px;
	}
	.story-img3, .story-img1 {
		border-radius: 35px 0px;
		margin-top: 1.3em;
	}
	.story-img2 {
		border-radius: 0px 35px;
		margin-top: 1.3em;
	}
	.newsright input[type="email"] {
    width: 68%;
}
.newsleft h3 {
    font-size: 24px;
}
}
@media (max-width:420px){
.btn {
	font-size: .7rem;
}
}
@media(max-width:414px) {

	h1.inner-title {
		padding-top: 4em;
		font-size: 2em;
	}
	h3.subheading-wthree {
		line-height: 31px;
	}
	.banner1 {
    min-height: 210px;
}
.team-grids {
    max-width: 100%;
    flex: 0 0 100%;
}
.team-grids:nth-child(3) {
    margin-bottom: 1.5em;
}
.newsright input[type="email"] {
    width: 66%;
}
.welcome-left h3 {
    font-size: 26px;
}
.slider-info h4, .slider-info h1 {
    font-size: 1.6em;
}
.banner-text {
    padding: 4em 0em 0 0;
}
.w3-services-02 h3,.w3-services-01 h3 {
    font-size: 3em;
}
}
@media(max-width:384px) {
	.callbacks_tabs {
		bottom: -11%;
	}
	.banner1 {
    min-height: 190px;
}
.newsright input[type="email"] {
    width: 63%;
}
}
@media(max-width:375px) {
	a.navbar-brand {
		font-size: 2.7em;
	}
	.newsright input[type="email"] {
    width: 62%;
}
}
@media(max-width:320px) {
	.slider-info h4, .slider-info h1 {
		font-size: 1.3em;
	}
	.banner {
		min-height: 425px;
	}
	.copyright-w3layouts p {
		letter-spacing: 1px;
	}
	h5.main-w3l-title {
		font-size: 3.1em;
	}
	h4.story-names {
		font-size: 1.8em;
	}
	a.navbar-brand {
    font-size: 2.2em;
}
.banner1 {
    min-height: 164px;
}
h3.tittle, h2.tittle {
    font-size: 1.7em;
}
p.tit {
    font-size: 14px;
}
.welcome-left p {
    font-size: 14px;
}
.newsright input[type="email"] {
    width: 100%;
    margin-bottom: 1em;
}
.newsleft h3 {
    font-size: 22px;
}
.banner-text {
    padding: 3em 0em 0 0;
}
.slider-info p {
    font-size: 13px;
	line-height:1.6em;
}
.banner {
    min-height: 370px;
}
.slider-info a {
    letter-spacing: 1px;
	padding: .5em 1em;
}
.w3-faculty-services2,.w3-faculty-services1,.w3-faculty-services3,.w3-faculty-services4,.w3-faculty-services5,.w3-faculty-services6 {
    padding: 2em 1.5em;
}
.fac h3 {
    font-size: 21px;
}
}

/*--//responsive--*/

/* ----- Navidad ----- */
.navidad h5 {
	text-transform: none;
	padding-top: 0;
	text-align: center;
	font-size: 4.5rem;
	line-height: 4.5rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 3px 3px 8px #333366;
	margin-top: 30px;
	width: 60%;
}
.navidad p {
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	text-shadow: 5px 5px 4px #ba7c01;
	margin-top: 60px;
	width: 60%;
}

@media (max-width:1250px){
.navidad h5 {
	font-size: 4rem;
	line-height: 4rem;
}
.navidad p {
	font-size: 1.5rem;
}
}

@media (max-width:1100px){
.navidad h5 {
	font-size: 3.5rem;
	line-height: 3.5rem;
}
.navidad p {
	font-size: 1.2rem;
	margin-top: 50px;
}
}
@media (max-width:850px){
.navidad h5 {
	font-size: 3rem;
	line-height: 3rem;
}
.navidad p {
	font-size: 1rem;
	line-height: 1.1rem;
}
}
@media (max-width:750px){
.navidad h5 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-top: 50px;
	width: 65%;
}
.navidad p {
	font-size: 1rem;
	margin-top: 40px;
	width: 65%;
}
}
@media (max-width:640px){
.navidad h5 {
	font-size: 2rem;
	line-height: 2rem;
}
.navidad p {
	font-size: 1rem;
}
}
@media (max-width:550px){
.navidad h5 {
	font-size: 1.8rem;
	line-height: 1.8rem;
	width: 70%;
}
.navidad p {
	font-size: 1rem;
	margin-top: 20px;
	width: 70%;
}
}
@media (max-width:450px){
.navidad h5 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	width: 85%;
	margin-top: 60px;
}
.navidad p {
	font-size: 1rem;
	width: 85%;
}
}
@media (max-width:400px){
.navidad h5 {
	width: 75%;
}
.navidad p {
	width: 75%;
}
}
/* ----- Fin Navidad ----- */