.locateCenteredContent{
    opacity: 0;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    background-color: white;
    overflow: hidden;
}

.locateSection{
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.locateSectionMapMenu{
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    height: calc(100% - 33px);
}

#locateMap{
    width: 100%;
    height: 100%;
    background-color: white;
}

.locateMenuFiltersContainer{
    position: relative;
    height: 33px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.locateButtons{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

#locateBtnColocar{
    background-color: #d8de59;
    box-shadow: inset 0px 15px 0px -13px #ffffb3;
    border-left: none;
}



#locateBtnFiltrar{
    background-color: #00aaff;
    box-shadow: inset 0px 15px 0px -13px #a0e4f9;
    border-right: none;
}

.locateBtnStyle{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 31px;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    border-bottom: none;
    font-size: 11pt;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.locateBtnStyle:hover{
    cursor: pointer;
}

.locateMenuFruitsSelectionContainer{
    height: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

#locateMenuFruitsSelectionContent{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.locateSectionButton{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35px;
    background-color: #d8de59;
    top: 0;
    border-style: solid;
    border-top-width: 1px;
    border-color: #474747;
}

#locateTitleFiltrar{
    color: #ffffff;
    padding-left: 20px;
    width: calc(100% - 45px);
    height: 100%;
    line-height: 35px;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 14pt;
}

#locateSelectionCross{
    position: relative;
    right: 10px;
    line-height: 44px;
    color: #ffffff;
    font-size: 23pt;
    float: right;
    width: 10px;
    height: 100%;
}

#locateSelectionCross:hover{
    cursor: pointer;
}

.locateFormatContainers{
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    height: auto;
    max-width: 100%;
    z-index: 1;
    text-align: center;
    width: fit-content;
}

.locateBoxFilter{
    position: relative;
    display: inline-block;
    width: 32%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    opacity: 0.7;
    color: #bfbfbf;
}

.locateBoxFilter:hover{
    cursor: pointer;
    opacity: 1.0;
    color: #00aaff;
}

.txtFruitName{
    font-size: 9pt;
    margin-top: 4px;
}

.locateImgFilter{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 38px;
}

#locateSelectFruit{
    width: 100%;
}

.locateLogo{
    bottom: 10px;
    right: -75px;
    position: absolute;
    height: 152px;
    width: 190px;
    overflow: hidden;
    z-index: 1;
}

.canastaImg{
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
}
#locateAlertMessage{
    width: 100%;
    height: 275px;
    position: absolute;
    display: none;
    bottom: 0;;
    left: 0;
    right: 0;
    margin: auto;
    border-top-width: 1px;
    border-top-color: #474747;
    border-top-style: solid;
    z-index: 3;
    text-align: center;
}

.locateAlertCross{
    position: absolute;
    right: 11px;
    top: 16px;
    color: white;
    font-size: 17pt;
    z-index: 5;
}

.locateAlertCross:hover{
    cursor: pointer;
}
.locateSuccessMessage{
    position: relative;
    float: left;
    width: calc(100% - 11px);
    height: 50px;
    font-size: 63px;
    color: #ffffff;
    margin-top: 13px;
    margin-left: 11px;
    text-align: left;
    font-weight: bold;
    z-index: 2;
}

.locateSuccessInfo{
    position: relative;
    float: left;
    width: 74%;
    height: auto;
    font-size: 23px;
    color: #ffffff;
    margin-top: 21px;
    margin-bottom: 35px;
    margin-left: 13px;
    margin-right: 15px;
    text-align: left;
    z-index: 2;
}

.locateBtnAlertContainer {
    position: relative;
    float: left;
    height: 30px;
    width: calc(100% - 17px);
    margin-bottom: 11px;
    left: 17px;
    z-index: 2;
}


#locateKeepAdding{
    background-color: #d8de59;
    color: #ffffff;
    box-shadow: inset 0px 15px 0px -13px #ffffb3;
    z-index: 2;
}
#locateKeepAdding:hover{
    cursor: pointer;
}

#locateContact{
    background-color: #f2d216;
    color: #ffffff;
    box-shadow: inset 0px 15px 0px -13px #fce470;
    z-index: 2;
}

#locateContact:hover{
    cursor: pointer;
}

