/*titulos*/
.titulos {padding-top: 8%;padding-bottom:5%;}
/*fondo*/
html {
background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/intro-bg-fondo3.jpg);
background-size: cover;}
/*estilos generales*/
body {
font-family: "Poppins", sans-serif;
padding: 3% 5% 3% 5%;
color: white;}
/*Enlaces*/
a.enlace {
color: white;
font-size: 20px;
text-decoration: none;
line-height: 50px;}
a.enlace:hover {
color:#f1f53e;
font-size: 22px;
line-height: 50px;
text-decoration:solid;}
@media screen and (min-device-width: 200px) and (max-device-width: 1200px) { 
a.enlace {
font-size: 15px;}
a.enlace:hover {
font-size: 16px;}	
}
/*columnas-enlaces*/
.column-domain {
width: 24%;
display: inline-block;
white-space: break-spaces;}
.column-info {
padding-top: 3%!important;
text-align: center!important;
font-size: 20px!important;}
/*Enlaces 2*/
a.enlace2 {
color: white;
font-size: 20px;
text-decoration: none;
line-height: 50px;}
a.enlace2:hover {
color:#9bc1e7;
font-size: 22px;
line-height: 50px;
text-decoration:solid;}
