﻿/*******************************************************************************************************************************************************************************/
/**  UNIVERSITARY CORPORATION OF META (2017)                                                                                                                                  **/
/**  WEB PORTAL                                                                                                                                                               **/
/**  Footer CSS3 definitions                                                                                                                                                  **/
/**  Version: 2.001                                                                                                                                                           **/
/**  Author:  Aned Esquerra Arguelles                                                                                                                                         **/
/**  Date: 2017/2/01                                                                                                                                                          **/
/**                                                                                                                                                                           **/
/*******************************************************************************************************************************************************************************/


/** Footer - services section CSS3 definitions **/

footer
{
    background-color:#f9f5e6; 
}

/***/

#services 
{
    overflow: hidden; 
    width: 100%;  
    margin: 0;
    background-color: #fff;
    color: #000;
    clear: both;

    background-image: url("/images/background/UNIMETA_red_newLslogan_120x435.png");
    background-repeat: no-repeat;
    position: relative;
    background-size: 244px 92px;
    background-position: 98% 90%;
}

#services ul 
{
    list-style: none outside none;
    margin: auto auto;
    overflow: hidden;
    position: relative;
    width: 80%;
}

#services ul li
{    
    width: 25%;
    float: left;
    font-size: 13px;   
    display: inline;
}

#services ul li div div 
{
    padding-bottom: 5%;
}

  

#services ul li h4
{
    color: #e30713;
    font-size: 16px;
    font-weight: bold;
    padding-top:20px; 
    margin-bottom: 12px;
    border-bottom: 2px solid transparent;
}

#services ul li span
{
    display: block;
    line-height: 20px;
}

.text a 
{
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
    color: #7c7c7c;
    text-decoration: none;
}

.text a:after 
{
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.text a:hover:after 
{
	width: 100%;
	background: #c30000;
}

#services .UNIMETA
{
    height: 303px; 
    background-image: url("/images/background/UNIMETA_red_outline_logo_450x605.png");
    background-size: 225px 303px;
    background-repeat: no-repeat;
    background-position: center;
}

/** Footer - awards section CSS3 definitions **/


/**Footer - slogan section CSS3 definitions **/

#slogan
{
    display: none;
    height:100px;
    background-color: #fff;
    background-image: url("/images/background/UNIMETA_red_newLslogan_120x435.png");
    background-repeat: no-repeat;
    position: relative;
    background-size: 244px 92px;
    background-position: center center;
    clear: both;
}

/** Footer - MEM resolution section CSS3 definitions **/
#MEN
{
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:x-small;
    text-align: center;
}

/** Footer - copyright section CSS3 definitions **/

#copyright 
{
    font-size:x-small;
    margin: 0;
    background-color: #cfcfcf;
    color: #413e3e;
    padding: 1%;
}

#copyright li
{
    padding: 0% 1% 0 0;
    list-style-type: none;
    display: inline;
}


#copyright li.last
{
    margin: 0;
    padding: 0% 10% 0 1%;
    list-style-type: none;
    border-left: 1px #413e3e solid;
}


#copyright a
{
    text-decoration: none;
    color: #413e3e;
}

#copyright a {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

#copyright a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}

#copyright a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #c30000;
    transition: width .5s ease;
}

#copyright a:hover:before {
    width: 100%;
    background: #c30000;
    transition: width .5s ease;
}

#copyright a:hover:after 
{
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}


@media screen and (max-width:1024px) {


   #services
   {
       background-image: url("/images/background/UNIMETA_red_newLslogan_120x435.jpg");
   }   
     
   #slogan
   {
       background-color: #fff;
       display:block;
   }

   #services ul li
   {
        float: left;
        width: 100%;
        text-align:center;
   }

  #services .UNIMETA
   {
       display: none;
   }

  .interest
  {
      padding-bottom: 2%;
  }

   /***/
    
   #copyright
   {
        padding: 2%;
        text-align:center;
   }
    
   #copyright li
   {
        display: block;
   }

   #copyright li.last
   {
        border-left: 0px;
        padding: 0% 1% 0 0;
   }
}