.btnLocate{
    position: relative;
    float: left;
    width: 60%;
    height: 90%;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 5px;
    z-index: 2;
}

.txtBtn{
    font-size: 14pt;
    height: fit-content;
    text-align: center;
    margin-top: 7px;
    width: auto;
    line-height: 14px;
    z-index: 2;
}

.txtBtn:hover{
    color: #27c2ff;
}

#locateFilterWindowContainer{
    width: 100%;
    height: 155px;
    position: absolute;
    display: none;
    bottom: 0;;
    left: 0;
    right: 0;
    margin: auto;
    border-top-width: 1px;
    border-top-color: #474747;
    border-top-style: solid;
    z-index: 3;
    text-align: center;

}

#locateFilterWindowContent{
    position: relative;
    width: 94%;
    height: 100%;
    display: inline-block;
}

.locateFilterCross{
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 4;
    line-height: 19px;
    color: white;
    font-size: 20pt;
}

.locateFilterCross:hover{
    cursor: pointer;
}

.locate-section{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 26px;
}

.locateFilterTitleContainer{
    position: relative;
    float: left;
    width: 28%;
    height: auto;
    font-size: 23pt;
    padding-top: 2px;
    color: white;
}

.locate-input-container{
    position: relative;
    float: right;
    width: 68%;
    height: 100%;
}

.locate-input{
    height: 30px;
    width: calc(100% - 20px);
    border-style: solid;
    border-width: 1px;
    border-color: #474747;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #474747;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0px -4px 0px #dddddd;
    font-size: 12pt;
}

#locateBtnFiltrarFruit{
    position: relative;
    float: right;
    width: 37%;
    height: 26px;
    background-color: #f2d216;
    color: #ffffff;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    font-size: 12pt;
    text-align: center;
    border-radius: 4px;
    box-shadow: inset 0px -4px 0px #cfb311;
}

#locateBtnFiltrarFruit:hover{
    cursor: pointer;
}

#locateBtnFiltrarText{
    position: relative;
    display: inline-block;
    line-height: 25px;
    width: auto;
    height: auto;
    font-size: 10pt;
}
.locateFilterLogoContainer{
    background-image: url(../images/filtrarImg.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 66px;
    left: 4px;
    position: absolute;
    height: 184px;
    width: 38%;
    float: left;
    overflow: hidden;
    z-index: 3;
}


/*Delete*/
#locateDeleteWindowContainer{
    width: 100%;
    height: 180px;
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px #474747 solid;
    z-index: 3;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.locateDeleteCross{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 10px;
    top: 10px;
    z-index: 5;
}

.locateDeleteCross:hover{
    cursor: pointer;
}

#locateDeleteCrossBtn{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

#locateDeleteWindowContent{
    position: relative;
    float: left;
    width: 100%;
}

.locateDeleteImageContainer{
    position: relative;
    float: right;
    width: 35%;
    height: 100%;
    overflow: hidden;
}

#imgDelete{
    position: relative;
    float: left;
    width: 115px;
    height: auto;
    margin-top: 14px;
}

.locateDeleteTextContainer{
    position: relative;
    float: left;
    width: 65%;
    height: 100%;
    color: #ffffff;
}


/*Fruta Eliminada*/
#locateDeleteConfirmed{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    /*display: block;*/
    display: none;
}

.locateDeleteConfirmedText{
    position: relative;
    float: left;
    width: calc(100% - 15px);
    height: 85px;
    font-size: 30pt;
    text-align: left;
    margin-top: 18px;
    padding-left: 15px;
}

.locateDeleteConfirmedButton {
    position: absolute;
    width: 170px;
    height: 37px;
    top: 115px;
    left: 15px;
    background-color: #f2d216;
    color: #ffffff;
    border: 1px solid #474747;
    border-radius: 4px;
    font-size: 12pt;
    line-height: 37px;
}

.locateDeleteConfirmedButton:hover{
    cursor: pointer;
}


/*Seguro quieres eliminar esta fruta*/
#locateDeleteToConfirm{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    /*display: none;*/
    display: block;
}

.locateDeleteToConfirmText {
    position: relative;
    float: left;
    width: calc(100% - 15px);
    height: 94px;
    font-size: 21pt;
    text-align: left;
    margin-top: 16px;
    padding-left: 15px;
    line-height: 31px;
}
.locateDeleteToConfirmButtons {
    position: relative;
    float: left;
    left: 15px;
    width: calc(100% - 15px);
    height: 35px;
    margin-top: 15px;
    text-align: center;
}

