@charset "utf-8";
/* CSS Document */


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	font-size: 1.740rem;
  }

main {
    flex: 1 0 auto;
  }


.btn-footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:50px;
   width:100%;
   padding-top:5px;
   padding-bottom:8px;
   z-index:1100;
}


.hoja{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

.cuadros{
	width:410px;
	float:left;
	padding:10px;
	position:relative;
	margin-right:15px;
}

.fijo{
	position: fixed;
}

.bar{
	height:45px;
	padding-top:10px;
	padding-bottom:10px;
	position: fixed;
	font-size:48px;
	z-index:1000;
	margin-top:15px;
}

.bmenu{
	background-color:#FFF;
	padding:5px;
	height:90px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
	margin-bottom:15px;
	width:100%;
}


.mycontainer{
	margin-top:105px !important;
	max-width:95% !important;
}

.colorea{
	background-color:#d5197d;
}

a{
	color:#000;
}


a:hover, a:active
{
	color: #000;
}


h1
{
	margin-top: 0;
	font-size: 2.0em;
}

h2
{
	font-size: 2.5em;
}

h3
{
	font-size: 1.1em !important;
	
}

h4
{
	font-size: 1.1em !important;
	
}

h5
{
	font-size: 1.1em;
}


.container{
	width:98%;
	margin-top:20px;
	padding:10px;
}



.txt_des{
	font-size:14px;
	color: #a0a0a0;
}

.txt-12{
	font-size:12px;
}

.txt-14{
	font-size:14px;
}

.txt-16{
	font-size:16px;
} 



/* Padre aplicando flexbox */
.padre {
  justify-content: flex-start;
  width: 100%;
}


.mycard {
    position: relative;
    overflow: hidden;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: solid #CCC 1px;
	height: 250px;
  	width: calc(100%);
	background-size: cover;
    background-position: center;
}



.mycard .tite{
	position: absolute;
    top: 30%;
    right: auto;
    text-align: center;
    z-index: 3;
	padding:5px;
	border-bottom:#000 4px solid;
	border-top:#000 4px solid;
	background-color:rgba(51,51,51,0.4);
	height:auto;
	width:100%;
	font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
	color: #fff;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

}


.bord-bajo{
	border-bottom:solid 1px #000000;
}

 
 @media only screen and (max-width : 800px) {
	 
 .mycard {
	height: 190px;
}
		
  }
  
  
 @media only screen and (max-width : 600px) {
 .mycard {
	height: 150px;
}

h4
{
	font-size: 1.1em;
	color:#d5197d;
}
	 
 }