
/* estilos  */

/* estilos generales */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body{
    background: url("../img/fondopantalla/fondoblanco.jpg");
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}

.contenedor{
    width: 90%;
    max-width: 1000px;
    background: #fff;
    padding: 40px;
    margin: 20px auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

.contenedor h1{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    color: #00324d;
    text-shadow: 0px 2px 2px white;
    text-align: right;
}

.contenido{
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
}

.contenido .info,
.contenido .formulario{
    width: 50%;
}

/* ===========================================
Estilos info
============================================== */
.info{
    padding-left: 10px;
    text-align: center;
}

.info .col{
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    font-size: 16px;
    align-items: center;
    flex-wrap: nowrap;
}

.info .col .icono{
    color: #15CF8A;
    margin-right: 10px;
}

.info .col p{
    color: #999;
}

.info .redes-s{
    width: 100%;
    overflow: hidden;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
 
}
.info .redes-s a{
 
    display: flex;
    width: 40px;
    height: 40px;
    background: #39a900;
    color: #fff;
    margin: 5px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .4);
}
.info .redes-s a:hover{
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .4);
    /* background: #000; */
}

/* ===========================================
Estilos formulario
============================================== */

.formulario{
    padding-left: 10px;
}

.formulario input[type='text'],
.formulario textarea{
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 20px;
    border: 1px solid #565656;
    color: #565656;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    outline: 0;
}

.formulario textarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    max-height: 200px;
}

.formulario input[type='text']:focus,
.formulario textarea:focus{
    border: 1px solid #00aaff;
}

.formulario button{
    padding: 12px 30px;
    border: transparent;
    background: #39a900;
    color: #fff;
    cursor: pointer;
    float: right;
    border-radius: 15px;
    font-size: 20px;
}


@media (max-width: 520px){
   .contenedor{
       padding: 40px 20px;
   }

   .contenido .info,
   .contenido .formulario{
       width: 100%;
       padding: 0px;
   }

   .contenido .info{
       margin-bottom: 30px;
   }
}

@media (max-width: 800px){
  
    .contenido .info,
    .contenido .formulario{
        width: 100%;
        padding: 0px;
    }
 
    .contenido .info{
        margin-bottom: 30px;
    }
 }

h2{
    color: #FF671D;
    font-size: 40px;
    font-family: 'calibri';
}
/*logo sena*/
div.logo{
    text-align: right;
    margin-top: -5%;
    margin-right: 10%;
 }


/*titulo principal*/
.title h1{
	color: 	#39a900;
	font-size: 60px;
	text-align: center;
	font-family:"Josefin Sans";
	font-weight:bold;
	
}



 /*MENU*/

    body{
        font-family: 'Verdana';
    }
    
    a{
        text-decoration: none;
    }
    
    ul{
        list-style: none;
    }
    
    img{
        max-width: 100%;
    }
    
    .navegacion{
        width: 100%;
        background: none;
        height: 70px;
        display: flex;
        justify-content: center;
    }
    
    .menu{
        width: 1000px;
        display: flex;
        flex-wrap: wrap;
        height: 60px;
    }
    
    .menu li{
        flex-basis: 0;
        flex-grow: 1;
        border-right: 0px    none;
        position: relative;
    }
    
    .menu .first-item{
        border-left: 0px    none;
    }
    
    .menu li a{
        font-family: 'Verdana';
        display: flex;
        flex-direction: column;
        font-size: 20px;
    }
    
    .menu .imagen{
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 0%;
        z-index: 20;
    
        -webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
       -moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
         -o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
            transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
    
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
       -moz-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
         -o-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
            transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
    
        -webkit-box-shadow: 0px 0px 0px 0px   none;
    -moz-box-shadow: 0px 0px 0px 0px    none;
    box-shadow: 0px 0px 0px 0px    none;
    }
    
    .menu li a .text-item{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #00324d;
        top: 0%;
        position: absolute;
        z-index: 10;
      
    
        -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
       -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
         -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
            transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
    
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
       -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
         -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
    }
    
    .menu li a .down-item{
        position: absolute;
        top: 0%;
        width: 100%;
        height: 100%;
        background:   none;
    
        -webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
         -o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
            transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
    
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
         -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
    }
    
    .menu li:hover .down-item, .menu li:hover .text-item{
        top: 100%;
        height: 100%;
    }
    
    .menu li:hover .imagen{
        width: 40%;
      margin: auto;
        
    }
    
/*pie de pagina*/
footer.page-footer{
	background: hsl(20, 96%, 44%);
	height: 110px;
}
 

/*titulo redes sociales*/

/*REDES  SOCIALES*/

.contenedor-redes{
	font-size: 20px;
	margin-top: -1%;
    text-align: left;
    display: flex;
    justify-content: left;
	color:#FF671D;
	font-family:"Josefin Sans";
	padding: 0%
}

.contenedor-singular{
	padding: 20px;
}
p.senacomunica{
	font-size: 20px;
	margin-top: -1%;
    text-align: left;
    display: flex;
    justify-content: left;
	color:black;
	font-family:"Josefin Sans";
	padding: 0%


}

h2{
	font-size: 20px;
	margin-top: -3%;
    text-align: left;
    display: flex;
    justify-content: left;
	color:black;
	font-family:"Josefin Sans";
	padding: 1%
}