.locateDeleteToConfirmBtn {
    position: relative;
    float: left;
    width: 100px;
    height: 100%;
    color: #ffffff;
    border: 1px solid #474747;
    border-radius: 4px;
    font-size: 8pt;
    line-height: 37px;
}

.locateDeleteToConfirmBtn:hover{
    cursor: pointer;
}

#locateDeleteConfirmYes{
    background-color: #ef2718;
    margin-right: 5px;
}

#locateDeleteConfirmNo{
    background-color: #d8de59;
}


/*Delete 2*/
#locateDeleteWindowContainer2{
    height: 100%;
    z-index: 2;
    position: absolute;
    left: -475px;
    top: 0;
    width: 360px;
    border-right: 1px solid #474747;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.locateDeleteCross2{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 20px;
    z-index: 5;
}

.locateDeleteCross2:hover{
    cursor: pointer;
}

#locateDeleteCrossBtn2{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

#locateDeleteWindowContent2{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.locateDeleteTextContainer2{
    position: relative;
    float: left;
    height: 60%;
    width: calc(90% - 20px);
    color: #ffffff;
    left: 32px;
}
#locateDeleteConfirmed2{
    display: none;
}


.locateDeleteConfirmedText2 {
    position: relative;
    float: left;
    width: calc(100% - 15px);
    height: 117px;
    font-size: 39pt;
    text-align: left;
    margin-top: 25%;
    line-height: 56px;
}

#locateDeleteKeepAdding2 {
    width: 151px;
    height: 37px;
    top: 65%;
    font-size: 11pt;
    line-height: 36px;
    left: 0;
}

.locateDeleteImageContainer2 {
    position: absolute;
    width: 35%;
    height: auto;
    overflow: hidden;
    bottom: -1px;
    left: 30%;
}

#imgDelete2{
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
}


#locateDeleteToConfirm2{
    display: block;
}

.locateDeleteToConfirmText2 {
    position: relative;
    float: left;
    width: calc(100% - 15px);
    height: 155px;
    font-size: 27pt;
    text-align: left;
    margin-top: 25%;
    line-height: 51px;
}

.locateDeleteToConfirmButtons2 {
    position: relative;
    float: left;
    width: calc(100% - 15px);
    height: 40px;
    margin-top: 12%;
    text-align: center;
}

.locateDeleteToConfirmBtn2 {
    position: relative;
    float: left;
    width: 47%;
    height: 100%;
    color: #ffffff;
    border: 1px solid #474747;
    border-radius: 4px;
    font-size: 11pt;
    line-height: 40px;
}

.locateDeleteToConfirmBtn2:hover{
    cursor: pointer;
}

#locateDeleteConfirmYes2{
    background-color: #ef2718;
    margin-right: 5px;
}

#locateDeleteConfirmNo2{
    background-color: #d8de59;
}

/*Resolucion + 768*/

#locateBtnColocar2{
    display: none;
    position: absolute;
    left: 10px;
    z-index: 2;
    top: 40px;
    width: 121px;
    height: 28px;
    background-color: #d8de59;
    box-shadow: inset 0px 15px 0px -13px #ffffb3;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    font-size: 9pt;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;

}


#locateBtnColocar2:hover{
    cursor: pointer;
}

#locateFilterWindowContainer2{
    display: none;
    position: absolute;
    right: 10px;
    height: 28px;
    width: 210px;
    z-index: 2;
    top: 40px;
    border-width: 1px;
    border-color: #474747;
    border-style: solid;
    border-radius: 4px;
    overflow: hidden;
}

#locateBtnFiltrarFruit2{
    position: relative;
    float: right;
    height: 100%;
    width: 89px;
    background-color: #00aaff;
    border-left-width: 1px;
    border-left-color: #474747;
    border-left-style: solid;
    border-radius: 4px;
    font-size: 9pt;
    text-align: center;
    line-height: 28px;

}

#locateBtnFiltrarFruit2:hover{
    cursor: pointer;
}
.locate-input-container2{
    position: relative;
    float: left;
    width: 120px;
    height: 100%;
}

