@charset "utf-8";
@font-face {
    font-family: 'ubuntubold';
    src: url('ubuntu-b-webfont.eot');
    src: url('ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-b-webfont.woff2') format('woff2'),
         url('ubuntu-b-webfont.woff') format('woff'),
         url('ubuntu-b-webfont.ttf') format('truetype'),
         url('ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntubold_italic';
    src: url('ubuntu-bi-webfont.eot');
    src: url('ubuntu-bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-bi-webfont.woff2') format('woff2'),
         url('ubuntu-bi-webfont.woff') format('woff'),
         url('ubuntu-bi-webfont.ttf') format('truetype'),
         url('ubuntu-bi-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('ubuntu-c-webfont.eot');
    src: url('ubuntu-c-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-c-webfont.woff2') format('woff2'),
         url('ubuntu-c-webfont.woff') format('woff'),
         url('ubuntu-c-webfont.ttf') format('truetype'),
         url('ubuntu-c-webfont.svg#ubuntu_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntulight';
    src: url('ubuntu-l-webfont.eot');
    src: url('ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-l-webfont.woff2') format('woff2'),
         url('ubuntu-l-webfont.woff') format('woff'),
         url('ubuntu-l-webfont.ttf') format('truetype'),
         url('ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntulight_italic';
    src: url('ubuntu-li-webfont.eot');
    src: url('ubuntu-li-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-li-webfont.woff2') format('woff2'),
         url('ubuntu-li-webfont.woff') format('woff'),
         url('ubuntu-li-webfont.ttf') format('truetype'),
         url('ubuntu-li-webfont.svg#ubuntulight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntumedium';
    src: url('ubuntu-m-webfont.eot');
    src: url('ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-m-webfont.woff2') format('woff2'),
         url('ubuntu-m-webfont.woff') format('woff'),
         url('ubuntu-m-webfont.ttf') format('truetype'),
         url('ubuntu-m-webfont.svg#ubuntumedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntumedium_italic';
    src: url('ubuntu-mi-webfont.eot');
    src: url('ubuntu-mi-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-mi-webfont.woff2') format('woff2'),
         url('ubuntu-mi-webfont.woff') format('woff'),
         url('ubuntu-mi-webfont.ttf') format('truetype'),
         url('ubuntu-mi-webfont.svg#ubuntumedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubunturegular';
    src: url('ubuntu-r-webfont.eot');
    src: url('ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-r-webfont.woff2') format('woff2'),
         url('ubuntu-r-webfont.woff') format('woff'),
         url('ubuntu-r-webfont.ttf') format('truetype'),
         url('ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntuitalic';
    src: url('ubuntu-ri-webfont.eot');
    src: url('ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-ri-webfont.woff2') format('woff2'),
         url('ubuntu-ri-webfont.woff') format('woff'),
         url('ubuntu-ri-webfont.ttf') format('truetype'),
         url('ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'hindbold';
    src: url('hind-bold-webfont.woff2') format('woff2'),
         url('hind-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hindlight';
    src: url('hind-light-webfont.woff2') format('woff2'),
         url('hind-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hindregular';
    src: url('hind-regular-webfont.woff2') format('woff2'),
         url('hind-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*primero mobile*/
Html {
      font-size: 10px;
 
    height: 100%;
}

div#pagina { 
      width: 80%;
    height: 100%;
      margin: auto;
   
}

body { 
    background-color: white;
    margin: 0;
  
}




main{ 
    height: 100%;   
    display: flex;  
    flex-direction: column;
    font-family:  'ubunturegular';
    font-weight: 400;
    font-size: 1.5rem;
    padding-bottom: 10rem;
}



main section{
    
    display: flex;
    flex-direction: column;
    
}



#centro a{ 
    
    align-content: center;
    width: 22%;
}



#centro li {
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: center;
    
}

p{  font-family:  'ubunturegular';
    font-weight: 400;
    font-size: rem;
    color: #555555
}





h1{
    font-family:  'ubuntubold';
    font-weight: 600;
    font-size: 3.5rem;
    color: #2a2a28;
    margin: auto;
    padding: 2rem auto;
    text-align: center;
    
    line-height: 30px;
    
    
}




section.titulo  {
    
      
    align-content: center;
    text-align: center;
    
    
    padding-bottom: 5rem;
    padding-top: 3rem;
    
    
}

section.titulo  figure{
    width: 100%;
      align-content: center;
     padding-top: 3rem;
    
    
}

h2{
    font-family:  'ubuntubold';
    font-weight: 400;
    font-size: 1.5rem;
    color: #2a2a28
    
}
nav ul li{
    display: flex;
    align-items: center;
list-style-type: none; 
}


nav ul li a {
    font-family:  'ubuntubold';
    font-weight: 200;
    
    display: flex;
    color: beige;
    font-size: 2rem;
    text-decoration: none;
    list-style: none;
  
}




nav#botones ul{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    align-content: center;
    
    background-color: #233166;
    text-align: center;
    width: 100%;
    margin: 0 2rem 0rem 0;
    height: 115px;
    line-height: 10rem;
    text-decoration: none;
    list-style: none;

}



#botones figure:hover{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.3;
}



nav.equipo ul {
    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 7rem;
    padding: 0rem;
    
    
}



nav.equipo ul li {
    
    width: 50%;
    text-align: center;
    align-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    text-align: center;
    align-content: center;
    
    background-color: #233166;
    border: 3px solid white;
    padding: 1rem;
    
 
    
    
}

nav.equipo ul li:hover {    
    
    background-color: #4e5676;
    
    
}

nav.equipo img:hover{

  opacity: 0.3;
    
    
}

nav.equipo ul li a {
    
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: center;
    
    
    text-align: center;
    align-content: center;
    width: center;
    font-family:  'ubuntulight';
   
    font-weight: 100;
    
     margin: 3rem auto;
    padding: 10px;
    
   
    color: #f0f0f0;
    font-size: 1.7rem;
    text-decoration: none;
    list-style: none;
    
    
}

nav.equipo h2{
    
    text-align: center;
    font-family:  'ubuntubold';
    font-weight: 400;
    font-size: 3rem;
    color: #233166;
    border-bottom: 7px solid #233166;
    padding-top: 10rem;
    
      
}

ul.legales {
    
  display: flex;
  flex-direction: row;
  text-decoration: none;
    
    border-bottom: 0.75px solid #2a2a28;
    padding-bottom: 2rem;
    padding-top: 2rem;
     border-top: 0.75px solid #2a2a28;

}
    

nav.equipo{
    
    
    padding-bottom: 7rem;
}

ul.legales li {
    
  display: flex;
  flex-direction: row;
  text-decoration: none;
  
}



 h3.boton1{
        
    text-align: center;
    margin: 8px;
    font-family:  'ubuntubold';
    font-weight: 800;
    font-size: 2rem;
    color: azure;
    width: 200px;
    display:inline-block;
	align-items: center;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
    justify-content:space-around;
       text-align: center;
	
	background-color: #c6393e;
    border-radius: 15px;

}

h3.boton1:hover {
background-color: #cb6568;
    
}  



.objetivos{
    width: 95%;
    margin: 2rem auto;
}

.slides{
    
    width: 100%;
}


.slides img{
    
    width: 100%;

}

.slidesjs-container{
    margin-top: 2rem;
    margin-bottom: 0px;
    position: center;
    
}

.slidesjs-pagination{
   
    list-style: none;
    text-decoration: none;
    overflow: hidden;
   margin-top: 0px;
    background-color: white;
    
}


.slidesjs-pagination li{
    
    float: left;
    width: 15%;
    text-align: center;
    
    
}

.slidesjs-pagination li a{
    
    display: block;
    color: #2a2a28;
    text-decoration: none;
    padding: 1.5rem 2rem;

    
    
}

.slidesjs-pagination li a:hover{
    
  background: #ffe19c;
    
    
}

.slides .active{
    
    background:#fabc30;
}




.slidesjs-navigation{
    
    background: #2a2a28;
    color: white;
    text-decoration: none;
    padding: 1.5rem 2rem;
    float: right;
}


nav.equipo{
    
    
    padding-bottom: 7rem;
}


h2#taller{
    
    text-align: center;
    font-family:  'ubuntubold';
    font-weight: 400;
    font-size: 3rem;
    color: #233166;
    border-bottom: 7px solid #233166;
    padding-top: 10rem;
    
      
}

div#cuadros{
   width: 100%;
    display: block;
    position: center;
  
}

div#cuadros figure{

   display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 3rem 3rem 0rem 3rem;
    border-radius: 30%;
}


.videotp {
position: center;

padding-top: 40px; 
align-items: center;

} 

.videotp iframe {
position: center;
top: 0;
left: 0;
width: 100%;


justify-content: center;

}







body#landing { 
    background-image:url(fondo.jpg);
    background-size: 100%;
 
    width: 100%;
    

    background-repeat: no-repeat;
    background-size: auto;
    align-content: center;
    padding-top: 0;
    padding: 0;

}

header #landing {
    margin-top: 0;
    
}


nav#botoneslanding{
    width: 100%;
    height: 80px; 
    margin: 0rem;
    padding: 0.5rem 4rem;
    text-align: left;
    display: flex;
  
    align-items: center;
    
    background-color: #233166;
}


div.logotp{
    width: 50%;
    position: left;
}


div.logotp img{
    width: 100%;
     max-width: 270px;
}

div.descargar{
    width: 50%;
   text-align: center;
    text-decoration: none;
    display: flex;
    justify-content:space-around;
}

div.descargar a{
    
    text-decoration: none;
}

p.landing{
     font-family: 'ubuntulight';
    font-size: 1.5rem;
    color: #fabc30;
    
}

p.landing:hover{
  
    color: #f4d693;
    
}

h1.landing{
     font-family: 'ubuntubold';
    font-size: 2rem;
    color: #fabc30;
    
}

footer#landing{
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: bottom;
    

}


footer#landing div#pagina{
   
    align-content: center;
    

}


