/*Se importa tipografia Open Sauce*/
@import url('https://fonts.cdnfonts.com/css/open-sauce-one');
/*Se importa tipografía Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*Color del fondo*/

/*Estilos de componentes directos y generales*/
    body{
        background-color: #ede7e3;
        width: 100%;
        margin-left: 0px;
    }
    header{
        display: flex;
        justify-content: space-between;
        background-color: #5e717c;
    }
    /*Estilo de h1*/
    h1{
        font-size: 40pt;
        font-family: 'Open Sauce One', sans-serif;
        color: #609d86;
        max-height: 30px;
        text-shadow: 1px 1px 1px black;
    }
    h4{
        font-family: 'Poppins';
    }
    /*Estilo de texto*/
    p{
        font-family: 'Poppins';
        text-align: justify;
    }
    /*Quitamos subrayando de enlaes */
    a{
        text-decoration: none;
    }
    /*Formato de pié de página*/
    footer{
        text-align: center;
        background-color: #feba16;
    }

/*Estilos de clases*/
    /*Formato de container*/
    .container{
        display: flex;
        justify-content: space-around;
    }
    /*Estilo de subtítulos*/
    .topic-title{
        font-family: 'Open Sauce One', sans-serif;
        color: #feba16;
        font-weight: bold;
        text-align: center;
        text-shadow:
          3px 3px 2px white,
          -3px 3px 2px white,
          -3px -3px 0 white,
          3px -3px 0 white;
    }
    /*Estilo de imágenes de los temas*/
    .pics-topics{
        width: 250px;
        height: auto;
    }
    .other{
        font-family: 'Poppins';
        color: white;
        text-align: center;
        padding-top: 20px;
        padding-right: 50px;
        padding-bottom: 20px;
        padding-left: 50px;
        background-color: #5e717c;
    }
    .space-left{
        margin-left: 10px;
    }
    .space-right{
        margin-right: 10px;
    }
    .p-form{
        text-align: center;
    }
    /*Estilos de id*/
    #logo{
        width: 25%;
        height: auto;
        padding-right: 50px;
    }
    .social{
        width: 50px;
        height: auto;
    }
    /*Estilo encabezado, único de homepage*/
    #heading-text{
        font-family: 'Poppins';
        text-align: center;
    }
    #heading-title{
        font-family: 'Poppins';
        text-align: center;
        color: white;
        background-color: #5e717c;
    }
    #hp-announce{
        font-family: 'Poppins';
        text-align: center;
        color: white;
    }
    #title_logo{
        display: flex;
        justify-content: center;
    }
    /*Ancho del texto descriptivo*/
    #dcp{
        max-width: 650px;
        height: auto;
    }
    #formu{
        text-align: center;
    }
    #opinion{
        width: 300px;
        height: 150px;
    }