﻿

#consultaElPadron {
    font-size: 30px;
}

#panelConsultaPadron {
    height: 100px;
}

#titulo1 {
    font-size:70px;
}

#subtitulo1 {
    font-size: 30px;
}
.mostrarImg{
    display:block;
}

.mostrarImgMov{
    display : none;
}
.float {
    position: fixed;
    width: 72px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: #43b486;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}


@font-face {
font-family: 'Juan-S-1';
   src: url('../Fonts/juan-s-1.eot');
   src: url('../Fonts/juan-s-1.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/juan-s-1.woff') format('woff'),
        url('../Fonts/original-juan-s-1.otf') format('truetype'),
        url('../Fonts/juan-s-1.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.textoJuan {
    font-family: 'Titillium Web';
}

.textoSecundario {
    font-family: 'Titillium Web', sans-serif;
    font-size:20px;
}

.bordeBoton {
    border-style: inset;
    border-color: #30a5ff;
}
 
.textoTitulo {
    font-weight: bold;
    font-size: 27px;
    color: #30a5ff;
}

.centrar {
        width: 100%;
    height: 54px;
    /* border: 5px solid #f2eeea; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 18px;
}
  
.alturaBox {
        height: 60px;
}

.textoOscuro {
    font-weight:bold;
    font-size: 24px;
}

.lineaHorizontal {
    margin-top: 0px !important;
    margin-bottom: 20px;
    border-top: 1px solid #30a5ff !important;
}

.btnWhatsApp {
        background-image: url(../Resource/whatsapp.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px
}

.btnFacebook {
        background-image: url(../Resource/facebook.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px
}

.btnEmail {
        background-image: url(../Resource/email.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px
}

.btnPrint {
        background-image: url(../Resource/printer.png);
    width: 57px;
    height: 63px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 7px;
    margin-left: 5px;
}

.btnVolver {
        background-image: url(../Resource/back.png);
   width: 54px;
    height: 63px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 7px;
    margin-right: 10px;
}

.listaRedes {
    list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex
}

@media only screen and (max-width: 600px) {
    .mostrarImg {
        display: none;
    }

    .mostrarImgMov {
        display: block;
    }


    #titulo1 {
        font-size:30px;
    }

    #subtitulo1 {
        font-size: 17px;
    }

    #consultaElPadron{
        font-size:25px;
    }

    #panelConsultaPadron{
        height:80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mostrarImg {
        display: none;
    }

    .mostrarImgMov {
        display: block;
    }

    #titulo1 {
        display: none;
    }

    #subtitulo1 {
        display:none;
        
    }


    .textoSecundario {
        font-size: 46px;
    }

    .alturaBox {
        height: 100px;
    }

    .btnVolver {
       width: 80px;
    height: 80px;
    margin-top: 4px;
   
    }

    .btnWhatsApp {
       width: 100px;
        height: 100px;
    }

    .btnFacebook {
       width: 100px;
        height: 100px;
    }

    .btnEmail {
       width: 100px;
        height: 100px;
    }

    .btnPrint {
      width: 85px;
    height: 85px;
    margin-top: 4px;
   
    }

} 
 