#banner {
    margin: 60px 0px 0px 0px;
    width: 100%;
    height: 300px;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.cont_banner {
    margin: auto;
    width: 360px;
    height: 300px;
    padding: 40px 0px 0px 0px;
}
    
.cont_banner p {
    margin: 130px 0px 0px 20px;
    width: 320px;
    height: 40px;
    font-family: Arial;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: black;
}

.cont_banner h2 {
    margin: 5px 0px 10px 20px;
    width: 320px;
    height: 25px;
    font-family: Arial;
    font-size:16px;
    text-align: center;
    color: black;
}

.cont_banner h3 {
    margin: 0px 0px 0px 20px;
    width: 320px;
    height: 30px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: black;
}
.cont_banner_logo {
    float:right;
    margin: 0px 60px 0px 0px;
    width: 230px;
    height: 130px;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/banner_logo.png);
}
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
#contenido {
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,1.0);
}
.cont_info {
    margin: auto;
    width: 360px;
    height: 3600px;
}
.cont_info_mod1 {
    float: left;
    width: 360px;
    height: 100%;
    }
.cont_info_mod1_titulos {
    margin: 100px 0px 0px 400px;
    float: right;
    width: 340px;
    height: 70px;
    font-family: Arial;
    font-size: 48px;
    color: rgba(40,40,40,1.0);
    text-align: right;
    }
.cont_info_mod1_img {
    float: left;
    margin: 20px 10px 20px 10px;
    width: 340px;
    height: 370px;
    background-image: url(../img/Empresas_01.png);
    border-radius: 10px;
}
.cont_info_mod1_descripcion {
    float: left;
    margin: 0px 10px 20px 10px;
    float: right;
    width: 340px;
    height: 480px;
    text-align: justify;
    font-family: Arial;
    font-size: 20px;
    color: rgba(20,20,20,1.0);
    }
.paises {
    margin: 20px 75px 0px 75px;
    float: left;
    width: 200px;
    height: 100px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    border-radius: 10px;
}
.paises a {
    float: left;
    width: 200px;
    height: 100px;
    padding: 32px 0px 0px 0px;
    font-family: Arial;
    font-size: 30px;
    text-align: center;
    color: rgba(255,255,255,1.0);
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    transition: background-color 1s, color 1s;
    cursor: pointer;
}

.cont_info_titulo {
    margin: 50px 10px 50px 10px;
    float:left;
    width: 340px;
    height: 150px;
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    color: rgba(200,200,200,1.0);
    text-align:center;
    -webkit-text-stroke: 1.5px #000000;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    }

/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/

@media (min-width:1024px) {

#banner {
    margin: 0px;
    width: 100%;
    height: 300px;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.cont_banner {
    margin: auto;
    width: 1200px;
    height: 300px;
    padding: 40px 0px 0px 0px;
}
    
.cont_banner p {
    margin: 10px 50px 0px 40px;
    width: 660px;
    height: 70px;
    font-family: Arial;
    font-size: 70px;
    font-weight: bold;
    text-align: left;
    color: black;
}

.cont_banner h2 {
    margin: 10px 300px 40px 40px;
    width: 500px;
    height: 30px;
    font-family: Arial;
    font-size:26px;
    text-align: left;
    color: black;
}

.cont_banner h3 {
    margin: 0px 0px 0px 40px;
    width: 600px;
    height: 50px;
    font-family: Arial;
    font-size: 18px;
    text-align: left;
    color: black;
}
.cont_banner_logo {
    float:right;
    margin: 40px 50px 0px 0px;
    width: 230px;
    height: 130px;
    padding: 0px 50px 0px 0px;
    background-image: url(../img/banner_logo.png);
}
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
#contenido {
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,1.0);
}
.cont_info {
    margin: auto;
    width: 1200px;
    height: 1500px;
}
.cont_info_mod1 {
    float: left;
    width: 1200px;
    height: 100%;
    }
.cont_info_mod1_titulos {
    margin: 100px 0px 0px 400px;
    float: right;
    width: 800px;
    height: 70px;
    font-family: Arial;
    font-size: 48px;
    color: rgba(40,40,40,1.0);
    text-align: right;
    }
.cont_info_mod1_img {
    float: left;
    margin: 20px 10px 20px 10px;
    width: 380px;
    height: 370px;
    background-image: url(../img/Empresas_01.png);
    border-radius: 10px;
}
.cont_info_mod1_descripcion {
    float: left;
    margin: 20px 10px 20px 10px;
    float: right;
    width: 780px;
    height: 370px;
    text-align: justify;
    font-family: Arial;
    font-size: 27px;
    color: rgba(20,20,20,1.0);
    }
.paises {
    margin: 20px 20px 0px 20px;
    float: left;
    width: 200px;
    height: 100px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    border-radius: 10px;
}
.paises a {
    float: left;
    width: 200px;
    height: 100px;
    padding: 32px 0px 0px 0px;
    font-family: Arial;
    font-size: 30px;
    text-align: center;
    color: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.0);
    border-radius: 10px;
    transition: background-color 1s, color 1s;
    cursor: pointer;
}
    .paises a:hover {
    color: rgba(255,255,255,1.0);
    background: rgba(0,0,0,0.8);
}

.cont_info_titulo {
    margin: 50px 100px 50px 100px;
    float:left;
    width: 1000px;
    height: 150px;
    font-family: Arial;
    font-size: 50px;
    font-weight: bold;
    color: rgba(200,200,200,1.0);
    text-align:center;
    -webkit-text-stroke: 1.5px #000000;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    }



    
}