@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400&display=swap');

*{
    margin: 0px;
    padding: 0;
*    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
}


body{
    width: 1280px;
    margin: auto;
    align-content: center;
    overflow-y: scroll;
  *  border: 1px solid rgb(226, 7, 7);
}


.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 64px;
    bottom:30px;
    right:30px;
    background:#11aa49;
    color:#FFF;
    border: #11aa49 solid 5px;
    border-radius:99px;
    text-align:center;
    font-size:58px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #088839;
    border: #088839 solid 5px;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}

.grupal{
    margin-top: 5px;
    width: 1280px;
    height: 140px;
    display: flex;
    align-items: center;
 *   border: 1px solid rgb(138, 7, 226);
    background-color: #9dcdf5;
}

.logotipo img{
    margin-top: 8px;
    width: 290px;
    height: 100px;
    float: left;
    display: inline-block, width 25% ;
    * background-color: #64b5f7;
}


.banner img{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    width: 970px;
    height: 130px;
    *float: right;
    display: block;
 *   background-color: #64b5f7;
}


/*BARRA MENU*/

.container_menu{
    margin-bottom: 10px;
    width: 100%;
    height: 55px;
 *   border: #0c0c0c solid 1px;
 *   background-color: #c0810c;
}


.publicita{

    width: 1280px;

    height: 500px;

    margin-left: auto;

    margin-right: auto;

    background-color: #378ae9;

}



.pub_01{

    margin-left: auto;
  *  margin-top: 0px;
    width: 300px;

    height: 480px;

    display: block;

    float: left;
    background-color: #9dcdf5;
  *  border: solid 1px rgb(79, 5, 148);

}



.pub_01  h3{

    margin-top: 10px;

   * color: red;

    font-family: Verdana, Geneva, Tahoma, sans-serif;

    font-size: 14px;

    margin-left: 10px;

    display: flex;

}





.pub_01 p{

    margin-left: 10px;

    line-height: 16px;

}



.pub_02{

    width: 930px;

    margin-left: 20px;

    text-align: justify;

    margin-top: 5px;

    float: left;

    line-height: 20px;
   * background-color: #e00c0c;
  * border: solid 1px rgb(79, 5, 148);

}


.exper{

    line-height: 22px;
    *margin-left: 0px;
    margin: 10px;
    display: block;
   * border: solid 1px rgb(240, 41, 6);
  *  background-color: #eff89b;

}


.programas{
    width: 1260px;
    display: flex;
    border-top: dashed 1px #d10a1b;
    *background-color: #a9eb0f;
}



 .dprim{

     max-width: 300px;
     height: 200px;
     padding: 4px;
     align-items: center;
     margin-top: 10px;
     background-color: #9dcdf5;
    * border: solid 1px rgb(79, 5, 148);

 }

 .dprim img{

     width: 290px;
     height: 200px; 

 }



 .dsegu{
    margin-left: 30px; 
    margin-top: 15px;
    margin-right: 15px;
    *width: 1200px;
    text-align: justify;
 *   background-color: #f143a9;
}



.pie{

    margin-top: 10px;
    margin-bottom: 30px;
    width: 1280px;

    color: #fff;

    background-color: #3386B0;

    position: relative;

    bottom: 0;

    text-align: center;
}


.feature {
  margin: 0;
  padding: 0;
  text-align: left;
}


/* DESPLEGAR  */
