/*https://www.templatemonster.com/es/demo/59104.html*/

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

a{
    text-decoration: none;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,p {
    margin: 0;
    padding: 0;
}

time {
    font-size: 0.9em;
    font-style: italic;
    font-family: arial;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(62, 59, 59);
    background-image: url(../images/fondo.jpg);
 background-size: cover;
    background-attachment: fixed;
    overflow: scroll;
}

.logo {
    width: 170px;
    margin: 30px auto 0 auto;
}

.logotitulo {
    text-align: center;
    width: 70%;
    margin: 0 auto 30px auto;
}

.titulo {
    font-size: 1.7rem;
    width: 80%;
    text-align: center;
    margin: 10px auto 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: rgb(226, 227, 227);
    font-weight: lighter;
    text-shadow: -3px -3px 15px rgb(0, 0, 0)
}

header {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header a {
    list-style-type: none;
    text-decoration: none;
    color: rgb(190, 190, 190);
}

.contbotones {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}

.fa-bars {
    color: #ffffff;
    margin: 40px;
}

.botones {
    z-index: 100;
    width: 100%;
    margin: auto;
    background-color: #000000;
    position: fixed;
}

.botones a {
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    color:#fc862f;
}

.botones a:hover {
    text-decoration: none;
    color: #ffffff;
}

.linkbt i {
    float: right;
}

.linkbt:hover {
    color: rgb(255, 255, 255);
}

.menu {
    width: 230px;
    position: relative;
    text-align: left;
    padding: 0 15px 0 15px;

}

.menu>li {
    cursor: pointer;
    font-size: 20px;
    width: 190px;
    list-style-type: none;
    text-decoration: none;
    color: rgb(167, 167, 167);
    text-shadow: 0 0 6px rgb(0, 0, 0);
    padding: 8px 10px;
}

.submenu>li {
    cursor: pointer;
    color:#fc862f;
    font-size: 19px;
    width: 210px;
    list-style-type: none;
    text-decoration: none;
    padding: 3px 0 3px 20px;
    margin: 5px 0 5px 0;
    border-top: 1px solid #171616;
}

.submenu li:hover {
    color: #d0a721;
    background: #313131;
}

.galerias ul {
    list-style-type: none;
    text-decoration: none;
}

.submenu {
    display: block;
}

.abrir {
    position: absolute;
    right: 0;
    margin: 0 0 0 0;
    font-size: 50px;
}

.cerrar {
    position: relative;
    right: 0;
    margin: 2px 0 0 0;
            font-weight: normal;

}

.hamburguesa {
    color: #a7a7a7;
    cursor: pointer;
    font-size: 35px !important;
    font-weight: normal;
    margin: 15px 0 15px 30px;
    z-index: 110;
    position: absolute;
    right: 15px;
    position: fixed;
    text-shadow: 1px 1px 1px #000000;

}

.hamburguesa:hover {
    color: #ffffff;
    font-weight: normal;
    position: absolute;
    position: fixed;
    right: 15px;
}

.cerrarhamburguesa {
    color: #a7a7a7;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top:15px;
    position: fixed;
    z-index: 110;
}

.cerrarhamburguesa:hover {
    color: #ffffff;
}
/*--------------TERMINA LA CABECERA--------------*/





/*--------------PAGINAS INTERIORES------------------*/

.entrada{
    width: 100%;
    margin: 0 0 30px 0 ;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.cuadrotut {
    width: 90%;
    margin: 0 auto 40px auto;
    padding: 0 0 ;
    position: relative;
}

.tutcont h3, .tutcont>p{
    margin: 0 0 40px 0 ;
}


.tutcont {
    padding: 30px;
    margin: auto;
    width: 100%;
    padding: 5%;
    background-color: rgb(255, 255, 255);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.contmodulo{
    margin:  20px 20px;
    clear: both;
    width: 100%;


}

.contmodulo2{
    float: left;
}

.conttextotut2{
    float: left;
    clear: both;
}

.fototut{
    margin: 0 40px 30px 0 ;
    height: 200px;
    width: 300px;
    overflow: hidden;
    float: left;
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
border-radius: 5px;
    border: 1px solid rgb(30, 115, 131);
}

.fototut2{
    margin: 0 40px 30px 0 ;
    height: 200px;
    width: 300px;
    overflow: hidden;
    float: left;
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
border-radius: 5px;
    border: 1px solid rgb(30, 115, 131);
}

.fototut2 img{
   width: 360px;
    margin: 0 0 0 0 ;
    display: block;
}

.fototut img{
   width: 360px;
    margin: 0 0 0 0 ;
    display: block;
}

.miniatura{
    border: none;
}

.conttextotut{
    margin: auto;
}
.conttextotut2{
    margin: auto;
}

.titulotut{
    margin: 0 0 10px 0 ;
    vertical-align: super;
    font-size: 18px;
}

.textotut{
margin: 0 0 0 0 ;
font-size: 15px;
}




/*COMIENZA EL CSS PARA LAS GALERIAS*/

.galeria {
    padding: 30px 30px 0 30px;
    width: 90%;
    margin: 60px 0 60px 0;
}

.miniaturas {
    text-align: center;
}

.galeria>div {
    width: 100%;
    margin: auto;
}

/*TERMINA EL CSS PARA LAS GALERIAS*/

/*--------- TERMINAN PAGINAS INTERIORES----------*/

.home{
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 0 auto 40px auto;
    text-decoration: none;
    color: #49a1ef;
    text-shadow: 2px 2px 2px #000;
}

.home:hover{
    color: #ffffff;
}

/*---------EMPIEZA EL FOOTER-------------*/

footer {
    text-align: center;
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: rgba(9, 46, 46, 0.5);
}

.informacion {
    margin: 0;
    padding: 0;
    text-align: center;
}

.linkpie {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
}

footer a {
    color: rgb(119, 135, 136);
    text-decoration: none;
    padding: 4px;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.informacion i {
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.legal {
    text-align: center;
    font-size: 10px;
    color: rgb(137, 180, 180);
}

/*----------FIN DEL FOOTER----------------*/



@media screen and (min-width: 768px) {


    .logo{
        margin: 70px 0 0 0 ;
    }
    
    
/*------------- INICIO media query 760px para el menu------------*/

   .contbotones{
    text-align: center;
    }
    
.menu>li {
    cursor: pointer;
    width: 10vw;
    list-style-type: none;
    text-decoration: none;
    color: rgb(167, 167, 167);
    text-shadow: 0 0 6px rgb(0, 0, 0);
    font-size: 1.2vw;
    padding: 10px 0 10px 0 ;
}
    
    .abrir{
    font-size: 1.2vw;
    position: absolute;
    right: 10px;
    margin: 3px 10px 0 0;
    font-size: 50px;
    }
    
    .cerrar{
    font-size: 1.2vw;
    position: absolute;
    right: 10px;
    margin: 3px 10px 0 0;
    font-size: 50px;

    }
    .menu{
    display: inline-block;
    margin: 0 auto 0 auto ;
    width: 14vw;
    border-right: 1px solid #ffffff;
    text-align: left;
    vertical-align: middle;
    }
    .botones li a{
                font-size: 1.1vw;

        margin: 0 0 0 0 ;
        padding: 0 10px 0 0 ;
        text-decoration: none;
        -webkit-text-decoration-color: aqua;
        text-decoration-color: aqua;
    }
    .submenu{
        display: none;
        position: absolute;
        background-color: rgba(0, 0, 0,0.8);
        margin: 0 0 0 -20px ;
        padding: 0 0 0 0 ;
        width: 14vw;
    }
    
    .submenu li{
        width: 14vw;
        font-size: 1vw;
    }
    

    .cerrarhamburguesa {
    font-weight: normal;
    color: #a7a7a7;
    cursor: pointer;
    margin: 5px 20px 0 20px ;
    top:0;
    right: 5px;
    position: fixed;
    z-index: 110;      
}
    /*------------- FIN media query 760px para el menu------------*/
    
 
    .contart{
        width: 33.3%;
        min-width: 33.3%
    }
    
    .parrafo{
        font-size: 1.5vw
    }
    
    .mininoticias{
        margin: 0 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .modulo{
        width: 45%;
        min-width: 40%;
        margin: 20px auto 20px auto ;
    }
    
    .titulomn {
        font-size: 17px;
    }
    
    .parrafomn{
        height: 70px;
        width: 100%;
        font-size: 15px;

    }
    

    
    section{
        margin-bottom: 0;
    }
    
    .conttutoriales{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        
    }
    
}


@media screen and (min-width: 420px) and (max-width: 767px) {
    
    .entrada{
    width: 100%;
    margin: 0 0 30px 0 ;
}
    
    
    
    
    .cuadrotut {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0 0 ;
    position: relative;
}

.tutcont>p{
    margin: 0 0 40px 0 ;
    -webkit-column-count: 1;
    column-count: 1;
}


.tutcont {
    padding: 10px;
    margin: auto;
    width: 100%;
    padding: 5%;
    background-color: rgb(255, 255, 255);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;


}

.contmodulo{
    margin:  20px 20px;
    clear: both;
    width: 100%;

}

.fototut{
    margin: 0 30px 30px 0 ;
    width: 100%;
    overflow: hidden;
    float: left;
    clear:both;
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
border-radius: 5px;
    border: 1px solid rgb(30, 115, 131);
}

.fototut img{
   width: 100%;
    display: block;
}

.miniatura{
    border: none;
}

.conttextotut{
    margin: auto;
}

.titulotut{
    margin: 0 0 10px 0 ;
    vertical-align: super;
    font-size: 18px;
}

.textotut{
margin: 0 0 0 0 ;
font-size: 15px;
}
    
    
    
    
    
    
    
    
    
    
}