/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #e9ecef;
    color: #fff;
    /* font-family: 'Roboto', sans-serif;*/
}

h2 {
    font-size: 45px;
    font-weight: 300;
    margin: 10px;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 10px;
}

h2 span {
    font-size: 30px;
}

.pTitulo {
    font-size: 30px;
}

p {
    font-size: 20px;
}

.imgGEAS {
    /* width: 15%; */
    vertical-align: middle;
    border-style: none;
	opacity: 0.9;
}

.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.container>div {
    cursor: default;
    height: 250px;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.4s ease-in;
}

.container>div:hover {
    opacity: 0.8;
    /* transform: scale(0.97); */
}

.container>div:nth-of-type(1) {
    grid-column: 1 / 4;
}

.container>div:nth-of-type(4) {
    grid-column: 2 / 5;
}

.container>div:nth-of-type(5) {
    grid-column: 1 / 4;
}

.container>div:nth-of-type(8) {
    grid-column: 2 / 5;
}

.container>div:nth-of-type(9) {
    grid-column: 1 / 4;
}

.container>div:nth-of-type(12) {
    grid-column: 2 / 5;
}

.container>div:nth-of-type(13) {
    grid-column: 1 / 4;
}

.container>div:nth-of-type(16) {
    grid-column: 2 / 5;
}

.container>div:nth-of-type(18) {
    grid-column: 1 / 4;
}

.bg0 {
    background: url('./../../dist/img/GEAS.PNG');
}

.bg00 {
    background: url('./../../dist/img/GEAS1.PNG');
}

.bg1 {
    background: url('./../../dist/img/GASS1.PNG');
}

.bg2 {
    background: url('./../../dist/img/GASS2.jpg');
    /*color: #333;*/
}

.bg3 {
    background: url('./../../dist/img/CRH.PNG');
    /*color: #333;*/
}

.bg4 {
    background: url('./../../dist/img/CRH.jpg');
    /* color: #333;*/
}

.bg5 {
    background: url('./../../dist/img/GFM1.jpg');
    /* color: #333;*/
}

.bg6 {
    background: url('./../../dist/img/GFM.png');
    /* color: #333;*/
}

.bg7 {
    background: url('./../../dist/img/GIMM.jpg');
    /* color: #333;*/
}

.bg8 {
    background: url('./../../dist/img/CRM.jpg');
    /* color: #333;*/
}

.bg9 {
    background: url('./../../dist/img/KENER.jpg');
    /* color: #333;*/
}

.pointer {
	cursor: pointer !important;
    opacity: 0.65;
}