.locate-input2{
    height: 100%;
    width: calc(100% - 20px);
    background-color: #f2f2f2;
    color: #474747;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10pt;
}

.locateMenuFruitsSelectionContainer2{
    height: 100%;
    z-index: 2;
    position: absolute;
    left: -301px;
    top: 0;
    width: 225px;
    border-right: 1px solid #474747;
    overflow: hidden;
}

#locateMenuFruitsSelectionContent2{
    position: relative;
    float: left;
    width: calc(100% - 1px);
    height: 100%;
    background-color: #ffffff;
}

.locateSectionButton2{
    position: relative;
    float: left;
    width: 100%;    
    height: 40px;
    text-align: left;
    background-color: #d8de59;
    top: 0;
    border-bottom: 1px solid #474747;
}

#locateTitleFiltrar2{
    color: #ffffff;
    padding-left: 20px;
    width: calc(100% - 45px);
    height: 100%;
    line-height: 40px;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 15px;
}

#locateSelection2Cross{
    position: relative;
    right: 10px;
    line-height: 46px;
    color: #ffffff;
    font-size: 17pt;
    float: right;
    width: 10px;
    height: 100%;
}

#locateSelection2Cross:hover{
    cursor: pointer;
}

.locateFormatContainers2{
    position: relative;
    float: left;
    background-color: #ffffff;
    height: calc(100% - 40px);
    width: 100%;
    text-align: center;
}

.locateBoxFilter2{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    opacity: 0.7;
    color: #bfbfbf;
    height: 42px;
}

.locateBoxFilter2:hover{
    cursor: pointer;
    opacity: 1.0;
    color: #00aaff;
}

.locateImgFilter2{
    position: relative;
    float: left;
    margin-left: 13px;
    width: 50px;
    height: 36px;
}
.txtFruitName3{
    position: relative;
    float: right;
    width: calc(100% - 83px);
    padding-left: 20px;
    font-size: 9pt;
    height: 100%;
    line-height: 46px;
    text-align: left;
}

#locateAlertMessage2{
    height: 100%;
    z-index: 2;
    position: absolute;
    left: -301px;
    top: 0;
    width: 300px;
    border-right: 1px solid #474747;
    overflow: hidden;
    text-align: center;
}

.locateAlertCross2{
    position: relative;
    right: 10px;
    line-height: 45px;
    color: #ffffff;
    font-size: 17pt;
    float: right;
    width: calc(100% - 10px);
    height: 36px;
    z-index: 2;
    text-align: right;
}

.locateAlertCross2:hover{
    cursor: pointer;

}

.locateLogo2{
    background-image: url(../images/canasta2.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -53px;
    left: -72px;
    position: absolute;
    height: 185px;
    width: 63%;
    float: right;
    overflow: hidden;
    z-index: 1;
}

.locateSuccessMessage2{
    position: relative;
    float: left;
    width: calc(100% - 25px);
    height: auto;
    font-size: 41pt;
    color: #ffffff;
    text-align: left;
    left: 25px;
    z-index: 2;
}

.locateSuccessInfo2{
    position: relative;
    float: left;
    width: calc(100% - 50px);
    height: auto;
    font-size: 14pt;
    color: #ffffff;
    margin-top: 21px;
    margin-bottom: 39px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: left;
}

.locateBtnAlertContainer2{
    position: relative;
    float: left;
    height: 30px;
    width: 50%;
    margin-bottom: 11px;
}

#locateKeepAdding2 {
    background-color: #d8de59;
    color: #ffffff;
    box-shadow: inset 0px 15px 0px -13px #ffffb3;
    z-index: 2;
    float: right;
    right: 10px;
}

#locateKeepAdding2:hover{
    cursor: pointer;
}

#locateContact2 {
    background-color: #f2d216;
    color: #ffffff;
    left: 0px;
    box-shadow: inset 0px 15px 0px -13px #fce470;
    z-index: 2;
    float: left;
}

#locateContact2:hover{
    cursor: pointer;
}

.btnLocate2 {
    position: relative;
    width: 76%;
    height: 90%;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 3px;
    z-index: 2;
}

.txtBtn2{
    font-size: 9pt;
    height: fit-content;
    text-align: center;
    margin-top: 7px;
    width: auto;
    line-height: 12px;
    z-index: 2;
}
.txtBtn2:hover{
    color: #27c2ff;
}

