/* CSS Document */
@font-face {
  font-family: 'Litofont';
	
	src: url("../tipografia/Mosk Medium 500.ttf") format('truetype');
}
body{
	margin: 0;
	font-family: 'Litofont';
}
h1,h2,h3{
	font-family: 'Litofont';
}
.parallax-window {
	min-height: 550px;
	background: transparent;
	
}
.parallax-window2 {
	min-height: 350px;
	background: transparent;
}
.parallax-window3 {
	min-height: 200px;
	background: transparent;
}
.logomenu{
	height: 30px; 
	float: left;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: 30px;
}

.menucontenedor {
	background-image: url("images/cat-digital.png");
	background-size: cover;

    padding: 0px;
}
 
.text {
    width: 95%;
    height: 100px;
    background-color: transparent;
    padding: 0px;
    color: #FFF;
    position: absolute;
    z-index: 1;
	text-align: right;	
}
 
.menubackground {
    width: 100%px;
    height: 30px;
    background-color: #282d40;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}
 
.transp {
    opacity: 0.7;
}
	

.menucontenedor  ul li {
  display:inline-block;
  list-style-type: none;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,1.00);

}
.menucontenedor ul li:last-child{border-right: none;}

.menucontenedor ul li a {
  padding: 10px;
  text-decoration: none;
	font-size: 14pt;
	color: white;
}

.menucontenedor ul li a:hover {
  color: #FFF;
	font-weight: bolder;
}
input[type="submit"] {

background-color: #E74060;
border: none;
color:    white;
padding: 5px 10px;
text-decoration: none;
/*margin-right: 15px;*/
cursor: pointer;
border-radius: 10px;
font-size: 18px;
}
.background {
    width: 100%;
	height: 550PX;
	position: absolute;
	z-index: -1;

background: #ec635c;
background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );
}
 
.trans {
    opacity: 0.7;
}

.backgroundp {
    width: 100%;
	height: 350PX;
	position: absolute;
	z-index: -1;


background: #ec635c;
background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );


}
.backgroundp2 {
    width: 100%;
	height: 200PX;
	position: absolute;
	z-index: -1;


background: #ec635c;
background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );


}

.sidebar{
	max-width: 5%;
	background-color: rgba(40,45,64,0.90);
	text-align: center;
	position: fixed;
	top: 150px;
	right: 0;
	
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"]{
	height: 2.75em;
	padding: 0 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width:350px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	width:400px;
	font-family: 'Litofont';
}
select{
	height: 2.75em;
	padding: 0 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width:350px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	width:430px;
	font-family: 'Litofont';
}
textarea {
	height: 5.75em;
	padding: 1em 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width:350px;
	width:840px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	font-family: 'Litofont';
}
input[type=text]:focus, textarea:focus, select:focus,input[type="tel"]:focus,input[type="email"]:focus {
  box-shadow: 0 0 5px rgba(231, 64, 96, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(234, 97, 90, 1);
}
input:hover[type="submit"] {
background: #EA615A;
}
option{
	font-family: 'Litofont';
}
.foots
{
	background: #ec635c;
background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );
color: white;
}

/*slider*/
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto
}

.mySlides {
    display: none;
     
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    /*padding: 16px;*/
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    /*background-color: rgba(0, 0, 0, 0.8)*/
}

.text2 {
    color: #f2f2f2;
    font-size: 15px;
    padding-top: 12px;
  padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #222428
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,
.dot:hover {
    background-color: #717171
}

/* aqui termina el slider*/
.blog{
	width: 85%;
	text-align: justify;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	
}