/*
Theme Name: fseneca SeCyT Wordpress
Author: fseneca.es
Description: Tema propio de fseneca para la SeCyT
Version: 0.0.2
Tags: secyt custom fseneca
*/





/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
/*
h1, h2, h3, h4, h5, h6,p, blockquote,fieldset,legend, label, em
*/
pre,a, abbr, acronym, address, big, cite, code,del, dfn,  font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
ol, ul, li, form,table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}





















body{

    font-family: "quiche-sans", sans-serif;
    font-weight: 400;
    font-style: normal;

    color:#555555;
    margin:0;
    background-color:#FAFAFA;
    font-size: 16px;
}


h1{
    font-size: 26px;
}



.fg-green{
    color: #3cd52e;
}

.fg-white{
    color: white;
}


.bg-green{
    background-color: #3cd52e;
}

.bg-white{
    background-color: #FFF;
}

.bg-grey3{
    background-color: #333;
}
.bg-grey6{
    background-color: #666;
}
.bg-grey8{
    background-color: #888;
}
.bg-greyA{
    background-color: #AAA;
}

.bg-greyC{
    background-color: #CCC;
}
.bg-greyE{
    background-color: #EEE;
}








.wrap{
    margin:0 auto;
    max-width: 1300px;
}


.wrapper-wide{
    margin:0 auto;
    padding:1em;
}

.wrapper{
    margin:0 auto;
    padding:1em;
    max-width: 1300px;
}


a{
    text-decoration:none;
    color:#3cd52e;
    outline: 0;
}

a:hover{
    color:#008800;
}





p{

}

strong {
    font-weight: bold;
}




#head {
    margin: 0;
    text-align:center;
    padding:0.5em 1em;
}



header{
    z-index:1;
    width:100%;
}




#header-content{
    padding:0.7em 2em;
    background-color:white;
    text-align:center;
}




#header-logos {
    display : flex;
    align-items: center;
}

#header-logos > * {
    margin: 0 1.5em;

}

#header-logos img {
    max-height: 3.5em;
    max-width: 100%;
}




#header-menu{
    font-weight:bold;
    margin:1em;



}



#menu-principal {
    display: flex;
    flex-direction: column;
}

#menu-principal li{
    margin: 0 0.5em;
}


#menu-principal li a{
    color: #666;
}

#menu-principal .current_page_item a {
    color:#3cd52e;
}

#menu-principal li a:hover{
    color: #3cd52e;
}





#header-social img{
    height:1.4em;
    margin:0.2em;
    transition: all .3s ease;
}
#header-social img:hover{
    height:1.6em;
    margin:0.1em;
}









footer{
    background-color:#333;
    color:white;
    padding:1em 0;
}





#footer-widget-logos p {
    text-align:center;
}









#footer-social{
    text-align:center;
    width:100%;
    margin:2em 0;
}
#footer-social img{
    height:1em;
    margin:0.3em;
    transition: all .3s ease;
}
#footer-social img:hover{
    height:1.2em;
    margin:0.2em;
}




#footer-widget .widget{
    flex:1;
    text-align: center;
}


#actividades-horz {
    display: flex;
    flex-wrap: wrap; 
}



#fact {
    margin: 1em;
}

#lact {
    list-style: square;
    margin: 2em 0 2em 0;
    max-height: 30em;
    overflow-y: scroll;  
    padding: 2em 3em;

    border-width:  2em 0 ;
    border-color: white;
    border-style: solid;

    background-color: white;
}

#bact{
    border: 0;
    background-color: #666;
    color: white;
    padding: 1em;
    
}


.list, article ul {
    list-style: square;
    margin: 1em;
}

.list li {
    margin-bottom: 2em;
}



.custom-select{
    margin: 1em 0;
}

.custom-select label {
    /*    color: #3cd52e; */
    font-weight: bold;
}

.custom-select select {
    width: 100%;
    border: 0;
    background-color: #3cd52e;
    color: white;
    padding: 0.5em;
    font-weight: bold;

}

.tacos {
}

.tacos.wp-block-columns {
    column-gap: 0em;
    row-gap: 0em;
    

}


.wp-block-cover .has-background-dim:not([class*="-background-color"]), .wp-block-cover-image .has-background-dim:not([class*="-background-color"]), .wp-block-cover-image.has-background-dim:not([class*="-background-color"]), .wp-block-cover.has-background-dim:not([class*="-background-color"]) {
    /*    background-color: #333 !important; */
}

.wp-block-image.aligncenter{
    display: block; margin-left: auto; margin-right: auto
}


.wp-block-image.alignright {float:right; margin:0 0 1em 1em}
.wp-block-image.alignleft {float:left; margin:0 1em 1em 0}
.wp-block-image.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-block-file__button {
    background: #3cd52e !important;
    padding: 0.5em !important;
}


.act-cal {
    margin-bottom: 1em;

}



.act-cal-day{
    margin: 1em;
}

.act-cal-day h4{
    text-align:center; border-bottom:0px solid #3cd52e; background-color: #3cd52e; color: white; margin: 0.5em;

}

.act-cal-day summary {
    cursor: pointer;
    color: #3cd52e;
    font-weight: bold;
}

.act-cal-day details {

}





details {
    padding: 0.25em;
}

details summary {
    cursor: pointer;
    transition: margin 300ms ease-out;
}

details[open] summary {
    margin-bottom: 10px;
}

.act-cal-item {
    margin: 0.5em 0;
    padding: 0.5em;
    background-color: white;
}



td {
    padding: 0.2em;
}


.tacos img {
    width: initial !important; 
    height: 100% !important;
    top: initial !important;
    bottom: initial !important;
    left: initial !important;
    right: initial !important;

}

footer a {
    color: #41E432;

}


.wpcf7-form input, select {
    width: 100%;
    font-size: large;
}

.wpcf7-form input[type=submit],input[type=button] {
    width: initial;
}


@media only screen and (min-width: 1300px) {

    #head {
	margin: 0;
	text-align:left; 
	padding:0;
    }
}

@media only screen and (min-width: 600px) {

    #menu-principal {
	flex-direction: row;
    }

    #menu-principal li {
	margin: 0.5em 3em;
	font-size:large;
    }




    #header-content{

	display:flex;
	justify-content: space-between; 
	flex-wrap: wrap;

    }

    #header-menu{
	margin: auto 0; 
    }

    #header-social{
	margin: auto 0; 
	display:flex;
    }

    #footer-widget{
	display:flex;
	flex-wrap:wrap;
	
    }

    #actividades-horz {

	flex-wrap: nowrap; 
    }


    #fact {
	margin: 1em 0;
    }
    

    #lact {


    }

    .act-cal {
	display: flex;
	justify-content: space-evenly ;
    }
    
    .act-cal-day {
	flex: 1 1 0;
    }


}