#askForAuxName{
    display: none;
    position: fixed;
    left: 0px;
    top: 55px;
    width: 100%;
    height: calc(100% - 55px);
    z-index: 1000;
    background: rgba(43, 44, 18, 0.9);
    text-align: center;
}
#askForAuxNameMobileWrapperText{
    position: relative;
    height: auto;
    overflow: hidden;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    padding-top: 70px;
    width: 80%;
}

#auxNameContainer{
    position: relative;
    display: block;
    width: 50%;
    margin: 0px auto;
    margin-top: 20px;
    background: white;
    height: 35px;
}

#aux_name{
    position: relative;
    width: 90%;
    font-size: 16px;
    margin-left: 5%;
    margin-top: 8px;
}

#askForNameContinue{
    position: relative;
    height: 40px;
    line-height: 41px;
    font-size: 14pt;
    text-align: center;
    width: 150px;
    background-color: #00aaff;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    color: #ffffff;
    z-index: 1;
    box-shadow: inset 0px 15px 0px -13px #a0e4f9;
    margin: 0px auto;
    margin-top: 35px;
    cursor:pointer;
}



/*Iphone 4*/
@media only screen and (max-width: 321px) and (max-height: 481px){
    .locateSuccessMessage{
        font-size: 40pt;
    }

    .locateSuccessInfo{
        font-size: 12pt;
    }

    .btnLocate{
        width: 40%;
    }

    .txtBtn{
        font-size: 9pt;
    }

    .locateFilterCross {
        font-size: 18pt;
    }

    #locateDeleteWindowContainer {
        height: 165px;
    }

    .locateDeleteToConfirmText{
        font-size: 18pt;
        height: 85px;
        margin-top: 10px;
    }

    #imgDelete {
        width: 102px;
        margin-top: 18px;
    }

    .locateDeleteToConfirmButtons {
        left: 10px;
        width: calc(100% - 10px);
        height: 30px
    }

    .locateDeleteToConfirmBtn {
        width: 91px;
        line-height: 30px;
    }

    .locateDeleteConfirmedText {
        font-size: 25pt;
    }

    .locateDeleteConfirmedButton {
        width: 143px;
        height: 30px;
        font-size: 10pt;
        line-height: 30px;
    }

}

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

    .locateMobileMenuIcons{
        display: block;
    }
    #locateTopBarMobileMenu{
        display: block;
    }

    #locateTopBarOptionsMobileMenu{
        display: block;
    }
    .locateSectionMapMenu{
        width: 100%;
    }

    #locateMenuFruitsSelection{
        max-width: 100%;
        width: 100%;
    }

    .locateFilterLogoContainer{
        width: 34%;
        height: 148px;
    }
}


@media only screen and (min-width: 768px){

    .locateMenuFiltersContainer{
        display: none;
    }
    .locateSectionMapMenu{
        height: 100%;
    }
    #locateBtnColocar2{
        display: block;
    }
    #locateFilterWindowContainer2{
        display: block;
    }
    #locateDeleteWindowContainer{
        display: none;
    }
}

@media only screen and (min-width: 401px) and (max-width: 767px){
    .locateSuccessMessage {
        height: 74px;
        font-size: 75px;
        margin-top: 13px;
        margin-left: 11px;
    }

    .locateSuccessInfo {
        font-size: 17px;
        margin-top: 17px;
        margin-bottom: 35px;
        margin-left: 13px;
        margin-right: 15px;
    }

    .txtBtn {
        font-size: 11pt;
        line-height: 14px;
        z-index: 2;
    }

    #locateDeleteWindowContainer {
        height: 200px;
    }

    #imgDelete {
        width: 130px;
    }

    .locateDeleteToConfirmText {
        height: 97px;
        font-size: 24pt;
        margin-top: 20px;
        line-height: 33px;
    }

    .locateDeleteToConfirmButtons {
        margin-top: 20px;
    }

    .locateDeleteToConfirmBtn {
        width: 115px;
        font-size: 10pt;
        line-height: 37px;
    }

    .locateDeleteConfirmedButton {
        width: 204px;
        height: 40px;
        top: 133px;
        font-size: 13pt;
        line-height: 40px;
    }
}


