/*reset*/

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-style: none;

}
/*endreset*/


body{
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
/*Header de web*/

header {
    background-color: #f6f8f9;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #959798; 
    margin: 0 auto;
    padding: 0 30px;
}

header nav .hamburguermenu {
    display: none;
}

nav ul .opcionescabezera {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    align-items: center;
    margin-left: auto;
}

nav ul li a{
    font-weight: bold;
    text-decoration: none;   
    color: #cfcfcf;
    
}
nav ul li a:hover {
    color: #000000;
}

nav .opcionescabezera .genericuser {
    width: 5rem;
    border-radius: 50%;
    padding: 1rem;
}

nav .logo {
    width: 5rem;
    object-position: 0px 3px;
}

/*Noticias internacionales*/

main .noticiasinternacionales img{
    display: block;
    float: left;
    position: relative;
    height: auto;
    width: 65rem;
} 

main .noticiasinternacionales .textbox {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 18px;
    left: 150px;
    top: 320px;
    max-width: 50rem;
    white-space: wrap;
}

main .noticiasinternacionales .textbox h2 {
    border-bottom: white;
    border-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 30px;
}

main .noticiasinternacionales .textbox h3 {
    padding-top: 30px;
    padding-bottom: 5px;
    
}


main .noticiasinternacionales .textbox p {
    padding-bottom: 20px;
    
}

main .noticiasinternacionales .textbox a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    background-color: #fa6980;
    padding: 15px 30px 15px 30px;
    position: absolute;
    border-radius: 10px;
}

main .noticiasinternacionales .textbox a:visited {
    color: white;
}

/*Mas noticias*/

main .articulos {
    display: flex;
    position: relative;
    flex-direction: column;
    left: 100px;
    top: 100px;
    max-width: 700px;
}

main .articulos h2 {
    border-bottom: #cfcfcf;
    border-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 30px;
}

main .articulos h3 {
    color: #fa6980;
    padding: 50px 0px 20px 0px;
}

