/*PRUEBAS*/
/*=============================================
UTILIDADES
===============================================*/
.form-control{
    font-family:sans-serif!important;
}
#cont-form label{
     font-family:sans-serif!important;
}
footer {
position: fixed;
	bottom: 0;
}
@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}
.footer-distributed{
	 background-image: url("../img/banner diario sistemex.jpg");
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 80px;
}
button{
    background-color:#f16920;
    color:#ffffff;
    font-size:17px;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 60%;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
	text-align:center;
}
@media (min-width: 1200px){
.container {
    width: 100% !Important;
}
}
.footer-distributed .footer-center i{
	background-color:  #F16920;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
  
}
.footer-center i+i{
    margin-right:2rem;
}

.footer-distributed .footer-center i{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{

	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	text-align:center;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:30px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:none!important;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 10px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */

@media (min-width:800px) {
    	.square{
    position: relative !important;
    left: 20%;
}

.roud-text{
    float: inherit !important;
}
}
@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	


}
.nota-titulo{
    font-size:50px;
}

.titulo {
  text-align: center;
  font-size: 45px;
  font-size: 2.5rem;
}
@media (min-width:600px) {
  .titulo {
    font-size: 50px;
    font-size: 5rem;
  }
}
.titulo2 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media (min-width:600px) {
  .titulo2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
.texto {
  font-size: 15px;
  font-size: 2.0rem;
}
@media (min-width:600px) {
  .texto {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.texto-xs {
  font-size: 14px;
  font-size: 1.4rem;
}
html {
  font-size: 55% !important;
}
@media (min-width:768px) {
  html {
    font-size: 62.5% !important;
  }
}
.oculta-msg {
  display: none;
}

footer{
    position: inherit !important;
        width: 100% !important;
}

body {
  background: #f2f2f2;
  background-image: url("../img/backgroundgris.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  font:16px/1.6 "Times New Roman",  sans-serif;
 /*font-family: "Times New Roman", Times, serif !important;*/
}
body.fondo-fijo {
  overflow: hidden;
}
body.no-mayor {
  background-image: url("../img/bg-red.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
}
body.no-mayor:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
body.no-mayor .container {
  vertical-align: middle;
  margin-top: 50px;
}
body.no-mayor .container img {
  width: 40%;
}
.cont-show {
  opacity: 0;
  position: fixed;
  top: 20%;
  background: #f16920;
  z-index: 100;
  border-radius: 0px 4px 4px 0px !important;
  -webkit-border-radius: 0px 4px 4px 0px !important;
  -moz-border-radius: 0px 4px 4px 0px !important;
}
.cont-show a {
  color: #ffffff;
  padding: 12px;
  display: inline-block;
}
.cont-show.show {
  opacity: 1;
}
.container.cont-mayor {
  opacity: 1;
}
.container section {
  border-bottom: 2px solid #000000;
  padding: 20px 0px;
}
.container section h1,
.container section h2,
.container section h3 {
  padding: 0px 10px;
}
.container section p {
  font-size: 18px;
  font-size: 2.0rem;
  text-align: justify;
  color: #000000;
}
.container section p span.text-nombre {
  text-transform: capitalize !important;
}
.container section h1 {
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin-top: 2%;
  margin-bottom:2%;
}
@media (min-width:600px) {
  .container section h1 {
    font-size: 45px;
    margin-top:2%;
    margin-bottom:2%;
  }
}
.container section h2 {
  font-size: 35px;
  font-size: 3.5rem;
  color: #000000;
  margin-top: 2%;
  margin-bottom:4%;
  text-align:center;
}
@media (min-width:600px) {
  .container section h2 {
    font-size: 3.5rem;
    margin-top: 2%;
   margin-bottom:4%;
   text-align:center;

  }
}
.container section figure {
  text-align: center;
}
.container section div.divider {
  border-bottom: 2px solid #000000;
  height: auto;
  overflow: hidden;
}
.container section#cabecera {
  padding: 0px;
  border-bottom: 3px solid #000000;
}
.container section#cabecera figure {
  border-top: 3px solid #000000;
}
.container section#cabecera figure img {
  width: 85%;
}
.container section#cabecera figure.logo {
  border-top: 0px;
  border-bottom: 1px solid #000000;
  margin-bottom: 3px;
}
.container section#cabecera figure.logo img {
  width: 100px;
}
@media (min-width:768px) {
  .container section#cabecera figure.logo img {
    width: 150px;
  }
}
.container section#portada h1 {
  text-transform: uppercase;
}
.container section#portada figure img {
  
}
.container section#portada #nota-contenido p span {
  text-transform: capitalize;
}
.container section.notas-extra {
  border-bottom: 0px;
}
@media (min-width:768px) {
  .container section.notas-extra {
    border-bottom: 2px solid #000000;
  }
}
.container section.notas-extra .nota-item {
  border-bottom: 2px solid #000000;
  margin-top: 20px;
}
@media (min-width:768px) {
  .container section.notas-extra .nota-item {
    margin-top: 0px;
    border-bottom: 0px;
  }
}
.container section.notas-extra .nota-item figure {
  text-align: center;
  margin-bottom: 2%;
  margin-top:2%;
  
}
.container section.notas-extra .nota-item figure img {
  width: 80%;
  display: inline-block;
  margin-bottom:2%;
}
@media (min-width:768px) {
  .container section.notas-extra .nota-item:first-child {
    border-right: 2px solid #000000;
  }
}
.container section.notas-extra .nota-item:first-child.no-border {
  border-right: 0px;
}
.container section.notas-extra .nota-item:first-child.no-border figure {
  text-align: center;
}
.container section.notas-extra .nota-item:first-child.no-border figure img {
  width: 70%;
  display: inline-block;
}
.container section#videos {
  border-bottom: 0px;
}
.container section#videos .bs-example {
  margin-bottom: 15px;
}
footer img {
  max-height: 120px;
  max-width: 100%;
}
@media (min-width:768px) {
  footer img {
    max-height: 205px;
  }
}
#cont-form {
  background-image: url("../img/registro.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  padding: 10px;
}
#cont-form span {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
#cont-form label {
  margin: 5px 0px;
  color: #ffffff;
}
#cont-form figure {
  text-align: center;
}
#cont-form figure img {
  width: 60%;
}
#cont-form a {
  color: #ffffff;
}
#cont-form h3 {
  font:bold 16px sans-serif !important ;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size:26px;
}
#cont-form .cont-btn {
  text-align: center;
  margin-right:10px;
}
#cont-form .cont-btn > #btn-enviar,
#cont-form .cont-btn > button,
#cont-form .cont-btn > a.btn {
  font: bold 16px sans-serif;
  margin-top: 10px;
  margin-left: 10px;
  text-shadow: 1px 1px 0px #fb6100;
  background-color: #ffc33f;
  min-width: 80px;
  color: #ffffff;
}
#cont-form .cont-btn a {
  font-family: inherit;
  margin-right:12px;
}
#cont-form .cont-btn a.btn-whats {
  /*display: inline-block;*/
  position: relative;
    right: 40%;
    
}