/*Laptop*/
@media only screen and (max-height: 790px) and (min-width: 768px){
    .locateBoxFilter2 {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: 4px;
        margin-top: 6px;
        text-align: center;
        opacity: 0.7;
        color: #bfbfbf;
        height: 42px;
    }
}
@media only screen  and (min-width: 1660px){
    .locateMenuFruitsSelectionContainer2 {
        left: -309px;
        width: 300px;
    }
    #locateBtnColocar2 {
        top: 40px;
        width: 155px;
        height: 35px;
        font-size: 13pt;
        line-height: 36px;        
    }

    #locateFilterWindowContainer2 {
        height: 35px;
        width: 265px;
    }

    .locate-input-container2 {
        position: relative;
        float: left;
        width: 153px;
        height: 100%;
    }

    .locate-input2 {
        height: 100%;
        width: calc(100% - 23px);
        background-color: #f2f2f2;
        color: #474747;
        padding-left: 13px;
        padding-right: 10px;
        font-size: 14pt;
    }

    #locateBtnFiltrarFruit2 {
        position: relative;
        float: right;
        height: 100%;
        width: 111px;
        background-color: #00aaff;
        border-left-width: 1px;
        border-left-color: #474747;
        border-left-style: solid;
        border-radius: 4px;
        font-size: 12pt;
        text-align: center;
        line-height: 36px;
    }

    .locateSectionButton2 {
        height: 70px;
    }

    #locateTitleFiltrar2 {
        padding-left: 20px;
        width: calc(100% - 53px);
        line-height: 70px;
        font-size: 16pt;
    }

    #locateSelection2Cross {
        right: 10px;
        line-height: 81px;
        font-size: 26pt;
        width: 15px;
    }

    .locateFormatContainers2 {
        height: calc(100% - 70px);
    }

    .locateBoxFilter2 {
        margin-bottom: 7px;
        margin-top: 19px;
        height: 42px;
    }

    .txtFruitName3 {
        width: calc(100% - 83px);
        padding-left: 20px;
        font-size: 12pt;
        line-height: 46px;
    }

    #locateAlertMessage2 {
        width: 445px;
    }

    .locateAlertCross2 {
        right: 25px;
        line-height: 83px;
        font-size: 23pt;
        width: calc(100% - 25px);
        height: 73px;
    }

    .locateLogo2 {
        bottom: -39px;
        left: -113px;
        height: 242px;
        width: 70%;
    }

    .locateSuccessMessage2 {
        width: calc(100% - 25px);
        font-size: 64pt;
        left: 25px;
    }
    .locateSuccessInfo2 {
        width: calc(100% - 50px);
        height: auto;
        font-size: 20pt;
        margin-top: 21px;
        margin-bottom: 39px;
        margin-left: 25px;
        margin-right: 25px;
        text-align: left;
        word-spacing: 10px;
    }

    .locateBtnAlertContainer2 {
        height: 42px;
        width: 50%;
        margin-bottom: 11px;
        margin-top: 29px;
    }
    .btnLocate2 {
        width: 84%;
        height: 90%;
        border-radius: 5px;
        z-index: 2;
    }
    .txtBtn2 {
        font-size: 14pt;
        height: fit-content;
        text-align: center;
        margin-top: 7px;
        width: auto;
        line-height: 23px;
        z-index: 2;
    }

    #locateDeleteWindowContainer2{
        width: 470px;
    }

    .locateDeleteToConfirmText2 {
        font-size: 38pt;
        text-align: left;
        margin-top: 25%;
        line-height: 68px;
    }

    .locateDeleteToConfirmButtons2{
        margin-top: 27%;
    }

    .locateDeleteToConfirmBtn2{
        width: 48%;
        font-size: 14pt;
    }

    .locateDeleteImageContainer2 {
        width: 42%;
        left: 25%;
    }

    .locateDeleteConfirmedText2{
        height: 155px;
        font-size: 55pt;
        line-height: 80px;
    }

    #locateDeleteKeepAdding2{
        width: 190px;
        top: 60%;
        font-size: 13pt;
    }
}

@media screen and (orientation: portrait) {
    #askForAuxNameMobileWrapperText{
        padding-top: 35px;
        width: 100%;
    }
}