html,body {
      margin: 0;
      padding: 10px 0;
      text-align: center;
      font-family: tahoma, arial, sans-serif;
      font-size: 14px; /*tamaño texto del cuerpo*/
      color: #333333;
      background: #00073B; /*Color del fondo general de pantalla*/
}
    
img { border: none; }
a { text-decoration: none; color: #F29200; font-weight: bold;}
a:hover { text-decoration: underline;}

/*---------- Divs ----------*/

#wrap {
    width: 940px;    
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    background: #707491;
    text-align: left;
}

.content{
    width: 900px;
    height: 100%;
    padding: 20px;
    overflow: hidden;
}

#header {
      height: 40px;
      margin-bottom: 20px;
      background: #FFFFFF; /*Color del fondo del encabezado*/  
}

#header-right {
    float: right;
    width: 400px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 35px; /*Tamaño texto de encabezado*/
    color: #fff;
    text-align: right;
    line-height: 35px;
}

#logo{      
      float: left;
      width: 179px;
      height: 55px; /*Alto del Logo*/
      background: url('images/logoSey.jpg') no-repeat center center;
}

#intro{ margin-bottom: 20px; background: #DADBE3;}

#intro-left{
    float: left;
    width: 675px;
}

#intro-right{
    float: right;
    width: 180px;
    height: 260px;
    padding: 20px;
    background: #00073B;
}

#maincontent{ overflow: hidden; height: 100%;}

#maincontent-left {
    float: left;
    width: 570px;
    padding: 20px;
    background: #ffffff;
    text-align: justify;
}

#maincontent2-left {
    float: left;
    width: 900px;
    padding: 20px;
    background: #ffffff;
    text-align: justify;
}

#maincontent-right{
    float: right;
    width: 270px;
    padding: 20px;
    background: #ffffff;
}  

/*---------- Footer ----------*/

#footer {
      width: 940px;
      height: 100%;
      overflow: hidden;
      margin: 0 auto;
      padding: 10px 20px;
      font-size: 10px;
      text-align: center;
      color: #fff;      
}

#footer a {color: #fff; font-weight: normal;}

#footerleft{
      float: left;
      width: 500px;
      text-align: left;     
}

#footerright{
      float: right;
      width: 350px;
      text-align: right;   
}

/*---------- Navigation Menu ----------*/
.nav {
      position: relative;
      list-style-type: none;
      margin: 0;
      padding: 0px;
      font-size: 18px; /*Tamaño texto del menú principal*/
}

.nav li {
      text-align: left;
      margin: 3px 1px;
      padding: 0;
      
}

.nav li a {      
      display: block;
      padding-bottom: 5px;
      color: #ffffff;
      font-weight: normal;
      text-decoration: none;
}
.nav li a:hover, .nav li a.selected { color: #FFAB20; cursor: pointer;}

/*---------- Headings ----------*/
h1, h2 { 
    padding-top: 0;
    margin-top: 0;  
    font-size: 18px;
    font-weight: bold;
    color: #000066;
}
h2 {font-size: 16px;}

/*---------- Classes ----------*/
#maincontent ul{list-style-image: url(images/bullet.png)}

.newsitem{
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
}

.newstitle-holder{
    display: block; 
    overflow: hidden; 
    height: 100%;
}

.newstitle{
    display: block;
    float: left;
    width: 250px; 
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.newstitle2{
    display: block;
    float: left;
    width: 330px; 
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.newstitle3{
    display: block;
    float: left;
    width: 500px; 
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.newstitle a{color: #333;}

.newsdate{
    display: block;
    float: right;
    width: 75px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: right;
}

/--formuario--/

 body{
        width: 100%;
        height: 650px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #333547;
        
     
            
    }

    h5{
        text-align: center;
        margin: 10px 0;
        font-weight: 800;
        font-size: 45px;
        color: #000066;
    }
    form{
        background: #fff;
        width: 100%;
        padding: 10px 0;
        border-radius: 10px;
        box-shadow: 0 0 6px 0 rgba(255,255,255,0.8);
        }
    
    .form{
        width: 100%;
        margin: auto
    }
  
    form .grupo{
        position: relative;
        margin: 45px;
        
    }
    
    input, textarea{
        background: none;
        color: #c6c6c6;
        font-size: 18px;
        padding: 10px 10px 10px 5px;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #49454567;
        resize: none;
     }

    input:focus,textarea:focus{
        outline: none;
        color: rgb(94,93,93);
        
    }
        
    input:focus~label, input:valid~label,  textarea:focus~label, textarea:valid~label{
        position: absolute;
        top: -14px;
        font-size: 12px #2196f3
    }
    
    label{
        color: #49454567;
        font-size: 16px;
        position: absolute;
        left: 5px;
        top: 10px;
        transition: 0.5s ease all;
        pointer-events: none;
     
    }
  
    
    
    input:focus~.barra::before,textarea:focus~.barra::before{
        width: 100%;
        
 }
      .barra{
        position: relative;
        display: block;
        width: 100%;
}
    .barra::before{
        content: "";
        height: 2px;
        width: 0;
        bottom: 0;
        position: absolute;
        background: linear-gradient(to right, #F29200, #00073B);
        transition: 0.3s ease all;
        left: all; 
            
    }
    
    button{
        background: #FC5C7D;
        background: linear-gradient(to right, #F29200, #00073B);
        background: linear-gradient(to right, #F29200, #00073B );
        display: block;
        width: 100px;
        height: 40px;
        border: none;
        color: #fff;
        border-radius: 4px;
        font-size: 16px;
        margin: 10px auto;
        cursor: pointer;
      }

@media screen and (max-width: 1100px){
    form{
        width: 100%
    }
}

@media screen and (max-width: 600px){
    form{
        width: 110%
    }
}

@media screen and (max-width: 450px){
    form{
        width: 130%
    }
}

@media screen and (max-width: 300px){
    form{
        width: 140%
    }
}
        
.btn-wsp{
    width: 55px;
    height: 50px;
    line-height:55px;
    bottom: 100px;
    right: 0px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
    
    
}

h2{
    text-align: center
    
}

h4{
    text-align: center
    
}