﻿@import url(https://fonts.googleapis.com/css?family=Lakki+Reddy);
@import url(https://fonts.googleapis.com/css?family=Dosis);
/**-------------------------------------    

   Sharepoint Styles 

-------------------------------------**/ 

  #MSOTlPn_MainTD{ 

    display: block; 

    position: fixed; 

    top: 73px; 

    right: 10px; 

    z-index: 1000; 

    height: 90% !important; 

    width: auto !important; 

    overflow-y: auto; 

    background: transparent;  

} 

 

   

   .ms-signInLink{ 

     display:none !important; 

    

   } 

   #s4-bodyContainer{ 

      padding:0 !important; 

      margin: 0 !important; 

    } 

     

    .ms-rteStyle-Titulo_Principal { 

-ms-name: "Titulo_Principal"; 

font-family: 'Oswald', sans-serif !important; 

color: #2a2a2a !important; 

    font-weight:400; 

text-transform: uppercase !important; 

font-size: 24px !important; 

line-height: 30px !important; 

     } 

 

 

.ms-rteStyle-Subtitulo { 

-ms-name: "Subtitulo"; 

font-family: 'Oswald', sans-serif !important; 

color: #2a2a2a !important; 

font-weight: 400 !important; 

text-align: justify !important; 

font-size: 1.3em !important; 

line-height: 18px !important; 

} 

 

.ms-rteStyle-Texto_Normal { 

-ms-name: "Texto Normal"; 

font-family: 'Oswald', sans-serif !important; 

color: #2a2a2a; 

text-align: justify !important; 

font-size: 1em; 

line-height: 18px !important; 

font-weight: 300 !important; 

margin-top: 10px !important; 

} 

 

.ms-rteStyle-Texto_Normal_Resaltado { 

-ms-name: "Texto Normal Resaltado"; 

font-family: 'Oswald', sans-serif !important; 

color:  #333 !important; 

text-align: justify !important; 

font-size: 1em !important; 

line-height: 18px !important; 

font-weight: 400 !important; 

margin-top: 10px !important; 

} 

 

.ms-wpadder{ 

   overflow:hidden;     

} 

 

        .search input[type="search"] {  

width: 100%;  

}

#s4-titlerow {
    display: none !important;
}

html,
body {
  height: 100%;
    font-size: 100%;
    color: #65676f;
  font-family: 'Dosis', sans-serif;
}
.escudo{
    float: left;
    padding: 30px;
    width: 70px;
    display: inline-flex;
    position: absolute;
}
.nombre{
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin: 24px 0 0 0;
    padding-left: 5px;
    width: 300px;
    position: absolute;
    left: 62px;
    bottom: 0;

}
.slogan{
    text-align: left;
    font-size: 0.8em;
    margin: 50px 0 0 0;
    color: #fff;
    padding-left: 5px;
    width: 300px;
    position: absolute;
    left: 62px;
    bottom: -17px;

}

.cover-image {
    background-position: top;
    background-size: 100%;
    background-color: #e5f3fe;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(../img/bg-home2.png);
}

.cover-image iframe {
	width: 100%;
	height: 70vh;
 
}


.cover-image h1 {
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 4.2em;
    color: #ffffff;
    font-family: 'Lakki Reddy', cursive;
    z-index: 10;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
header {
  height: 50%;
  min-height: 70%;
  width: 100%;
  display: inline-block;
  position: relative;
}
header nav {
	position: absolute;
	z-index: 2;
	bottom: -5px;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #078930;
}
header nav a {
  color: black;
  font-size: 1.1em;
  display: inline-block;
  margin: 10px 30px;
}
.content {
  background: white;
  padding: 10px 0px 0px 0px;
  width: 100%;
}
.wrap {
margin: 0px 50px 0px 50px;
}

/*Munu*/
#NavStrip {
  position: relative;
  display: block;
  list-style-type: none;
  margin:0;
  padding:0;
}

#NavStrip ul{
    text-align:center;
}
#NavStrip li {
    display: inline-block;
    list-style:none;
    color:white;
    font-size:150%;
}
#NavStrip li a {
    display:block;
    text-decoration:none;
    color:#ffffff;
	font-weight:bold;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#NavStrip li a:hover {color: #fff;text-shadow: -1px 1px 5px #65676f, 1px -1px 5px #65676f;
}

#NavStrip ul, li {padding:0px;}

#NavStrip label {display: none;}
#menu-toggle {
  display: none; /* hide the checkbox */}

@media all and (max-width: 700px) and (min-width: 0px) {
  #NavStrip {text-align:right;}
  #NavStrip label {display: block;height:50px;width:50px;line-height:50px;text-align:center;color:white;font-size:150%;background-color: #65676f; cursor:pointer;}
  #NavStrip #nav {display: none;}
  #NavStrip li {width: 100%;border:0px;}
  #menu-toggle:checked + #nav {display: block;}
  #NavStrip label:active #nav {display: none;}
}
/*Footer*/
.cd-footer {
	background: #078930;
	font-size:14px;
  width: 100%;
  margin: 0 auto;
  text-align:center;
  color:#ffffff;
  padding: 10px 0px 40px 0px;
	line-height: 1.4em;
}
.cd-footer h2 {
    text-transform: uppercase;
    font-size: 1em;
	text-align:center;
}

.cd-footer a {
    color: #ffffff;
}
.img-101-footer {
	width:5%;
	}




/*Media para dispositivos*/



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Smartphones (portrait and landscape) ----------- */
	header {height: 20% ; min-height: 25%; }}


@media only screen 
and (max-width : 319px) {
/* Smartphones (landscape) ----------- */
}

@media only screen 
and (max-width : 320px) {
/* Smartphones (portrait) ----------- */	
	header {height: 20% ;min-height: 25%; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

/* iPads (portrait and landscape) ----------- */
	header {height: 45%;min-height: 52%;
}
}



