﻿.intro-section {
    background-image: url(/Images/locationsBackground.jpg);
}

.intro-section .subtitle {
    text-shadow: 0 0 10px #000;
}

.first-section {
    background: linear-gradient(#020d11, #020d11, #05151b, #0d2c37);    
}

.first-section .left-content {
    width: 950px;
}

.first-section .left-content .uno {
    width: 50%;
	float: left;
}

.first-section .left-content .dos {
    width: 50%;
	float: none;
}

.first-section .right-content {
    width: 950px;
}

.first-section .right-content .uno {
    width: 50%;
    float: left;  
}

.first-section .right-content .dos {    
    width: 50%;
	float: none;	
}

.prensa {
    margin: 50px 25px;
}

.prensa articla {
    border-bottom: 1px solid rgba(56, 188, 238, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.prensa span {
    color: #CCCCCC;
}

.prensa h3 {
    color: #38bcee;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-bottom: 10px;
}

.rds{
    display: none;
}

@media (min-width: 768px) {
    .prensa h3 {
        font-size: 26px;
    }
	
	 .first-section .left-content .uno {
        width: auto;
    }

    .first-section .left-content .dos {
        position: relative;
    }

    .first-section .right-content .uno {
        width: auto;
        
    }

    .first-section .right-content .dos {
        position: relative; 
		float: none;
    }
	
}


