﻿@charset "UTF-8";
/* CSS Document */

div.LogoHome{
	margin-bottom:60px;
	}
	
	
span.ColorPopular{
	font-weight:bold;
	}	

span.Negrita{
	color:#554c45;
	font-weight:bold;
	}		

.col-md-4 {
    max-width: 45%;
    display: inline-block !important;
}
.col-md-4 > img {
    width:100%;
}

.row, #Premios {
    padding-left:60px;
}

div.LogoHome > img {
    max-width:100%;
}

div.process-bg {
    max-width:95%;
    margin:auto;
}

#home-header{
    padding-top:50px;
    min-height:590px;
    background:none;
}

#who-are-we .col-md-4 > img
{
    width:80px;
}


ul.Bases{
	list-style:none;
	}
	
div.Espacio{
	height:50px;
	clear:both;
	
	}
	
a#btnEnviar {
    float: right;
    margin-bottom: 0px;
    background: #ffffff;
    color: #2a2a2a;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    padding: 0px 20px 0px 0px;
    line-height: 36px;
    margin-top: 20px;
    cursor: pointer;
    border-color:#d70036;
}

a#btnEnviar i {
    color:white; font-size: 17px; margin-right: 1em; padding:10px;
    background:rgb(215, 0, 54);
    }

a#btnEnviar:hover i {
    background:#2a2a2a;
    }
a#btnEnviarContacto {
    float: right;
    margin-bottom: 0px;
    background: #ffffff;
    color: #2a2a2a;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    padding: 0px 20px 0px 0px;
    line-height: 36px;
    margin-top: 20px;
    cursor: pointer;
    border-color:#d70036;
}

a#btnEnviarContacto i {
    color:white; font-size: 17px; margin-right: 1em; padding:10px;
    background:rgb(215, 0, 54);
    }

a#btnEnviarContacto:hover i {
    background:#2a2a2a;
    }



@media (max-width: 490px) {
  #who-are-we .col-md-4 {max-width:100%;}
    
  #home-header > div.transparent-bg > div.container h3.slogan-text {font-size:18px;}
    
  #home-header > div.transparent-bg > div.container div.Espacio{height:0 !important;}
}