/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 27/05/2023, 12:51:54 p. m.
    Author     : guari
*/

.negrilla{
    font-weight: bold
}

.logo{
    width: 100%;
    height:200px;
    background-image: url(Imagen/LogoCabecera.jpg);
    background-repeat:no-repeat;
    background-size: 100%; 
  
        
}
/* estilo botón navbar-toggler
*/
.navbar-info .navbar-toggler {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.navbar-info .navbar-toggler  .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

footer{
    background-color:#eeeeee
}

section{
    min-height: 400px;
}

#foto{    
    background-size: 100%;  
    background-repeat: no-repeat;
    background-position: 60%;
    border-radius: 60%;
    background-size: 100% auto;
}