@media (min-width:768px) {
  #cont-form .cont-btn a.btn-whats {
    display: none;
        
  }
  .snsbutton {
    float: left;
    margin-left: 3px;
    padding: 20px;
}
}
.bg-100 {
  height: auto;
  overflow: hidden;
  margin-top: 20%;
  text-align: center;
}
@media (min-width:600px) {
  .bg-100 {
    margin-top: 0px;
    height: 100vh;
  }
}
.bg-100.modalmask {
  margin-top: 0px;
}
.bg-100:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.bg-100 .seccion-info {
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
}
.bg-100 .seccion-info.down {
  vertical-align: bottom;
}
.bg-100 .seccion-info.up {
  vertical-align: top;
}
.bg-100 section {
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
}
.bg-100 .modalbox {
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
  border-radius: 5px;
}
#cont-botones {
  text-align: center;
  padding: 15px 0px 15px 0px;
}
.mensaje-warning {
  color: #FBCE1A;
}
.mensaje-danger {
  color: #DA0354;
}
.mensaje-exito {
  color: #428CCF;
  text-transform: uppercase;
}
/*=============================================
ESTILOS DE LAS VENTANAS MODALES
===============================================*/
.modalmask {
  height: auto;
  overflow: hidden;
  margin-top: 20%;
  text-align: center;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.87);
  z-index: 100000;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  -ms-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  pointer-events: none;
}
@media (min-width:600px) {
  .modalmask {
    margin-top: 0px;
    height: 100vh;
  }
}
.modalmask.modalmask {
  margin-top: 0px;
}
.modalmask:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.modalmask .seccion-info {
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
}
.modalmask .seccion-info.down {
  vertical-align: bottom;
}
.modalmask .seccion-info.up {
  vertical-align: top;
}
.modalmask section {
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
}
.modalmask .modalbox {
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
  border-radius: 5px;
}
.modalmask .modalbox {
  width: 90%;
  position: relative;
  -webkit-transition: all 1000ms ease-in;
  -moz-transition: all 1000ms ease-in;
  -ms-transition: all 1000ms ease-in;
  -o-transition: all 1000ms ease-in;
}
@media (min-width:992px) {
  .modalmask .modalbox {
    width: 40% !important;
  }
}
.modalmask .modalbox #closed {
  z-index: 100000;
  opacity: 1;
  height: 38px;
  background: #f16920;
  color: #ffffff;
  line-height: 35px;
  position: absolute;
  right: -1px;
  text-align: center;
  top: -1px;
  width: 40px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0px 4px 0px 0px !important;
  -webkit-border-radius: 0px 4px 0px 0px !important;
  -moz-border-radius: 0px 4px 0px 0px !important;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.4 ease-out;
  -moz-transition: all 0.4 ease-out;
  -ms-transition: all 0.4 ease-out;
  -o-transition: all 0.4 ease-out;
  transition: all 0.4 ease-out;
}
.modalmask .modalbox #closed:hover {
  background: #BA080B;
}
.movedown {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.35s;
  -moz-transition: opacity 1s, -moz-transform 0.35s;
  -ms-transition: opacity 1s, -ms-transform 0.35s;
  -o-transition: opacity 1s, -o-transform 0.35s;
  transition: opacity 1s, transform 0.35s;
  -webkit-transform: translate3d(0, -200%, 0);
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -o-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}
.moveup {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.35s;
  -moz-transition: opacity 1s, -moz-transform 0.35s;
  -ms-transition: opacity 1s, -ms-transform 0.35s;
  -o-transition: opacity 1s, -o-transform 0.35s;
  transition: opacity 1s, transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -o-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.moveleft {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.35s;
  -moz-transition: opacity 1s, -moz-transform 0.35s;
  -ms-transition: opacity 1s, -ms-transform 0.35s;
  -o-transition: opacity 1s, -o-transform 0.35s;
  transition: opacity 1s, transform 0.35s;
  -webkit-transform: translate3d(-200%, 0, 0);
  -moz-transform: translate3d(-200%, 0, 0);
  -ms-transform: translate3d(-200%, 0, 0);
  -o-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}
.moveright {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.35s;
  -moz-transition: opacity 1s, -moz-transform 0.35s;
  -ms-transition: opacity 1s, -ms-transform 0.35s;
  -o-transition: opacity 1s, -o-transform 0.35s;
  transition: opacity 1s, transform 0.35s;
  -webkit-transform: translate3d(200%, 0, 0);
  -moz-transform: translate3d(200%, 0, 0);
  -ms-transform: translate3d(200%, 0, 0);
  -o-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.rotate {
  -webkit-transform: scale(-5, -5);
  -moz-transform: scale(-5, -5);
  -ms-transform: scale(-5, -5);
  -o-transform: scale(-5, -5);
}
.resize {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
.ventana-activa {
  opacity: 1;
  pointer-events: auto;
}
.ventana-activa .movedown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ventana-activa .rotate {
  -webkit-transform: rotate(360deg) scale(1, 1);
  -moz-transform: rotate(360deg) scale(1, 1);
  -ms-transform: rotate(360deg) scale(1, 1);
  -o-transform: rotate(360deg) scale(1, 1);
}
.ventana-activa .resize {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.backgroundfooter{
    background-image: url("../img/banner diario sistemex.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 width:1400px!important;
 margin-left:-10%!important;
  

}
.row.backgroundfooter{
   width:1295px!important;
 margin-left:-7%!important; 
 margin-top:-2%!important;
}
.social-icons{
    float: none!important;
    margin-bottom: 38px!important;
    align-content:center!important;
     display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
  display: flex;
    align-items: center;
    justify-content: center;
}

#nota-img{
    float: none!important; 
    width:80%!important;
margin: 10px 12px 3px 4px !important;  

}
@media screen and (min-width: 480px) {
#nota-img{
    float: none!important;
    margin: 10px 12px 3px 4px !important;
}
}
/*# sourceMappingURL=style.css.map */