/*********************************************************************************************************************
                                              General Styles
 *********************************************************************************************************************/
  .section {padding: 10px 1rem;}

  body{background:url('../images/uno.png') repeat;background-size: 30%;}
  img#Anotacion{display: block;width: 369px;float: right;margin-top: -20px;}

  #MapaBBVA{padding:0;max-height: 600px;text-align: center;}
  #MapaBBVA svg{max-height: 600px;width:auto;cursor: pointer}
  .Datos{opacity:0;pointer-events:none;-webkit-transition: all 0.35s ease;transition: all 0.35s ease;}
  .Alcaldia{-webkit-transition: all 0.35s ease;transition: all 0.35s ease;}


  

  /*********************************************************************************************************************
                                                Media Queries
 *********************************************************************************************************************/


    @media screen and (max-width: 992px){

    }

    /********** FullHD **********/
    @media screen and (min-width: 1440px){
    }

  /********** Widescreen **********/
    @media screen and (min-width: 1200px){

    }

  /********** Desktop **********/
    @media screen and (min-width: 959px) and (max-width: 1199px){

    }

    /********** Tablet **********/
    @media screen and (max-width: 958px){
      body{background:url('../images/uno.png') repeat;    background-size: 40%;}

    }
    
    /********** Mobile **********/
    @media screen and (max-width: 767px){


    }
