/*Estilos Web*/

body{
    background-color: #F1F1F1;
}

section h2,section h3{
    color: #F2C56E;
}

section i{
    color: #555;
}

.btn{
    background-color: #F2C56E;
}

    /*Contenido*/

        /*Presentación*/

        #presentacion .contenido{
            background-color: rgba(0,0,0,.5);
            padding: 25px 10px;
        }

        #presentacion h1,#presentacion p{
            color: #FFF;
            text-align: center;
        }

        #presentacion h1{
            font-size: 30px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        #presentacion p{
            font-size: 20px;
            line-height: 25px;
        }

        #presentacion span{
            color: #F2C56E;
        }

        /*Fin Presentación*/

        /*Características*/

        #caracteristicas .minimodulo{
            background-color: #FFF;
            border-bottom: 2px solid #F2C56E;
        }

        #caracteristicas .minimodulo .info{
            padding: 20px 0;
        }

        /*Fin Características*/

        /*Precios*/

        #precios .minimodulo{
            padding: 25px 0;
            border: 2px solid #F2C56E;
            border-radius: 3px;
            background-color: #FFF;
            box-shadow: 0 3px 3px #8ca0a2;
        }

        #precios .precio{
            font-size: 22px;
        }

        #precios .precio span{
            font-size: 60px;
            font-weight: 800;
        }

        #precios .precio sup{
            font-size: 30px;
            font-weight: 600;
            text-decoration: underline;
        }

        #precios .detalles li{
            font-size: 20px;
            font-weight: 600;
        }

            /*Notas*/

            #notas .notas i{
                margin-right: 10px;
                color: #F2C56E;
            }

            #notas li{
                font-size: 18px;
                margin: 15px 0;
                text-align: justify;
                text-align: center;
            }

            #notas li span,#notas p span{
                font-weight: 600;
                color: #F2C56E;
            }

            #navs{
                margin: 20px 0;
            }

            #navs i{
                font-size: 50px;
            }

            /*Fin Notas*/

        /*Fin Precios*/

    /*Fin Contenido*/

/*Pie Página*/

#pie_pagina{
    background-color: #F2C56E;
    color: #FFF;
}

#pie_pagina a{
    color: #FFF;
}

/*Fin Pie Página*/

/*Otras Páginas*/

#banner{
    background-color: #F2C56E;
    color: #FFF;
}

/*Fin Otras Páginas*/

    /*Media Queries*/

    @media only screen and (min-width: 400px){
        
        
        
    }

    @media only screen and (min-width: 600px){

        /*Presentación*/
        
        #presentacion{
            height: 400px;
        }
        
        /*Fin Presentación*/
        
    }

    @media only screen and (min-width: 800px){

        

    }

    @media only screen and (min-width: 1000px){

        #menu-btn,#ajuste{
            display: none;
        }
        
        #cabecera{
            height: 100px;
            background-color: transparent;
        }
        
        #menu{
            top: 0;
            display: flex;
            background-color: transparent;
        }
        
        #menu ul{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        #menu a{
            color: #FFF;
            transition: all .5s ease-in-out;
        }
        
        #menu.m-gris a{
            color: #444;
        } 
        
        #menu.m-gris  a.active {
            color: #F2C56E;
        }

        #presentacion{
            height: 600px;
        }

    }

    @media only screen and (min-width: 1200px){

    }

    @media only screen and (min-width: 1400px){

        

    }

    @media only screen and (min-width: 1600px){

        

    }

    @media only screen and (min-width: 1800px){

        

    }

    /*Media Queries*/

/*Fin Estilos Web*/