.main-nav.overlay {
    height: 86px;
}
.main-nav ul {
    margin: 20px 0;
}
.tipo2 ul {
    margin: 0;
}
.blog-logo {
    margin-top: 17px;
    margin-left: -25px;
}
span.socialheader {
    margin-top: 15px;
}
.blog-logo2 {
    margin-top: 17px;
    margin-left: 40px;
}
.mhach {
    color: white;
    font-family: Playfair;
    font-size: 13px;
}
#logoinicio2 {
    width: 100px;
    height: 50px;
    margin-top: -10px;
}
#logoinicio3 {
    width: 100px;
    height: 50px;
    margin-top: -10px;
}
.popover {
    border: 2px dotted red;
}
.nav-popover a{
    color: black;
}
.nav-popover a:hover {
    color: #23527c;
}
#cabz{
        margin-top: 110px;
    }

/*********************MODAL DE INFORMACION DEL PERSONAL********************/
.card-container, .front, .back {
    width: 326px;
    height: 533px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
}
.card .cover {
    height: 350px;
    overflow: hidden;
}
.card .cover img {
    width: 100%;
    height: 100%;
}
.content2 {
    width: 326px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
    background-image: url(../../assets/img/fondoP.jpg)
}
.name {
    font-family: 'Verdana', cursive;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 5px;
    margin: 20px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.name2 {
    font-family: 'Verdana', cursive;
    font-size: 17px;
    color: #FFFFFF;
    margin: 0 0 0;
    line-height: 32px;
}
.telefono {
    font-family: 'Verdana', cursive;
    font-size: 17px;
    color: #FFFFFF;
    margin: 0 0 0;
    line-height: 10px;
}
.correo {
    font-family: 'Verdana', cursive;
    font-size: 17px;
    color: #FFFFFF;
    margin: 0 0 0;
    line-height: 30px;
}
a.ex1 {
    color: yellow;
}
a.ex1:hover {
    color: orange;
}
.footer2 {
    background-color: #fff;
}

/************************************CHECKBOX***************************/
.container12 {
    display: block;
    position: relative;
    padding-left: 8px;/*15*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.container12 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container12:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container12 input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container12 input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.container12 .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 350px){
    .main-nav.overlay {
        height: 0px;
    }
    #logoinicio {
        width: 50%;
    }
    .mhach {
        font-size: 7px;
    }
    .slicknav_menu .slicknav_icon {
        margin: 0;
    }
    .blog-logo {
        margin-left: 5px;
    }
    #logoinicio2 {
        display: none;
    }
    #tituloutilhach {
        display: none;
    }
    #utilhach {
        display: none;
    }
    #logoinicio3 {
        display: none;
    }
    #tituloutilhach3 {
        display: none;
    }
    #utilhach3 {
        display: none;
    }
    #logoempresasss {
        width: 80px;
        height: 20px;
        margin-top: -120px !important;
        margin-left: 160px !important;
    }
    .row {
        margin-right: 0px;
    }
    #socialheaderrow2 {
        margin-top: -55px !important;
        margin-left: 160px !important;
    }
    .slicknav_btn{
        z-index: 100;
    }
    #cabz{
        margin-top: 50px;
    }
}

@media only screen and (min-width: 351px) and (max-width: 500px){
    .main-nav.overlay {
        height: 0px;
    }
    #logoinicio {
        width: 50%;
    }
    .mhach {
        font-size: 7px;
    }
    .slicknav_menu .slicknav_icon {
        margin: 0;
    }
    .blog-logo {
        margin-left: 5px;
    }
    #logoinicio2 {
        display: none;
    }
    #tituloutilhach {
        display: none;
    }
    #utilhach {
        display: none;
    }
    #logoinicio3 {
        display: none;
    }
    #tituloutilhach3 {
        display: none;
    }
    #utilhach3 {
        display: none;
    }
    #logoempresasss {
        width: 80px;
        height: 20px;
        margin-top: -120px !important;
        margin-right: 50px !important;
    }
    .row {
        margin-right: 0px;
    }
    #socialheaderrow2 {
        margin-top: -55px !important;
        margin-left: 220px !important;

    }
    .slicknav_btn{
        z-index: 100;
    }
    #cabz{
        margin-top: 50px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 600px){
    .main-nav.overlay {
        height: 0px;
    }
    #logoinicio {
        width: 50%;
    }
    .mhach {
        font-size: 7px;
    }
    .slicknav_menu .slicknav_icon {
        margin: 0;
    }
    .blog-logo {
        margin-left: 5px;
    }
    #logoinicio2 {
        display: none;
    }
    #tituloutilhach {
        display: none;
    }
    #utilhach {
        display: none;
    }
    #logoinicio3 {
        display: none;
    }
    #tituloutilhach3 {
        display: none;
    }
    #utilhach3 {
        display: none;
    }
    #logoempresasss {
        width: 80px;
        height: 20px;

    }
    #socialheaderrow3{
        margin-top: -55px !important;
        margin-left: 330px !important;
    }
    .row {
        margin-right: 0px;
    }
    #socialheaderrow2 {
        margin-top: -50px !important;
        margin-left: 345px !important;
    }
    .slicknav_btn{
        z-index: 100;
    }
    #cabz{
        margin-top: 50px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 700px){
    .main-nav.overlay {
        height: 0px;
    }
    #logoinicio {
        width: 50%;
    }
    .mhach {
        font-size: 7px;
    }
    .slicknav_menu .slicknav_icon {
        margin: 0;
    }
    .row {
        margin-right: 0px;
    }
    #logoinicio2 {
        height: 60%;
        width: 60%;
    }
    #panellogoinicio2 {
        margin-top: -42px !important;
        margin-left: -90px !important;
    }
    #logoinicio3 {
        height: 70%;
        width: 70%;
    }
    #panellogoinicio3 {
        margin-top: -37px !important;
        margin-left: -20px !important;
    }
    #logoempresasss {
        width: 90px;
        height: 30px;
        margin-top: -120px !important;
        margin-right: -270px !important;
    }
    #socialheaderrow2 {
        margin-top: -55px !important;
        margin-left: 470px !important;
    }
    #cabz{
        margin-top: 50px;
    }
}

@media only screen and (min-width: 701px) and (max-width: 800px){
    .main-nav.overlay {
        height: 0px;
    }
    #logoinicio {
        width: 50%;
    }
    .mhach {
        font-size: 7px;
    }
    .slicknav_menu .slicknav_icon {
        margin: 0;
    }
    .row {
        margin-right: 0px;
    }
    #logoinicio2 {
        height: 60%;
        width: 60%;
    }
    #panellogoinicio2 {
        margin-top: -42px !important;
        margin-left: -90px !important;
    }
    #logoinicio3 {
        height: 70%;
        width: 70%;
    }
    #panellogoinicio3 {
        margin-top: -37px !important;
        margin-left: -20px !important;
    }
    #logoempresasss {
        width: 90px;
        height: 30px;
        margin-top: -120px !important;
        margin-right: -330px !important;
    }
    #socialheaderrow2 {
        margin-top: -55px !important;
        margin-left: 530px !important;
    }
    #cabz{
        margin-top: 50px;
    }
}

@media only screen and (min-width: 801px) and (max-width: 900px){
    .main-nav.overlay {
        height: 0px;
    }
    #logoinicio {
        width: 50%;
    }
    .mhach {
        font-size: 7px;
    }
    .slicknav_menu .slicknav_icon {
        margin: 0;
    }
    .row {
        margin-right: 0px;
    }
    #logoinicio2 {
        height: 60%;
        width: 60%;
    }
    #panellogoinicio2 {
        margin-top: -42px !important;
        margin-left: -90px !important;
    }
    #logoinicio3 {
        height: 70%;
        width: 70%;
    }
    #panellogoinicio3 {
        margin-top: -37px !important;
        margin-left: -20px !important;
    }
    #logoempresasss {
        width: 90px;
        height: 30px;
        margin-top: -120px !important;
        margin-right: -330px !important;
    }
    #socialheaderrow2 {
        margin-top: -55px !important;
        margin-left: 530px !important;
    }
    #cabz{
        margin-top: 50px;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1000px){
    .main-nav.overlay {
        height: 0px;
    }
    #logoinicio {
        width: 70%;
    }
    .mhach {
        font-size: 9px;
    }
    .slicknav_menu .slicknav_icon {
        margin: 0;
    }
    .row {
        margin-right: 0px;
    }
    #logoinicio2 {
        height: 60%;
        width: 60%;
    }
    #panellogoinicio2 {
        margin-top: -42px !important;
        margin-left: -50px !important;
    }
    #logoinicio3 {
        height: 70%;
        width: 70%;
    }
    #panellogoinicio3 {
        margin-top: -37px !important;
        margin-left: -20px !important;
    }
    #logoempresasss {
        width: 90px;
        height: 30px;
        margin-top: -120px !important;
        margin-right: -430px !important;
    }
    #socialheaderrow2 {
        margin-top: -55px !important;
        margin-left: 615px !important;
    }
    #cabz{
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1220px){
    .main-nav.overlay {
        height: 0px;
    }
    #logoinicio {
        width: 70%;
    }
    .mhach {
        font-size: 9px;
    }
    .slicknav_menu .slicknav_icon {
        margin: 0;
    }
    .row {
        margin-right: 0px;
    }
    #logoinicio2 {
        height: 60%;
        width: 60%;
    }
    #panellogoinicio2 {
        margin-top: -42px !important;
        margin-left: -50px !important;
    }
    #logoinicio3 {
        height: 70%;
        width: 70%;
    }
    #panellogoinicio3 {
        margin-top: -37px !important;
        margin-left: -20px !important;
    }
    #logoempresasss {
        width: 90px;
        height: 30px;
        margin-top: -120px !important;
        margin-right: -530px !important;
    }
    #socialheaderrow2 {
        margin-top: -55px !important;
        margin-left: 705px !important;
    }
    #cabz{
        margin-top: 50px;
    }
}