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

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

body{
    width: 960px;
    margin: auto;
    align-content: center;
    overflow-y: scroll;
}


.grupal{
    margin-top: 20px;
    width: 960px;
    height: 120px;
    display: flex;
    align-items: center;
    *border: 1px solid rgb(26, 1, 1);
}


.logotipo{
    font-weight: normal;
    color: #03537a;
    text-decoration: none;
    position: relative;
}

.logotipo:hover{
    text-decoration: underline;
}

.logotipo:hover .tooltip-box{
    display: inline-block;
}

.tooltip-box{
    display: none;
    position: absolute;
    background: rgb(255, 255, 205);
    line-height: 20px;
    z-index: 400;
    text-align: center;
    color: rgb(17, 17, 17);
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 1px black ;
    left: 96px;
    bottom: 55px;
}

.tooltip-box::after{
    content: "";
    display: block;
    border-top: 8px solid black;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -8px;
    left: calc(40% - 7px);
}




.logotipo img{
    margin-top: 8px;
    width: 95x;
    height: 100px;
    float: left;
    display: inline-block, width 25% ;
}


.banner img{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -30px;
    width: 700px;
    height: 100px;
    *float: right;
    display: block;
    *border: 2px solid rgb(236, 1, 1)
}



.titulo {

  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
    color: red;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    margin-left: 10px;

}


.subtitulo {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    color: rgb(50, 8, 99);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
    margin-left: 10px;
    display: flex;
   * border: #3386B0 solid 1px;
}

.lineax{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    height: 320px;
}


.celular {
	color: #F00;
 }

.wspp {
	color: rgb(4, 94, 34);
}

.izquierda {
    width: 180px;
    padding-top: 50px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    *border: dashed 1px #220303;
    display: block;
    float: left;
}

.izquierda h3{
    width: 170px;
    height: 300px;
    padding-top: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
  *  border: dashed 1px #f80404;
}


.cuerpo{
    margin-top: 15px;
    margin-left: 15px;
    width: 900px;
    height: auto;
    *display: flex;
    display: inline-block;
    border: 1px solid rgb(26, 1, 1);
}

.descrip-log{
    width: 780px;
    font-size: 15px;
    margin-top: 0px;
    padding-left: 60px;
    padding-top: 25px;
    line-height: 25px; 
    text-indent: 45px;
    text-align: justify;
}

#bras{
    padding-top: 10px;
    *padding-bottom: 10px;
}

.fran{
    text-align: justify;
    text-indent: -20px;
    padding-left: 20px;
    margin-left: 0px;
    line-height: 25px; 
}

h4{
    text-indent: 0px;
    padding-bottom: 8px;
}

.impresora{
 margin-left: 200px;
}


.pie{
    font-size: 15px;
    font-weight: lighter;
    padding-top: 15px;
    height: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 960px;
    color: #fff;
    background-color: #3386B0;
    position: relative;
    text-align: center;
}

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 70px;
    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;
	}
}



/* MENU */

