html {
  position: relative !important;
  min-height: 100% !important;
}
body {  margin-bottom: 10px !important;

}

p  {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 26px; 
    color: #444;
}

header {background:  color: #ccc; border-top: 2px solid #eee; margin-top: 0px;}
.iconimg {
    width: 100%;
    max-width: 45px;
}
 <!-- bloques index -->

/* For mobile phones: */
.img-portfolio {
  min-height: 550px;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .img-portfolio{min-height: 400px;}
  
}

@media only screen and (min-width: 992px) {
  /* For desktop: */
  .img-portfolio{min-height: 550px;}
  
}


h1 {font-size:22px !important;}
h2,h3{font-size:20px !important; line-height: 24px!important;}
h2 contitle {font-size: 17px!important;line-height: 1.5em!important; }

.l_cont {background: #fff; border-right: 1px dotted #ccc; margin-bottom: 10px;}
.r_cont  {background: #fff; width: 100%; text-align:center; }


.sq-md {  width:100px; height:100px; overflow:hidden; text-align:left !important;}

.sq-lg { width:200px; height:auto; overflow:hidden; text-align:left !important;}
.sq {  width:60px; height:60px; overflow:hidden; border-radius:6px;}
.sq-120 {  width:100%; height:auto; overflow:hidden; border-radius:6px;}
.sq-md2 {  width:120px; height:80px; overflow:hidden; border-radius:6px; float: left; margin-right: 10px;}
.sq-100 {   width:100px; height: 100px;  overflow:hidden; } 
.sq-80 {   width:80px; height: 80px;  overflow:hidden; }

<!--image resize para widget cursos  -->
.sq-c {   width:150px; height: 150px;  overflow:hidden; }
.sq-vip {   width:40px; height: 40px;  overflow:hidden; } 
.sq-resize {width: auto ;height: 100%;}

.w100 {width:100% ;height: auto;}

<!--.ht y .ht-resize  resize img modulo 2 cols -->
.ht-resize {width: auto ;height: 100%;}
.ht {    width:auto; height: 125px; overflow:hidden;} 

<!--.ht modificado para areas  -->
.ht-resize2 {width: 100% ;height: auto; }
.ht2 {    width:100%; height: 130px; overflow:hidden;} 

<!--.ht modificado para listado  -->
.ht-resize3 {width: 100% ;height: auto; }
.ht3 {    width:100%; height: 150px; overflow:hidden;} 




@media all and (max-width: 600px){
.img-resize{
        width: 100px !important;
		margin-right: 6px !important;
		display: block !important;
}
    }
.img-resize{
        width: 100%;
        max-width: 300px;
		margin-right: 30px;

}

@media all and (max-width: 600px){

.img-not2{
margin-top: 20px !important;

		margin-right: 6px !important;
		display: block !important;

}
    }
.img-not2{
        width: 100%;
margin-top: 20px !important;
		margin-right: 15px !important;
        max-width: 300px;
		margin-right: 30px;

}





.colab{
       display: inline-block;
      padding: 4px;
max-width: 80px;

}
.colabdoble{
       display: inline-block;
      padding: 4px;
max-width: 180px;

}



.imgholder {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.credits-badge{
    position: absolute;
    right:-10px;
    top:10px;
    background:#339966;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:12px;
z-index: 20;
}
.sello-badge{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background:   url("https://psiquiatria.com/images/cfc70.gif");
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    padding:5px 10px;
width: 70px;
height: 70px;
z-index: 10;

}
.sello-sep{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background:   url("https://psiquiatria.com/images/sello-sep.jpg");
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    padding:5px 10px;
width: 120px;
height: 60px;
z-index: 10;

}
.cfcinline  {width:26px; }

.title-badge{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #333;
    text-align: center;
    padding:5px 10px;
width: 100%;
height: 70px;
z-index: 10;

}
.new-badge {
    position: absolute;
    left: -8px;
    bottom: 15px;
    background: #333;
    text-align: center;
    color: white;
    padding: 15px;
    font-size: 16px;
}
.video-badge{
    position: absolute;
    left:-10px;
    top:10px;
    background:#cc3300;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:12px;

}
.new-badge.red{
  
    background:#cc0000;
    top:10px;
    left:-10px;

    
}
.ch24 {width: 24px;height:24px;}

.mbot {margin-bottom: 3px;}

.btn {
    padding: 8px 12px;
    white-space: normal;
border-radius: 4px!important;

}

.rounded {
    border-radius: 4px!important;
}

.btn-sq {
border-radius: 0px!important;
}

.btn-left {
border-radius: 4px 0px 0px 4px!important;
}

.btn-right {
border-radius: 0px 4px 4px 0px!important;
}

.cap {
text-transform: capitalize

.light {color: #fafafa!important;}