div#cuerpolanding{
    width: auto;
    height: 100%;
   
}



figure#icons{
    width: 100%;
    margin: 0;
    padding: 3rem; 0 12rem 0;;
    align-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin: center;
    
}

figure#icons img{
   width: 30%;
    max-width: 150px;
  
}




figure#title{
    width: 100%;
    margin: 0;
    padding-top: 10rem;
    padding-bottom: 5rem; 
 
    align-content: center;
    align-items: center;
   text-align: center;
}

figure#title img{
   width:100%;
    max-width: 650px;

}

#zona2{
    background-color: white;
    display: flex;
    align-items: center;
   padding: 3rem 0;
    border-bottom: 4px solid: #233166;
    
    
}

#zona2 ul{
    list-style: none;
    width: 40%;
   }

#zona2 ul.a{
    width: 60%;
    text-align: left;
    padding-left: 7rem;
    padding-right: 7rem;
      } 

#zona2 ul.b li a img{
  width: 80%;
  max-width: 200px;   
   }




#zona3{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 0 0;
    padding: 3rem 2rem;
    border-top: 4px;
    border-top-color: #233166;
   }



#zona3 ul{
    width: 30%;
  list-style: none;
    text-align: center;
   }

#zona3 ul li{
    width: 100%;
 
   }