main .articulos .tituloviajes {
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

main .articulos .titulotecnologia {
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

main .articulos p {
    display: -webkit-box;
    line-clamp: inherit;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

main .articulos .texto1 {
    color: #a6adb4;
}

main .articulos .texto2 {
    color: #a6adb4;
}

/*seccion mas noticias*/

main .masnoticias {
    display: flex;
    flex-direction: row;
    background-color: #f6f8f9;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
    text-align: center;
}

main .masnoticias .todasnoticias {
    display: flex;
    justify-content: space-evenly;
    width: 95%;
}



/*Noticia 1 */
main .masnoticias .todasnoticias .noticia1 {
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
    
}

main .masnoticias .todasnoticias .noticia1 .tendencia {
    display: none;
}

main .masnoticias .todasnoticias .noticia1 figure img {
    object-fit: cover;
    width: 500px;
    height: 400px;
    display: block;

}

main .masnoticias .todasnoticias .noticia1 figure {
    width: 100%;
    margin: 10px 0;
    position: relative;  
}

main .masnoticias .todasnoticias .noticia1 figure figcaption {

    position: absolute;
    background-color: #ffffff;
    color: black;
    padding: 20px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    border-radius: 0px 0px 5px 5px;
}

main .masnoticias .todasnoticias .noticia1 figure figcaption p {

    color: #959798;
}

/*Noticia 2*/

main .masnoticias .todasnoticias .noticia2 {
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
    
}

main .masnoticias .todasnoticias .noticia2 figure img {
    object-fit: cover;
    width: 500px;
    height: 400px;
    display: block;

}

main .masnoticias .todasnoticias .noticia2 figure {
    width: 100%;
    margin: 10px 0;
    position: relative;  
}

main .masnoticias .todasnoticias .noticia2 figure figcaption {

    position: absolute;
    background-color: #ffffff;
    color: black;
    padding: 20px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    border-radius: 0px 0px 5px 5px;
}

main .masnoticias .todasnoticias .noticia2 figure figcaption p {

    color: #959798;
}

/*Noticia 3*/

main .masnoticias .todasnoticias .noticia3 {
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
    
}

main .masnoticias .todasnoticias .noticia3 figure img {
    object-fit: cover;
    width: 500px;
    height: 400px;
    display: block;

}

main .masnoticias .todasnoticias .noticia3 figure {
    width: 100%;
    margin: 10px 0;
    position: relative;  
}

main .masnoticias .todasnoticias .noticia3 figure figcaption {

    position: absolute;
    background-color: #ffffff;
    color: black;
    padding: 20px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    border-radius: 0px 0px 5px 5px;

}

main .masnoticias .todasnoticias .noticia3 figure figcaption p {

    color: #959798;
}

/*Sector de Esta ocurriendo*/

main .ocurriendoahoramaster {
    background-color: #f6f8f9;
}

main .ocurriendoahora {
    display: flex;
    flex-direction: column;  
    width: 100%;
    background-color:#f6f8f9;
    flex-wrap: wrap;
    max-height: 1300px;
    padding-bottom: 100px;

} 

main .ocurriendoahoramaster .estacourriendo {
    padding: 50px 0px 0px 120px;

}

/*Noticia 1 grande*/
main .ocurriendoahora .noticiagrande1 {
    width: 80%;
    padding: 50px 0px 0px 120px;
    max-width: 1100px;
}

main .ocurriendoahora .noticiagrande1 figure img{
    object-fit: cover;
    width: 1200px;
    height: 550px;
    display: block;
    border-radius: 5px;
}

main .ocurriendoahora .noticiagrande1 figure {
    width: 80%;
    bottom: 20px;
    position: relative;  
}


main .ocurriendoahora .noticiagrande1 figure .figcaptionnoticia1 {
    position: absolute;
    font-size: 20px;
    background-color: none;
    color: rgb(255, 255, 255);
    padding: 30px;
    bottom: 40px;
    width: 150%;
    text-align: left;
}

main .ocurriendoahora .noticiagrande1 figure .figcaptiontitulo {
    position: absolute;
    background-color: none;
    color: rgb(255, 255, 255);
    padding: 30px;
    top: 10px;
    width: 50%;
    text-align: left;
}

/*Noticia 2 grande*/
main .ocurriendoahora .noticiagrande2 {
    width: 80%;
    padding: 50px 0px 0px 120px;
    max-width: 1100px;
}

main .ocurriendoahora .noticiagrande2 figure img{
    object-fit: cover;
    width: 1200px;
    height: 550px;
    display: block;
    border-radius: 5px;
}

main .ocurriendoahora .noticiagrande2 figure {
    width: 80%;
    bottom: 20px;
    position: relative;  
}

main .ocurriendoahora .noticiagrande2 figure .figcaptionnoticia2 {
    position: absolute;
    background-color: none;
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding: 30px;
    bottom: 40px;
    width: 150%;
    text-align: left;
}

main .ocurriendoahora .noticiagrande2 figure .figcaptiontitulo {
    position: absolute;
    background-color: none;
    color: rgb(255, 255, 255);
    padding: 30px;
    top: 10px;
    width: 70%;
    text-align: left;
}

/*noticias pequenas*/

/*noticias pequena 1*/

main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas1 figure .noticiachilechico1 {
    object-fit: cover;
    width: 400px;
    height: 250px;
    border-radius: 5px;
    margin-top: 50px;
    margin-left: 150px;

}

main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas1 figure {
    width: 80%;
    bottom: 20px;
    position: relative;  
}


main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas1 figure .figcaptionpequenanoticia1 h2 {
    background-color: none;
    color: black;
    padding-bottom: 20px;
    margin-left: 150px;
}

/*noticias pequena 2*/

main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas2 figure .noticiachilechico2 {
    object-fit: cover;
    width: 400px;
    height: 250px;
    border-radius: 5px;
    margin-top: 50px;
    margin-left: 150px;
}

main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas2 figure {
    width: 80%;
    bottom: 20px;
    position: relative;  
}


main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas2 figure .figcaptionpequenanoticia2 h2 {
    background-color: none;
    color: black;
    padding-bottom: 20px;
    margin-left: 150px;
}

/*noticias pequena 3*/

main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas3 figure .noticiachilechico3 {
    object-fit: cover;
    width: 400px;
    height: 250px;
    border-radius: 5px;
    margin-top: 50px;
    margin-left: 150px;

}

main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas3 figure {
    width: 80%;
    bottom: 20px;
    position: relative;  
}


main .ocurriendoahoramaster .ocurriendoahora .noticiaspequenas3 figure .figcaptionpequenanoticia3 h2 {
    background-color: none;
    color: black;
    padding-bottom: 20px;
    margin-left: 150px;
}

/*Seccion del Footer*/

footer section {
    background-color: #a6adb4;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 230px;
    height: 500px;
}
/*Logo Footer*/

footer  .logofooter {
    padding-top: 50px;
}

footer  .logofooter a{
    width: calc(25%-10px);
    margin-right: 50px;
    padding-left: 150px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
}


/*Enlaces Footer*/

footer .fastlinks1 ul {
    margin: 50px 30px 0px 0px; 
}

footer .fastlinks1 ul li {
    list-style: none;
    padding: 5px;

}
footer .fastlinks1 ul li a{
    text-decoration: none;
    font-size: bold;
    color: #cfcfcf; 
    font-weight: bold;
    font-size: 1.2rem;
}

footer .fastlinks1 ul li a:hover {
    color: white;
}

footer .fastlinks2 ul {
    margin: 50px 30px 0px 0px; 
}

footer .fastlinks2 ul li {
    list-style: none;
    padding: 5px;
}
footer .fastlinks2 ul li a{
    text-decoration: none;
    font-size: bold;
    color: #cfcfcf; 
    font-weight: bold;
    font-size: 1.2rem;
}
footer .fastlinks2 ul li a:hover {
    color: white;
}

footer .fastlinks3 ul {
    margin: 50px 250px 0px 0px; 
}

footer .fastlinks3 ul li {
    list-style: none;
    padding: 5px;
}
footer .fastlinks3 ul li a{
    text-decoration: none;
    font-size: bold;
    color: #cfcfcf; 
    font-weight: bold;
    font-size: 1.2rem;
}
footer .fastlinks3 ul li a:hover {
    color: white;
}

/*forma de email*/

footer .formacorreo {
    width: calc(25%-10px);
    padding: 20px;
    margin-top: 40px;
    margin-right: 70px;
    text-align: center;
}
footer .formacorreo form #email { 
    padding: 10px;
    padding-right: 100px;
    border: 10px;
    border-color: #c0c0c0;
    background-color: #a6adb4;
    color: #c4cdd6;
    border-width: 2px;
    border-style:solid;
    border-radius: 3px; 
}

footer .formacorreo form #email:focus {
    color: black;
}


footer .formacorreo p {
    font-size: 10px;
    font-weight: bold;
    padding: 15px;
    margin-left: 5px;
    color: #cfcfcf;
}

/*Logos de sitios web*/

footer .logoenlaces {
    width: calc(25%-10px);
    padding: 20px;
    text-align: center;
}

footer .logoenlaces ul li a img {
    width: 20px;
    margin: 20px;
    
}
footer .logoenlaces ul  {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 20px;
}