#zona3 ul li figure img{
    width: 100%;
 
   }



h2.cuadritorojo{background-color: #e04756; }
h2.cuadritoamarillo{background-color: #fabc30; }
h2.cuadritoceleste{background-color: #668ac4; }

h2.titulon {
    font-size: 4rem;
    color: #233166;
}


h2.titulon2 {
    font-size: 4rem;
    color: #fabc30;
    text-align: center;
}

h2.titulon3 {
    font-size: 4rem;
    color: #233166;
    text-align: center;
    
}

#zona4{
    text-align: center;
    background-color: #233166;
    padding-bottom: 5rem;
    padding-top: 3rem;
    
}


#zona5{
   
    padding-top: 5rem;
    
}








@media screen and (max-width:800px) {
    div#zona3 {
        
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    
@media screen and (max-width:800px) {
    div#zona3 ul{
        
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
       width: 60%;
        display: flex;
        flex-direction: column;
    }
    

    
    @media screen and (max-width:600px) {
    div#zona2 {
        
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    
@media screen and (max-width:600px) {
    div#zona3 ul{
        
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
       width: 80%;
        display: flex;
        flex-direction: column;
    }
    
    
    
    
     @media screen and (max-width:550px) {
    #botoneslanding {
        
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
      
       
    }
    
    
    
{
}